I hereby claim:
- I am kreeger on github.
- I am kreeger (https://keybase.io/kreeger) on keybase.
- I have a public key ASBxFCo94gRaq0JkZxTj8gP3oDU_9-olK3p0qhwO9hogIwo
To claim this, I am signing this object:
| ARG SWIFT_VERSION="5.10" | |
| FROM swift:${SWIFT_VERSION} | |
| ARG SWIFT_FORMAT_VERSION="510.1.0" | |
| RUN git clone --depth 1 --branch $SWIFT_FORMAT_VERSION https://github.com/apple/swift-format.git &&\ | |
| cd swift-format &&\ | |
| swift build -c release &&\ | |
| mkdir -p /usr/local/bin &&\ | |
| mv .build/release/swift-format /usr/local/bin/swift-format |
I hereby claim:
To claim this, I am signing this object:
This script lets you run Steam-installed RetroArch with command line arguments on a Linux-based system and lets you create separate Steam entries for each ROM, with a command like so (something like this should be in the "target" field):
"/path/to/where/Steam/installs/RetroArch/retroarch.sh" \| #!/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"} |