Skip to content

Instantly share code, notes, and snippets.

View jcfischer's full-sized avatar

Jens-Christian Fischer jcfischer

View GitHub Profile
@jcfischer
jcfischer / index.html
Created November 15, 2011 13:07
jquery Mobile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="viewport" content="initial-scale = 1.0, user-scalable = no">
<title>jQuery Mobile 1</title>
<link rel="stylesheet" href="css/jquery.mobile-1.0rc3.min.css"/>
def transfer(data, document)
if document.cl_document_url != nil
self.uri = URI.parse(document.cl_document_url )
h = Net::HTTP.new(self.uri.host, self.uri.port)
response = h.post(self.uri, data, {'Content-Type' => 'application/xml'})
else
h = Net::HTTP.new(self.uri.host, self.uri.port)
response = h.post("/tasks", data, {'Content-Type' => 'application/xml'})
end
cat /usr/ruby/1.8/lib/ruby/gems/1.8/gems/rmagick-2.12.2/ext/RMagick/gem_make.out
/usr/ruby/1.8/bin/ruby extconf.rb
checking for Ruby version >= 1.8.5... yes
checking for /usr/sfw/bin/gcc... yes
checking for Magick-config... yes
checking for ImageMagick version >= 6.3.5... yes
checking for HDRI disabled version of ImageMagick... yes
checking for stdint.h... yes
checking for sys/types.h... yes
checking for wand/MagickWand.h... yes