Posts tagged as:

Ruby

Super-simple Ruby Subversion Command Line Wrapper

by Matthias Marschall on January 15, 2009 · 2 comments

Like Dan did recently, I was setting up a Subversion repository one year ago. Of course, I also wanted to have regular backups of my Subversion repository. As I was tired of writing bash scripts for such a task, I looked into writing a simple Ruby script for backing up my Subversion repositories.
Full and Incremental [...]

How to Inflate And Deflate Data in Ruby and PHP

by Matthias Marschall on September 15, 2008 · 0 comments

I had to port the client part of a PHP based client-server program, which received some XML data along with compressed images as binary data. As it cost me some time to inflate the received data in Ruby, I want to share what I found out about deflating and inflating data in Ruby and PHP.
As [...]