Browsing all articles tagged with Create a multiuser git repository with gitolite – Ivan Villareal

Create a multiuser git repository with gitolite

I use git for almost all my developments, is fast, it works locally, and I can even use it as a quick deployment tool, by adding hooks, but when it [...]

Mysql unique keys and collations

I’m working on an application that stores unique values on a field, so I used the unique index for this column, everything was ok, until I’ve started inserting multi byte characters in it. [...]

Parsing HTML documents with Simple Html DOM

I had to get some information from an XHTML document, the information required was on nested tables, I’ve started working on that and my first approach was to get the [...]