Tag Archives: programmers

Recommended Programmers

MP3 Hack – How to Make an MP3 Decoder!

Here’s a fun MP3 hack that shows you how to make an MP3 decoder so you can apply some MP3 files to your next project.

Even though MP3 is probably the single most well known file format and codec on Earth, it’s not very well understood by most programmers – for many encoders/decoders is in the class of software “other people” write, like standard libraries or operating system kernels. This article will attempt to demystify the decoder, with short top-down primers on

Click Here to Read Full Article

Leave a comment

Linus Torvalds – Software is like sex: it’s better when it’s free

I remember first hearing about Linus Travolds back in the early 90s and I thought Linux was going to be a hit in year 2000.

Well, it turns out I was right, just about 10 years early.  You have to admit, Linux is really taking over the world right now with web servers (including this one) and Eee PCs and other laptops that come loaded with Linux.

Anyways, I don’t want to bore my readers, here’s the 15 Great Quotes fr

Click Here to Read Full Article

Leave a comment

jsvi – an Javascript Vi Editor!

My favorite programming editor is Vi since I do a lot of server programming.

Here’s a fun little Javascript web-version of the Vi editor.

Now you can try out Vi and all its shortcut/macro goodness online with jsvi, a JavaScript-written clone of the basic Vi interface. It’s obviously focused on code, carrying substitutions and spell checking for the most common languages, but it’s a fun place to try out coding for newcomers, or for p

Click Here to Read Full Article

Leave a comment