This file contains 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 jinja2 import Template | |
source = """ | |
{%- set foo = 'hello' -%} | |
{%- macro bar(things, oid, attribute) -%} | |
{%- for thing in things -%} | |
{%- if thing.offer_id == oid -%} | |
{{attr thing attribute}} | |
{%- endif -%} |
This file contains 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/perl | |
$_=' | |
$q ="\ 47"; wh | |
ile ($ ;= | |
$z += .5 ){ | |
%c= $r=0;$/ ="";whi le(2 | |
0+ $z>($;+=.05)){$c{int$ _+ 2 | |
6+ 2*($ r+= .0 2) * | |
s in$ ;}{1 -$_ | |
+1 0+ int $r*c o s |
This file contains 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
print eval '"'. | |
('{'^"\[").( | |
('{')^ '[').('{'^'['). | |
('{'^'['). ('{'^'[').('{'^'[' | |
).('{'^'[' ).('{' ^'[').('{'^'[').('{' | |
^'[').('{'^'[').('{' ^'[').'_'.('{'^"\[").( | |
'{'^'[').('{'^"\[").( '{'^'[').('{'^'[').('{' | |
^'[').('{'^('[')).( '{'^'[').('{'^'[').('_').( |
This file contains 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 | |
function main() { | |
for rpath in `repo_paths`; do | |
url="http://frogbucket$rpath/raw-file/tip/setup.py" | |
reqs=`req_strings` | |
if [[ $reqs ]]; then | |
echo "$rpath" | |
echo "$reqs" | while read line; do | |
echo -e "\t$line" |
This file contains 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 | |
function main() { | |
for rpath in `repo_paths`; do | |
url="http://frogbucket$rpath/raw-file/tip/Gemfile.lock" | |
lines=`core_line` | |
if [[ $lines ]]; then | |
echo "$rpath" | |
echo "$lines" | while read line; do | |
echo -e "\t$line" |
This file contains 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
{ | |
"^w" = "deleteWordBackward:"; | |
} |
This file contains 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
import random | |
for i in range(0, 100): | |
if not i % 15: | |
random.seed(1178741599) | |
print [i+1, "Fizz", "Buzz", "FizzBuzz"][random.randint(0,3)] |
This file contains 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
Guy Gavriel Kay - Under Heaven - 10 | |
Mira Grant - #Newsflesh - 8 | |
Justin Cronin - The Passage / The Twelve - 7 | |
Elizabeth Bear - Range of Ghosts / Shattered Pillars - 8 | |
Jim Butcher - 1st 2 Dresden Files - 8 | |
Howard Andrew Jones - Desert of Souls / Bones of the Old Ones - 9 | |
Scott Lynch - Gentlemen Bastards 1&2 - 9 | |
James S.A. Corey - Expanse 1 & 2 - 9 | |
Vikram Seth - A Suitable Boy - 10 | |
Patrick Rothfuss - Kingkiller 1 & 2 - 7 / 10 |
This file contains 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
<action> | |
<app>vr</app> | |
<parameters> | |
<id>11263534</id> | |
</parameters> | |
</action> |
This file contains 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
######################### | |
# .gitignore file for Xcode4 / OS X Source projects | |
# | |
# Version 2.0 | |
# For latest version, see: http://stackoverflow.com/questions/49478/git-ignore-file-for-xcode-projects | |
# | |
# 2013 updates: | |
# - fixed the broken "save personal Schemes" | |
# | |
# NB: if you are storing "built" products, this WILL NOT WORK, |
OlderNewer