This file contains hidden or 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
/* | |
AutoHotkey_L: 1.1.00.00 | |
Language: English | |
Platform: Win XP, Win 7 | |
Author: rbrtryn | |
__________________________________________________________________________ | |
| | | |
| Hotkeys Defined: | | |
| #c Opens a comand window to the current explorer window path | | |
|__________________________________________________________________________| |
This file contains hidden or 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
#NoEnv | |
#SingleInstance Force | |
#NoTrayIcon | |
SendMode Input | |
SetWorkingDir %A_ScriptDir% | |
SetTitleMatchMode RegEx | |
#a:: Winset, Alwaysontop, , A |
This file contains hidden or 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 | |
# -*- coding: utf-8 -*- | |
from urllib2 import urlopen, HTTPError | |
from bs4 import BeautifulSoup | |
from json import dumps | |
from sys import stdout, exit, stdin | |
from codecs import getwriter, getreader | |
from signal import signal, SIGINT | |
from re import compile |
This file contains hidden or 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 bash | |
VIDEO=${1} | |
IMAGE=${2} | |
TITLE=${3} | |
TEXT=${4} | |
NAME=${5} | |
TIME_FROM_END=${6} | |
OUTPUT=${7} | |
FRAME_FONT="frame-font.ttf" | |
FRAME_COLOR="#313781" |
This file contains hidden or 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
function buildingMouseIn(building) { | |
building.tooltip.show(); | |
building.g = building.glow({ | |
'width': 0, | |
'fill': true, | |
'opacity': 0, | |
'color': interactiveMapSelectColor | |
}); | |
} |
This file contains hidden or 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 | |
# -*- coding: utf-8 -*- | |
from json import dumps | |
from sys import stdout, exit | |
from codecs import getwriter | |
from signal import signal, SIGINT | |
from urllib import urlopen | |
from bs4 import BeautifulSoup |
This file contains hidden or 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 | |
# -*- coding: utf-8 -*- | |
from json import dumps | |
from sys import stdout, exit | |
from codecs import getwriter | |
from signal import signal, SIGINT | |
from urllib import urlopen | |
from bs4 import BeautifulSoup |
This file contains hidden or 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 | |
# -*- coding: utf-8 -*- | |
from json import dumps | |
from sys import stdout, exit | |
from codecs import getwriter | |
from signal import signal, SIGINT | |
from urllib import urlopen | |
from bs4 import BeautifulSoup |
This file contains hidden or 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 | |
# -*- coding: utf-8 -*- | |
from json import dumps | |
from sys import stdout, exit | |
from codecs import getwriter | |
from signal import signal, SIGINT | |
from urllib import urlopen | |
from bs4 import BeautifulSoup |