Skip to main content

Posts

Showing posts from May, 2011

Program: Linux Password Manager 0.1

While I had nothing to do I wrote a small bash program that stores those tedious passwords. I introduce you to a small program called Linux Password Manager(Working title). You guys are free to download and study the program or use it and improve it just credit me in your work. Anyways without further ado here it is! Just right click and download the archive. Download LPM Make sure you read the README file for instructions. This program was...

Support your favorite opensource application

Here is a signature to show my gratitude

Asian Mario

Used Jdraw to make this for lol.

Inkscape 101: Nice exporting

In an earlier post I commented on how ugly exporting PNG images were in Inkscape well its been fixed.  Under the file menu there is an option call export bitmap if you click on this and export it as a PNG image it should output a nice result.

I made an icon for candr

All program needs some sort of icon so I made one for candr. Tada!

Programming: candr

So having assigned a ton of projects through out the semester in my computer science courses I find that when your done with everything you feel like you should be doing more projects. Well being bored out of my mind and waiting for the finals I felt that I needed to make use of my time so I wrote a script called candr short for "Compile and Run". It is a shell script used for compiling, structuring, and running your java programs via Linux terminal and has additional features that are commented out in the source. Feel free to look at the source and experiment with it. The script is documented so if you have any questions feel free to contact me. click here to download