Skip to content
View srames50's full-sized avatar

Highlights

  • Pro

Block or report srames50

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. Sorting-Algorithm-Implementations Sorting-Algorithm-Implementations Public

    Some C++ sorting algorithms including: Recursive merge sort, Iterative merge sort, Bubble sort, Insertion sort, Quick sort and Shell sort. Includes a report of the speeds of the sorts which I teste…

    C++

  2. Banking-Application Banking-Application Public

    C++ mock banking application

    C++

  3. nasaPics nasaPics Public

    This is a web application that fetches the NASA astronomy picture of the day and displays it with the date and description. Users can sign up, login, view the image, and sign out. It also includes …

    JavaScript

  4. Number-Guessing-Game Number-Guessing-Game Public

    This is a simple number guessing game written in Java. The computer generates a random number between 1 and 100, and the player tries to guess the number. The game provides feedback for each guess,…

    Java

  5. AutoMessage AutoMessage Public

    This code uses Selenium WebDriver library to automate the process of sending a message on Google Chat. It opens a specific direct link to a chat, types a message with the current hour and hits the …

    Python

  6. LinkedListImplementation LinkedListImplementation Public

    This C++ project features a templated linked list class, List342, offering fundamental operations like insertion, removal, merging, and comparison. With operator overloads and efficient memory mana…

    C++