Set up a VPN using Microsoft Windows
1.First Look at this video to set up the server 2. Then this one to set up the client Note that these are not ycsoftware.net videos, they have been selected from youtube because they summarize … Read more
Programming
1.First Look at this video to set up the server 2. Then this one to set up the client Note that these are not ycsoftware.net videos, they have been selected from youtube because they summarize … Read more
Regular Expression editor http://www.radsoftware.com.au/regexdesigner/ Cygwin http://www.cygwin.com/ RegexBuilder http://renschler.net/RegexBuilder/
If you are getting error, chances are you are trying to run a 32-bit PHP within IIS on a windows server 2003 (64bit) server or later. “If you plan to run 32-bit applications on 64-bit … Read more
Regexlib http://regexlib.com/ Regular Expression http://www.regular-expressions.info/ Microsoft Regex http://msdn.microsoft.com/en-us/library/system.text.regularexpressions.regex.aspx
Sometimes it is convenient to execute a dos script command from a windows application. If you use C# doing so is not a big deal here is a sample code that should help execute or calling … Read more