- Master of Computer Science.
Open source consumer, proprietary producer, and professional software engineer.
C++, Python, security, and all things Linux
-
Brilligent Solutions, LLC, a BlueHalo Company
- Ohio
- https://bluehalo.com/
Block or Report
Block or report Bee-Mar
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
MMM-Simple-Swiper Public archive
A simple, multi-threaded interface for the HC-SR04 sensors and the MagicMirror
-
Udacity-Sensor-Fusion Public
Master repo for all Udacity Sensor Fusion Engineering Projects
-
1
# If you have a directory that contains all your git repos like me, then you can update them all at once by changing2# line 10 to the name of the directory with a constant. Otherwise, you can run provide an argument3# such as`$ update-repos some-directory` to update the repos in a specified directory45function update-repos() {
-
1
# place within bashrc, and then use with just `$ venv` to source the first2# virtualenv the function encounters, or provide a named argument such as `$ venv my-virtual-env` to source a virtualenv3# named `my-virtual-env`45function venv() {
-
1
# place within bashrc, and then execute `$pd 3` to go back 3 directories (vs typing cd ../../../)2# No argument to `pd` takes you back just one directory34function pd() {
5[[ -z $1 ]] && cd .. && return;