This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Threading.Tasks; | |
using System.Linq; | |
Console.WriteLine("yeah true"); | |
class Keywords { | |
public unsafe dynamic select() { | |
var var = new int*[] {}; | |
var set = (IGrouping<int*[], IGrouping<int*[], object>>) null; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Runtime.CompilerServices; | |
#pragma warning disable CS8604 | |
#pragma warning disable CS8600 | |
#pragma warning disable CS0660 | |
#pragma warning disable CS0661 | |
C local = null; | |
if (local != null && local.Prop) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Runtime.CompilerServices; | |
#pragma warning disable CS8604 | |
#pragma warning disable CS8600 | |
C local = null; | |
if (local != null && local.Prop) | |
{ | |
Console.WriteLine(local.ToString()); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Duo HOTP CLI tool | |
# | |
# Based off of simonseo/nyuad-spammer | |
from base64 import b32encode, b64decode | |
from os.path import dirname, join, abspath | |
from urllib import parse | |
from sys import stderr | |
from requests import post |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name SRC Auto-verify button for Verifiers | |
// @namespace Violentmonkey Scripts | |
// @match https://www.speedrun.com/*/editrun/* | |
// @match https://www.speedrun.com/*/run/*/edit | |
// @grant none | |
// @version 1.0 | |
// @author 56 | |
// @description i am the impostor from among us | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Sekiro Speerunning Plugin by B3 | |
v1.2 | |
Features: | |
- Fixed timer implementation. | |
- Auto start | |
- No logo mod. | |
- No tutorial mod. | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
from twitch import Helix | |
from requests import post | |
from time import sleep | |
from subprocess import call | |
import os | |
import creds |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import matplotlib.pyplot as plt | |
from matplotlib import animation | |
import numpy as np | |
import pandas as pd | |
EARTH = 10 | |
SPEED = 400 | |
data = pd.read_csv("orbit.txt", delimiter=" ", header=None, index_col=0) | |
# print(data) |