Skip to content
View chenPerach's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report chenPerach

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. Open-Vision Open-Vision Public

    this repository is meant to show a better solution for the 2019 vision FRC challenge.

    Python 1

  2. PurePursuit_sim PurePursuit_sim Public

    this is a purePursuit simulator created by the FRC 4586 team

    Java

  3. ROT13 ROT13 Public

    ROT13 cipher solver

    Python

  4. this simple python script fetches ma... this simple python script fetches matches from (TBA)[https://www.thebluealliance.com/] and uploads them to the firebase server
    1
    import pathlib
    2
    import requests
    3
    import json
    4
    import firebase_admin
    5
    from firebase_admin import db, credentials