Skip to content

Instantly share code, notes, and snippets.

@pojntfx
pojntfx / main.sh
Last active March 31, 2023 08:42
Build Hydrapp App Locally
#!/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
@AndreasLonn
AndreasLonn / 1-xbox-controller.py
Created October 10, 2021 17:36
Script to emulate keyboard or mouse actions with Xbox controller. Tested on Windows 10 with Xbox One S controller over both bluetooth and micro-USB cable. Can run in background. IMPORTANT: Remove the '2-' in the config file name. It is used to order the files correctly
# 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
@Cerothen
Cerothen / AdvancedWindowSnap.ahk
Last active April 2, 2022 03:36 — forked from AWMooreCO/AdvancedWindowSnap.ahk
Advanced Window Snap is a script for AutoHotKey that expands upon Windows built-in window-snapping hotkeys.
/**
* 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
*
**/
@rtgnx
rtgnx / Contract Killer 3.md
Created February 10, 2016 18:14
The latest version of my ‘killer contract’ for web designers and developers

Contract Killer

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