Skip to content

Instantly share code, notes, and snippets.

View vivz's full-sized avatar

Vivian Zhang vivz

View GitHub Profile
@rogierslag
rogierslag / false.mjv
Created December 17, 2013 21:50
Voorbeeld testcase met MiniJava voor Lazy evaluation van een And()
/**
Produceert output
0
*/
class Rogier {
public static void main(String[] args) {
if( false && (new AA()).bool() ) {
System.out.println(4);
} else {
@aras-p
aras-p / preprocessor_fun.h
Last active May 28, 2024 05:15
Things to commit just before leaving your job
// Just before switching jobs:
// Add one of these.
// Preferably into the same commit where you do a large merge.
//
// This started as a tweet with a joke of "C++ pro-tip: #define private public",
// and then it quickly escalated into more and more evil suggestions.
// I've tried to capture interesting suggestions here.
//
// Contributors: @r2d2rigo, @joeldevahl, @msinilo, @_Humus_,
// @YuriyODonnell, @rygorous, @cmuratori, @mike_acton, @grumpygiant,