From 686785f83f83ff4f5d7b1342c3a056f0e46f0cdb Mon Sep 17 00:00:00 2001 From: Nikita Voloboev Date: Sun, 19 Dec 2021 16:09:29 +0100 Subject: [PATCH] prisma --- compilers/compilers.md | 1 + data-science/data-visualization.md | 1 + databases/blockchain/blockchain.md | 1 + databases/blockchain/ethereum.md | 1 + databases/dynamodb.md | 1 + databases/prisma.md | 1 + databases/sql/sql.md | 1 + design/design-inspiration.md | 2 ++ front-end/css/css.md | 1 + front-end/html.md | 1 + macOS/apps/xcode/xcode.md | 1 + music/music-production/synthesizers.md | 1 + networking/dns.md | 1 + networking/http.md | 1 + open-source/github/github.md | 1 + operating-systems/operating-systems.md | 2 ++ programming-languages/dart/dart.md | 1 + programming-languages/go/go-libraries/go-libraries.md | 5 +++++ .../javascript/js-libraries/react/react-hooks.md | 1 + programming-languages/javascript/js-libraries/react/remix.md | 1 + programming-languages/julia/julia-libraries.md | 1 + programming-languages/kotlin/kotlin-libraries.md | 1 + programming-languages/rust/rust.md | 2 ++ .../swift/swift-libraries/swift-libraries.md | 3 ++- .../typescript/typescript-libraries/typescript-libraries.md | 2 ++ programming-languages/zig/zig-libraries.md | 1 + programming/coding-practice.md | 1 + programming/interactive-computing/jupyter-notebooks.md | 1 + robots/robots.md | 1 + text-editors/vim/vim-plugins.md | 1 + unix/dotfiles.md | 1 + unix/shell/shell.md | 2 +- web/vite.md | 1 + web/web-accessibility.md | 1 + web/web-scraping.md | 1 + web/webassembly.md | 3 +++ web/webrtc.md | 1 + 37 files changed, 48 insertions(+), 2 deletions(-) diff --git a/compilers/compilers.md b/compilers/compilers.md index d6c21b10aa..fdc45ac8b5 100644 --- a/compilers/compilers.md +++ b/compilers/compilers.md @@ -195,3 +195,4 @@ - [Talking with a legend – interview with Anders Hejlsberg (2021)](https://www.youtube.com/watch?v=K3qf8gRFESU) - [Everything You Never Wanted To Know About Linker Script (2021)](https://mcyoung.xyz/2021/06/01/linker-script/) - [abstraps](https://github.com/femtomc/abstraps) - Extensible compiler middle layer with abstract interpreters. +- [BNF Converter](https://github.com/BNFC/bnfc) - Compiler construction tool generating a compiler front-end from a Labelled BNF grammar. diff --git a/data-science/data-visualization.md b/data-science/data-visualization.md index 8c52037dbe..8ab853ffd5 100644 --- a/data-science/data-visualization.md +++ b/data-science/data-visualization.md @@ -130,3 +130,4 @@ - [Awesome Dataviz](https://github.com/javierluraschi/awesome-dataviz) - [Awesome Web visualization frameworks](https://github.com/DrasticData/awesome-web-visualization-frameworks) - [The Science of Visual Data Communication: What Works (2021)](https://journals.sagepub.com/stoken/default+domain/10.1177%2F15291006211051956-FREE/full#.YbpbbYlu2Xw.twitter) +- [Dash-by-Plotly](https://github.com/Coding-with-Adam/Dash-by-Plotly) - Dedicated to teaching Dash and Plotly. diff --git a/databases/blockchain/blockchain.md b/databases/blockchain/blockchain.md index e150db64de..6cebb4d294 100644 --- a/databases/blockchain/blockchain.md +++ b/databases/blockchain/blockchain.md @@ -307,3 +307,4 @@ In short, blockchain is a [immutable linked list of hashes](https://www.quora.co - [Archetype language](https://github.com/edukera/archetype-lang) - DSL to describe blockchain business processes. - [QuickNode](https://www.quicknode.com/) - Hosted Blockchain Infrastructure as a Service. ([Twitter](https://twitter.com/QuickNode)) - [An NFT without a Blockchain. No gas fees. No ETH. No gatekeepers (2021)](https://shkspr.mobi/blog/2021/12/an-nft-without-a-blockchain-no-gas-fees-no-eth/) ([HN](https://news.ycombinator.com/item?id=29608534)) +- [Starport](https://starport.com/) - Developer-friendly interface to the Cosmos SDK. ([Code](https://github.com/tendermint/starport)) diff --git a/databases/blockchain/ethereum.md b/databases/blockchain/ethereum.md index 122a4847e0..d7e3ddc95c 100644 --- a/databases/blockchain/ethereum.md +++ b/databases/blockchain/ethereum.md @@ -411,3 +411,4 @@ It is quite useless however due to it having [too high fees](https://twitter.com - [Subway](https://github.com/libevm/subway) - Practical example on how to perform sandwich attacks on Ethereum. - [Foundry](https://github.com/gakonst/foundry) - Blazing fast, portable and modular toolkit for Ethereum application development written in Rust. - [Optimistic Ethereum Tutorials](https://github.com/ethereum-optimism/optimism-tutorial) +- [The Portal Network](https://github.com/ethereum/portal-network-specs) - Specifications for the Stateless Ethereum research effort. diff --git a/databases/dynamodb.md b/databases/dynamodb.md index 494968c26c..570042e194 100644 --- a/databases/dynamodb.md +++ b/databases/dynamodb.md @@ -73,3 +73,4 @@ - [DynamoDB Foreign Data Wrapper for PostgreSQL](https://github.com/pgspider/dynamodb_fdw) - [New DynamoDB Table Class – Save Up To 60% in Your DynamoDB Costs (2021)](https://aws.amazon.com/blogs/aws/new-dynamodb-table-class-save-up-to-60-in-your-dynamodb-costs/) - [dynamodump](https://github.com/mifi/dynamodump) - Node CLI for backing up and restoring schema+data from DynamoDB tables. +- [Starter project with Go, Gin and DynamoDB](https://github.com/vsouza/go-gin-boilerplate) diff --git a/databases/prisma.md b/databases/prisma.md index 160bc0f743..c06ad2fd0f 100644 --- a/databases/prisma.md +++ b/databases/prisma.md @@ -83,3 +83,4 @@ - [Prisma Schema Builder](https://www.prismabuilder.io/) - Build your Prisma schema visually in this easy-to-use web based tool. ([Code](https://github.com/albingroen/prismabuilder.io)) - [Improving the Prisma VS Code Extension with WebAssembly (2021)](https://www.prisma.io/blog/vscode-extension-prisma-rust-webassembly) - [prisma-fmt-wasm](https://github.com/prisma/prisma-fmt-wasm) - Build logic to package the prisma-fmt engine into a Node package as a WASM module. +- [GraphQL-Schema-Generator for Prisma](https://github.com/prisma-korea/graphql-schema-generator) diff --git a/databases/sql/sql.md b/databases/sql/sql.md index b20ed8ca45..8eeef63379 100644 --- a/databases/sql/sql.md +++ b/databases/sql/sql.md @@ -145,3 +145,4 @@ - [go-mysql-server](https://github.com/dolthub/go-mysql-server) - SQL engine which parses standard SQL (based on MySQL syntax) and executes queries on data sources of your choice. - [List of MySQL joins types](https://twitter.com/DataScienceDojo/status/1461122230394540038) - [SQL: The difference between WHERE and HAVING](https://sql-bits.com/the-difference-between-where-and-having/) ([HN](https://news.ycombinator.com/item?id=29550683)) +- [trdsql](https://github.com/noborus/trdsql) - CLI tool that can execute SQL queries on CSV, LTSV, JSON and TBLN. Can output to various formats. diff --git a/design/design-inspiration.md b/design/design-inspiration.md index 2fd5e3955c..f23853ff41 100644 --- a/design/design-inspiration.md +++ b/design/design-inspiration.md @@ -163,6 +163,7 @@ Here are few more things I liked, design wise. - [linus.coffee](https://linus.coffee/) - [Kevin Yien](https://kevinyien.com/blog.html) - [Oxide](https://oxide.computer/blog) +- [Arash](https://blog.arash.codes/) ([Code](https://github.com/arashnrim/website)) ## Products @@ -299,6 +300,7 @@ Here are few more things I liked, design wise. - [Callum Macrae](https://macr.ae/) - [Dean Eigenmann](https://dean.eigenmann.me/) - [Jeff Reiner](https://reiner.design/) +- [Mathias Quintero](https://quintero.io/) - [Bytes.Zone](https://bytes.zone/) - [Alex Grebenyuk](https://kean.blog/) - [Alex Tomlinson](https://alexlinks.glitch.me/) diff --git a/front-end/css/css.md b/front-end/css/css.md index d1aab55fa0..6a76741570 100644 --- a/front-end/css/css.md +++ b/front-end/css/css.md @@ -427,3 +427,4 @@ all: unset - [DoodleCSS](https://chr15m.github.io/DoodleCSS/) - Simple hand drawn HTML/CSS theme. ([Code](https://github.com/chr15m/DoodleCSS)) ([HN](https://news.ycombinator.com/item?id=29551465)) - [Consistent, Fluidly Scaling Type and Spacing (2021)](https://css-tricks.com/consistent-fluidly-scaling-type-and-spacing/) - [The State of CSS 2021](https://2021.stateofcss.com/en-US/) +- [UI Snippets](https://ui-snippets.dev/) - Collection of UI Snippets. ([Code](https://github.com/emilkowalski/ui-snippets)) diff --git a/front-end/html.md b/front-end/html.md index a004693d10..d9817f1ce8 100644 --- a/front-end/html.md +++ b/front-end/html.md @@ -204,3 +204,4 @@ - [mailgen](https://github.com/eladnava/mailgen) - Node.js package that generates clean, responsive HTML e-mails for sending transactional mail. - [domutils](https://github.com/fb55/domutils) - Utilities for working with htmlparser2's DOM. - [carota](https://github.com/danielearwicker/carota) - Simple, flexible rich text rendering/editing on HTML Canvas. +- [html2text](https://github.com/jugglerchris/rust-html2text) - Rust library to render HTML as text. diff --git a/macOS/apps/xcode/xcode.md b/macOS/apps/xcode/xcode.md index 1b9116b4a9..8f26040c49 100644 --- a/macOS/apps/xcode/xcode.md +++ b/macOS/apps/xcode/xcode.md @@ -91,3 +91,4 @@ - [XCRemoteCache](https://github.com/spotify/XCRemoteCache) - Remote cache tool for Xcode projects. It reuses target artifacts generated on a remote machine, served from a simple REST server. ([Article](https://engineering.atspotify.com/2021/11/16/introducing-xcremotecache-the-ios-remote-caching-tool-that-cut-our-clean-build-times-by-70/)) - [XCGrapher](https://github.com/maxchuquimia/xcgrapher) - Framework-level dependency graph generator for Xcode projects - with support for custom graphing. - [Why the hate on Xcode? (2021)](https://www.reddit.com/r/swift/comments/qw7zj1/why_the_hate_on_xcode/) +- [Xcode Notarize](https://github.com/devbotsxyz/xcode-notarize) - GitHub actions to Notarize macOS applications or plug-ins. diff --git a/music/music-production/synthesizers.md b/music/music-production/synthesizers.md index f84f546a78..8ab4657a37 100644 --- a/music/music-production/synthesizers.md +++ b/music/music-production/synthesizers.md @@ -49,3 +49,4 @@ - [teoperator](https://github.com/schollz/teoperator) - Make OP-1 and OP-Z drum and synth patches from any sound. ([Web](https://teoperator.com/)) - [tune](https://github.com/Woyten/tune) - Make xenharmonic music and create synthesizer tuning files for microtonal scales. - [OxiSynth](https://github.com/PolyMeilex/OxiSynth) - Pure rust soundfont synthesizer. +- [FluidSynth](https://github.com/FluidSynth/fluidsynth) - Cross-platform, real-time software synthesizer based on the Soundfont 2 specification. diff --git a/networking/dns.md b/networking/dns.md index d9d5e2609d..1f86554c3d 100644 --- a/networking/dns.md +++ b/networking/dns.md @@ -165,3 +165,4 @@ - [Learning DNS by modeling it with ALloy](https://github.com/lorin/dns-alloy) - [DNS Test Suite](https://github.com/dnsimple/dnstest) - Erlang app for testing authoritative DNS servers for compliance. - [Mess with DNS (2021)](https://jvns.ca/blog/2021/12/15/mess-with-dns/) ([Code](https://github.com/jvns/mess-with-dns-backend)) ([HN](https://news.ycombinator.com/item?id=29568510)) +- [knary](https://github.com/sudosammy/knary) - Simple HTTP(S) and DNS Canary bot with Slack/Discord/MS Teams/Lark & Pushover support. diff --git a/networking/http.md b/networking/http.md index c59b5bd66a..4021fec07d 100644 --- a/networking/http.md +++ b/networking/http.md @@ -179,3 +179,4 @@ messages. - [hpagent](https://github.com/delvedor/hpagent) - Ready to use http and https agent for working with proxies that keeps connections alive. - [HTTP/3 Is Fast (2021)](https://requestmetrics.com/web-performance/http3-is-fast) ([HN](https://news.ycombinator.com/item?id=29563229)) +- [Goose](https://github.com/tag1consulting/goose) - Load testing framework, inspired by Locust. diff --git a/open-source/github/github.md b/open-source/github/github.md index 9422d30d98..e1fb7e6b51 100644 --- a/open-source/github/github.md +++ b/open-source/github/github.md @@ -327,3 +327,4 @@ Awesome List - [Gist](https://github.com/oz/gist) - Simple Github Gist client. - [GitOops](https://github.com/ovotech/gitoops) - Tool to help attackers and defenders identify lateral movement and privilege escalation paths in GitHub organizations by abusing CI/CD pipelines and GitHub access controls. - [A brief history of code search at GitHub (2021)](https://github.blog/2021-12-15-a-brief-history-of-code-search-at-github/) ([HN](https://news.ycombinator.com/item?id=29576977)) +- [massive-wax](https://github.com/Eomm/massive-wax) - Execute multiple operation on multiple repositories. diff --git a/operating-systems/operating-systems.md b/operating-systems/operating-systems.md index 4e578cf069..862b905965 100644 --- a/operating-systems/operating-systems.md +++ b/operating-systems/operating-systems.md @@ -128,6 +128,8 @@ And I like [NixOS](linux/nixos.md) and it's [nix package manager](../package-man - [ZealOS](https://github.com/Zeal-Operating-System/ZealOS) - Modernized, professional fork of the 64-bit Temple Operating System. - [GrapheneOS](https://grapheneos.org/) - Private and secure mobile OS. ([GitHub](https://github.com/GrapheneOS)) - [Florence OS](https://github.com/FlorenceOS/Florence) - Renaissance of Operating Systems in Zig. +- [BRUTAL](https://brutal.smnx.sh/) - Operating system inspired by brutalist design that combines the ideals of UNIX from the 1970s with modern technology and engineering. ([Code](https://github.com/brutal-org/brutal)) +- [Embox](https://github.com/embox/embox) - Modular and configurable OS for embedded applications. ## Notes diff --git a/programming-languages/dart/dart.md b/programming-languages/dart/dart.md index d140fb0665..f1e48dc817 100644 --- a/programming-languages/dart/dart.md +++ b/programming-languages/dart/dart.md @@ -26,3 +26,4 @@ - [Context](https://github.com/lesnitsky/contextualized) - HashMap with shadowing (inherits parent values) and helpers to work with Types as keys. - [supabase-dart](https://github.com/supabase/supabase-dart) - Dart client for Supabase. - [sqlite3.dart](https://github.com/simolus3/sqlite3.dart) - Dart packages to use SQLite from Dart via dart:ffi. +- [Melos](https://github.com/invertase/melos) - Tool for managing Dart projects with multiple packages. diff --git a/programming-languages/go/go-libraries/go-libraries.md b/programming-languages/go/go-libraries/go-libraries.md index 07fff971e6..d7a143f068 100644 --- a/programming-languages/go/go-libraries/go-libraries.md +++ b/programming-languages/go/go-libraries/go-libraries.md @@ -232,6 +232,7 @@ - [microblob](https://github.com/miku/microblob) - Serve millions of JSON documents via HTTP. - [Requests](https://github.com/carlmjohnson/requests) - HTTP requests for Gophers. ([Why I wrote my own Go HTTP client](https://blog.carlmjohnson.net/post/2021/requests-golang-http-client/)) ([Reddit](https://www.reddit.com/r/golang/comments/rincmj/why_i_wrote_my_own_go_http_client/)) - [EasyRaft](https://github.com/ksrichard/easyraft) - Easy to use Raft library to make your app distributed, highly available and fault-tolerant. +- [Truss](https://github.com/metaverse/truss) - Helps you build go-kit microservices without having to worry about writing or maintaining boilerplate code. ## GraphQL @@ -406,6 +407,7 @@ - [tenus](https://github.com/milosgajdos/tenus) - Allows you to configure and manage Linux network devices programmatically. - [CAN Go](https://github.com/einride/can-go) - Makes use of the Linux SocketCAN abstraction for CAN communication. - [ethtool](https://github.com/safchain/ethtool) - Simple access to the Linux SIOCETHTOOL ioctl operations. +- [Go eBPF](https://github.com/dropbox/goebpf) - Library to work with eBPF programs from Go. ## Apple @@ -1168,6 +1170,9 @@ - [deep-copy](https://github.com/globusdigital/deep-copy) - Tool for generating DeepCopy() functions for a given type. - [envconfig](https://github.com/vrischmann/envconfig) - Small library to read your configuration from environment variables. - [Optional](https://github.com/markphelps/optional) - Library of optional Go types. +- [ringbuffer](https://github.com/smallnest/ringbuffer) - Circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface. +- [generic](https://github.com/zyedidia/generic) - Collection of generic data structures written in Go. +- [go-generics-example](https://github.com/mattn/go-generics-example) - Example code for Go generics. ## Links diff --git a/programming-languages/javascript/js-libraries/react/react-hooks.md b/programming-languages/javascript/js-libraries/react/react-hooks.md index a362ab8efa..1ac916616a 100644 --- a/programming-languages/javascript/js-libraries/react/react-hooks.md +++ b/programming-languages/javascript/js-libraries/react/react-hooks.md @@ -144,6 +144,7 @@ - [react-script-hook](https://github.com/hupe1980/react-script-hook) - React hook to dynamically load an external script and know when its loaded. - [useFilter](https://github.com/promise-learning/useFilter) - React hook to filter large amount of data using Web Worker. ([Article](https://lakhan.me/blog/use-filter)) - [transition-hook](https://github.com/iamyoki/transition-hook) - Extreme light-weight react transition animation hook which is simpler and easier to use than react-transition-group. +- [Retil](https://github.com/jamesknelson/retil) - Superpowers for React Developers. ## Code diff --git a/programming-languages/javascript/js-libraries/react/remix.md b/programming-languages/javascript/js-libraries/react/remix.md index 8fc899490d..8b9a6232ed 100644 --- a/programming-languages/javascript/js-libraries/react/remix.md +++ b/programming-languages/javascript/js-libraries/react/remix.md @@ -46,3 +46,4 @@ - [Remix for Next.js Developers (2021)](https://blog.plasmic.app/posts/remix-for-nextjs-developers/) - [Dynamic CSS with Remix Resource Routes (2021)](https://www.ebey.me/blog/dynamic-css-with-remix-resource-routes) - [Remix Crash Course (2021)](https://www.youtube.com/watch?v=d_BhzHVV4aQ) +- [Remix on Cloudflare Pages](https://remix.pages.dev/) ([Code](https://github.com/GregBrimble/remix.pages.dev)) diff --git a/programming-languages/julia/julia-libraries.md b/programming-languages/julia/julia-libraries.md index 390e5538f2..6e899db8d8 100644 --- a/programming-languages/julia/julia-libraries.md +++ b/programming-languages/julia/julia-libraries.md @@ -128,6 +128,7 @@ - [Bridge.jl](https://github.com/mschauer/Bridge.jl) - Statistical toolbox for diffusion processes and stochastic differential equations. Named after the Brownian Bridge. - [Kalman](https://github.com/mschauer/Kalman.jl) - Flexible filtering and smoothing in Julia. - [CombinatorialSpaces.jl](https://github.com/AlgebraicJulia/CombinatorialSpaces.jl) - Simplicial sets and other combinatorial models of geometric spaces. +- [PrettyNumbers.jl](https://github.com/ronisbr/PrettyNumbers.jl) - Pretty print numbers in Julia. ## NLP diff --git a/programming-languages/kotlin/kotlin-libraries.md b/programming-languages/kotlin/kotlin-libraries.md index 626498ee4f..447f73b441 100644 --- a/programming-languages/kotlin/kotlin-libraries.md +++ b/programming-languages/kotlin/kotlin-libraries.md @@ -18,6 +18,7 @@ - [Kotest](https://github.com/kotest/kotest) - Powerful, elegant and flexible test framework for Kotlin with additional assertions, property testing and data driven testing. ([Web](https://kotest.io/)) - [Turbine](https://github.com/cashapp/turbine) - Small testing library for kotlinx.coroutines Flow. +- [Kaspresso](https://github.com/KasperskyLab/Kaspresso) - Great UI test framework. ## CLI diff --git a/programming-languages/rust/rust.md b/programming-languages/rust/rust.md index 82cf00ab98..d8ebd29d3f 100644 --- a/programming-languages/rust/rust.md +++ b/programming-languages/rust/rust.md @@ -649,3 +649,5 @@ - [Accurate mental model for Rust's reference types](https://docs.rs/dtolnay/0.0.9/dtolnay/macro._02__reference_types.html) - [Authoring a SIMD enhanced Wasm library with Rust (2021)](https://nickb.dev/blog/authoring-a-simd-enhanced-wasm-library-with-rust) - [A workaround for Rust's lack of structural subtyping (2021)](https://nickb.dev/blog/a-workaround-for-rusts-lack-of-structural-subtyping) +- [rust-san](https://github.com/japaric/rust-san) - How-to: Sanitize your Rust code. +- [rust-musl-builder](https://github.com/emk/rust-musl-builder) - Docker container for easily building static Rust binaries. diff --git a/programming-languages/swift/swift-libraries/swift-libraries.md b/programming-languages/swift/swift-libraries/swift-libraries.md index 1c13d9373d..afdd75950e 100644 --- a/programming-languages/swift/swift-libraries/swift-libraries.md +++ b/programming-languages/swift/swift-libraries/swift-libraries.md @@ -275,7 +275,7 @@ - [ChartView](https://github.com/AppPear/ChartView) - Swift package for displaying charts effortlessly. - [URLImage](https://github.com/dmytro-anokhin/url-image) - Asynchronous image loading in SwiftUI. SwiftUI Image view that displays an image downloaded from URL, with cache and filters. - [SwiftUI Router](https://github.com/frzi/SwiftUIRouter) - Routing in SwiftUI. -- [Graphaello](https://github.com/nerdsupremacist/Graphaello) - Tool for Writing Declarative, Type-Safe and Data-Driven Applications in SwiftUI using GraphQL. +- [Graphaello](https://github.com/nerdsupremacist/Graphaello) - Tool for Writing Declarative, Type-Safe and Data-Driven Applications in SwiftUI using GraphQL. ([Article](https://quintero.io/blog/Graphaello/)) - [SwiftUI Grid](https://github.com/spacenation/swiftui-grid) - SwiftUI Grid view layout with custom styles. - [SwiftUIPager](https://github.com/fermoya/SwiftUIPager) - Provides a Pager component built with SwiftUI native components. - [SwiftUI Shapes](https://github.com/spacenation/swiftui-shapes) - Collection of custom shapes for iOS and macOS. @@ -378,6 +378,7 @@ - [SwiftUIRouter](https://github.com/OrkhanAlikhanov/SwiftUIRouter) - Experimental navigation router for SwiftUI. - [PagerTabStripView](https://github.com/xmartlabs/PagerTabStripView) - Elegant Pager View fully written in pure SwiftUI. - [SVGView](https://github.com/exyte/SVGView) - SVG parser written in SwiftUI. +- [Snap](https://github.com/nerdsupremacist/Snap) - Customizable Snapping Drawer à la Apple Maps. 100% in SwiftUI. ## Test diff --git a/programming-languages/typescript/typescript-libraries/typescript-libraries.md b/programming-languages/typescript/typescript-libraries/typescript-libraries.md index 3077c336ac..34692155a6 100644 --- a/programming-languages/typescript/typescript-libraries/typescript-libraries.md +++ b/programming-languages/typescript/typescript-libraries/typescript-libraries.md @@ -238,6 +238,8 @@ I use [ts-lib-starter](https://github.com/egoist/ts-lib-starter) template for my - [Dastal](https://github.com/havelessbemore/dastal) - Data structures & algorithms implementations in TypeScript. - [base64-arraybuffer](https://github.com/niklasvh/base64-arraybuffer) - Encode/decode base64 data into ArrayBuffers. - [ts-shift](https://github.com/fwouts/ts-shift) - Generate efficient, TypeScript-friendly value validators from TypeScript types. +- [logger](https://github.com/lvkdotsh/logger) - Zero dependency, light-weight, blazing fast customizable logging library. +- [pacote](https://github.com/PacoteJS/pacote) - Box of goodies, in TypeScript. ## Links diff --git a/programming-languages/zig/zig-libraries.md b/programming-languages/zig/zig-libraries.md index 9d17742e16..562280f009 100644 --- a/programming-languages/zig/zig-libraries.md +++ b/programming-languages/zig/zig-libraries.md @@ -53,6 +53,7 @@ - [zig-nodejs-example](https://github.com/staltz/zig-nodejs-example) - Node.js Native Module written in Zig. - [sokol-zig](https://github.com/floooh/sokol-zig) - Auto-generated Zig bindings for the sokol headers. - [known-folders](https://github.com/ziglibs/known-folders) - Provides access to well-known folders across several operating systems. +- [zig-graph](https://github.com/mitchellh/zig-graph) - Directed graph data structure for Zig. ## Links diff --git a/programming/coding-practice.md b/programming/coding-practice.md index c113e2a291..239365a344 100644 --- a/programming/coding-practice.md +++ b/programming/coding-practice.md @@ -44,6 +44,7 @@ ## Project Euler solutions +- [Polyglot Euler](https://github.com/FrankKair/polyglot-euler) - Solutions in different programming languages. - [Python](https://github.com/datamine/project-euler) - [Python](https://github.com/davidnsun/project-euler-py) - [Python](https://johnloeber.com/docs/projecteuler.html) diff --git a/programming/interactive-computing/jupyter-notebooks.md b/programming/interactive-computing/jupyter-notebooks.md index 34e5876e4e..6402f7caa0 100644 --- a/programming/interactive-computing/jupyter-notebooks.md +++ b/programming/interactive-computing/jupyter-notebooks.md @@ -163,3 +163,4 @@ - [treon](https://github.com/ReviewNB/treon) - Easy to use test framework for Jupyter Notebooks. - [Jupyter Docker Stacks](https://github.com/jupyter/docker-stacks) - Ready-to-run Docker images containing Jupyter applications. - [repo2docker](https://github.com/jupyterhub/repo2docker) - Turn repositories into Jupyter-enabled Docker images. +- [jupyverse](https://github.com/jupyter-server/jupyverse) - Jupyter server based on FastAPI. diff --git a/robots/robots.md b/robots/robots.md index 85546f6e83..f0faddd0b1 100644 --- a/robots/robots.md +++ b/robots/robots.md @@ -126,3 +126,4 @@ - [Beyond Pick-and-Place: Tackling Robotic Stacking of Diverse Shapes (2021)](https://arxiv.org/abs/2110.06192) ([Code](https://github.com/deepmind/rgb_stacking)) - [Open Dynamic Robot Initiative](https://open-dynamic-robot-initiative.github.io/) - Open Torque-Controlled Modular Robot Architecture for Legged Locomotion Research. - [Research Notes on Humanoid Robots (2021)](https://liuliu.me/eyes/research-notes-on-humanoid-robots/) +- [iGibson: A Simulation Environment to train Robots in Large Realistic Interactive Scenes](https://github.com/StanfordVL/iGibson) ([Web](http://svl.stanford.edu/igibson/)) diff --git a/text-editors/vim/vim-plugins.md b/text-editors/vim/vim-plugins.md index ff2071a187..977619ee42 100644 --- a/text-editors/vim/vim-plugins.md +++ b/text-editors/vim/vim-plugins.md @@ -156,6 +156,7 @@ Below is a list of [plugins I use](https://github.com/nikitavoloboev/dotfiles/bl - [nvim-spectre](https://github.com/windwp/nvim-spectre) - Search panel for neovim. - [Fine Command Line](https://github.com/VonHeikemen/fine-cmdline.nvim) - Enter ex-commands in a nice floating input. - [Searchbox](https://github.com/VonHeikemen/searchbox.nvim) - Start your search from a more comfortable place, say the upper right corner. +- [Vim Highlighter](https://github.com/azabiong/vim-highlighter) - Highlight words and expressions. ## Looks diff --git a/unix/dotfiles.md b/unix/dotfiles.md index 36b79aa1be..876cae6192 100644 --- a/unix/dotfiles.md +++ b/unix/dotfiles.md @@ -40,6 +40,7 @@ My own dotfiles can be found [here](https://github.com/nikitavoloboev/dotfiles). - [Zach Holman](https://github.com/holman/dotfiles) - [Thibault Duplessis](https://github.com/ornicar/dotfiles) - [Dimitri Sabadie](https://github.com/phaazon/config) +- [Michael Lingelbach](https://github.com/mjlbach/dotfiles) ## Links diff --git a/unix/shell/shell.md b/unix/shell/shell.md index 9176b45c21..2c7cfa6513 100644 --- a/unix/shell/shell.md +++ b/unix/shell/shell.md @@ -136,7 +136,7 @@ All active variables can be seen by running `env`. - [Performance optimizations for the shell prompt (2021)](https://seb.jambor.dev/posts/performance-optimizations-for-the-shell-prompt/) - [GoTTY](https://github.com/sorenisanerd/gotty) - Share your terminal as a web application. - [TermPair](https://github.com/cs01/termpair) - View and control terminals from your browser with end-to-end encryption. -- [Unix Shell Programming: The Next 50 Years (2021)](https://sigops.org/s/conferences/hotos/2021/papers/hotos21-s06-greenberg.pdf) ([HN](https://news.ycombinator.com/item?id=27378444)) ([HN](https://news.ycombinator.com/item?id=28231981)) ([Review](https://www.micahlerner.com/2021/07/14/unix-shell-programming-the-next-50-years.html)) +- [Unix Shell Programming: The Next 50 Years (2021)](https://sigops.org/s/conferences/hotos/2021/papers/hotos21-s06-greenberg.pdf) ([HN](https://news.ycombinator.com/item?id=27378444)) ([HN](https://news.ycombinator.com/item?id=28231981)) ([Review](https://www.micahlerner.com/2021/07/14/unix-shell-programming-the-next-50-years.html)) ([HN](https://news.ycombinator.com/item?id=29610956)) - [Hilbish](https://github.com/Rosettea/Hilbish) - Interactive Unix-like shell written in Go, with the config and other code written in Lua. - [Typed Pipes in Every Shell](http://joeyh.name/blog/entry/typed_pipes_in_every_shell/) ([HN](https://news.ycombinator.com/item?id=27535357)) - [4 Useful fzf Tricks for Your Terminal (2021)](https://pragmaticpineapple.com/four-useful-fzf-tricks-for-your-terminal/) diff --git a/web/vite.md b/web/vite.md index 13ed2ed437..b1ebdea62f 100644 --- a/web/vite.md +++ b/web/vite.md @@ -7,3 +7,4 @@ - [vite-jest](https://github.com/sodatea/vite-jest) - First-class Vite integration for Jest. - [vite-plugin-federation](https://github.com/originjs/vite-plugin-federation) - Module Federation for vite & rollup. - [Vitebook](https://github.com/vitebook/vitebook) - Fast alternative to Storybook. Powered by Vite. ([Docs](https://vitebook.dev/introduction/what-is-vitebook.html)) +- [Storybook builder for Vite](https://github.com/eirslett/storybook-builder-vite) diff --git a/web/web-accessibility.md b/web/web-accessibility.md index ca79390a37..ea39d988df 100644 --- a/web/web-accessibility.md +++ b/web/web-accessibility.md @@ -87,3 +87,4 @@ - [The importance of accessibility in digital products (2021)](https://dev.to/inhuofficial/never-forget-the-importance-of-accessibility-in-digital-products-11) - [Small Wins for Accessibility and Resilience (2021)](https://www.callumhart.com/blog/small-wins-for-accessibility-and-resilience/) - [Auditing React Apps for Accessibility (2021)](https://egghead.io/courses/auditing-react-apps-for-accessibility-08733265) +- [a11y-components](https://github.com/t12t/a11y-components) diff --git a/web/web-scraping.md b/web/web-scraping.md index 8951bed2a2..dad11b843a 100644 --- a/web/web-scraping.md +++ b/web/web-scraping.md @@ -131,3 +131,4 @@ - [Scraping Websites With Logins (2021)](https://blog.octachart.com/scraping-websites-that-require-login-in-python) ([Reddit](https://www.reddit.com/r/Python/comments/rck8bh/scraping_websites_that_require_login_in_python/)) - [Skan.jl](https://github.com/rikhuijzer/Skan.jl) - Scan web pages for changes using Julia & GitHub Actions. - [cloudflare-scraper](https://github.com/JimmyLaurent/cloudflare-scraper) - Package to bypass Cloudflare's protection. +- [scrapy-poet](https://github.com/scrapinghub/scrapy-poet) - Page Object pattern for Scrapy. diff --git a/web/webassembly.md b/web/webassembly.md index 8a026b3fd3..748dfaaaa7 100644 --- a/web/webassembly.md +++ b/web/webassembly.md @@ -232,3 +232,6 @@ - [Chasm](https://github.com/ColinEberhardt/chasm) - Simple compile-to-WebAssembly language. ([Web](https://colineberhardt.github.io/chasm/)) - [Introduction to WebAssembly components (2021)](https://radu-matei.com/blog/intro-wasm-components/) ([Reddit](https://www.reddit.com/r/WebAssembly/comments/rigbap/introduction_to_webassembly_components/)) ([HN](https://news.ycombinator.com/item?id=29591071)) - [WASM components example](https://github.com/radu-matei/wasm-components-example) +- [wasi-nn](https://github.com/WebAssembly/wasi-nn) - Neural Network proposal for WASI. +- [Tail Call Proposal for WebAssembly](https://github.com/WebAssembly/tail-call) +- [Threads Proposal for WebAssembly](https://github.com/WebAssembly/threads) diff --git a/web/webrtc.md b/web/webrtc.md index 35ff66a954..b2c5a65341 100644 --- a/web/webrtc.md +++ b/web/webrtc.md @@ -73,3 +73,4 @@ - [WebRTC DataChannel in Rust](https://github.com/webrtc-rs/data) - [TestRTC](https://github.com/webrtc/testrtc) - Set of tests that can be easily run by a user to help diagnose WebRTC related issues. - [P2PT](https://github.com/subins2000/p2pt) - Simple WebRTC Peer 2 Peer connections using WebTorrent trackers as the signalling server. +- [MiroTalk SFU](https://github.com/miroslavpejic85/mirotalksfu) - WebRTC with integrated SFU server. Video calls, messaging, screen sharing, recording and more.