I started running
$ git status
all the time and reading the output carefully.
But I could save some time after I added the following to my ~/.bashrc
:
I attended a seminar titled "Fixing our Opaque, Fragmented and Disparate Big Data" on November 2, 2016.
It was given by Augustin Chaintreau at Université de Montréal: http://diro.umontreal.ca/departement/colloques/une-nouvelle/news/augustin-chaintreau-fixing-our-opaque-fragmented-39038/
These are my notes.
We hear so much about Big Data these days–is there anything wrong with Big Data?
#!/usr/bin/env python3 | |
import ast | |
lisp_code = '(first (list 1 (+ 2 3) 9))' | |
# find innermost list | |
# get its abstract syntax tree (AST) | |
# (run it) | |
# find second innermost list and iterate |
name: python-novice-inflammation | |
channels: | |
- conda-forge | |
- defaults | |
dependencies: | |
- backports=1.0=py36_1 | |
- backports.functools_lru_cache=1.5=py36_0 | |
- blas=1.1=openblas | |
- bleach=2.0.0=py_1 | |
- ca-certificates=2018.1.18=0 |