Questions tagged as 'windows'

1
answer

How do you load and run an [EXE] program in memory on Windows?

I know that the compiled programs for native Windows have a format called Portable executable (PE) and that allows the system operative load the program to memory. But I'm intrigued by the process by which memory is loaded and then ex...
asked by 04.04.2017 / 20:24
1
answer

.htaccess WINDOWS SERVER

I have a PHP project with the following .htaccess RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?PATH_INFO=$1 [L,QSA] But now I want to mount my project on a server Wind...
asked by 01.08.2016 / 17:46
1
answer

Install mysql-python on Windows

What steps should I follow to correctly install mysql-python on my Windows operating system?     
asked by 11.02.2016 / 21:49
2
answers

Backup or disk image?

The laptop screen broke and the technical service tells me to format it. Should I make a backup of the hard drive or a hard drive image?     
asked by 21.05.2018 / 11:29
0
answers

Windows does not load but Linux does

Good morning it happens that I try to fix a PC that at first did not load the operating system for which I thought it was a hard drive error. I got another hard drive (Partitioning for windows 7 starter and Centos 6.5) and I tried it on another...
asked by 18.05.2018 / 17:26
0
answers

Help with RegEx in SublimeText 3 | sublime-syntax

1) To highlight a string, I use: - match: (") push: - meta_scope: string.quoted.double.ahk - match: (")(?!")|^ pop: true - match: \. scope: constant.character.escape.ahk With this I high...
asked by 22.04.2018 / 20:03
1
answer

Input for a snake in Python

What I want is to create a snake and I would like to be able to detect which keys the user clicks on. I have a version made in C ++ in which the keystrokes are detected by a loop that is in another thread as I show here: vec2 dir(0,0); int ma...
asked by 20.12.2017 / 20:14
1
answer

creation of a virtual domain in windows with xamp [closed]

I have everything well configured but I get errors when launching my server, I do not understand what I'm failing, if someone could help me remotely with teamviewer I would appreciate it a lot I have followed the following steps check in the...
asked by 03.06.2017 / 13:20
1
answer

SIGUSR2 not implemented, signal based restart unavailable!

I am starting to learn a couple of things for web design, and there is something that does not work. I program in Windows and when I want to start the command rails s I throw this: **PS C:\Users\Asus\hello_WWW> rails s => Booting...
asked by 16.03.2017 / 15:25
0
answers

Know if a USB device is being used in windows with C #

I'm trying to create a program that lets you know if an USB "X" device is being used regardless of the type. Attached is the link and part of the code that I use to obtain the list of devices. Code: public class Usb { /// <...
asked by 20.12.2016 / 16:33