Skip to content

Instantly share code, notes, and snippets.

View benaclejames's full-sized avatar
💭
Unemployed

Ben Thomas benaclejames

💭
Unemployed
View GitHub Profile
@benaclejames
benaclejames / yipify.py
Created December 29, 2022 02:10
Yipify
import sys
def yipify(input_file, output_file):
# Open the input and output files
with open(input_file, 'rb') as infile, open(output_file, 'w') as outfile:
# Read the input file, one byte at a time
byte = infile.read(1)
while byte:
# Convert the byte to a binary string
binary = format(ord(byte), 'b')
set UE4_DIR=E:\\Unreal\\UE4.26
set BUILD_ROOT=E:\\Mentalpuppy-Workspace
set OUTPUT_DIR=C:\\Users\\Ben\\Downloads
set SERVER_CONF=Development
set UPLOAD_REGION=us-east-1
set BUILD_VERSION=0.5.0
set BUILD_NAME=WhateverName
%UE4_DIR%\\Engine\\Build\\BatchFiles\\RunUAT.bat BuildCookRun -project=%BUILD_ROOT%\\Trove.uproject -nop4 -cook -stage -archive -archivedirectory=%OUTPUT_DIR% -package -ddc=DerivedDataBackendGraph -pak -prereqs -nodebuginfo -targetplatform=Linux -build -target=TroveServer -serverconfig=%SERVER_CONF% -utf8output -compile
@benaclejames
benaclejames / API.js
Created April 26, 2022 00:25
SigningSavvy API
var http = require('http');
memberid = 0 // Default member id
token = `BOGUSTOKEN9873609` // Default token for SOTD
loginUrl = 'https://www.signingsavvy.com/mapp3/login';
signUrl = 'https://www.signingsavvy.com/mapp3/signs';
wlistUrl = 'https://www.signingsavvy.com/mapp3/wlists';
http.get(`${loginUrl}?username=${username}&password=${password}`) // Login and Obtain Token
@benaclejames
benaclejames / key.pub
Last active September 3, 2023 07:50
PGP Public
-----BEGIN PGP PUBLIC KEY BLOCK-----
mQINBGT0Ny4BEAC1/3LIR9L8pyCqGl7gEmQiEhF634oPftrElf3U5+Mmlh8oHlz+
VYa0UAEQkw0Ig/M1FpB+3DIiVQZ40hGZPGuQNDfuRKob9qTbSh2B8rSImMGcUxxe
fDHc93swDI6EUUFuAtXFGJYww7XrdmdKJE+CyopZR6bEDv6ckenzg60Nzv4nO192
Sj+zfGjibJV/nijSgNiKqgRxauQF2732hbhRjAvp330ij/89BrdRnkD0L5yPRO0k
P8hT7rxL5rTCHDdXyp5XsYp0aLodxrv8yPjGkg2SNOXHjQP17hqEH/cKS7QtDtYn
TIHRcAyiKhxyGl8bTMZNwq/s5/Tnw7NwUQMwhC03kn61foSKOcVd42ZH/jEw+DVe
UD2FpM4C8WvhOsGFa1qDgmlVeVC3sL+aEUu3KNpVrU12e4U4ktpq/XMFrxcP6z4E
W6fVoPpZIJ43aV4wbarimLu2XzoxvcP9PlfutR5PEqxyXa6RtWZgqXaHLlJFWpdW
@benaclejames
benaclejames / PlayerProperties.json
Last active July 15, 2021 16:54
VRC PlayerProperties
{
"showSocialRank": true,
"modTag": "",
"avatarEyeHeight": 1234,
"favatarDict": {
"id": "avatar_id",
"assetUrl": "asset_url",
"authorId": "author_id",
"authorName": "author_name",
"updated_at": "updated_timestamp",
### Keybase proof
I hereby claim:
* I am benaclejames on github.
* I am benaclejames (https://keybase.io/benaclejames) on keybase.
* I have a public key ASB3qFFFk8-Ak74Hsi04a-bRz6w0WP65IqL2RKhESHzaLwo
To claim this, I am signing this object: