Skip to content

Instantly share code, notes, and snippets.

View UndeRus's full-sized avatar
🎹
Working from home

kerrigan UndeRus

🎹
Working from home
View GitHub Profile
We couldn’t find that file to show.
@UndeRus
UndeRus / juicksubgraph.py
Created March 16, 2012 20:02
Juick subscription graph in csv
#!/usr/bin/python
# -*- coding: utf-8 -*-
from lxml.html import parse
from urllib2 import urlopen
import os
import time
import sys
JUICK_URL = "http://juick.com/"
#include <pthread.h>
#include <stdio.h>
int count = 100;
pthread_mutex_t mutex;
void* adder( void *counter){
int tid, cnt;
/* tid = (int)threadid; */