ChRes is a small tool for use from the command line. I wrote it when I was having problems with certain graphics card drivers not restoring the correct screen resolution after rebooting and switching between CRT and TV-out. You can add a link to it in your Autorun folder to always set a specific resolution after booting.The program is under active development and new versions will be released as new feature requests come in.The program can possibly damage your hardware when using invalid parameters, so use with care and at your own risk!
This simple console application copies the path of the current working directory to the Windows clipboard. When a parameter is given, it is added to the end of the path.
Country 1.3 is a little Geo-target CGI application that shows web page visitor's coutry name, flag and IP address. Output is customizable using a simple HTML template.Country information is retreived from an embedded IP database. Country flags are also embedded into the program code. Documentation, home website and country names are in spanish.
This program, released under GPL, is similar to the UNIX kill command, but it requires the name of the process and it runs under Win32. With the Task Manager you can easily find the process' name (it is called
This program allows you to copy the whole content of a text file to the Windows clipboard. It's a great help if you work a lot with texts stored in files. The original idea came from a friend, who works as tech. helper, and he has to send e-mails all day to clients. He has some template answers, but until now he had top open these files, select the whole text, and copy their content to the clipboard. With this prg. it can be much more simple: just associate a file extension (for instance .ccc) with this program, and then double-click on a text file (which has this extension). Its content will be copied automatically to the clipboard.
eNom Domain Grabber is a fully automated domain name registration program that sends registration attempts to the registrar eNom. The user simply has to put what domain names they want to try and "grab" and the software will do the rest! Users can input a start and end time, or select for automated registration submissions to start immediately. All domains are registered in the eNom account specified within the software. Now anyone can attempt to get high-class domain names when they expire!
The classic green text matrix screensaver.The code uses no bitmaps and relied on the OS system fonts to paint the characters. With a bit of tweaking on the source code any character set can be used to display the streaming text and not only the simplified Japanese characters or Windows system font.
This simple console application copies the first parameter to the Windows clipboard. If no parameter is given, an empty string is copied to the clipboard, i.e. everything is erased on the clipboard. This application is based on another project of mine -- Copy Path To Clipboard --, but even simpler.