Skip to content

Instantly share code, notes, and snippets.

View aliciawyy's full-sized avatar

Alice Wang aliciawyy

  • Paris, France
  • 13:22 (UTC +02:00)
View GitHub Profile
@aliciawyy
aliciawyy / .bashrc
Last active May 12, 2020 11:41
Useful settings in .bashrc
# To access to the ~/Codes repository directly and previous pw by cd -
export CDPATH=.:~:~/Codes
# hisotory ignore
export HISTIGNORE="cd:ls:ll:"
# To have colorful terminal
PS1='\
\[\033[00m\][\
\[\033[32m\]\u\
@kostaz
kostaz / Compile_Bitcoin_on_Ubuntu_14_04
Last active September 3, 2023 10:31
Compile Bitcoin on Ubuntu 14.04
Assuming the username of the Ubuntu user is "theusername".
Preparation
-----------
```
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev
@huyng
huyng / matplotlibrc
Created February 8, 2011 15:50
my default matplotlib settings
### 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).