I hereby claim:
- I am literally-a-ninja on github.
- I am chandara (https://keybase.io/chandara) on keybase.
- I have a public key whose fingerprint is 9E23 73F5 C310 D508 DFF7 1F7A 2478 7216 DF85 ECB7
To claim this, I am signing this object:
<?php | |
if (!isset($_GET['q'])) | |
throw new Exception('Request is missing query parameter \'q\''); | |
const SERVER_MAP = [ | |
100 => 'eu1', | |
110 => 'eu2', | |
120 => 'eu3', | |
200 => 'vin', | |
300 => 'la', |
#!/usr/bin/python3 | |
from pydbus import SessionBus | |
bus = SessionBus() | |
# Create an object that will proxy for a particular remote object. | |
remote_object = bus.get( | |
'org.gnome.Shell.Notifications', # Bus name | |
'/org/freedesktop/Notifications' # Object path |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Countdown</title> | |
<meta charset="UTF-8"> | |
<meta | |
http-equiv="Cache-Control" | |
content="no-cache, no-store, must-revalidate" | |
/> | |
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script> |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/python3 | |
import random | |
import sys | |
class Ciper: | |
def __init__(self): | |
self.numbers = [1, 7, 10, 13, 19, 23, 28, 31, 32, 44, 49, 68, 70, 79, 82, 86, 91, 94, 97, 100, 103, 109, 129, 130] | |
def generateNoToken(self, string): |
util.AddNetworkString ("ISoundManager/Play") | |
soundmanager = {} | |
function soundmanager:Broadcast (strURL) | |
net.Start ("ISoundManager/Play") | |
net.WriteString (strURL) | |
net.Broadcast () | |
end |
/** | |
mgr = soundmanager:Create () | |
mgr:SetSource ("https://wiki.teamfortress.com/w/images/e/ef/Vote_started.wav") | |
mgr:Play () | |
**/ | |
soundmanager = {} | |
soundmanager.__index = soundmanager | |
function soundmanager:Create () |
local string = string | |
local net = net | |
local table = table | |
local SVDiscordRelay = SVDiscordRelay | |
calladmin = {} | |
local ERROR_LIB = 0x1 | |
local ERROR_ENT = 0x2 | |
local ERROR_CACHE = 0x3 |
I made this app essentially because for some apparent reason no one has ever made on like it. Or if they have, we ruined it with advertisments. So I've made this app really bare bones and extremely easy to modify on app inventor if you really wish to (because I'm 16 and I don't know how2java :|)
setting > about
on your home screen<?php | |
require_once ("yaml.class.php"); | |
function SteamIDFrom64 ($id) { | |
// Thanks Gio!? <https://facepunch.com/member.php?u=423489> | |
// https://facepunch.com/showthread.php?t=1238157 | |
function parseInt ($string) { | |
if (preg_match ('/(\d+)/', $string, $array)) { | |
return $array[1]; | |
} else { |