Under Linux Shell Console, you can create UI dialogs based only on Text Characters. The whiptail allows to create common UI components under Console. The UI are advantageous in …
If you are on Windows OS, and you feel the OS is becoming slower day by day, then the following two freeware can be useful. The freeware CCleaner and …
A MP3 is a popular audio compressed (lossy) file format. If a song is roughly 3 to 4 minutes, you ‘ll expect a file size of 6 to 8 …
The Visual Studio IDE provides a handy code analyzer tool (the shortcut is Alt + F11 to analyze the solution). The solution can be C#, C++ (can be native …
WordPress has a inbuilt search engine however, it is not as sophisticated as google search engine (for example WP search does not include comments). To use third party customize …
There are a number of mocking frameworks available to .NET programmers, these include: Moq Rhino Mocks NSubstitute FakeItEasy Microsoft Fakes All support the generation of standins for abstract classes, …