Skip to content

Instantly share code, notes, and snippets.

View hyperfocusaurus's full-sized avatar

Hyperfocusaurus hyperfocusaurus

  • England
  • 17:24 (UTC +01:00)
View GitHub Profile
class Foo
privateBar = "bar"
constructor: () ->
getPrivateBar = _.bind getPrivateBar, @
getPrivateBar = () ->
privateBar
#include <iostream>
#include <fstream>
#include <cstring>
#include <vector>
#include <string>
using namespace std;
int main(int argc, char* argv[]) {
if (argc != 2) {