Skip to content

Instantly share code, notes, and snippets.

View robmcl4's full-sized avatar

Robert McLaughlin robmcl4

  • PhD Student
  • Santa Barbara, CA
View GitHub Profile
const parse = require('@babel/parser').parse;
const traverse = require('@babel/traverse').default;
for (let i=1; i<13; i++) {
const multiple = Math.pow(2, i);
const toParse = '[' + Array(multiple).fill('100').join(',') + ']';
if (i == 0) {
// warm up a bit
@robmcl4
robmcl4 / yoloer.cs
Created August 10, 2017 18:26
whateven
public static void Main()
{
var dog = new Dog(100.0, 200.0);
double weight = (GetWeight) dog;
}
public class Dog
{
double weight;
double height;

Keybase proof

I hereby claim:

  • I am robmcl4 on github.
  • I am robmcl4 (https://keybase.io/robmcl4) on keybase.
  • I have a public key whose fingerprint is 8196 79D9 3F76 8904 E45E 3C25 7786 DA13 A9FF 7C0E

To claim this, I am signing this object: