Skip to content

Instantly share code, notes, and snippets.

[
{"id":"martin2020", "timestamp" : "2012-09-09", "notes":["good", "bad"], },
{"id":"Colin2005", "timestamp" : "2012-09-10", "notes":["good"], },
{"id":"Colin1995", "timestamp" : "2012-09-12", "notes":["good"], },
{"id":"Wilcox2018", "timestamp" : "2012-09-15", "notes":["good"], },
{"id":"Mira2001", "timestamp" : "2013-09-26", "notes":["good",], },
{"id":"Martin2012", "timestamp" : "2013-10-10", "notes":["good"], }
]
x
0.1 0.01 0.001
1 1 1
10 100 1000
100 10000 1000000
x,x2,x3
0.1,0.01,0.001
1,1,1
10,100,1000
100,10000,1000000
x
0.1 0.01 0.001
1 1 1
10 100 1000
100 10000 1000000
[
{
"date": "2020-03-09",
"type": "Client",
"version": "1st"
},
{
"date": "2020-03-15",
"type": "Client",
"version": "10th"
[
{
"date": "2020-02-24",
"Baden-Württemberg": 0,
"Bavaria": 14,
"Berlin": 0,
"Brandenburg": 0,
"Bremen": 0,
"Germany-repatriated": 2,
"Hamburg": 0,
[
{"date": "27-jan-20", "count": 1, "recovered": 0, "dead": 0},
{"date": "28-jan-20", "count": 4, "recovered": 0, "dead": 0},
{"date": "29-jan-20", "count": 4, "recovered": 0, "dead": 0},
{"date": "30-jan-20", "count": 5, "recovered": 0, "dead": 0},
{"date": "31-jan-20", "count": 7, "recovered": 0, "dead": 0},
{"date": "01-feb-20", "count": 8, "recovered": 0, "dead": 0},
{"date": "02-feb-20", "count": 10, "recovered": 0, "dead": 0},
{"date": "03-feb-20", "count": 12, "recovered": 0, "dead": 0},
{"date": "04-feb-20", "count": 12, "recovered": 0, "dead": 0},

Software for scientists

Some things takes much less time and stress once you know the right tool. Below, there is a community edited list of software for scientists.

Text editors

in General purpose text/code editors. It may be better to have a good editor for everything, than different ones for different languages, scripts, notes.

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@ChaliZhg
ChaliZhg / matplotlibrc
Last active August 29, 2015 14:17 — forked from huyng/matplotlibrc
### MATPLOTLIBRC FORMAT
# This is a sample matplotlib configuration file - you can find a copy
# of it on your system in
# site-packages/matplotlib/mpl-data/matplotlibrc. If you edit it
# there, please note that it will be overridden in your next install.
# If you want to keep a permanent local copy that will not be
# over-written, place it in HOME/.matplotlib/matplotlibrc (unix/linux
# like systems) and C:\Documents and Settings\yourname\.matplotlib
# (win32 systems).