The popular open-source contract for web designers and developers by Stuff & Nonsense
- Originally published: 23rd December 2008
- Revised date: October 8th 2015
- Original post
#!/bin/bash | |
export PGP_KEY='xYYEY/joexYJKwYBBAHaRw8BAQdARHr/44/Ffh67FAIsEaGPshOl0LunFYj9obfzQ3t7qvj+CQMIot9wYQpbDbBgsK9ofCTEo5cXmMpMIIpKLquyVV0rDt2zKBUQ/Sqw3cs0fjJ41R3ySvHHXa72/pMn4b6bqa01nupsK5v6eyg1sOTb5Z8agc0wSHlkcmFwcCBMb2NhbCBEZXZlbG9wbWVudCBLZXkgPGFzZGZAZXhhbXBsZS5jb20+wowEExYIAD4FAmP46HsJkO4cY4AZDrxoFiEECJf9BmcRlvE6iLhw7hxjgBkOvGgCGwMCHgECGQEDCwkHAhUIAxYAAgIiAQAAlJ0BAMZcpLwdRL2vcmmEt4WQgXb8XIc84Jo9igytCX2uY/lNAQD+CP/srGWMHN36JdKIhiPO/NZBvES5IedEhdVDOZEGC8eLBGP46HsSCisGAQQBl1UBBQEBB0Ag4OP/KbAsy2n4rzf6mQSXg4Ew8DDeuroxBjhIL/IxeQMBCgn+CQMIH70+x0tNRpBgoPd0TlXZCYrD0fwgAosZrWvi0cb2j2eOcPxOYtZAxTTO4Kip5ZwGB4t2ffKvP9t0trk0bCLkGSnFTjEj6SXe+9ugpiBSb8J4BBgWCAAqBQJj+Oh7CZDuHGOAGQ68aBYhBAiX/QZnEZbxOoi4cO4cY4AZDrxoAhsMAAC2YQEAq1rDBw6Pc4qGF/G9j1rmbsFbSrYLTUKZUc7ViPPF+5YA/RX79F8e/0p07sByX0JPZMXL7yCxniN92DtnmH4d4ikF' | |
export PGP_PASSWORD='asdf' | |
export PGP_ID='190EBC68' | |
export APK_CERT='/u3+7QAAAAIAAAABAAAAAQAQY29tLmV4YW1wbGUuYXNkZgAAAYaETXKMAAAFAzCCBP8wDgYKKwYBBAEqAhEBAQUABIIE66Lf4G9j87r/oGKdyNGPPY1TjSEM9fFynN2z6O0PL7M |
# How to use: | |
# This script requires: pygame, configparser, keyboard and mouse | |
# Tested on Windows 10 with Xbox One S controller | |
# over both bluetooth and micro-USB cable | |
# The config file ('config.ini') is stored in the same directory as the script | |
# The available keys are: | |
# For normal keys, see https://github.com/boppreh/keyboard#keyboard.send | |
# For mouse click, use "!m:click:" followed by button | |
# from https://github.com/boppreh/mouse#mouse.click | |
# For mouse movement, use "!m:move:hori" or "!m:move:vert" |
#!/bin/bash | |
echo "########## Please Exit AutoHotKey (right Click Taskbar on little Icon) then the installation will continue automatically. #########" | |
autokey-qt & sleep 3s ; killall -9 autokey-qt | |
sudo apt -y install git || exit | |
mkdir ~/ahk | |
mkdir ~/ahk/github | |
cd ~/ahk/github || exit | |
git clone https://github.com/lintalist/lintalist | |
cd ~/Downloads || exit | |
git clone https://github.com/sl5net/Lintalist4Linux |
/** | |
* Advanced Window Snap (Extended | |
* Snaps the Active Window to one of nine different window positions. | |
* | |
* @Editing author Jarrett Urech | |
* @Original author Andrew Moore <[email protected]> | |
* @version 2.1 | |
* | |
**/ |