inside flask app
pip install flask
Then
sudo su
export CFLAGS=-Qunused-arguments
/* language switcher */ | |
#setlang { | |
display: none !important; | |
} | |
/* already registered, share link */ | |
#share-link { | |
display: none; | |
} | |
/* survey questions */ | |
fieldset.surveyquestions { |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
inside flask app
pip install flask
Then
sudo su
export CFLAGS=-Qunused-arguments
drush fl | grep 'Overridden' | awk '{print ($(NF-2))}' | xargs -i drush fr {} -y |
Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.
Ctrl+C | copy current line (if no selection) |
Ctrl+X | cut current line (if no selection) |
Ctrl+⇧+K | delete line |
Ctrl+↩ | insert line after |