I hereby claim:
- I am amlweems on github.
- I am amlweems (https://keybase.io/amlweems) on keybase.
- I have a public key whose fingerprint is 258A 7EA5 15F6 17F2 E921 56CC 2201 8E21 B56C D331
To claim this, I am signing this object:
<?xml version="1.0" encoding="utf-8"?> | |
<CheatTable CheatEngineTableVersion="45"> | |
<CheatEntries> | |
<CheatEntry> | |
<ID>348</ID> | |
<Description>"Mod Party Size"</Description> | |
<VariableType>Auto Assembler Script</VariableType> | |
<AssemblerScript>[ENABLE] | |
// Number of Slots in multiplayer Lobby |
// Implements a converter for old ssh-rsa encoded private key files. | |
// These files are formatted as <length><data> and should contain six fields. | |
// An example header is as follows: | |
// 00000000: 0000 0007 7373 682d 7273 6100 0000 0301 ....ssh-rsa..... | |
// 00000010: 0001 0000 0103 0080 .... .... .... .... ................ | |
// The full file should contain the following fields: | |
// ssh-rsa | |
// public exponent | |
// modulus | |
// unknown (likely precomputed value) |
require 'formula' | |
class Ncurses < Formula | |
homepage 'http://www.gnu.org/s/ncurses/' | |
url 'http://ftpmirror.gnu.org/ncurses/ncurses-5.9.tar.gz' | |
mirror 'http://ftp.gnu.org/gnu/ncurses/ncurses-5.9.tar.gz' | |
sha256 '9046298fb440324c9d4135ecea7879ffed8546dd1b58e59430ea07a4633f563b' | |
def options | |
[['--universal', 'Build for both 32 & 64 bit Intel.']] |
#!/usr/bin/env python3 | |
""" speeder.py | |
Speed up your asciinema casts by an arbitrary factor. | |
Assumes your recording is stored at ./new and outputs a new recording at ./newer. | |
""" | |
import json | |
import sys | |
if len(sys.argv) != 2: |
I hereby claim:
To claim this, I am signing this object:
/* | |
* Qualys test program to check for presence of GHOST vulnerability | |
* For more info: http://www.openwall.com/lists/oss-security/2015/01/27/9 | |
*/ | |
#include <netdb.h> | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> | |
#include <errno.h> |