Skip to content
View jachappell's full-sized avatar

Block or report jachappell

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

Updates from my websites

Yet Another Website
Drum and Bugle Corps
Storage B

Quote of the Day

... C++ offers even more flexible control over the visibility of member objects and member functions. Specifically, members may be placed in the public, private, or protected parts of a class. Members declared in the public parts are visible to all clients; members declared in the private parts are fully encapsulated; and members declared in the protected parts are visible only to the class itself and its subclasses. C++ also supports the notion of *friends*: cooperative classes that are permitted to see each other's private parts.
-- Grady Booch, "Object Oriented Design with Applications"

Pinned Loading

  1. Polynomial Polynomial Public

    C++ Polynomial class

    C++ 2

  2. decimal-degrees-and-degrees-minutes-and-seconds decimal-degrees-and-degrees-minutes-and-seconds Public

    C++ functions to convert between decimal degrees and degrees, minutes, and seconds

    C++ 6 3

  3. Chebyshev-polynomials Chebyshev-polynomials Public

    C++ functions which evaluate Chebyshev polynomials

    C++ 6 1

  4. Fusepp Fusepp Public

    Fusepp -- A simple C++ wrapper for the FUSE filesystem

    C++ 47 18

  5. Legendre-polynomials Legendre-polynomials Public

    C++ functions which evaluate Legendre polynomials

    C++ 3 1

  6. Curlpp Curlpp Public

    Simple C++ wrapper for libcurl

    C++ 2