Skip to content
View jb361's full-sized avatar

Highlights

  • Pro
Block or Report

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.

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

Pinned

  1. jb361.github.io jb361.github.io Public

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

    SCSS

  2. ocean-waves ocean-waves Public

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

    C++

  3. bezier-curves bezier-curves Public

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

    C

  4. rpn-calculator rpn-calculator Public

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

    Java

  5. lambda-calculus lambda-calculus Public

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

    Haskell

  6. sudoku-solver sudoku-solver Public

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

    Python