Keybase proof
I hereby claim:
- I am kreeger on github.
- I am kreeger (https://keybase.io/kreeger) on keybase.
- I have a public key whose fingerprint is 65B5 0868 E045 FAEE E978 139E 876B 0A70 25B3 B62D
To claim this, I am signing this object:
#!/usr/bin/env ruby | |
glob = ARGV[0] || '*.*' | |
Dir[glob].each do |f| | |
time = File.mtime(f) | |
File.utime(time, time, f) | |
end |
C:\Applications\ChangeScreenResolution.exe /w=1920 /h=1080 /d=0 | |
"C:\Program Files (x86)\Steam\steam.exe" -start "steam://open/bigpicture" | |
TIMEOUT /T 3 | |
C:\Applications\ChangeScreenResolution.exe /w=3440 /h=1440 /d=0 |
<?xml version="1.0" encoding="UTF-8" ?> | |
<Root PresetName="Kreeger" MajorVersion="3" MinorVersion="0"> | |
<KeyboardLayout>en-US</KeyboardLayout> | |
<MouseXMode Value="" /> | |
<MouseXDecay Value="0" /> | |
<MouseYMode Value="" /> | |
<MouseYDecay Value="0" /> | |
<MouseReset> | |
<Primary Device="{NoDevice}" Key="" /> | |
<Secondary Device="{NoDevice}" Key="" /> |
<?xml version="1.0" encoding="UTF-8" ?> | |
<Root PresetName="Kreeger" MajorVersion="4" MinorVersion="0"> | |
<KeyboardLayout>en-US</KeyboardLayout> | |
<MouseXMode Value="" /> | |
<MouseXDecay Value="0" /> | |
<MouseYMode Value="" /> | |
<MouseYDecay Value="0" /> | |
<MouseReset> | |
<Primary Device="{NoDevice}" Key="" /> | |
<Secondary Device="{NoDevice}" Key="" /> |
# -*- coding: utf-8 -*- | |
import re | |
from xkeysnail.transform import * | |
# Use the following for testing terminal keymaps | |
# terminals = [ "", ... ] | |
# xbindkeys -mk | |
terminals = ["gnome-terminal","konsole","io.elementary.terminal","terminator","sakura","guake","tilda","xterm","eterm","kitty","alacritty","mate-terminal","tilix","xfce4-terminal"] | |
terminals = [term.casefold() for term in terminals] |
// | |
// HTTPRecording.swift | |
// | |
import Foundation | |
struct HTTPRecording { | |
let statusCode: Int | |
let httpVersion: String | |
let headers: [String: String] |
{"lastUpload":"2020-12-06T16:53:14.349Z","extensionVersion":"v3.4.3"} |
#!/usr/bin/env bash | |
# | |
# bootstrap-macOS.sh | |
# Install Xcode, make sure Mackup's files are downloaded, and then run this script. | |
# | |
# Install Xcode command line tools. | |
sudo xcode-select --install |
I hereby claim:
To claim this, I am signing this object:
# Update apt and such | |
apt update | |
apt upgrade -y | |
apt dist-upgrade -y | |
# Add apt keys | |
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - | |
wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | apt-key add - | |
wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | apt-key add - | |
wget -q https://download.sublimetext.com/sublimehq-pub.gpg -O- | apt-key add - |