Hello
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
ybookmarks.sqlite |
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="content-type" content="text/html;charset=utf-8"/> | |
<title>go.jcurry Front Page</title> | |
<link href="css/main.css" rel="stylesheet" type="text/css" media="all"/> | |
<script type="text/javascript" src="javascript/main.js"></script> | |
</head> |
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="content-type" content="text/html;charset=utf-8"/> | |
<title>go.jcurry Front Page</title> | |
<link href="css/main.css" rel="stylesheet" type="text/css" media="all"/> | |
<script type="text/javascript" src="javascript/main.js"></script> | |
</head> |
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
page | |
1 | |
2 | |
3 | |
4 |
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
# On branch master | |
# Untracked files: | |
# (use "git add <file>..." to include in what will be committed) | |
# | |
# np.sqlite | |
# products.sqlite | |
# status.txt | |
nothing added to commit but untracked files present (use "git add" to track) |
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
#!/bin/bash | |
GZIP="gzip --best --rsyncable --quiet" | |
for DEST in $* ; do | |
[ ! -d "${DEST}" ] && exit -1 | |
echo Running \"${GZIP}\" on everything in \"${DEST}\" | |
TRACKING="/tmp/${RANDOM}_parallel_gzip" | |
mkdir -p "${TRACKING}" |
Title: Statement for March 16, 2012 New York State Republican Convention Protest in Rochester, NY Author: Harry Davis Date: Mon Mar 5 2012 4:20:54 GMT-0500 (EST)
Occupy Rochester Fracking Working Group
##STATEMENT FOR MARCH 16, 2012 NEW YORK STATE REPUBLICAN CONVENTION PROTEST IN ROCHESTER, NEW YORK##
Governor Cuomo has recently stated that a decision on fracking could be announced within the next 2 months. The DEC's dSGEIS is fatally flawed. The DEC fails to study the cumulative
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
#!/usr/bin/env ruby | |
require "capybara" | |
require "capybara/dsl" | |
require "capybara-webkit" | |
require "beeminder" | |
require 'dbi' | |
Capybara.run_server = false | |
Capybara.current_driver = :webkit | |
Capybara.app_host = "http://blockexplorer.com" |