Skip to content
View onajafi's full-sized avatar
💭
Me so hungry for cookies...
💭
Me so hungry for cookies...

Organizations

@SharifAIChallenge @Immortals-Robotics

Block or report onajafi

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. SharifAIChallenge/AIC20-Client-Cpp SharifAIChallenge/AIC20-Client-Cpp Public

    C++ 4 3

  2. Immortals-Robotics/Imm_NRF_Firmware Immortals-Robotics/Imm_NRF_Firmware Public archive

    Immortals robots firmware for NRF52832

    C

  3. SweetCookie SweetCookie Public

    A 3rd party script for reserving meals from dining.sharif.edu via Telegram

    Python 9

  4. simple tutorial for installing caspe... simple tutorial for installing casperjs on ubuntu
    1
    # install phantomjs
    2
    cd /usr/local/share
    3
    sudo wget https://github.com/ariya/phantomjs/archive/2.1.1.tar.gz
    4
    sudo tar -xzvf 2.1.1.tar.gz
    5
    sudo ln -s /usr/local/share/phantomjs-2.1.1-linux-x86_64/bin/phantomjs /usr/local/share/phantomjs; sudo ln -s /usr/local/share/phantomjs-2.1.1-linux-x86_64/bin/phantomjs /usr/local/bin/phantomjs; sudo ln -s /usr/local/share/phantomjs-2.1.1-linux-x86_64/bin/phantomjs /usr/bin/phantomjs
  5. shahrooz1997/ProbDist shahrooz1997/ProbDist Public

    This is a package for R language, that produces some R.V.s that are important in probability.

    R

  6. MiniJava_Compiler MiniJava_Compiler Public

    My Compilers course project in the fall 96-97 semester

    Python