Questions tagged as 'windows'

1
answer

Voice recognition in Pt-BR [duplicate]

How to use Speech Recognition when my OS (Windows 8 x64) is in Pt-BR? I want to use commands in English. I'm using the following code: private void Form1_Load(object sender, EventArgs e) { SpeechRecognizer sr = new Spe...
asked by 03.09.2015 / 20:04
3
answers

Script to query external IP [closed]

How can I get the address of IP of the person who logged into my system? I searched Google and all I find are queries on third-party sites ( link , # Does anyone know of any links or scripts (PHP, Python, ...) that do this?     
asked by 29.06.2015 / 18:41
1
answer

How to make my default program to open a file type?

I have a Java application that is very simple, it represents a form and, based on what is typed in its JTextField , a file called "form.uniXml" is created. I defined the extension with this name already to make it the default of my system....
asked by 26.10.2015 / 20:58
1
answer

CMD, PowerShell, Bash - What's the difference?

There are differences between them, which ones? I speak Ubuntu Bash. I'm curious because to me they seem to do the same thing!     
asked by 07.08.2016 / 21:08
2
answers

How do I create local domains to test my sites and applications?

For my tests, I'd like to create a redirection of any domain to localhost:porta on a local computer under Windows. I thought it would be possible for the hosts file in C:\Windows\System32\drivers\etc\hosts doing something like:...
asked by 10.12.2016 / 16:19
4
answers

Display date and time in PHP

I'm trying to display the exact time with PHP in the following format.    Date: YYYY-MM-DD       Time: 00: 00: 00: 000 <?php setlocale( LC_ALL, 'pt_BR', 'pt_BR.iso-8859-1', 'pt_BR.utf-8', 'portuguese' ); date_default_...
asked by 26.01.2015 / 18:35
3
answers

What language is used to program an operating system?

What language do you use in programming an OS?     
asked by 18.03.2016 / 17:57
2
answers

Problem with very large URL

I'm trying to pass a URL per GET and the server is returning error 404 because the URL is too large (I'm passing an XML through the URL). I have already tried to add the MaxFieldLength variables with 1677721 and MaxRequestBytes with 1677721 i...
asked by 10.10.2014 / 19:59
2
answers

What is the difference between SET and SETX?

To fix a new environment variable in Windows I noticed that there are the SET and SETX commands. What is the exact difference between the two commands?     
asked by 20.02.2017 / 21:12
4
answers

How to know the size in Kb of a string?

I have a string that will be saved in xml file , and this file can not be larger than 500 kb . How can I identify the size of string that I will save in xml file ? When string is saved in the xml file, it can chan...
asked by 25.03.2014 / 19:29