I hereby claim:
- I am tatmush on github.
- I am tatmush (https://keybase.io/tatmush) on keybase.
- I have a public key ASBR1uW2NtU03lvxIeWdD4xWQcYYFvXp-xQLjlNd5M824Ao
To claim this, I am signing this object:
| # import the necessary packages | |
| import face_recognition | |
| import argparse | |
| import imutils | |
| import pickle | |
| import time | |
| import cv2 | |
| # construct the argument parser and parse the arguments | |
| ap = argparse.ArgumentParser() |
| # Installing remix-ide on Ubuntu 18.04 | |
| ### How To Install Node.js on Ubuntu 18.04 | |
| https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-18-04 | |
| 1. cd ~ | |
| 2. curl -sL https://deb.nodesource.com/setup_10.x -o nodesource_setup.sh | |
| 3. nano nodesource_setup.sh | |
| 4. sudo bash nodesource_setup.sh | |
| 5. sudo apt install nodejs |
| 1. sudo apt-get install portaudio19-dev python-pyaudio | |
| 2. pip3 install pyaudio | |
| 3. sudo apt-get install swig | |
| 4. sudo apt-get install libpulse-dev | |
| #### make sure you have pip3 (its not there by default) | |
| 5. pip3 install pocketsphinx |
| import csv | |
| import sys | |
| """ | |
| Gets all silver plans out of plans.csv. | |
| Returns a silverPlans dictionary consisting of | |
| a tuple key and array value. | |
| {(state, rate_area): [...], } | |
| """ |
I hereby claim:
To claim this, I am signing this object:
| Developer checklist | |
| Read my blog here http://tatalmondmush.me/saturday-thorns/2019/03/14/hackerthon-culture-in-Zimbabwe.html which inspired this gist. | |
| Items not in any order, please add more. | |
| - git/github/gitlab | |
| - trello | |
| - know what an API is | |
| - ssh | |
| - basic terminal usage is extremly important |