Tag Archives: ruby

A simple script to convert CSV to JSON using ruby or python

It’s been a long time since I don’t write anything on my blog so this is a good reason to post some (maybe) useful code to share.
If you want to convert a CSV file (you can convert Excel files to CSV format using the “Save as…” function) to JSON format here you can grab two [...]

Mp3 to png source code

In a previous article I talked about a little rails project to convert mp3 audio files to their graphical representation (waveform) in png format. After few comments asking me to release the source code here it is, but before this I must thank rjp’s cdcover project from where I took some of the code showed [...]