Skip to content
View jb361's full-sized avatar

Block or report jb361

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 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

Pinned Loading

  1. jb361.github.iojb361.github.ioPublic

    My personal website and portfolio. It is built with Jekyll and hosted by GitHub Pages.

    SCSS

  2. ocean-wavesocean-wavesPublic

    My bachelors project on real-time animation and rendering of ocean waves using inverse fast Fourier transforms.

    C++ 1 1

  3. bezier-curvesbezier-curvesPublic

    An OpenGL program that renders a piecewise cubic Bézier curve in 3D and permits objects to be animated along it.

    C 1 1

  4. rpn-calculatorrpn-calculatorPublic

    A reverse Polish notation calculator that faithfully replicates the functionality and quirks of a legacy program.

    Java

  5. lambda-calculuslambda-calculusPublic

    A Haskell implementation of lambda calculus, a language by Alonzo Church for expressing function abstraction and application.

    Haskell

  6. sudoku-solversudoku-solverPublic

    A sudoku solver that finds unique solutions to puzzles using a depth-first search with constraint propagation.

    Python