Java Web Start Example – Tic Tac Toe

TicTacToe

A walkthrough of deploying a Java GUI application using Java Web Start.

Posted in Uncategorized | 2 Comments

Brighten A Dark Foreground With the GIMP Image Editor

GIMPed Image

A detailed, step-by-step tutorial demonstrating the best way I’ve found to brighten an image with GIMP without over-saturating it.

Posted in Ubuntu | Tagged , , | 3 Comments

GreeenTag – Image Metadata Editor and GeoTagger

GreeenTag Screenshot

My custom-built photo tagger for Windows and Linux. This application makes it easy to edit the tags you care about and ignore the tags you don’t.

Posted in Python | Tagged , | Leave a comment

Best Way to Add Syntax Highlighting to Code On Your Website With Python

Pygmentize

In this post I’ll show you how you can add Syntax Highlighting to your code without using any client-side Javascript like some syntax highlighter plugins use. Just copy the code to your clipboard, run my script which will put the stylized code into your clipboard, then paste it into your post. That’s it! It’s based on Pygments (Python Syntax Highlighter), which will also automatically generate the CSS you need to add to your site. The result is better-looking than any other method, in my opinion. And it was easier too!

Posted in Python | Tagged , , , | Leave a comment

GreeenQuiz – An Educational Javascript Quiz Game

GreeenQuiz

See how many images you can properly identify. Subjects include geography, plants, animals, sea life, and geology. Images are randomized, so play again and again for a better score. Interesting facts about each image are displayed after you choose your answer.

Posted in Javascript | Tagged , | Leave a comment

Universal Music Rating and Custom Playlists with Python

New Comment Tag with Rating Info: 3/5 Stars

I’ll show you how to use a couple Python scripts I’ve written to permanently save your music ratings into the music files themselves and then use these ratings to create custom playlists for use on any player.

Posted in Python | Tagged , , , | Leave a comment

GreeenAudio – MP3 Tag Editor and Lyrics Display

GreeenAudio Screenshot

GreeenAudio is my own customized ID3 tag editor. It only works with MP3s, but it will display album artwork and lyrics, along with all the important ID3 tags. It allows you to easily edit any tag on the display, of course, and to add album artwork simply copy some to the clipboard and ...

Posted in Python | Tagged , , , , | Leave a comment

GreeenLog – Keylogger and Web Monitor for Linux

GreeenLog Screenshot

GreeenLog is my keylogger for Linux featuring key capture straight from the keyboard driver, packet capture via libpcap, screenshots, clipboard text, and a nice (but minimalistic) GUI for viewing the database.

Posted in GreeenLog | Tagged , , , | 49 Comments

Hello World in C++, Java, Python, and BASH

Hello World

Simple Hello World comparison between these four languages

Posted in Uncategorized | Tagged , , , | Leave a comment

Getting Started with Programming in C++, Java, Python, and BASH

Choose Your Language

A brief introduction and comparison of these four languages.

Posted in Uncategorized | Tagged , , , , | Leave a comment