I hereby claim:
- I am juliannorton on github.
- I am juliannorton (https://keybase.io/juliannorton) on keybase.
- I have a public key whose fingerprint is 3BD2 C207 7B4D 9F59 DD22 7CBF B925 8BF2 58CF 49D1
To claim this, I am signing this object:
| @font-face { | |
| font-family: 'Lincoln'; | |
| src:url('AbrahamLincoln.ttf'); | |
| font-weight: normal; | |
| font-style: normal; | |
| } | |
| @font-face{ | |
| font-family: 'LincolnBold' | |
| src:url('AbrahamLincoln.ttf'); |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| let FIXTURES = [ | |
| { | |
| title :'Hello' | |
| }, | |
| { | |
| title : 'World' | |
| } | |
| ] | |
brew tap homebrew/sciencebrew update && brew upgradebrew install octavebrew tap --repairbrew install octavesetenv GNUTERM x11| egrep -o '\w+(.\w)*@\w+\.\w.\S' * |
| import csv | |
| csvfile_A = 'example.csv' | |
| csvfile_B = 'anotherexample.csv' | |
| delimiter = '\n' | |
| data_alpha = [] | |
| data_beta = [] | |
| data_matched = list() | |
| data_no_matched = list() |
| import numpy as np | |
| from matplotlib import pyplot as plt | |
| from numpy import zeros, ones, reshape, array, linspace, logspace, add, dot, transpose, shape, negative | |
| # import matplotlib.pyplot as plt | |
| from pylab import scatter, show, title, xlabel, ylabel, plot, contour | |
| a = np.identity(5) | |
| # print(a) |
| { | |
| "always_show_minimap_viewport": true, | |
| "auto_complete_triggers": | |
| [ | |
| { | |
| "characters": "<", | |
| "selector": "text.html" | |
| }, | |
| { | |
| "characters": ".", |