I hereby claim:
- I am noleli on github.
- I am noleli (https://keybase.io/noleli) on keybase.
- I have a public key whose fingerprint is B3F0 0376 0B06 7743 1F3C 7A2B CC42 8A9B 4F6F 0712
To claim this, I am signing this object:
from subprocess import run | |
import os | |
import json | |
from datetime import datetime | |
# path to input JSON | |
in_path = os.path.join(os.environ['HOME'], 'Downloads/notes/source/notes.json') | |
# path to output directory. it must exist. | |
out_path = os.path.join(os.environ['HOME'], 'Downloads/for-bear') |
const re = /billionaire/gi; | |
const replacer = (match) => { | |
if(match === "Billionaire") { | |
return "Oligarch"; | |
} | |
else if(match === "BILLIONAIRE") { | |
return "OLIGARCH"; | |
} | |
else { |
from subprocess import check_output | |
import re | |
import os | |
from shutil import copy2 as copy | |
# adjust paths to your liking | |
path = os.environ['HOME'] + '/Dropbox/Preferences/Notational Data/' | |
outpath = os.environ['HOME'] + '/Desktop' | |
os.mkdir(outpath + '/export') |
import math | |
import datetime | |
pesach = datetime.date(2016,4,22) | |
today = datetime.date.today() | |
totaldays = (today - pesach).days | |
weeks = int(math.floor(totaldays/7.0)) | |
days = totaldays % 7 |
<html> | |
<body> | |
<h3>hi<br> | |
<h3>hi<br> | |
<h3>hi<br> | |
<h3>hi<br> | |
<h3>hi<br> | |
<h3>hi</h3> | |
</h3> | |
</h3> |
I hereby claim:
To claim this, I am signing this object: