Skip to content

Commit

Permalink
add impulse, xrayAttenuation, orgtables, flatBuffers (#2836)
Browse files Browse the repository at this point in the history
* add impulse, xrayAttenuation, orgtables, flatBuffers

* add missing comma to JSON
  • Loading branch information
Vindaar committed Mar 15, 2024
1 parent 397cc6e commit 6ff29ea
Showing 1 changed file with 61 additions and 1 deletion.
62 changes: 61 additions & 1 deletion packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
]

0 comments on commit 6ff29ea

Please sign in to comment.