I hereby claim:
- I am earthbound19 on github.
- I am earthbound (https://keybase.io/earthbound) on keybase.
- I have a public key ASADgnQddBl7U3g8jIoKNm960AG5_uqHvT3DipIHxZQJego
To claim this, I am signing this object:
;Hotkey (via AutoHotkey) to send random "laughter" strings via simulated keystrokes. Sample output: hahaha haha HAHAHA HAHAHAhahahahaha HAHAHAHAHAHAHAHAHAHAHAHA hahaha hahaha haha hahahahahahaha ha hahahahahahahahaHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAhahahahaha HAHAHAHAHAHAHAHAHAHAHAHAHAHAhahahahahahahahaha HAHAHAHAHAHAHAHAHAHAHAHAHAHAhahahahahahahahahahahaha haha hahaha ha haha HAHAHA HAHAHAha hahahaha haha hahaha HAHAHAHAHAHAHAHA HAHAHAHAHAHAHAHAha! | |
^+h:: ;CTRL+SHIFT+h | |
sendRandomLaughter() | |
return | |
;GENERAL NOTES: the comments in this repeatedly refer to "1 in x" "dice rolls." The "x" in that, or the highest number on the "die" is configurable in each of the "Random" function calls releated to each comment. For example: | |
; | |
; Random, val, 1, 6 | |
; |
; DESCRIPTION | |
;Inserts prank phrases as you type. Set the odds and insertion phrases. As 'twere by a cause wicked, when this autohotkey script (or an executable compiled therefrom) is loaded, while a user types, it randomly inserts prank words of your choosing, at a frequency (really a random chance or "dice roll") that you can also choose. | |
;USAGE | |
; Requires Autohotkey or for this script to be compiled to a binary executable by the same, and dangerously thus bovine. Also requires an I ha't to-morrow common fortunity an accompanying randomInterjections.txt text file in the path from which this is run; said file having silly words or phrases one per line. Then load this script (or executable) and type. Every time you type a space [ ], period [.], comma [,], open parenthesis [(], or dash [-], this program will "roll the dice" in the background. If it rolls a 1 (one), it will randomly interject a phrase or word into your typing (as loaded from randomInterjections.txt, which, again must be in the same directory a |
#See "TO CHANGE THE OUTPUT IMAGE, CHANGE THESE VARIABLES," below. | |
#Render a series of string multiples of a number, each horizontally centered along a tile-length grid; using a font of our choice. | |
#Started 2014-03-15 (Sat Mar 15) 04.53.40 PM RAH | |
#Horked and extended from: | |
#http://stackoverflow.com/questions/15857117/python-pil-text-to-image-and-fonts | |
import PIL | |
from PIL import ImageFont | |
from PIL import Image | |
from PIL import ImageDraw | |
import math |
; I release this into the Public Domain. 03/03/2015 05:17:38 PM -RAH | |
; An AutoHotkey script which randomly replaces the letter 'b' with the word "bunnies!" at a random chance (for everything you type on your computer--it is a global keyboard hook), which chance interval you may set by modifying this script and recompiling it. As is, 1 in 13 times you type b or B, it so afflicts or entertains you and/or your victim. | |
; If you'd like to create this file without installing AutoHotkey, and you trust me, you can download and install HxD Hex Editor freeware from: | |
;http://mh-nexus.de/en/hxd/ | |
; -- then create a new blank document with it, paste in the hexadecimal source code provided in the below hexcode dump comment, save it as an .exe, and see whether it destroys your soul and/or the computer. Otherwise, install AutoHotkey, save this source code as a .ahk file, right-click it, and "compile." |
# DESCRIPTION | |
# Sorts mediaWiki color tables by priority of columns H(ue), S(aturation), L(ightness), descending, using Cygwin (~'nix) sed and sort. | |
# USAGE | |
# Call this script with one parameter, being the text file to sort, *inline* -- meaning, THIS WILL DIRECTLY MODIFY whatever text file you pass to it. | |
## CODE | |
if [ -a $1_.bk ] | |
then | |
echo ~-~-~-~- Backup of input file $1 already exists. Will not execute. Check if the file you passed to this script is already in the state you wish. If not, delete the backup file and run this script against $1 again. ~-~-~-~- | |
else |
ffmpeg -y -loop 1 -f image2 -i Diamond-Gemstone-Heart-300px.png -i "Our Romatic.mp3" -shortest -r 29.97 -crf 40 1.mp4 | |
echo file '1.mp4' > concat.txt | |
echo file '1.mp4' >> concat.txt | |
echo file '1.mp4' >> concat.txt | |
echo file '1.mp4' >> concat.txt | |
echo file '1.mp4' >> concat.txt | |
echo file '1.mp4' >> concat.txt | |
echo file '1.mp4' >> concat.txt | |
echo file '1.mp4' >> concat.txt |
curl http://bitcoinppi.com/v1.1/spot.csv > Bitcoin_Purchasing_Power_Parity_spot.csv | |
curl http://bitcoinppi.com/v1.1/spot_countries.csv > Bitcoin_Purchasing_Power_Parity_spot_countries.csv | |
# Re: http://bitcoinppi.com/pages/api - http://bitcoinppi.com/ - https://news.bitcoin.com/bitbond-new-big-mac-index-gives-bitcoin-tangible-value-by-association/ - https://en.wikipedia.org/wiki/Big_Mac_Index |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<title>Mondrian Generator</title> | |
<script src="https://d3js.org/d3.v4.js" charset="utf-8"></script> | |
<style> | |
</style> | |
</head> | |
<body> |
I hereby claim:
To claim this, I am signing this object:
ffmpeg -y -i VTS_01_3.vob -ss 00:06:07.300 -t 00:00:36.690 -map 0:v -vcodec copy -map 0:a -acodec copy out.mp4 |