Skip to content
View GottaGitGoing's full-sized avatar

Block or report GottaGitGoing

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

A bit about things I've done.

Here are a list of languages I have worked with. Below is a list of projects (or mini-projects :D) I have done either for my classes or on my own.

  1. C++
  2. Python
    • Writing a Script that given an initial wikipedia link, it will check to see how many clicks it takes to reach to your target wiki link (Hobby)(IN-PROGRESS)
    • Writing a Script that Checked a License Plate against Toll-Roads database continously (Hobby)
    • Writing a Script that Tried to Log Into a System That Others were competing to login to.(Hobby)
  3. Java
    • Wrote a Compiler For a Language.(School) Per the professor's academic honesty request, I cannot post the repo. However, it was CS 142A, with professor Brian Demsky. The grammar was for a made-up language called Crux. We wrote the grammar rules using ANTLR4. Which established the visitor pattern basics. We then wrote the appropriate visitor patterns for each Parse-Tree. Afterwards, we implemented Type checking. (int, bool, arrays, functions) As the second to last step, we lowered it to a step where in the last step we can more easily create our CFG and write the machine code. (where we had to use x86 instructions to place variables, return values, parameters... in the appropriate registers and making sure the machine code can be run when compiled through gcc.)
  4. SQL
  5. CSS/HTML

These are the Frameworks I have worked with.

  1. Selenium WebDriver

Popular repositories Loading

  1. ProjectZero ProjectZero Public

    C++

  2. Week2Re Week2Re Public

    C++

  3. Proj1 Proj1 Public

    C++

  4. RE3 RE3 Public

  5. Project1 Project1 Public

    C++

  6. re4 re4 Public

    C++