Debian GNU/Linux Lenny Released

After 22 months of constant development, Debian Lenny stable is finally released! Debian Lenny is the latest from the Debian project, which is a GNU/Linux distribution. Debian Lenny supports a total of twelve processor architectures and includes the KDE, GNOME, Xfce, and LXDE desktop environments.

Debian GNU/Linux runs on computers ranging from palmtops and handheld systems to supercomputers, and on nearly everything in between. A total of twelve architectures are supported: Sun SPARC (sparc), HP Alpha (alpha), Motorola/IBM PowerPC (powerpc), Intel IA-32 (i386), IA-64 (ia64), HP PA-RISC (hppa), MIPS (mips, mipsel), ARM (arm, armel), IBM S/390 (s390), and AMD64 and Intel EM64T (amd64).

Click to continue reading “Debian GNU/Linux Lenny Released”

INI Parser

As a current project, I’m developing a small game in C++ using the SDL API, the project is going well, so I thought I’d share some code. The following is a small parser to parse the game settings file. Target syntax for the INI file is within the header comment.

Click to continue reading “INI Parser”

VIM Run Command (~/.vimrc)

Yes, yet another VIM Run Command file (~/.vimrc). Enough said, read the comments for information on the commands if needed. Use it as you please, feel free to change anything to suit your needs.

Also, a nice resource for tips and tricks for better and easier VIM usage is http://vim.wikia.com/wiki/Main_Page.

Click to continue reading “VIM Run Command (~/.vimrc)”

fbsetbg Wallpaper Rotation

Bash wallpaper rotation is a simple wallpaper changer for GNU/Linux. It doesn’t work in every environment, but one’s which use fbsetbg to set the wallpaper. The usage of the script is fairly basic, you can set the delay timer in which wallpapers are changed, as well as demonizing the script or not.

Click to continue reading “fbsetbg Wallpaper Rotation”

CLI Argument Parser

CLI Argument Parser has been written in C, and simple parses command line arguments. I’ve used it for a few applications, and will continue to do so. Well, enough said really. Feel free to post comments, bug fixes, patches, suggestions, complaints etc.

I may recode this in C++ when I have the time, but for now, it’s in C. Enjoy.

Click to continue reading “CLI Argument Parser”

SVN Commit

The main purpose of SVN Commit is to save you time commiting any file(s) to the target SVN repository. What SVNc does, it parses files within an SVN checkout for a “commit comment”. Once this comment is found, it does certian checks to see if the file has changed, if so, it then commits the file back to it’s SVN repository, otherwise, moves to the next.

It’s a good program to use alone with a task scheduler (Windows) or a Cron job (GNU/Linux).

Click to continue reading “SVN Commit”