Skip to content
View jherskow's full-sized avatar
🚂
🚂

Organizations

@venn-city @OSS-team-zulu @jjherskow
Block or Report

Block or report jherskow

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

Joshua Herskowitz

LinkedIn

Pinned

  1. nand2tetris nand2tetris Public

    Problem sets completed from HUJI's offering of From NAND to TETRIS - The Elements of Computing Systems, 2017. A complete description for each project is available at https://www.nand2tetris.org/cou…

    Assembly 58 10

  2. OSS-team-zulu/Zulu OSS-team-zulu/Zulu Public

    Location-centric local discovery app. An open-source react-native app where users can pin points of interest on a shared map. Visibility is limited to nearby points of interest.

    JavaScript 8 9

  3. Useful Shell Scripts Useful Shell Scripts
    1
    
                  
    2
    # print a line and then execute it. useful for composing scripts.
    3
    function peval() {
    4
      echo ">> $*"
    5
      eval $*
  4. CS50 CS50 Public

    Problem sets completed from Harvard's Online offering of CS50: Introduction to Computer Science. https://online-learning.harvard.edu/course/cs50-introduction-computer-science

    C 1