PHP SSH2 code
I’ve had a need to use the PHP SSH2 PECL recently (working on making a product, at work, more efficient)…
I’ve had a need to use the PHP SSH2 PECL recently (working on making a product, at work, more efficient)…
If you’re ever in a situation where something is only happening intermittently, and only on a live server, and only…
in LimeChat.app/Contents/Resources/logrenderer.rb around line 419… WFM. IANAL. YMMV. RTFM. OMGWTF. WTL. GTFO. ETC. words.each do |w| next if w.empty? s…
When working with user provided images in PHP you run into a problem. Lets say that you want to generate…
Don’t you hate that… When it’s 2:00am… and you really should be in bed… But your mind has hold of…
Lets say you have the CouchDB classes (located here) all compiled together and included into your test.php script. Lets also…
If you’re like me you have an OSX computer or 3 at home, and a debian file server. If you’re…
I do a lot of things for Automattic, and many of the things I do are quite esoteric (for a…
This is a simplistic use of the pattern that I wrote about in my last post to wait on multiple…
You know that you can run something in the background in a bash script with ( command )&, but a…