{"id":21981138,"url":"https://github.com/loicreynier/sandbox","last_synced_at":"2026-02-17T15:01:46.637Z","repository":{"id":179810101,"uuid":"663975461","full_name":"loicreynier/sandbox","owner":"loicreynier","description":"Sandbox for random tests","archived":false,"fork":false,"pushed_at":"2025-02-13T16:00:29.000Z","size":158,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-06T13:43:16.895Z","etag":null,"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"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/loicreynier.png","metadata":{"files":{"readme":".github/README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-07-08T15:27:04.000Z","updated_at":"2025-02-13T16:00:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"ed061332-a657-4d6a-9561-44938297eb64","html_url":"https://github.com/loicreynier/sandbox","commit_stats":null,"previous_names":["loicreynier/sandbox"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/loicreynier/sandbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loicreynier%2Fsandbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loicreynier%2Fsandbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loicreynier%2Fsandbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loicreynier%2Fsandbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/loicreynier","download_url":"https://codeload.github.com/loicreynier/sandbox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loicreynier%2Fsandbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29548201,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T14:33:00.708Z","status":"ssl_error","status_checked_at":"2026-02-17T14:32:58.657Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["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"],"created_at":"2024-11-29T17:17:13.529Z","updated_at":"2026-02-17T15:01:46.622Z","avatar_url":"https://github.com/loicreynier.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- markdownlint-disable MD033 --\u003e\n\u003ch1 align=\"center\"\u003e:parasol_on_ground:\u003c/h1\u003e\n\u003c!-- markdownlint-enable MD033 --\u003e\n\nSandbox environment for conducting small tests that I maintain a record of.\n\n## Sand castles\n\n\u003c!-- markdownlint-disable MD013 --\u003e\n\n- [`acc-demo`](../acc-demo): [OpenACC](https://www.openacc.org) Fortran sample.\n- [`advection-stab`](../advection-stab): Python script to study Euler methods' stability for the advection equation.\n- [`amgx-demo`](../amgx-demo): [AMGX](https://developer.nvidia.com/amgx) sample using a Fortran interface.\n- [`coconut-factorial`](../coconut-factorial): Elegant and pointless factorial implementation in [Coconut](http://coconut-lang.org).\n- [`cuda-demo`](../cuda-demo): Small CUDA samples.\n- [`detect-windarkmode`](../detect-windarkmode): Dirty function to detect Windows dark mode.\n- [`f03cli`](../f03cli): Fortran 2003 CLI argument parser example.\n- [`gmres-scipy`](../gmres-scipy): Wrapper for the GMRES provided by SciPy.\n- [`gmres.py`](../gmres.py): Dirty unoptimized Python implementation of the GMRES algorithm.\n- [`isosurf-skimage`](../isosurf-skimage): Isosurface calculation with scikit-image example.\n- [`jmtpfs-pyudev`](../jmtpfs-pyudev): MTP device monitoring and mounting dirty script using `jmtpfs` and pyudev.\n- [`multigrid-laplace2d.py`](../multigrid-laplace2d.py): Dirty unoptimized Python implementation of the multigrid method for solving the 2D Laplace equation.\n- [`nix-derivs`](../nix-derivs): Stuff build with Nix™.\n- [`numbat-demo`](../numbat-demo): Small scripts to test [Numbat](https://numbat.dev) features.\n- [`porn.py`](../porn.py): Cool and horrific miscellaneous Python stuff.\n- [`presenterm-demo`](../presenterm-demo): Presentation written using [presenterm](https://github.com/mfontanini/presenterm) to test its features.\n- [`pwsh-magic`](../pwsh-magic): Random PowerShell scripts.\n- [`pyfftw-demo`](../pyfftw-demo): PyFFTW example scripts.\n- [`python-perf`](../python-perf): Python performance test scripts.\n- [`regula-falsi.c`](../regula-falsi.c): Unoptimized C implementation of the Regula Falsi method.\n- [`rnm-go`](../rnm-go): Useless CLI util to rename files written in Go.\n- [`spotify-export`](../spotify-export): Python script to export Spotify playlists to CSV files.\n- [`spotify-opus2mp3`](../spotify-opus2mp3): Python script to convert OPUS files to MP3 for Spotify local use.\n- [`typst-demo`](../typst-demo): Sandbox article written using [Typst](https://typst.app) to test its features.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floicreynier%2Fsandbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floicreynier%2Fsandbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floicreynier%2Fsandbox/lists"}