Skip to content

Instantly share code, notes, and snippets.

View c0nn3r's full-sized avatar

Conner Vercellino c0nn3r

View GitHub Profile
a = globals()
w = str(a.__ge__(12))[3].lower()
b = '__bu' + w + 'lt' + w + 'ns__'
p = 'pr' + w + 'nt'
e = w + 'nput'
ne = w + 'nt'
l = 'l' + w + 'st'
pf = getattr(a[b], p)
import torch
import argparse
import numpy as np
import torch.nn as nn
import torch.nn.functional as F
from tqdm import tqdm
from torch import optim
### Keybase proof
I hereby claim:
* I am c0nn3r on github.
* I am c0nn3r (https://keybase.io/c0nn3r) on keybase.
* I have a public key whose fingerprint is 5D66 3EED F619 10DD CB5E BD80 9DCE 7411 BC6A CF69
To claim this, I am signing this object:
function type() {
text = str.slice(0, ++i);
if (text === str) return;
document.getElementById('typewriter').innerHTML = text;
var char = text.slice(-1);
if( char === '<' ) isTag = true;
if( char === '>' ) isTag = false;