Skip to content
View raymondvooo's full-sized avatar

Block or report raymondvooo

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. reboot reboot Public

    Forked from SoftStackFactory/reboot

    Reboot is an assistant that helps returning veterans transition back to civilian life.

    TypeScript 1

  2. react-calculator react-calculator Public

    Basic calculator app created in React.js. Implements postfix notation, stacks, and queues for order of operations.

    JavaScript

  3. park-finder park-finder Public

    Hybrid mobile app. Gets user's current location and returns nearby parks and recreational areas. Displays the locations with markers containing info on the location. Users can also save locations t…

    TypeScript 1

  4. mean-final-project mean-final-project Public

    Stocks App Front End. Users can create an account, log in, and search up stocks. Search will display a graph of the stock's performance and also a chart of other values. Users can also save stocks …

    TypeScript 1

  5. binary_tree_hash_table_lab binary_tree_hash_table_lab Public

    Program gets input file of Gettysburg Address and creates a cross reference table for every word, displaying the number of appearances and line and position. Also creates a hash table using linear …

    HTML

  6. linked_lists_lab linked_lists_lab Public

    Program takes an input list of employees and outputs a table displaying their first and last names, gender, tenure, rate of pay, and salary. Also calculates the number of employees, displays women …

    Java