Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitavoloboev committed Nov 20, 2018
1 parent 4f8e766 commit fce1b93
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 2 deletions.
1 change: 1 addition & 0 deletions analytics/analytics.md
Expand Up @@ -13,3 +13,4 @@ For user facing products, well implemented analytics will let you see how to opt
- [Matamo](https://matomo.org/) - Open source alternative to Google Analytics.
- [Fathom](https://github.com/usefathom/fathom) - Simple, trustworthy website analytics. Built with Golang & Preact.
- [LocustDB](https://github.com/cswinter/LocustDB) - Massively parallel, high performance analytics database that will rapidly devour all of your data.
- [Grafana](https://github.com/grafana/grafana) - Tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & More.
3 changes: 2 additions & 1 deletion machine-learning/neural-networks.md
Expand Up @@ -20,4 +20,5 @@
- [Practical Advice for Building Deep Neural Networks](https://pcc.cs.byu.edu/2017/10/02/practical-advice-for-building-deep-neural-networks/)
- [Differentiable Architecture Search](https://github.com/quark0/darts) - Code for [DARTS: Differentiable Architecture Search](https://arxiv.org/abs/1806.09055) paper.
- [TensorSpace.js](https://github.com/tensorspace-team/tensorspace) - Neural network 3D visualization framework, build interactive and intuitive model in browsers, support pre-trained deep learning models from TensorFlow, Keras, TensorFlow.js
- [UIS-RNN](https://github.com/google/uis-rnn) - Library for the Unbounded Interleaved-State Recurrent Neural Network (UIS-RNN) algorithm, corresponding to the paper Fully Supervised Speaker Diarization.
- [UIS-RNN](https://github.com/google/uis-rnn) - Library for the Unbounded Interleaved-State Recurrent Neural Network (UIS-RNN) algorithm, corresponding to the paper Fully Supervised Speaker Diarization.
- [ONNX](https://github.com/onnx/onnx) - Open Neural Network Exchange.
2 changes: 2 additions & 0 deletions programming-languages/reasonml.md
Expand Up @@ -9,3 +9,5 @@
- [Here’s why ReasonReact is the best way to write React](https://medium.freecodecamp.org/psst-heres-why-reasonreact-is-the-best-way-to-write-react-5088d434d035)
- [Formality](https://github.com/alexfedoseev/re-formality) - Reasonable form validation tool for reason-react.
- [ReasonML: Strict, powerful and forgiving (2018)](https://news.ycombinator.com/item?id=18414084)
- [Migrating Isolate to ReasonML + React (2018)](http://seenaburns.com/2018/07/02/migrating-isolate-to-reason-react/)
- [Relit](https://github.com/cyrus-/relit) - Hygienic typed literal macros (TLMs) for Reason.
4 changes: 3 additions & 1 deletion programming-languages/rust/rust.md
Expand Up @@ -13,4 +13,6 @@
- [Desktop and editor setup for Rust development (2018)](https://www.youtube.com/watch?v=ycMiMDHopNc)
- [Rust can be difficult to learn and frustrating, but it’s also the most exciting thing in software development in a long time (2018)](https://lobste.rs/s/hv4mio/rust_can_be_difficult_learn_frustrating)
- [Parsing logs 230x faster with Rust (2018)](https://andre.arko.net/2018/10/25/parsing-logs-230x-faster-with-rust/)
- [Cross](https://github.com/rust-embedded/cross) - "Zero setup" cross compilation and "cross testing" of Rust crates.
- [Cross](https://github.com/rust-embedded/cross) - "Zero setup" cross compilation and "cross testing" of Rust crates.
- [Vim setup for Rust](http://seenaburns.com/vim-setup-for-rust/)
- [Cargo Watch](https://github.com/passcod/cargo-watch) - Watches over your Cargo project's source.
Expand Up @@ -15,3 +15,4 @@
- [Swift tagged](https://github.com/pointfreeco/swift-tagged) - Library for safer types.
- [Login Critter](https://github.com/cgoldsby/LoginCritter) - Animated avatar that responds to text field interactions.
- [Pixel](https://github.com/muukii/Pixel) - Image editor and engine using CoreImage.
- [FlexibleImage](https://github.com/kawoou/FlexibleImage) - Simple way to play with the image.
1 change: 1 addition & 0 deletions research/blogs.md
Expand Up @@ -20,6 +20,7 @@ I use [Reeder](../macOS/apps/reeder.md) to stay on top of my favorite blogs I fo
- [Shtetl-Optimized](https://www.scottaaronson.com/blog/)
- [Cindy Sridharan](https://medium.com/@copyconstruct)
- [Nassim Nicholas Taleb](https://medium.com/@nntaleb)
- [Seana Burns](http://seenaburns.com/)

## Links

Expand Down
4 changes: 4 additions & 0 deletions text-editors/vim/vim-plugins.md
Expand Up @@ -127,6 +127,10 @@ Below is a list of [plugins I use](https://github.com/nikitavoloboev/dotfiles/bl

- [Deoplete clang](https://github.com/zchee/deoplete-clang) - Deoplete source for C/C++/Obj-C/Obj-C++.

## Rust

- [Vim Racer](https://github.com/racer-rust/vim-racer) - Allows vim to use [Racer](https://github.com/racer-rust/racer) for Rust code completion and navigation.

## Git

- [Gitv](https://github.com/gregsexton/gitv) - See Git branching history.
Expand Down
1 change: 1 addition & 0 deletions tools/tools.md
Expand Up @@ -14,6 +14,7 @@ I love software and non software tools that help me in some way.
- [Git.io](https://git.io/) - URL shortener by GitHub.
- [Sourcegraph](https://github.com/sourcegraph/sourcegraph#readme) - Code search and intelligence, self-hosted and scalable.
- [Observable](https://beta.observablehq.com/) - Discover insights faster and communicate more effectively with interactive notebooks for data analysis, visualization, and exploration.
- [Visualization of Google's autocomplete](https://anvaka.github.io/vs)

## Other

Expand Down

0 comments on commit fce1b93

Please sign in to comment.