add impulse, xrayAttenuation, orgtables, flatBuffers (#2836)

* add impulse, xrayAttenuation, orgtables, flatBuffers

* add missing comma to JSON
This commit is contained in:
Vindaar 2024-03-15 14:41:55 +01:00 committed by GitHub
parent 397cc6eeec
commit 6ff29ea2a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32854,5 +32854,65 @@
"description": "Extract syscall stats from strace output files",
"license": "MIT",
"web": "https://github.com/tdely/umriss"
}
},
{
"name": "impulse",
"url": "https://github.com/SciNim/impulse",
"method": "git",
"tags": [
"signals",
"signal processing",
"FFT",
"PocketFFT",
"science"
],
"description": "Signal processing primitives (FFT, ...) ",
"license": "MIT",
"web": "https://github.com/SciNim/impulse"
},
{
"name": "xrayAttenuation",
"url": "https://github.com/SciNim/xrayAttenuation",
"method": "git",
"tags": [
"xrays",
"xray interactions",
"reflection",
"transmission",
"attenuation",
"xray optics",
"multilayers",
"science"
],
"description": "Library for X-ray reflectivity and transmission / absorption through matter",
"license": "MIT",
"web": "https://github.com/SciNim/xrayAttenuation"
},
{
"name": "orgtables",
"url": "https://github.com/Vindaar/orgtables",
"method": "git",
"tags": [
"org",
"org mode",
"tables",
"emacs"
],
"description": "A library to turn Nim data into Org tables",
"license": "MIT",
"web": "https://github.com/Vindaar/orgtables"
},
{
"name": "flatBuffers",
"url": "https://github.com/Vindaar/flatBuffers",
"method": "git",
"tags": [
"buffers",
"serialization",
"pickle",
],
"description": "Package to turn (nested) Nim objects to flat buffers and back.",
"license": "MIT",
"web": "https://github.com/Vindaar/flatBuffers"
},
]