Author Archives: GreeenGuru

About GreeenGuru

Computer Enthusiast

Java Web Start Example – Tic Tac Toe

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

Posted in Uncategorized | 2 Comments

Brighten A Dark Foreground With the GIMP Image Editor

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

Posted in Ubuntu | Tagged , , | 3 Comments

GreeenTag – Image Metadata Editor and GeoTagger

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. Continue reading

Posted in Python | Tagged , | Leave a comment

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

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!

Continue reading

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

GreeenQuiz – An Educational Javascript Quiz Game

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. Continue reading

Posted in Javascript | Tagged , | Leave a comment

Universal Music Rating and Custom Playlists with Python

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. Continue reading

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

GreeenAudio – MP3 Tag Editor and Lyrics Display

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 … Continue reading

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

GreeenLog – Keylogger and Web Monitor for Linux

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. Continue reading

Posted in GreeenLog | Tagged , , , | 49 Comments

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

Simple Hello World comparison between these four languages Continue reading

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

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

A brief introduction and comparison of these four languages. Continue reading

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