" Wars can be prevented just as surely as they can be provoked... ...and we who fail to prevent them, must share the guild for the dead "  —  Omar N. Bradley - U.S Army General (1893-1981)

Folders  ›  Experimental

 

Remove Uneeded Windows Explorer Context Menu Item

more...
Windows Logo

Windows Logo

Do you recently installing/uninstalling a new program and noticed that the program add some link/shortcut on Explorer context menu that you don’t like? If the program doesn’t have a preferences option to remove the context menu, you can remove it manually using Windows registry editor (regedit.exe).

more...

 

Greedy and Non-Greedy Matching using Perl Regular Expression

more...

In this article I will show the difference between the default greedy (.+ and .*) and non-greedy matching using Perl-compatible regular expression.

more...

 

Binary String Conversion to Decimal and Hex Using C#

more...

microsoftnet-logoIf you need to convert Binary String to Decimal (Integer) and Hexadecimal, .NET Framework has conversion methods in Convert class to make numeric conversion easier. This class is located in Microsoft.VisualBasic library.

more...

 

Change IP Address Using netsh from Command Prompt

more...

Network interface can be changed manually by using netsh command (netsh.exe) from Command Prompt. To change the IP to static IP, use the following command format:

netsh interface ip set address [Connection Name] [Source] [IP] [Netmask] [Gateway] [Metric]
 more...
 

Simple Dreamy Effect with Adobe Photoshop

more...

To apply a simple dreamy effect by using Adobe Photoshop is really quick and easy.

After applying the effect:

White Orchid with Simple Dreamy Effect

White Orchid with Simple Dreamy Effect

more...

 

Regular Expression File Renaming with eFRen

more...

Tired renaming files you have downloaded from internet one by one just to keep it clean and tidy? Leave the file renaming task to eFRen, even powerful with regular expression support.

more...

 

Shutdown, Sleep, or Hibernate?

more...

If you want to leave your computer, should you shutdown, sleep, or hibernate it?

more...