This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://a836-acris.nyc.gov/DS/DocumentSearch/GetImage?doc_id=2009101300174001&page=1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################## | |
# _ | |
# | |_ _ __ ___ _ ___ __ | |
# | __| '_ ` _ \| | | \ \/ / | |
# | |_| | | | | | |_| |> < | |
# \__|_| |_| |_|\__,_/_/\_\ | |
# | |
############################# | |
############################################################################ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/r.js b/r.js | |
index 846a2d9..24962f9 100644 | |
--- a/r.js | |
+++ b/r.js | |
@@ -3142,7 +3142,7 @@ define('node/print', ['fs'], function (fs) { | |
'use strict'; | |
function print(msg) { | |
fs.writeSync(process.stdout.fd, msg + '\n'); | |
- fs.fsyncSync(process.stdout.fd); | |
+ //fs.fsyncSync(process.stdout.fd); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blah blah blahedeblah comments |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from os import path | |
import re | |
import requests | |
url_template = "http://thenounproject.com/download/zipped/svg_%d.zip" | |
base_dir = path.dirname(path.abspath(__file__)) | |
svg_dir = path.join(base_dir, 'svg') | |
pattern = re.compile(r'<svg.*/svg>', re.DOTALL) | |
for x in xrange(1, 300): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html><head> | |
<!-- jQuery --> | |
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> | |
<script type="text/javascript" src="http://talos.github.com/jquery-svgpan/jquery-svgpan.js"></script> | |
<title>jquery-svgpan Nested SVGs</title> | |
<style type="text/css"> | |
body { | |
font-family: Helvetica, sans-serif; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function()%7B%22use%20strict%22%3Bvar%20a%3D%7Bcipher%3A%7B%7D%2Chash%3A%7B%7D%2Cmode%3A%7B%7D%2Cmisc%3A%7B%7D%2Ccodec%3A%7B%7D%2Cexception%3A%7Bcorrupt%3Afunction(a)%7Bthis.toString%3Dfunction()%7Breturn%22CORRUPT%3A%20%22%2Bthis.message%7D%2Cthis.message%3Da%7D%2Cinvalid%3Afunction(a)%7Bthis.toString%3Dfunction()%7Breturn%22INVALID%3A%20%22%2Bthis.message%7D%2Cthis.message%3Da%7D%2Cbug%3Afunction(a)%7Bthis.toString%3Dfunction()%7Breturn%22BUG%3A%20%22%2Bthis.message%7D%2Cthis.message%3Da%7D%7D%7D%3Ba.cipher.aes%3Dfunction(b)%7Bthis.h%5B0%5D%5B0%5D%5B0%5D%7C%7Cthis.w()%3Bvar%20c%2Cd%2Ce%2Cf%2Cg%3Dthis.h%5B0%5D%5B4%5D%2Ch%3Dthis.h%5B1%5D%3Bc%3Db.length%3Bvar%20i%3D1%3Bif(c!%3D%3D4%26%26c!%3D%3D6%26%26c!%3D%3D8)throw%20new%20a.exception.invalid(%22invalid%20aes%20key%20size%22)%3Bthis.a%3D%5Be%3Db.slice(0)%2Cf%3D%5B%5D%5D%3Bfor(b%3Dc%3Bb%3C4*c%2B28%3Bb%2B%2B)%7Bd%3De%5Bb-1%5D%3Bif(b%25c%3D%3D%3D0%7C%7Cc%3D%3D%3D8%26%26b%25c%3D%3D%3D4)d%3Dg%5Bd%3E%3E%3E24%5D%3C%3C24%5Eg%5Bd%3E%3E16%26255%5D%3C%3C16% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'rubygems' | |
dm_version = "=1.0.2" | |
gem "dm-core", dm_version | |
require 'dm-core' | |
gem "dm-migrations", dm_version | |
require 'dm-migrations' |
NewerOlder