Johanna Sörngård (JSorngard)

JSorngard

Geek Repo

Location:Sweden

Github PK Tool:Github PK Tool

Johanna Sörngård's repositories

cosmic_ray_detection

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

Language:RustLicense:Apache-2.0Stargazers:111Issues:3Issues:0

zalgo_codec

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.

Language:RustLicense:MITStargazers:20Issues:1Issues:0

const-primes

Work with prime numbers in const contexts. Prime generation, primality testing, prime counting, factorization, and more.

Language:RustLicense:Apache-2.0Stargazers:7Issues:1Issues:2

hydrogen-eigenstates

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 computational atomic physics.

Language:FortranStargazers:3Issues:0Issues:1

mandelrust

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

Language:RustLicense:Apache-2.0Stargazers:2Issues:1Issues:0

branch_hints

Crate that provides `likely` and `unlikely` branch hint functions in stable Rust.

Language:RustLicense:MITStargazers:1Issues:1Issues:0

array-section

If you want to return a buffer of unknown size (but smaller than some limit) from/in a const context. Defines a type backed by an array where only a section of the array may be viewed (as the other may not uphold some invariant).

Language:RustLicense:Apache-2.0Stargazers:0Issues:0Issues:0

code_spells

Silly crate that aliases some common rust expressions to macros named after spells from Harry Potter, e.g. obliviate!(x) instead of drop(x).

Language:RustLicense:MITStargazers:0Issues:0Issues:0

fast_gauleg

Rust crate for Gauss-Legendre quadrature with the method of I. Bogaert. This makes the computation of node-weight pairs O(1) and easily parallelized

Language:RustStargazers:0Issues:0Issues:0

gauss-quad

Rust library for applying Gaussian quadrature to integrate a function

Language:RustLicense:Apache-2.0Stargazers:0Issues:0Issues:0

histogramifiera

Kort pythonscript som genererar ett histogram av data från txt-filer som exporterats från Hypatia. Har man inga sådana kan man även generera sin egen data. Denna script gjordes åt Vetenskapens hus.

Language:PythonStargazers:0Issues:0Issues:0

ideal_pygas

An ideal gas simulation in python

Language:PythonStargazers:0Issues:1Issues:0

mandelgo

My training repository for learning the basics of the Go language. Renders the Mandelbrot set quickly using many threads.

Language:GoLicense:MITStargazers:0Issues:1Issues:0

rust-rosetta

Implementing Rosetta Code problems in Rust.

Language:RustLicense:UnlicenseStargazers:0Issues:0Issues:0

rusty_cgc

A port of Fortran code that calculates Clebsch-Gordan coefficients

Language:RustStargazers:0Issues:1Issues:0