https://github.com/loicreynier/sandbox
Sandbox for random tests
https://github.com/loicreynier/sandbox
advection-diffusion-equation coconut-lang fftw fortran gmres go isosurfaces jmtpfs nix numbat powershell python python-scientific sandbox-repo spotify-api terminal-ui testing typst windows
Last synced: 5 months ago
JSON representation
Sandbox for random tests
- Host: GitHub
- URL: https://github.com/loicreynier/sandbox
- Owner: loicreynier
- License: unlicense
- Created: 2023-07-08T15:27:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-13T16:00:29.000Z (8 months ago)
- Last Synced: 2025-04-30T05:04:37.217Z (5 months ago)
- Topics: advection-diffusion-equation, coconut-lang, fftw, fortran, gmres, go, isosurfaces, jmtpfs, nix, numbat, powershell, python, python-scientific, sandbox-repo, spotify-api, terminal-ui, testing, typst, windows
- Language: Python
- Homepage:
- Size: 154 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
- License: LICENSE
Awesome Lists containing this project
README
:parasol_on_ground:
Sandbox environment for conducting small tests that I maintain a record of.
## Sand castles
- [`acc-demo`](../acc-demo): [OpenACC](https://www.openacc.org) Fortran sample.
- [`advection-stab`](../advection-stab): Python script to study Euler methods' stability for the advection equation.
- [`amgx-demo`](../amgx-demo): [AMGX](https://developer.nvidia.com/amgx) sample using a Fortran interface.
- [`coconut-factorial`](../coconut-factorial): Elegant and pointless factorial implementation in [Coconut](http://coconut-lang.org).
- [`cuda-demo`](../cuda-demo): Small CUDA samples.
- [`detect-windarkmode`](../detect-windarkmode): Dirty function to detect Windows dark mode.
- [`f03cli`](../f03cli): Fortran 2003 CLI argument parser example.
- [`gmres-scipy`](../gmres-scipy): Wrapper for the GMRES provided by SciPy.
- [`gmres.py`](../gmres.py): Dirty unoptimized Python implementation of the GMRES algorithm.
- [`isosurf-skimage`](../isosurf-skimage): Isosurface calculation with scikit-image example.
- [`jmtpfs-pyudev`](../jmtpfs-pyudev): MTP device monitoring and mounting dirty script using `jmtpfs` and pyudev.
- [`multigrid-laplace2d.py`](../multigrid-laplace2d.py): Dirty unoptimized Python implementation of the multigrid method for solving the 2D Laplace equation.
- [`nix-derivs`](../nix-derivs): Stuff build with Nix™.
- [`numbat-demo`](../numbat-demo): Small scripts to test [Numbat](https://numbat.dev) features.
- [`porn.py`](../porn.py): Cool and horrific miscellaneous Python stuff.
- [`presenterm-demo`](../presenterm-demo): Presentation written using [presenterm](https://github.com/mfontanini/presenterm) to test its features.
- [`pwsh-magic`](../pwsh-magic): Random PowerShell scripts.
- [`pyfftw-demo`](../pyfftw-demo): PyFFTW example scripts.
- [`python-perf`](../python-perf): Python performance test scripts.
- [`regula-falsi.c`](../regula-falsi.c): Unoptimized C implementation of the Regula Falsi method.
- [`rnm-go`](../rnm-go): Useless CLI util to rename files written in Go.
- [`spotify-export`](../spotify-export): Python script to export Spotify playlists to CSV files.
- [`spotify-opus2mp3`](../spotify-opus2mp3): Python script to convert OPUS files to MP3 for Spotify local use.
- [`typst-demo`](../typst-demo): Sandbox article written using [Typst](https://typst.app) to test its features.