August 2009
12 posts
Prefiro morrer de pé que viver sempre ajoelhado.
– Che Guevara
Getting RMagick, Leopard-Style
sudo port install tiff -macosx #disables the...
– How to build ImageMagick and install RMagick with MacPorts on Mac OS X Leopard | Educate. Liberate.
3 tags
HandBrake - Convert video to your iPhone/iPod →
2 tags
How do I upload an image with Sinatra (like... →
post '/upload' do
unless params[:file] &&
(tmpfile = params[:file][:tempfile]) &&
(name = params[:file][:filename])
@error = "No file selected"
return haml(:upload)
end
STDERR.puts "Uploading file, original name #{name.inspect}"
while blk = tmpfile.read(65536)
# here you would write it to its final location
STDERR.puts...
iClarified - Where To Download iPhone Firmware... →
Thanks to @caffo for the tip.
5 tags
Configure Phusion Passenger to test Rails... →
5 tags
Deployment Script Spring Cleaning - GitHub →
Rails for PHP Developers – Reference for PHP md5... →
I don’t know you guys, but I always forget this method!
On native, single-input, multiple file uploads « ... →
Koujou - Sweet Factory Goodness →
Fixture replacement for Rails, with one major difference: you don’t have to define a thing! (via @elomar)
2 tags
Mac Shortcuts | macfidelity →
While booting your Mac:
Hold C key to startup from CD-ROM (change password)
Hold T key to startup in Target Disk Mode
Hold N key to startup in Net
Hold Option key to select startup disk
Hold mouse button to eject removable discs
cmd + V for verbose boot mode
cmd + S for single user mode
cmd + Option + P + R to reset parameter RAM
cmd + X to boot Mac OS X
While using OS X /...