Put following line in a deploy.sh file (don't forget chmod +x ./deploy.sh)
virtualenv --no-site-packages --distribute .env && source .env/bin/activate && pip install -r requirements.txt
| var results = {} | |
| for(let i = 0; i < Math.pow(2,16); i++) { const num = Math.floor(Math.random()*60)+1; results[num] = results[num] ? results[num] + 1 : 1 } | 
| const RADIUS = 2 | |
| debugObj.highestVelocity = -Infinity | |
| function loadSpinner() { | |
| let startTime = null | |
| let previousTime = null | |
| const spinnerElement = document.querySelector('#canvas-spinner') | |
| spinnerElement.setAttribute('width', window.innerWidth) | |
| spinnerElement.setAttribute('height', window.innerHeight) | 
| #!/bin/bash | |
| git filter-branch --tree-filter 'rm -rf node_modules' --prune-empty HEAD | |
| git for-each-ref --format="%(refname)" refs/original/ | xargs -n 1 git update-ref -d | |
| echo node_modules/ >> .gitignore | |
| git add .gitignore | |
| git commit -m 'Removing node_modules from git history' | |
| git gc | |
| git push origin master --force | 
Put following line in a deploy.sh file (don't forget chmod +x ./deploy.sh)
virtualenv --no-site-packages --distribute .env && source .env/bin/activate && pip install -r requirements.txt
https://ubuntuforums.org/showthread.php?t=2364383&page=3&p=13715520#post13715520
sudo apt install build-essential git
wget https://github.com/lwfinger/rtlwifi_new/archive/extended.zip
unzip extended.zip -d ./
cd rtlwifi-next
make
sudo make install
sudo modprobe rtl8822be
| synclient HorizScrollDelta=-114 | |
| NODE_ENV=development | |
| PAGER="less -SF" | |
| # Aliases | |
| alias bashconfig="vim ~/.bashrc" | |
| alias cls="clear" | |
| alias bashreset="source ~/.bashrc" | |
| alias openc="open -a \"Google Chrome\"" | |
| alias code="open -a \"Visual Studio Code\"" | 
| const SHA256 = require('crypto-js/sha256') | |
| class Block { | |
| constructor({index, timestamp, data, previousHash=''}) { | |
| // Store details of transaction for concurrency | |
| // Previous hash ensures integrity | |
| Object.assign(this, {index, timestamp, data, previousHash}) | |
| this.hash = this.calculateHash() | |
| } | 
Based on Get Hired goal. Project #368
Team Name: @mighty-dassie
Author: Olivia Wesnidge
Tanner Advice: Click Here
Overall there's a lot more work I need to do. This repo has a seperate branch called "nextWeek" only viewable via command line that contains a list of "ToDo" for future. One of the bigger problems that I don't yet have as a "Todo" item is how to resolve the fact many of my old projects were worked on my partners, github appears to indicate that my partners did most of the work because more often than not I was navigating not driving because