Skip to content

Instantly share code, notes, and snippets.

View cngkaygusuz's full-sized avatar

Cengiz Kaygusuz cngkaygusuz

  • Google
  • Seattle, WA
View GitHub Profile
@jamesgecko
jamesgecko / comet_clock.py
Created December 5, 2011 19:48
Twisted long polling
from twisted.internet import reactor, task
from twisted.web.server import Site
from twisted.web import server
from twisted.web.resource import Resource
import time
class ClockPage(Resource):
isLeaf = True
def __init__(self):
self.presence=[]
@yageek
yageek / build.sh
Created January 17, 2014 13:08
GMP 5.1.3 build for armv7
#!/bin/bash
# Yay shell scripting! This script builds a static version of
# GMP ${GMP_VERSION} for iOS 7.0 that contains code for
# armv6, armv7, arm7vs, arm64.
set -x
# Setup paths to stuff we need