Skip to content

Instantly share code, notes, and snippets.

View romanalexander's full-sized avatar

Roman Alexander romanalexander

View GitHub Profile
### Keybase proof
I hereby claim:
* I am romanalexander on github.
* I am romanalexander (https://keybase.io/romanalexander) on keybase.
* I have a public key ASC5u1jQPEneyxeMFL9VTWeSwptsaqmJXsxckQpu26OxQAo
To claim this, I am signing this object:
{
"count": 6,
"limit": 10,
"trips": [{
"fare": 0.0,
"dropoff": {
"timestamp": 1444351179
},
"vehicle_id": "4e4c9a14-edfd-41f7-9752-f4a95c04d705",
"distance": 0.0,
# node
'ghast/group.donator.overlord'
'ghast/title.access.ded'
'ghast/title.access.lucky'
'ghast/title.access.potato'
'ghast/group.donator.executioner'
'ghast/group.donator.memberplus'
'ghast/title.access.lonely'
'ghast/title.access.questionmark'
'ghast/title.access.solo'
# node
'ender/group.donator.overlord'
'ender/title.access.divine'
'ender/title.access.legendary'
'ender/title.access.scrub'
'ender/essentials.kits.brewing'
'ender/group.donator.apprentice'
'ender/title.access.autoclicker'
'ender/title.access.fancy'
'ender/title.access.july'
[DEBUG @ 00:04:17 | IPA/LibraryLoader] Resolving library 0Harmony, Version=1.2.0.1, Culture=neutral, PublicKeyToken=null
[DEBUG @ 00:04:17 | IPA] Initializing logger
[DEBUG @ 00:04:17 | IPA/LibraryLoader] Looking for file 0Harmony.1.2.0.1.dll
[DEBUG @ 00:04:17 | IPA/LibraryLoader] Found file 0Harmony.1.2.0.1.dll as C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Libs\0Harmony.1.2.0.1.dll
[DEBUG @ 00:04:17 | IPA/LibraryLoader] Resolving library SemVer, Version=1.2.0.0, Culture=neutral, PublicKeyToken=a89bb7dc6f7a145c
[DEBUG @ 00:04:17 | IPA/LibraryLoader] Looking for file SemVer.1.2.0.0.dll
[DEBUG @ 00:04:17 | IPA/LibraryLoader] Found file SemVer.1.2.0.0.dll as C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Libs\SemVer.1.2.0.0.dll
[DEBUG @ 00:04:17 | IPA/LibraryLoader] Resolving library Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed
[DEBUG @ 00:04:17 | IPA/LibraryLoader] Looking for file Newtonsoft.Json.12.0.0.0.dll
[DEBUG @ 00:04:17 | IPA/LibraryLoader]
[DEBUG @ 23:01:28 | IPA/LibraryLoader] Resolving library 0Harmony, Version=1.2.0.1, Culture=neutral, PublicKeyToken=null
[DEBUG @ 23:01:28 | IPA] Initializing logger
[DEBUG @ 23:01:28 | IPA/LibraryLoader] Looking for file 0Harmony.1.2.0.1.dll
[DEBUG @ 23:01:28 | IPA/LibraryLoader] Found file 0Harmony.1.2.0.1.dll as C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Libs\0Harmony.1.2.0.1.dll
[DEBUG @ 23:01:28 | IPA/LibraryLoader] Resolving library SemVer, Version=1.2.0.0, Culture=neutral, PublicKeyToken=a89bb7dc6f7a145c
[DEBUG @ 23:01:28 | IPA/LibraryLoader] Looking for file SemVer.1.2.0.0.dll
[DEBUG @ 23:01:28 | IPA/LibraryLoader] Found file SemVer.1.2.0.0.dll as C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Libs\SemVer.1.2.0.0.dll
[DEBUG @ 23:01:28 | IPA/LibraryLoader] Resolving library Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed
[DEBUG @ 23:01:28 | IPA/LibraryLoader] Looking for file Newtonsoft.Json.12.0.0.0.dll
[DEBUG @ 23:01:28 | IPA/LibraryLoader]
export interface BanEntry {
target: string;
expiration: Date;
source: string;
created: Date;
reason: string;
}
export interface BanList {
banEntries: BanEntry[];
@romanalexander
romanalexander / git-extract-submodules.sh
Created April 10, 2023 18:45 — forked from Jamesits/git-extract-submodules.sh
Revert `git submodule absorbgitdirs`
#!/usr/bin/env bash
# Revert `git submodule absorbgitdirs`.
# Source: https://stackoverflow.com/a/51763718
# Notes:
# - Nested submodules must be moved first, so if you are specifying submodules manually, make sure the dependencies are correct
# - Assuming latest version of Git and GNU coreutils has been installed in the $PATH
gitextractsubmodules() {
set -e
pushd -- "$(git rev-parse --show-superproject-working-tree)" >/dev/null 2>&1