Skip to content
Avatar

Achievements

Achievements

Block or Report

Block or report Bee-Mar

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. mmpm Public

    MagicMirror Package Manager

    Python 102 20

  2. MMM-Simple-Swiper Public archive

    A simple, multi-threaded interface for the HC-SR04 sensors and the MagicMirror

    JavaScript 19 9

  3. Master repo for all Udacity Sensor Fusion Engineering Projects

    Shell 26 6

  4. 1
    # If you have a directory that contains all your git repos like me, then you can update them all at once by changing
    2
    # line 10 to the name of the directory with a constant. Otherwise, you can run provide an argument
    3
    # such as`$ update-repos some-directory` to update the repos in a specified directory
    4
    
                  
    5
    function update-repos() { 
  5. 1
    # place within bashrc, and then use with just `$ venv` to source the first 
    2
    # virtualenv the function encounters, or provide a named argument such as `$ venv my-virtual-env` to source a virtualenv
    3
    # named `my-virtual-env`
    4
    
                  
    5
    function venv() {
  6. 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 directory
    3
    
                  
    4
    function pd() {
    5
      [[ -z $1 ]] && cd .. && return;

207 contributions in the last year

May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Mon Wed Fri

Contribution activity

May 2022

Created 1 commit in 1 repository
3 contributions in private repositories May 1 – May 8

Seeing something unexpected? Take a look at the GitHub profile guide.