Skip to content

Instantly share code, notes, and snippets.

View polyjitter's full-sized avatar
🔍
searchin

Adriene Hutchins polyjitter

🔍
searchin
View GitHub Profile
This file has been truncated, but you can view the full file.
2023.10.04 21:10:05 Log - [VRCInputManager] Safety level set to: Custom
2023.10.04 21:10:06 Log - [Always] initialized Steam connection
2023.10.04 21:10:06 Log - Launching with args: 7
2023.10.04 21:10:06 Log - Arg: C:\Program Files (x86)\Steam\steamapps\common\VRChat\VRChat.exe
<!DOCTYPE HTML>
<html>
<!-- HEADER -->
<head>
<meta charset="UTF-8">
<meta name="twitter:card" content="player" />
<meta name="twitter:title" content="twitsy bit says hello!">
<meta
@polyjitter
polyjitter / error.log
Created November 16, 2018 05:20
Tokyo 42 Errors
Unity Player [version: Unity 5.4.4p1_84eca32fb10b]
T42.exe caused an Access Violation (0xc0000005)
in module T42.exe at 0023:014b0a17.
Error occurred at 2018-11-16_000826.
D:\SteamLibrary\steamapps\common\Tokyo 42\T42.exe, run by eye-sigil.
25% memory in use.
0 MB physical memory [0 MB free].
0 MB paging file [0 MB free].
@polyjitter
polyjitter / custom.css
Last active August 22, 2020 12:39 — forked from donysukardi/custom.css
Rounded VS Code Tabs
.monaco-workbench>.part.editor>.content>.one-editor-silo>.container>.title .tabs-container {
padding-left: 22px;
}
.monaco-workbench>.part.editor>.content>.one-editor-silo>.container>.title .tabs-container>.tab {
border-radius: 5px 5px 0 0;
height: 28px;
}
.monaco-workbench>.part.editor>.content>.one-editor-silo>.container>.title .tabs-container>.tab + .tab {

Keybase proof

I hereby claim:

  • I am eye-sigil on github.
  • I am taciturasa (https://keybase.io/taciturasa) on keybase.
  • I have a public key whose fingerprint is C8BF 9EC3 2632 15E3 BFE3 1B31 DD6E 5B72 EDA9 91B5

To claim this, I am signing this object:

taciturasa - Today at 9:59 PM
m8 did you just kick me
Kev - Today at 9:59 PM
i removed everyone
Kev - Today at 10:00 PM
yes but then i realized if someone were to show this to discord
taciturasa - Today at 10:00 PM
i wouldn't ever leak the server :P
and is it private if they leak it themselves?
Kev - Today at 10:01 PM
import discord
from discord.ext import commands
import traceback
class Info():
def __init__(self, bot):
self.bot = bot
@commands.group(pass_context=True)
async def info(self, ctx):
import discord
from discord.ext import commands
import duckduckgo as ddg
import traceback
class ChatGenie():
def __init__(self, bot):
self.bot = bot
self.kaomoji_dict = bot.kaomoji_dict
@polyjitter
polyjitter / embedshell.py
Last active November 4, 2018 23:30
A Python shell contained in an embed for Discord.
# Based off repl from RDanny by Danny.
# Will fail if the bot does not have embed permissions.
# Embed designed and implemented by taciturasa.
# Released under the MIT License.
#
# The MIT License (MIT)
#
# Copyright (c) 2015 Rapptz
#
# Permission is hereby granted, free of charge, to any person obtaining a