Skip to content

Commit

Permalink
computer-vision networking rust-libraries vim-plugins web-workers
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitavoloboev committed Aug 6, 2021
1 parent d5b5ac2 commit 1e1bbf8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions computer-graphics/computer-vision/computer-vision.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,3 +353,4 @@
- [Visual Parser: Representing Part-whole Hierarchies with Transformers (2021)](https://arxiv.org/abs/2107.05790) ([Code](https://github.com/kevin-ssy/ViP))
- [Super SloMo: High Quality Estimation of Multiple Intermediate Frames for Video Interpolation](http://jianghz.me/projects/superslomo/) ([Code](https://github.com/avinashpaliwal/Super-SloMo))
- [On Generating Transferable Targeted Perturbations (2021)](https://arxiv.org/abs/2103.14641) ([Code](https://github.com/Muzammal-Naseer/TTP))
- [Awesome Scene Understanding](https://github.com/bertjiazheng/awesome-scene-understanding) - List of papers for scene understanding.
1 change: 1 addition & 0 deletions networking/networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,3 +280,4 @@ This [article](https://drewdevault.com/2016/12/06/A-broad-intro-to-networking.ht
- [sockperf](https://github.com/Mellanox/sockperf) - Network Benchmarking Utility.
- [The 5-Hour CDN (2021)](https://fly.io/blog/the-5-hour-content-delivery-network/) ([HN](https://news.ycombinator.com/item?id=28053168))
- [Rustcat](https://github.com/robiot/rustcat) - Netcat Alternative in Rust.
- [Nautobot](https://github.com/nautobot/nautobot) - Network Source of Truth & Network Automation Platform.
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,7 @@
- [Dialectic](https://github.com/boltlabs-inc/dialectic) - Transport-polymorphic, asynchronous session types for Rust.
- [MRML](https://github.com/jdrouet/mrml) - Reimplementation of the nice MJML markup language in Rust.
- [p2panda](https://github.com/p2panda/p2panda) - Provides all tools required to write a client for the p2panda network.
- [log4rs](https://github.com/estk/log4rs) - Highly configurable logging framework for Rust.

## Cargo Plugins

Expand Down
1 change: 1 addition & 0 deletions text-editors/vim/vim-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,3 +241,4 @@ Below is a list of [plugins I use](https://github.com/nikitavoloboev/dotfiles/bl
- [nvim-lsp-ts-utils](https://github.com/jose-elias-alvarez/nvim-lsp-ts-utils) - Utilities to improve the TypeScript development experience for Neovim's built-in LSP client.
- [nui.nvim](https://github.com/MunifTanjim/nui.nvim) - UI Component Library for Neovim.
- [neovimcraft](https://neovimcraft.com/) - Search through our curated list of neovim plugins. ([Code](https://github.com/neurosnap/neovimcraft))
- [kyoto.nvim](https://github.com/samrath2007/kyoto.nvim) - Fast, functional and beautiful Neovim configuration.
1 change: 1 addition & 0 deletions web/web-workers.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
- [workerize-loader](https://github.com/developit/workerize-loader) - A webpack loader that moves a module and its dependencies into a Web Worker, automatically reflecting exported functions as asynchronous proxies.
- [Catiline.js](https://github.com/calvinmetcalf/catiline) - JavaScript library to take the pain out of web workers. ([Web](http://catilinejs.com/))
- [The State Of Web Workers In 2021](https://www.smashingmagazine.com/2021/06/web-workers-2021/)
- [esbuild-plugin-inline-worker](https://github.com/mitschabaude/esbuild-plugin-inline-worker) - Esbuild loader for inline Web Workers.

0 comments on commit 1e1bbf8

Please sign in to comment.