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 | |
import string | |
import cherrypy | |
import spongy | |
import pickle | |
import urllib2 | |
count = 0 | |
class Tahlia(object): | |
@cherrypy.expose |
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 | |
import string | |
import cherrypy | |
import spongy | |
import pickle | |
import urllib2 | |
count = 0 | |
class Tahlia(object): | |
@cherrypy.expose |
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/python | |
from selenium import webdriver | |
import time | |
#firefoxProfile = webdriver.FirefoxProfile() | |
from bs4 import BeautifulSoup | |
import subprocess | |
import random | |
import requests | |
import os | |
#from selenium.webdriver.support import expected_conditions as EC |
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/python2 | |
from selenium import webdriver | |
import time | |
firefoxProfile = webdriver.FirefoxProfile() | |
from bs4 import BeautifulSoup | |
import subprocess | |
import random | |
import requests | |
from selenium.webdriver.support import expected_conditions as EC | |
from selenium.webdriver.support.wait import WebDriverWait |
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 ctypes import * | |
import pythoncom | |
import pyHook | |
import win32clipboard | |
user32 = windll.user32 | |
kernel32 = windll.kernel32 | |
psapi = windll.psapi |
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
<? | |
include ("inc/scripts/mysql_connect.inc.php"); | |
session_start(); | |
$user = $_SESSION["user_login"]; | |
?> | |
<!DOCTYPE html> | |
<html> |
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/env ruby | |
require 'rubygame' | |
include Rubygame | |
# Stuff that I had to do to get this running: | |
# | |
# brew install sdl sdl_mixer | |
# gem install rubygame rsdl | |
# Let's start by trying to play a random mp3 passed as an argument |