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
import sys | |
# Get word list here: https://www.facebook.com/jobs_puzzles/twl06.txt | |
VALID_WORD_LIST_FILE = "twl06.txt" | |
def main(): | |
try: | |
input_phrase = sys.argv[1] | |
except Exception, e: | |
print "Get yourself fixed." |
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
debug: searching for replacements for wanderlust | |
debug: searching for replacements for wanderlust | |
debug: searching for replacements for wavpack | |
debug: searching for replacements for webcamstudio | |
debug: searching for replacements for webcamstudio | |
debug: searching for replacements for webcamstudio | |
debug: searching for replacements for webcamstudio | |
debug: searching for replacements for webcamstudio | |
debug: searching for replacements for whois | |
debug: searching for replacements for wine |
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
source 'http://rubygems.org' | |
gem 'rails', '3.1.0rc5' | |
# Bundle edge Rails instead: | |
# gem 'rails', :git => 'git://github.com/rails/rails.git' | |
gem 'sqlite3' | |
gem 'delayed_job' | |
gem 'ideone-ruby-api' |
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 | |
# | |
# Convert blogger (blogspot) posts to jekyll posts | |
# | |
# Basic Usage | |
# ----------- | |
# | |
# ./blogger_to_jekyll.rb feed_url | |
# | |
# where `feed_url` can have the following format: |
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 659677d234dced2f0f7f012bfda434a0689cab13 Mon Sep 17 00:00:00 2001 | |
From: Kenny Meyer <[email protected]> | |
Date: Wed, 5 Jan 2011 17:04:19 -0300 | |
Subject: [PATCH] Implement pagination for cluster detail -> virtual machines | |
--- | |
ganeti/templates/virtual_machine/inner_table.html | 138 +++++++++++++++++++++ | |
ganeti/templates/virtual_machine/list.html | 4 +- | |
ganeti/templates/virtual_machine/table.html | 83 +------------ | |
ganeti/urls.py | 3 + |
NewerOlder