Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/norskeld/norskeld
GitHub profile.
https://github.com/norskeld/norskeld
Last synced: about 2 months ago
JSON representation
GitHub profile.
- Host: GitHub
- URL: https://github.com/norskeld/norskeld
- Owner: norskeld
- Created: 2024-03-21T09:27:13.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-04-28T10:03:17.000Z (9 months ago)
- Last Synced: 2024-04-28T19:37:03.836Z (9 months ago)
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Hello! 👋
I'm a Rust, TypeScript, and functional programming aficionado fascinated by design of compilers and programming languages. Sometimes I write music, mostly drone-ambient, which is available for free on my [Bandcamp](https://hypnosense.bandcamp.com) and [Spotify](https://open.spotify.com/artist/1EqX9erOVQHCVlAwGihPS2?si=U6WzSwm0RSCnS70g_sVZXQ).
### Stuff
#### Web
- [nrsk.dev](https://github.com/norskeld/nrsk.dev#readme) Astro TypeScript Tailwind — Personal website & blog.
#### Interpreters/languages
- [zeal](https://github.com/norskeld/zeal#readme) Rust — Statically-typed, GC-less programming language.
- [attolog](https://github.com/norskeld/attolog#readme) F# — Minimal [Prolog](https://en.wikipedia.org/wiki/Prolog) interpreter.#### Command-line apps
- [diceware](https://github.com/norskeld/diceware#readme) Rust — Rust crate and CLI for generating [Diceware](https://en.wikipedia.org/wiki/Diceware) passphrases.
- [pingmole](https://github.com/norskeld/pingmole#readme) Rust — CLI that helps to filter [Mullvad VPN](https://mullvad.net) servers and pick the closest one.
- [arx](https://github.com/norskeld/arx#readme) Rust — Simple and user-friendly command-line tool for declarative scaffolding.
- [rsx](https://github.com/norskeld/rsx#readme) Rust — Micro CLI for interactive execution of npm & yarn scripts.#### Libraries
- [sigma](https://sigma.nrsk.dev) TypeScript — TypeScript parser combinator library for building fast and convenient parsers.
- [backpack](https://github.com/norskeld/backpack#readme) TypeScript — [MessagePack](https://msgpack.org) implementation with back-referencing extension.
- [astropress](https://github.com/norskeld/astropress#readme) TypeScript — [Astro](https://astro.build) integration for images and SVG compression.
- [unindent](https://github.com/norskeld/unindent#readme) TypeScript — Microlibrary for unindenting multiline strings.