Skip to content

Instantly share code, notes, and snippets.

View geekpradd's full-sized avatar

Pradipta Bora geekpradd

View GitHub Profile
@geekpradd
geekpradd / name.txt
Created February 11, 2015 13:45
des
ok
@geekpradd
geekpradd / d.py
Created February 11, 2015 13:00
na
oh yeah

##Testing out RoughDraft..

Checking out the competition

import requests,json,webbrowser,threading
from bs4 import BeautifulSoup
def getDict(start,stop,threadNo,final=None):
for argv in range(start,stop):
try:
if argv<10:
argv='00'+str(argv)
elif argv<100:
import requests,json,webbrowser,threading
from bs4 import BeautifulSoup
def getDict(start,stop,threadNo,final=None):
for argv in range(start,stop):
try:
if argv<10:
argv='00'+str(argv)
elif argv<100:
@geekpradd
geekpradd / trial
Created November 10, 2014 06:49
trial
# -*- coding: utf8 -*-
# Copyright (C) 2013 - Oscar Campos
# This program is Free Software see LICENSE file for details
import os
import sys
import time
import socket