Skip to content

Instantly share code, notes, and snippets.

View Qantas94Heavy's full-sized avatar

Karl Qantas94Heavy

View GitHub Profile
1000 sausages = 11 large crates (96 sausages per crate)
1000 bread rolls = 20 large crates (50 rolls per crate)
300 soft drinks = 13 cartons
120 water bottles = 5 cartons
40kg onions = 8 big bags
40kg ice = 8 big bags
6L bbq sauce + 6L tomato sauce + 2L mustard = 2 crates
1500 serviettes = 1 large crate (15 packs)
6 eskies (store cleaning stuff in eskies)
@Qantas94Heavy
Qantas94Heavy / output.js
Created July 2, 2017 12:10
Example of Babel issue #5656
var log = function log() {
var _console;
return (_console = console).log.apply(_console, arguments);
};
function test_opt() {
log.apply(undefined, arguments);
}
@Qantas94Heavy
Qantas94Heavy / new.txt
Last active November 17, 2016 09:57
openSUSE new packages in 42.2
7kaa
AppStream
BNFC
Box2D
DisplayCAL
NetworkManager-branding-openSUSE
Regina-REXX
ShellCheck
abi-compliance-checker
abiword
@Qantas94Heavy
Qantas94Heavy / nodejs-static-libraries.md
Last active October 29, 2016 11:54
Node.js static libraries in openSUSE

Node.js static libraries in openSUSE

By (upstream) default, all of the following are built as static libraries:

  • c-ares
  • http-parser
  • ICU (International Components for Unicode)
  • libuv
  • OpenSSL
@Qantas94Heavy
Qantas94Heavy / gist:1e7e44ad8be3ceb176ea
Last active August 29, 2015 14:13
GEFS ATC Info 18 JAN 2015

GEFS Group Flight Info Package

This flight is between Denver International Airport (KDEN) and Dallas/Fort Worth International Airport (KDFW).

It will start on January 18, 2015 (03:00 UTC).

KDEN Runways

@Qantas94Heavy
Qantas94Heavy / fail.js
Created April 17, 2014 14:54
Screw your JS up
delete eval;
delete parseInt;
delete parseFloat;
delete isNaN;
delete isFinite;
delete decodeURI;
delete decodeURIComponent;
delete encodeURI;
delete encodeURIComponent;
delete Object.getPrototypeOf;