From c58e778b001440fe6f1f464dbae88aad5f9d582d Mon Sep 17 00:00:00 2001 From: Nikita Voloboev Date: Thu, 2 Sep 2021 03:55:15 +0200 Subject: [PATCH] generative-art shaders solana kubernetes scala-libraries json vim-plugins discord deno --- art/generative-art.md | 1 + computer-graphics/shaders.md | 1 + databases/blockchain/solana.md | 5 ++++- operating-systems/containers/kubernetes/kubernetes.md | 1 + programming-languages/scala/scala-libraries.md | 1 + programming/json.md | 1 + text-editors/vim/vim-plugins.md | 1 + tools/discord.md | 1 + web/deno.md | 1 + 9 files changed, 12 insertions(+), 1 deletion(-) diff --git a/art/generative-art.md b/art/generative-art.md index 8f394a04d5..446f85d24e 100644 --- a/art/generative-art.md +++ b/art/generative-art.md @@ -144,3 +144,4 @@ - [Sketching - A Language for Creative Coding](https://soegaard.github.io/sketching/) - [The Rise of Long-Form Generative Art (2021)](https://tylerxhobbs.com/essays/2021/the-rise-of-long-form-generative-art) - [Integer Circle Algorithm (Minsky circle)](https://www.onirom.fr/ica.html) +- [generative-art-node](https://github.com/HashLips/generative-art-node) - Create generative art by using the canvas api and node js. diff --git a/computer-graphics/shaders.md b/computer-graphics/shaders.md index 8e70c83082..0021340226 100644 --- a/computer-graphics/shaders.md +++ b/computer-graphics/shaders.md @@ -46,3 +46,4 @@ - [Monochromatic Portraits with GLSL (2019)](https://rosenzweig.io/blog/monotone-portraits-with-glsl.html) - [GIPS](https://github.com/kajott/GIPS) - GLSL Image Processing System. Applies filters written in the OpenGL Shading Language (GLSL). - [GLTF -> React Three Fiber](https://gltf.pmnd.rs/) ([Code](https://github.com/pmndrs/gltfjsx)) +- [Pilka](https://github.com/pudnax/pilka) - Live-coding tool for creating shader demos, Vulkan powered. diff --git a/databases/blockchain/solana.md b/databases/blockchain/solana.md index 4898c90665..c3c599f282 100644 --- a/databases/blockchain/solana.md +++ b/databases/blockchain/solana.md @@ -21,7 +21,7 @@ - [Solana vs Algorand (2021)](https://www.reddit.com/r/solana/comments/n1yc3j/solana_vs_algorand/) - [In Rust We Trust - Berkeley Packet Filter and Rust (2019)](https://www.youtube.com/watch?v=oBW2KJq3FnA) - [Programming on Solana - An Introduction (2021)](https://paulx.dev/blog/2021/01/14/programming-on-solana-an-introduction/) -- [Project Serum](https://projectserum.com/) - Decentralized exchange (DEX) and ecosystem that brings unprecedented speed and low transaction costs to decentralized finance. It is built on Solana and is completely permissionless. +- [Project Serum](https://projectserum.com/) - Decentralized exchange (DEX) and ecosystem that brings unprecedented speed and low transaction costs to decentralized finance. It is built on Solana and is completely permissionless. ([GitHub](https://github.com/project-serum)) ([Code](https://github.com/project-serum/serum-dex)) - [Awesome Solana](https://github.com/paul-schaaf/awesome-solana) - [SPL Token UI](https://www.spl-token-ui.com/#/) - UI for the creation and management of SPL tokens. ([Code](https://github.com/paul-schaaf/spl-token-ui)) - [Solana Beach](https://solanabeach.io/) - Search Solana blocks, accounts, transactions, programs and tokens. @@ -69,3 +69,6 @@ - [Solsea](https://solsea.io/) - Open NFT Marketplace on Solana. - [Quarry](https://github.com/QuarryProtocol/quarry) - Open protocol for launching liquidity mining programs on Solana. - [solana-go](https://github.com/streamingfast/solana-go) - Go library for the Solana Blockchain. +- [Solana App Scaffold](https://github.com/solana-labs/dapp-scaffold) - Scaffolding for a dapp built on Solana. +- [Solana Token Registry](https://github.com/solana-labs/token-list) - Package that allows application to query for list of tokens. +- [Assert Balances](https://github.com/project-serum/assert-balances) - Safety hatch for aborting transactions with unexpected balance changes. diff --git a/operating-systems/containers/kubernetes/kubernetes.md b/operating-systems/containers/kubernetes/kubernetes.md index a0da063aba..9c656eaf94 100644 --- a/operating-systems/containers/kubernetes/kubernetes.md +++ b/operating-systems/containers/kubernetes/kubernetes.md @@ -426,3 +426,4 @@ - [Civo Kubernetes](https://www.civo.com/) - Fast, Simple, Managed Kubernetes Service. ([GitHub](https://github.com/civo)) - [The Guide to Kubernetes Labels](https://blog.kubecost.com/blog/kubernetes-labels/) ([HN](https://news.ycombinator.com/item?id=28384121)) - [Chart Releaser](https://github.com/helm/chart-releaser) - Hosting Helm Charts via GitHub Pages and Releases. +- [Kubescape](https://github.com/armosec/kubescape) - First tool for testing if Kubernetes is deployed securely as defined in Kubernetes Hardening Guidance by to NSA and CISA. diff --git a/programming-languages/scala/scala-libraries.md b/programming-languages/scala/scala-libraries.md index 1b08350df6..5c7ae3a3ce 100644 --- a/programming-languages/scala/scala-libraries.md +++ b/programming-languages/scala/scala-libraries.md @@ -15,6 +15,7 @@ - [Cats](https://github.com/typelevel/cats) - Lightweight, modular, and extensible library for functional programming. - [shapeless](https://github.com/milessabin/shapeless) - Generic programming for Scala. ([Type Astronaut's Guide to Shapeless](https://github.com/underscoreio/shapeless-guide)) +- [shapeless-3](https://github.com/typelevel/shapeless-3) - Generic programming for Scala. ## DB diff --git a/programming/json.md b/programming/json.md index b7d9ffc5ac..8a0f0af4eb 100644 --- a/programming/json.md +++ b/programming/json.md @@ -64,3 +64,4 @@ - [jsonmatic](https://jsonmatic.com/) - Transform a CSV into a JSON and vice versa. ([Code](https://github.com/erikmartinjordan/jsonmatic)) - [Extracting Objects Recursively with Jq](https://til.simonwillison.net/jq/extracting-objects-recursively) ([HN](https://news.ycombinator.com/item?id=28026712)) - [An Introduction to JQ (2021)](https://earthly.dev/blog/jq-select/) ([HN](https://news.ycombinator.com/item?id=28297232)) +- [JSON Joy](https://github.com/streamich/json-joy) - JSON utilities. Libraries for collaborative editing with OT and CRDT approaches. diff --git a/text-editors/vim/vim-plugins.md b/text-editors/vim/vim-plugins.md index 8d52af4982..c1ee0c7bf5 100644 --- a/text-editors/vim/vim-plugins.md +++ b/text-editors/vim/vim-plugins.md @@ -47,6 +47,7 @@ Below is a list of [plugins I use](https://github.com/nikitavoloboev/dotfiles/bl - [instant.nvim](https://github.com/jbyuki/instant.nvim) - Collaborative editing in Neovim using built-in capabilities. - [any-jump.vim](https://github.com/pechorin/any-jump.vim) - Vim code inspection plugin for finding definitions and references/usages. - [FTerm.nvim](https://github.com/numToStr/FTerm.nvim) - No nonsense floating terminal written in lua. +- [nvim-cmp](https://github.com/hrsh7th/nvim-cmp) - Completion plugin for neovim coded in Lua. - [barbar.nvim](https://github.com/romgrk/barbar.nvim) - Tabs, as understood by any other editor. - [nvim-lspfuzzy](https://github.com/ojroques/nvim-lspfuzzy) - Neovim plugin to make the LSP client use FZF. - [Vista.vim](https://github.com/liuchengxu/vista.vim) - View and search LSP symbols, tags in Vim/NeoVim. diff --git a/tools/discord.md b/tools/discord.md index da7e65fefc..6e053c41f7 100644 --- a/tools/discord.md +++ b/tools/discord.md @@ -16,6 +16,7 @@ - [web-watcher](https://github.com/shellbear/web-watcher) - Discord bot which monitor and send alerts on website changes. ([Docs](https://shellbear.github.io/web-watcher/)) - [Robbb](https://github.com/unixporn/robbb) - Discord bot for the Unixporn community in Rust. - [Send](https://github.com/cnrad/send) - Send a message to me on Discord using webhooks. +- [MRVN](https://github.com/cpdt/mrvn-bot) - Discord music player bot. ## Libraries diff --git a/web/deno.md b/web/deno.md index 5bfd5fb77e..eae2e48a08 100644 --- a/web/deno.md +++ b/web/deno.md @@ -118,3 +118,4 @@ - [Obsidian](https://github.com/open-source-labs/obsidian) - GraphQL, built for Deno. ([Web](http://obsidian.land/)) - [deno_docker](https://github.com/denoland/deno_docker) - Docker files for Deno published on Dockerhub. - [Ultra](https://github.com/exhibitionist-digital/ultra) - Deno + React: No build, no bundle, all streaming. ([Web](https://ultrajs.dev/)) +- [Server-side JSX for Deno](https://github.com/dsego/ssr_jsx)