Skip to content
View harderbetter's full-sized avatar

Block or report harderbetter

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

Popular repositories Loading

  1. Testing-strategies-and-plan-design Testing-strategies-and-plan-design Public

    Testing strategies and plan design 1.Recommend testing strategies 2.Implement Test plan –- a detailed test plan that describes how all facets of testing will be performed for the implementation: i.…

    3 1

  2. fairdolce fairdolce Public

    Python 2

  3. Markovian-tweets Markovian-tweets Public

    Consume a text file with sentences and produce a tweet (< 145 characters) with the style of the input text. I see several layers of success in this project and encourage you to shoot for the level…

    Python 1

  4. Sparse-Matrix-vector-multiplication-on-GPU Sparse-Matrix-vector-multiplication-on-GPU Public

    Large sparse matrices multiplication often appear in scientific or engineering applications when solving partial differential equations. By this means, if we store and calculate every element of th…

    Cuda 1

  5. Gee-Mail Gee-Mail Public

    Here is a secure asynchronous (same-machine) message platform. Here is what is must do: When loaded prompt the user to sign-in or register. When a user registers get their username and password. Wh…

    C++

  6. Command-Line-Minesweeper Command-Line-Minesweeper Public

    Enter two digits which are width and height number_of_mines then generates a Minesweeper board internally. The board is a rectangle with a cover over each square. It will display this board to the …

    C