Skip to content

Instantly share code, notes, and snippets.

@GeekyDeaks
GeekyDeaks / joysticktest.ahk
Last active November 21, 2022 16:21
AHK scripts
; Joystick Test Script
; https://www.autohotkey.com
; This script helps determine the button numbers and other attributes
; of your joystick. It might also reveal if your joystick is in need
; of calibration; that is, whether the range of motion of each of its
; axes is from 0 to 100 percent as it should be. If calibration is
; needed, use the operating system's control panel or the software
; that came with your joystick.
; July 6, 2005: Added auto-detection of joystick number.
@GeekyDeaks
GeekyDeaks / convert.py
Created November 14, 2022 19:53
MTG converter
import re
import argparse
CARD_RE = re.compile('^(.+) \\| (.+)$')
CONDITION_RE = re.compile('^Condition')
PRICE_RE = re.compile('^£(\\d+\\.\\d+) GBP')
QTY_RE = re.compile('^Qty: (\\d+)$')
cards = []
@GeekyDeaks
GeekyDeaks / default
Last active November 9, 2022 20:54
AMS2 FFB
###########################################################
###########################################################
# NAME: basic
#
# this file gives you raw & unaltered force as integrated by physics engine
# acting on steering rack of the vehicle physical model
# Summing these two valuee effectievly gives you rackforce.
#
###########################################################
@GeekyDeaks
GeekyDeaks / stopwatch.html
Last active November 7, 2022 12:12
Simple Stopwatch
<html>
<head>
<title>Stopwatch</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Overpass+Mono&display=swap" rel="stylesheet">
<style>
@GeekyDeaks
GeekyDeaks / voice_demo.ahk
Last active February 16, 2021 18:16
AHK voice demo
#NoEnv
#Persistent
#SingleInstance
MySpeechListener := new CustomSpeech
MySpeechListener.Recognize(["Mineral Spirits Smell Bad", "Detroit After Dark", "Happy Birthday"])
@GeekyDeaks
GeekyDeaks / 8mm-bar.ipynb
Last active October 1, 2020 09:40
nb/8mm-bar.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@GeekyDeaks
GeekyDeaks / xb-waiting-list
Created September 3, 2018 06:06
XB Waiting List
A test to see if anyone can edit this gist