This file contains hidden or 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
uint32_t hash = key ^ 4228504496; | |
uint32_t a = key ^ 2744700229; | |
uint32_t b = key ^ 314303103; | |
uint32_t c = key ^ 474819853; | |
c += (b + 314303103) + (key << ((key & 0x3) * 8)); | |
b += (hash + c) + 314303103; | |
hash += (a + 2744700229) + 314303103; | |
b ^= (b ^ hash) ^ key; | |
b ^= (c ^ 474819853) ^ (key >> ((hash & 0x3) * 8)); | |
b += (c ^ 314303103) + key; |
This file contains hidden or 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
#include <stdio.h> | |
#include <string.h> | |
#include <stddef.h> | |
int main(int argc, const char **argv) { | |
uint32_t check = 0xBADBEEF; | |
uint32_t i; | |
uint8_t digit; | |
const char *key; |
This file contains hidden or 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
#include <stdio.h> | |
#include <string.h> | |
#include <stddef.h> | |
int main(int argc, const char **argv) { | |
uint32_t check; | |
uint32_t i; | |
uint8_t digit; | |
char key[9]; |
This file contains hidden or 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
#include <stdio.h> | |
#include <string.h> | |
#include <stddef.h> | |
int main(int argc, const char **argv) { | |
uint32_t check; | |
uint32_t i; | |
uint8_t digit; | |
char key[9]; |
This file contains hidden or 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
#Show | |
# Sockets >= 5 | |
# LinkedSockets >= 4 | |
# SetBorderColor 0 128 0 | |
# SetTextColor 0 128 0 | |
Show | |
Sockets >= 5 | |
LinkedSockets >= 5 |
This file contains hidden or 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
$(function () { | |
var table = $('#items'); | |
var tbody = $('#items tbody'); | |
var items = {}; | |
var regexFilter = null; | |
var tabs = []; | |
var config = {}; | |
var market = {}; | |
var autoTimerInterval = null; |
This file contains hidden or 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
--------------------- | |
32.0 increasedcriticalstrikechance | |
15.0 additionalchancetoblockwithshields | |
230.0 +tostrength | |
0.4 ofphysicalattackdamageleechedaslife | |
null cannotevadeenemyattacks | |
cannotbestunned | |
6.0 increasedeffectofaurasyoucast | |
120.0 increasedblockrecovery | |
3.0 increasedmovementspeed |
This file contains hidden or 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
--------------------- | |
16.0 increasedcriticalstrikechance | |
18.0 additionalchancetoblockwithshields | |
340.0 tostrength | |
50.0 todexterity | |
0.8 ofphysicalattackdamageleechedaslife | |
25.0 increasedlifeleechedpersecond | |
4.0 lifegainedforeachenemyhitbyyourattacks | |
120.0 increasedblockrecovery | |
23.0 increasedmaximummana |
This file contains hidden or 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
<?php | |
$videoID = @trim($argv[1]); | |
if (strlen($videoID) <= 0) { | |
die("USAGE: storyboard <videoid>\n"); | |
} | |
$html = file_get_contents("https://www.youtube.com/watch?v=$videoID"); |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
function net(input) { | |
var net = {"layers":[{"0":{},"1":{},"2":{},"3":{},"4":{},"5":{},"6":{},"7":{},"8":{},"9":{},"10":{},"11":{},"12":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"58":{},"59":{},"60":{},"61":{},"62":{},"63":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"75":{},"76":{},"77":{},"78":{},"79":{},"80":{},"81":{},"82":{},"83":{},"84":{},"85":{},"86":{},"87":{}},{"0":{"bias":0.000039655167228069593,"weights":{"0":0.017514523154067804,"1":-0.0007570719957087912,"2":0.013478185387573744,"3":0.13763565895462615,"4":0.05823997953045675,"5":-0.17248714214897823,"6":0.0209013611792412,"7":0.19468072356456192,"8":0.15358864145395812,"9":-0.0251678 |