Skip to content
View markmyersCS's full-sized avatar

Block or report markmyersCS

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. machineAssignment1_1 machineAssignment1_1 Public

    A program that receives a real number in decimal (base 10) and converts it into binary.

    C++

  2. machineAssignment1_2 machineAssignment1_2 Public

    The Clever Moler algorithm estimates machine precision. This program implements the algorithm twice with single and double precision variable types and reports the value of eps for both single and …

    C++

  3. machineAssignment2_1 machineAssignment2_1 Public

    Converting any decimal number into any arbitrary base.

    C++

  4. Java2DGame Java2DGame Public

    2D Game in Java Exercise

    Java