Skip to content

Instantly share code, notes, and snippets.

@TyIsI
TyIsI / dynamic-loading-and-calling.js
Last active May 5, 2016 22:04
Javascript dynamic class loading and dynamic method loading
// Example class
function ExampleClass() {
// Example Method
this.ExampleMethod = function ( args ) {
// Log to console
return console.log( "Name: " + args.message );
}
}
@TyIsI
TyIsI / gist:a23616cf0b655e4447e9
Created January 29, 2015 13:30
ghost-test.sh
#!/bin/sh
mkdir ghost-tmp
cd ghost-tmp
cat > GHOST.c << EOF
#include <netdb.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>

Keybase proof

I hereby claim:

  • I am TyIsI on github.
  • I am TyIsI (https://keybase.io/TyIsI) on keybase.
  • I have a public key whose fingerprint is 87D2 86E6 DA93 4F2B EEA9 96ED 73ED B6D8 E372 7203

To claim this, I am signing this object: