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

Organizations

@techkeys
Block or Report

Block or report ffariajr

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
ffariajr/README.md
  • 👋 Hi, I’m @ffariajr
  • I work for Tech-Keys on a web portal for automation

Pinned

  1. CSC345-Virtual-Memory-Project CSC345-Virtual-Memory-Project Public

    Virtual memory paging and multiprogramming simulator for CSC345 - Operating Systems.

    C

  2. ManoSDK ManoSDK Public

    Assembly code compiler for Mano's Machine. For an Operating Systems course.

    HTML

  3. Recursive-Descent-Parser Recursive-Descent-Parser Public

    A recursive descent parser for Programming Languages course.

    Java

  4. Echo-Jam Echo-Jam Public

    An Alexa Voice Skill to allow an Alexa Voice Enabled device to aid in song writing. For a Human-Computer Interaction course.

    Python

  5. MapPathfinding MapPathfinding Public

    Uses DFS, BFS, and A* to find the best cost path from start to goal. For a college course in AI.

    Java

  6. Discord Minesweeper Generator Discord Minesweeper Generator
    1
    from random import randint
    2
    
                  
    3
    mines = 20
    4
    height = 12
    5
    width = 12