Skip to content

Commit

Permalink
generative-art shaders solana kubernetes scala-libraries json vim-plu…
Browse files Browse the repository at this point in the history
…gins discord deno
  • Loading branch information
nikitavoloboev committed Sep 2, 2021
1 parent e681e82 commit c58e778
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions art/generative-art.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
1 change: 1 addition & 0 deletions computer-graphics/shaders.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
5 changes: 4 additions & 1 deletion databases/blockchain/solana.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
1 change: 1 addition & 0 deletions operating-systems/containers/kubernetes/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
1 change: 1 addition & 0 deletions programming-languages/scala/scala-libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions programming/json.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
1 change: 1 addition & 0 deletions text-editors/vim/vim-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions tools/discord.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions web/deno.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit c58e778

Please sign in to comment.