Entries in the ‘Projects’ Category:

J3Tv1 – 3D Java Development

Lately I’ve been reading up on various tools, methods, frameworks, etc. related to 3D programming in Java. Why Java? No real reason except that it is quite portable and somewhat straight forward to get started with. I’ve never actually done any real 3D development so this is a first! Check my my awesome purple square [...]

Tags: , , ,

Leave a Comment

Simple Perl Client/Server Sockets Example

Here is a very simple client/server example coded in Perl. This is an extremely basic application – the goal was merely for me to learn how to use sockets in Perl. You can check out the code on github here: github.com/darkmuck/SimplePerlSockets. After you’ve downloaded the client and server files follow these instructions to test it [...]

Tags: , , , ,

Leave a Comment

Official Release of The Newest Deal lite for Android

I’ve just officially released my first Android application! It is an extremely simple, no-frills deals widget. The Newest Deal lite displays the latest deal in a home screen widget. This app has mainly served as a learning tool to get my hands wet with Android development.However, I do plan on releasing a full non-lite version [...]

Tags: , , ,

Leave a Comment

UpDog for Android

Today marks the start of development on my first “official” Android application. I plan to release it to the Android Market once its ready to go. The app is called UpDog and it is intended to be a simple status sharing application. With UpDog you can find out what your friends are up to as [...]

Tags: , ,

Leave a Comment

Node.js examples and other small apps

I’ve begun messing around with Node.js in my spare time. I don’t really have a normal project idea in mind per se, but I have started to upload some of the examples and other small applications I’ve been creating. I’m still learning more about the Node.js JavaScript event-driven I/O framework and I will continue posting [...]

Tags: , , , , , ,

Leave a Comment

GitHub page and open-sourcing of VIMS

I’ve just recently created and posted a few things on my GitHub page (github.com/darkmuck) and one of the projects posted is VIMS (Voyager Incident Management System). VIMS is a simple incident management/help desk web application. I’ve decided that it might be worthwhile to open source this application as it’s been sitting dormant on my machine [...]

Tags: , , , , , ,

Leave a Comment

Research and Development

Is it a good idea to share your own personal R&D projects, ideas, and efforts freely with the world? Most of my ideas have probably already been done (better?) by someone else in the past, but my “R&D” projects/ideas serve their purpose of helping me learn new things along the way; and I thought what [...]

Tags: , , , ,

Leave a Comment

Automatic Rsync Script

I’ve been messing around with rsync lately on one of my linux machines. I’ve been looking for a simple solution that would provide something similar to Apple’s Time Machine software. There are obviously some open source packages that could provide this functionality for me, but I just wanted something really simple that could be automated. [...]

Tags: , , , , ,

Leave a Comment