Skip to content
View andysanr's full-sized avatar

Block or report andysanr

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. GPAOverlay GPAOverlayPublic

    Chrome Extension to overlay estimated GPA for every course by professor in the FIU course catalog.

    JavaScript 1

  2. GreatCircle GreatCirclePublic

    Takes four double command-line arguments x1, y1, x2, and y2, the latitude and longitude (in degrees) of two points on the surface of the earth—and prints the great-circle distance (in kilometers) b…

    Java

  3. RightTriangle RightTrianglePublic

    Program RightTriangle takes three int command-line arguments and determines whether they constitute the side lengths of some right triangle.

    Java

  4. CMYKtoRGB CMYKtoRGBPublic

    Takes four double command-line arguments cyan, magenta, yellow, and black; computes the corresponding RGB values, each rounded to the nearest integer; and prints the RGB values

    Java

  5. GeneralizedHarmonic GeneralizedHarmonicPublic

    Takes two integer command-line arguments n and r and uses a for loop to compute the nth generalized harmonic number of order r

    Java

  6. BandMatrix BandMatrixPublic

    Takes two integer command-line arguments n and width and prints an n-by-n pattern, with a zero (0) for each element whose distance from the main diagonal is strictly more than width, and an asteris…

    Java