- int:
I
- boolean:
Z
- void/no type:
V
- long:
J
- float:
F
- double:
D
- byte:
B
- char:
C
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
<body> | |
<h2>Hash it!</h2> | |
<input type="text" id="input"></input><br /> | |
<span id="output">(type text above)</span> | |
<h2>Login</h2> | |
<div id="database"></div><br /> | |
Username: <input type="text" id="usr"></input><br /> | |
Password: <input type="password" id="pass"></input><br /><br /> |
I hereby claim:
- I am haykam821 on github.
- I am haykam (https://keybase.io/haykam) on keybase.
- I have a public key ASC-tItngd6v43sPJnhPxGFDrKhlVkky4eYWrIlM07E15Ao
To claim this, I am signing this object:
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
var request = require("request"); | |
var Discord = require('discord.io'); | |
var bot = new Discord.Client({ | |
autorun: true, | |
token: "my token" | |
}); | |
// Really messy code. Do not code like this. |
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
// Example using function | |
alert(joinSeparated(['test','+','test'],'+')); |
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 Reverse Binds for Diep | |
// @namespace http://reddit.com/user/haykam821/ | |
// @version 0.2 | |
// @description A TamperMonkey extension to reverse Diep.io's keybinds. This includes 1-8 for stat upgrades, movement using arrow keys and WASD, and C+E. | |
// @author /u/haykam821 | |
// @match http*://diep.io/* | |
// @grant none | |
// ==/UserScript== |