Skip to content
View JSorngard's full-sized avatar
Block or Report

Block or report JSorngard

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

    Use your computer as a cosmic ray detector! One of the memory errors Rust does not protect against.

    Rust 111 4

  2. zalgo_codec zalgo_codec Public

    A crate for converting an ASCII text string to a single unicode grapheme cluster and back. Also provides a macro to embed encoded source code into a Rust source file.

    Rust 20 1

  3. const-primes const-primes Public

    Generate and work with prime numbers in const contexts

    Rust 7

  4. hydrogen-eigenstates hydrogen-eigenstates Public

    Program for calculating the energies of the eigenstates of hydrogen, as well as writing the specified (radial) wavefunction to a .txt file. This is my solution to a homework problem in computationa…

    Fortran 3 1

  5. mandelrust mandelrust Public

    Renders an image of the Mandelbrot set at the specified location.

    Rust 2 1

  6. ideal_pygas ideal_pygas Public

    An ideal gas simulation in python

    Python