Compare commits

...

4 Commits

Author SHA1 Message Date
Smoren
ce991c34a6 Merge 7b0fe75179 into 6e37dab7d1 2025-02-01 22:25:16 +00:00
Smoren
7b0fe75179 Update data.json
Co-authored-by: Sammy Hori <git@sammyhori.com>
2025-01-29 01:18:47 +03:00
Sammy Hori
2beb884293 Merge branch 'main' into add-itertools-ts 2025-01-28 21:24:12 +00:00
Smoren
2e35b616f0 Add itertools-ts to TypeScript and JavaScript sections 2024-03-04 00:44:22 +03:00

View File

@@ -2132,6 +2132,15 @@
],
"description": "Exosphere is a user-friendly client interface for OpenStack-based cloud systems."
},
{
"name": "IterTools TS",
"link": "https://github.com/Smoren/itertools-ts",
"label": "good first issue",
"technologies": [
"TypeScript"
],
"description": "Extended itertools port for TypeScript and JavaScript. Provides a huge set of functions for working with iterable collections (including async ones)."
},
{
"name": "Harmony",
"link": "https://github.com/harmonydata/harmony",