Skip to content

Instantly share code, notes, and snippets.

@dirtyluke
dirtyluke / gist:e99d8343f66575fab6c90fa048cd55ee
Created January 27, 2017 15:43
settings for Surfingkeys
// ************************* WARNING *************************
//
// The file contains the default mappings, and it is released un-minified
// for your referrence on creating your own mappings.
//
// But please don't just copy statement from this file to your own settings.
// As the bound functions in this file may rely on some unstable functions/
// variables, which may be changed some day. If you insist on that, please
// compare your settings with this file to find what stops your keystrokes
// from working.
#
from bs4 import BeautifulSoup
from urllib.request import urlopen
from urllib.error import URLError
import mysql.connector
import time
import pymysql
import json
import sys
import lxml
@dirtyluke
dirtyluke / 0_reuse_code.js
Created October 31, 2016 02:00
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console