diff --git a/analytics/analytics.md b/analytics/analytics.md index 5f8c82d3f4..fe41521746 100644 --- a/analytics/analytics.md +++ b/analytics/analytics.md @@ -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. \ No newline at end of file diff --git a/machine-learning/neural-networks.md b/machine-learning/neural-networks.md index d5a58d6c70..22521d07c3 100644 --- a/machine-learning/neural-networks.md +++ b/machine-learning/neural-networks.md @@ -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. \ No newline at end of file +- [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. \ No newline at end of file diff --git a/programming-languages/reasonml.md b/programming-languages/reasonml.md index 90f34f0c39..f5b539f4a6 100644 --- a/programming-languages/reasonml.md +++ b/programming-languages/reasonml.md @@ -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. \ No newline at end of file diff --git a/programming-languages/rust/rust.md b/programming-languages/rust/rust.md index 403d9e9f78..de09be82e7 100644 --- a/programming-languages/rust/rust.md +++ b/programming-languages/rust/rust.md @@ -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. \ No newline at end of file +- [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. \ No newline at end of file diff --git a/programming-languages/swift/swift-libraries/swift-libraries.md b/programming-languages/swift/swift-libraries/swift-libraries.md index a92be96267..95af4e0446 100644 --- a/programming-languages/swift/swift-libraries/swift-libraries.md +++ b/programming-languages/swift/swift-libraries/swift-libraries.md @@ -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. diff --git a/research/blogs.md b/research/blogs.md index cce91fec0d..10c90b3f08 100644 --- a/research/blogs.md +++ b/research/blogs.md @@ -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 diff --git a/text-editors/vim/vim-plugins.md b/text-editors/vim/vim-plugins.md index 267cdb0226..bd410fdf99 100644 --- a/text-editors/vim/vim-plugins.md +++ b/text-editors/vim/vim-plugins.md @@ -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. diff --git a/tools/tools.md b/tools/tools.md index 5c8b9a5714..e44ce96f37 100644 --- a/tools/tools.md +++ b/tools/tools.md @@ -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