Skip to content
View JasdeepN's full-sized avatar
  • Royal Bank of Canada
  • Toronto, ON

Block or report JasdeepN

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. HARVEST Public

    Monitors environment and triggers automatic processes based on various sensor readings

    Python

  2. esp32-remote Public

    Remote sensors using esp32-c6

    C

  3. Window Manager for Mac (Tested on M1...
    1
    -- hs.keycodes.map
    2
    -- --- Constant
    3
    -- --- A mapping from string representation of a key to its keycode, and vice versa.
    4
    -- ---
    5
    -- --- Notes:
  4. esp32-ads1115 Public

    Forked from Molorius/esp32-ads1115

    C++ Wrapper functions

    C

  5. incremental backup script using rdiff
    1
    #!/bin/bash 
    2
    
                  
    3
    # ref: https://askubuntu.com/a/30157/8698
    4
    if ! [ $(id -u) = 0 ]; then
    5
       echo "The script need to be run as root." >&2
  6. base .bashrc for new machines with p...
    1
    # ~/.bashrc: executed by bash(1) for non-login shells.
    2
    # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
    3
    # for examples
    4
    
                  
    5
    # If not running interactively, don't do anything