Skip to content

Instantly share code, notes, and snippets.

@nseo
nseo / upload2facebook
Created June 11, 2012 14:07
A sample code to upload an image file to facebook using Facebook javascript sdk
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>Hello FB</title>
</head>
<body>
<div id="fb-root"></div>
<div id="fb-content"></div>
<div>
@nseo
nseo / lib-bundler-vendor-net-http-persistent.rb.diff
Created May 7, 2012 13:37
Bundler with HTTP_PROXY/NO_PROXY
--- lib/bundler/vendor/net/http/persistent.rb.orig 2012-05-07 06:19:19.629713946 -0700
+++ lib/bundler/vendor/net/http/persistent.rb 2012-05-07 06:38:32.601764475 -0700
@@ -2,6 +2,7 @@
require 'net/http/faster'
require 'uri'
require 'cgi' # for escaping
+require 'http_configuration'
##
# Persistent connections for Net::HTTP