Questions tagged as 'windows'

2
answers

Access to specific memory points

How do I access an exact memory address in Windows? unsigned char * mem = {??};     
asked by 22.07.2015 / 01:16
2
answers

PHP on linux or windows

Explanation: I know it's a controversial question, but I'm not an old man of the programming and I'm knowledgeable about linux, but I've never chosen it because I use C # from time to time and in my college they are pro-microsoft. So the wo...
asked by 01.05.2015 / 06:03
3
answers

Classic ASP out of IIS? Windows x64

Does anyone know of a program / server capable of running classic asp (VBScript, JScript)? and other than IIS?     
asked by 06.03.2014 / 13:48
3
answers

How to add Directory to the Windows Path variable during installation?

I developed a Console application in C # with Visual Studio 2013 and wanted the installer to add the solution directory to the Windows Path variable during installation. It is possible? What is the procedure to perform this change in th...
asked by 22.05.2015 / 21:24
2
answers

Why do I need './' to run commands on Unix?

I noticed that every executable that I need I need by a ./ to run it on both Linux and MacOS (Unix / Unix-like systems). For example, to compile a C file with GCC and run it right away, I make the following commands: $ gcc fonte.c $ ./a...
asked by 30.06.2017 / 11:48
2
answers

Show Processor Usage

I'm trying to show the use of the server's processor with PHP. Server is Windows with IIS. I've already tried using: exec("wmic /node:localhost path Win32_Processor where DeviceID='CPU0' get LoadPercentage", $out); exec("wmic cpu get loadperc...
asked by 06.09.2016 / 15:32
3
answers

Visual Studio 2013 does not install on windows 7

I can not install Visual Studio 2013 on Windows 7, I know it's possible because in college we have Visual Studio installed on Windows 7. So I do not know why it complains about the Windows version.     
asked by 30.11.2015 / 00:22
1
answer

How to compile C file using Sublime Text in Windows 8.1 64 bit?

I installed Sublime Text in Windows 8.1 64 bit. How to compile a * .c file through Sublime in Windows? Is it necessary to install a compiler and / or another program to alert code errors and create the executable file so that I can tes...
asked by 01.02.2014 / 23:12
1
answer

Deploy App Node.js on localhost (Production)

I developed an application with Angular + Node.js. The only detail is that there is no centralized server (Node.js), that is, each client will have its version of the server running on your network. Because of this, I had to create ways to i...
asked by 27.02.2017 / 14:14
2
answers

Store credentials from a Git repository on Windows without SSH

How to configure Git in a local repository so that you do not ask for the login and password every time you make a push or pull? My Git server does not support SSH. HTTP only. I have only the username and the password user in Git.     
asked by 26.11.2015 / 19:24