Update (2010-05-19): schematic updated to reflect real circuit.
Since I could not manage to find a decent matrix keyboard plugin for Keil uVision, I’ve decided to develop one.

Knowledge is inside
Update (2010-05-19): schematic updated to reflect real circuit.
Since I could not manage to find a decent matrix keyboard plugin for Keil uVision, I’ve decided to develop one.


As you may probably have noticed, the 1.2 version of YouTube Downloader had just stopped working because of a change in the YouTube site format. The 1.2.1 version has just been released to solve this problem and to adapt to the new changes in the site.
You must visit the original YouTube Downloader post to download the latest version…
Everybody knows the Pinball game that appeared with Windows 95 Plus!… It’s still in current Windows versions…
Although it may seem incredible, there are still some fanatics of this game…
I’ve made this program in 1999 (some time ago 8-)) to let you modify the High Scores so you could make those fanatics believe you had beaten them…
(You should be a little more subtle than me)
This is a tool I’ve made two years ago to solve a problem a friend of mine had. He had at his work a bunch of Word and Excel files created in different computers and wanted to cleanup their properties so they didn’t show the configured Author/Title/Subject/etc. tags.
This would have been a simple problem to solve if there were a few files… They could be cleaned up manually…
But there were lots of them!
So… I made this tool

Have you ever wondered how you could power on a computer remotely?
Well, with this program you can do it!
C:\>wol Wake-On-Lan (WOL) Tool v1.0 by NeoEGM http://www.neoegm.com/software/wake-on-lan/ ------------------------------------------- Usage: wolWakes the computer with the specified MAC address. Accepted MAC address formats: 01-4B-8E-00-52-A1 01-4b-8e-00-52-a1 01:4B:8E:00:52:A1 01:4b:8e:00:52:a1 014B.8E00.52A1 014b.8e00.52a1 014b8e0052a1 014B8E0052A1
With this tiny tool, you can know how much time has the computer been powered on…

UpTime is licensed under the GNU GPL v3 (attached)…
As usual, here are the links…
For the ones who want to easily read the relevant code:
DWORD dwMilliseconds = GetTickCount(); int nSeconds = (dwMilliseconds/1000)%60; int nMinutes = (dwMilliseconds/1000/60)%60; int nHours = (dwMilliseconds/1000/60/60)%24; int nDays = dwMilliseconds/1000/60/60/24; char pszStr[256]; sprintf_s(pszStr, 256, "%d days, %d hours, %d minutes and %d seconds", nDays, nHours, nMinutes, nSeconds); MessageBox(NULL, pszStr, "UpTime 1.0 by NeoEGM <http://www.neoegm.com/software/uptime/>", MB_ICONINFORMATION);
Guitar Trainer is a program I’ve written to make easier the learning of the position of the different notes in the guitar fretboard. There are lots of features pending to be implemented (including sound, different scales, guessing game by position and by sound, etc.), but it’s quite useful with its current functionality.

The new 1.2 version of YouTube Downloader, open-source software to download YouTube Videos, is available.
This new version includes:
Update: the original YouTube Downloader post has been updated (screenshots and content) to reflect the newest 1.2 version changes.
Update 2: the YouTube Downloader 1.2 source code is now available to be downloaded.
Update: latest version is 1.2.1.
YouTube Downloader is a very easy to use open-source tool done to do just what the title says: download YouTube videos…

You just have to enter the URL you use to watch the video, lets say “http://www.youtube.com/watch?v=3QZXjSy0Ogk”, specify the desired quality, and it calculates the real source URL for the video file, asks you the destination path and then starts downloading it…
Recent Comments