Skip to content
View ejke's full-sized avatar
Block or Report

Block or report ejke

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
ejke/README.md

Pinned

  1. Let your computer open those pesky m... Let your computer open those pesky meetings at the right time for you. Never miss a meeting notification anymore.
    1
    # Open regular Zoom meetings automatically
    2
    Easy way to let cron to open + join to the re-occuring meeting for you.
    3
    
                  
    4
    ### 1. Make a bash script
    5
    Create a new file in you fave code editor. Insert following
  2. ejke.github.io ejke.github.io Public

    HTML

  3. rock-paper-scissors rock-paper-scissors Public

    Practicing VanillaJS with making simple games.

    JavaScript

  4. tictactoe tictactoe Public

    game w/ VanillaJS. Different versions based on different logic.

    JavaScript

  5. Git Aliases to get yourself more time. Git Aliases to get yourself more time.
    1
    # Put the following into your ~/.bash_profile file (Mac) or ~/.bashrc file (Ubuntu)
    2
    # Enables to use shortcuts for most common git commands.
    3
    
                  
    4
    # ----------------------
    5
    # Git Aliases
  6. Rebase to squash pushed commits into... Rebase to squash pushed commits into single commit before merge.
    1
    Rebase to squash pushed commits into single commit before merge.
    2
    
                  
    3
    1) Print a pretty log to deteremine number of commits
    4
    ```
    5
    git log --pretty=format:"%h %s" HEAD~11..HEAD