Skip to content

Commit

Permalink
evolution databases dynamodb gamedev hardware foods ml-libraries frac…
Browse files Browse the repository at this point in the history
…tals github-actions physics c cpp haxe python-libraries vs-code-extensions web-scraping
  • Loading branch information
nikitavoloboev committed Feb 28, 2021
1 parent ce18bc5 commit 2e011d9
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 2 deletions.
1 change: 1 addition & 0 deletions biology/evolution.md
Expand Up @@ -10,3 +10,4 @@
- [Evolutionary Algorithms implementations](https://github.com/EliorBenYosef/evolutionary-algorithms)
- [How animals evolve](https://microfictiongames.neocities.org/2020/how_animals_evolve.html) - Game about evolutionary biology.
- [Charles Darwin’s Descent of Man, 150 Years Later (2021)](https://daily.jstor.org/charles-darwins-descent-of-man-150-years-later/)
- [Practical Evolutionary Algorithms](https://datacrayon.com/shop/product/practical-evolutionary-algorithms-book/)
1 change: 1 addition & 0 deletions databases/databases.md
Expand Up @@ -310,3 +310,4 @@
- [Database Reliability Engineering Book (2017)](https://www.oreilly.com/library/view/database-reliability-engineering/9781491925935/)
- [Are graph databases worth using in 2020?](https://www.reddit.com/r/Database/comments/jlfugt/are_graph_databases_worth_using_in_2020/)
- [Grouparoo](https://www.grouparoo.com/) - Open Source Data Synchronization Framework. ([Code](https://github.com/grouparoo/grouparoo)) ([HN](https://news.ycombinator.com/item?id=26276917))
- [How to Efficiently Choose the Right Database for Your Applications (2021)](https://pingcap.com/blog/how-to-efficiently-choose-the-right-database-for-your-applications) ([HN](https://news.ycombinator.com/item?id=26290252))
1 change: 1 addition & 0 deletions databases/dynamodb.md
Expand Up @@ -42,3 +42,4 @@
- [DynamoDB sessions at AWS re:Invent 2020](https://www.youtube.com/playlist?list=PL_EDAAla3DXWshFxx1R5P5MNaER84zHsU)
- [Serverless DynamoDB Local Plugin](https://github.com/99x/serverless-dynamodb-local) - Allows to run DynamoDB locally for serverless.
- [Fundamentals of Amazon DynamoDB Single Table Design (2020)](https://www.youtube.com/watch?app=desktop&v=KYy8X8t4MB8)
- [DynamoDB Best Practices](https://dynobase.dev/dynamodb-best-practices/)
1 change: 1 addition & 0 deletions games/gamedev/gamedev.md
Expand Up @@ -145,3 +145,4 @@
- [Making Games on Your Own as an Engineer (2021)](https://blog.eyas.sh/2021/02/unity-for-engineers-pt11-development-process/) ([HN](https://news.ycombinator.com/item?id=26246049))
- [Indie Game Development: Indie Archetypes](https://www.derekyu.com/makegames/archetypes.html)
- [Egregoria](https://github.com/Uriopass/Egregoria) - Contemplative society simulation.
- [Building a serverless multi-player game that scales (2021)](https://aws.amazon.com/blogs/compute/building-a-serverless-multiplayer-game-that-scales/)
1 change: 1 addition & 0 deletions hardware/hardware.md
Expand Up @@ -176,3 +176,4 @@
- [Seminar in Computer Architecture - ETH Zürich (2021)](https://safari.ethz.ch/architecture_seminar/spring2021/doku.php) ([Talks](https://www.youtube.com/playlist?list=PL5Q2soXY2Zi_awYdjmWVIUegsbY7TPGW4))
- [Framework Laptop](https://frame.work/) - Upgradeable, repairable, and 100% yours. ([Intro](https://frame.work/blog/introducing-the-framework-laptop)) ([HN](https://news.ycombinator.com/item?id=26263508)) ([Lobsters](https://lobste.rs/s/hhqli7/introducing_framework_laptop))
- [SparkFun Electronics](https://www.sparkfun.com/) - Manufactures and sells microcontroller development boards and breakout boards.
- [Ask HN: Always on low power home server (2021)](https://news.ycombinator.com/item?id=26292660)
1 change: 1 addition & 0 deletions health/nutrition/foods.md
Expand Up @@ -108,3 +108,4 @@ Here is a list of various plant based foods that I use to experiment and cook wi
- [Europe's Biggest Vertical Farm Will Be Powered by Wind and Planted by Robots (2020)](https://singularityhub.com/2020/12/11/europes-biggest-vertical-farm-will-be-powered-by-wind-and-planted-by-robots/) ([HN](https://news.ycombinator.com/item?id=25414741))
- [farmOS](https://github.com/farmOS) - Web-based application for farm management, planning, and record keeping. ([GitHub](https://github.com/farmOS)) ([Code](https://github.com/farmOS/farmOS))
- [Hi-Tech Vegetable Farm (2021)](http://ieatishootipost.sg/red-dot-farm/)
- [My Food Data](https://www.myfooddata.com/) - Provides nutrition data tools and articles to empower you to create a better diet.
3 changes: 2 additions & 1 deletion machine-learning/libraries/ml-libraries.md
Expand Up @@ -2,8 +2,8 @@

## Top

- [TensorFlow](tensorflow.md)
- [PyTorch](pytorch.md)
- [TensorFlow](tensorflow.md)
- [Keras](keras.md)
- [fastai](https://github.com/fastai/fastai)

Expand Down Expand Up @@ -124,3 +124,4 @@
- [micro-TCN](https://github.com/csteinmetz1/micro-tcn) - Efficient neural networks for audio effect modeling. ([Web](https://csteinmetz1.github.io/tcn-audio-effects/))
- [DESlib](https://github.com/scikit-learn-contrib/DESlib) - Python library for dynamic classifier and ensemble selection.
- [BytePS](https://github.com/bytedance/byteps) - High performance and generic framework for distributed DNN training.
- [Hyperactive](https://github.com/SimonBlanke/Hyperactive) - Hyperparameter optimization and meta-learning toolbox for convenient and fast prototyping of machine-learning models.
1 change: 1 addition & 0 deletions math/fractals.md
Expand Up @@ -50,3 +50,4 @@
- [3D Mandelbrot Fractal Zoom (2020)](https://www.youtube.com/watch?v=hRrBnI5L0u8)
- [Rust-Mandelbrot](https://github.com/Ducolnd/rust-mandelbrot) - Simple Mandelbrot fractal generator written in Rust.
- [Fractal Garden](https://fractal.garden/) - Explore 3D fractals in real time in your web browser. ([Code](https://github.com/ath92/fractal-garden))
- [Fractal Sound Explorer](https://github.com/HackerPoet/FractalSoundExplorer) - Explore fractals in an audio-visual sandbox.
1 change: 1 addition & 0 deletions open-source/github/github-actions.md
Expand Up @@ -91,6 +91,7 @@
- [Workflow Conclusion Action](https://github.com/technote-space/workflow-conclusion-action) - GitHub action to get workflow conclusion.
- [Validate JSON](https://github.com/OrRosenblatt/validate-json-action) - GitHub Action that validates JSON files based on a JSON Schema.
- [GitHub Status Action](https://github.com/Sibz/github-status-action) - Adds a status update to a commit. GitHub will always show the latest state of a context.
- [AWS IAM roles for GitHub Actions workflows](https://github.com/glassechidna/actions2aws)

## Go

Expand Down
1 change: 1 addition & 0 deletions physics/physics.md
Expand Up @@ -178,3 +178,4 @@
- [Other than particles and waves, are there any other fundamental descriptors? (2021)](https://www.reddit.com/r/AskPhysics/comments/lmuuty/other_than_particles_and_waves_are_there_any/)
- [EinsteinPy Project](https://einsteinpy.org/) - Python package dedicated to problems arising in General Relativity and gravitational physics. ([Code](https://github.com/einsteinpy/einsteinpy)) ([GitHub](https://github.com/einsteinpy))
- [ScienceClic English - YouTube](https://www.youtube.com/c/ScienceClicEN/videos)
- [List of Unsolved Problems in Physics](https://en.wikipedia.org/wiki/List_of_unsolved_problems_in_physics)
1 change: 1 addition & 0 deletions programming-languages/c/c.md
Expand Up @@ -137,3 +137,4 @@
- [Checked C](https://github.com/microsoft/checkedc) - Adds static and dynamic checking to C to detect or prevent common programming errors such as buffer overruns and out-of-bounds memory accesses. ([HN](https://news.ycombinator.com/item?id=26190403))
- [ELF: symbol lookup via DT_HASH (2017)](https://flapenguin.me/elf-dt-hash)
- [Actually Portable Executables (2021)](https://ahgamut.github.io/c/2021/02/27/ape-cosmo/) ([HN](https://news.ycombinator.com/item?id=26292166))
- [Rust, Zig, and the Futility of "Replacing" C (2021)](https://gavinhoward.com/2021/02/rust-zig-and-the-futility-of-replacing-c/) ([Lobsters](https://lobste.rs/s/1iiifg/rust_zig_futility_replacing_c))
1 change: 1 addition & 0 deletions programming-languages/cpp/cpp.md
Expand Up @@ -188,3 +188,4 @@
- [My tutorial and take on C++20 coroutines (2021)](https://www.scs.stanford.edu/~dm/blog/c++-coroutines.html) ([HN](https://news.ycombinator.com/item?id=26221690))
- [C++ build systems: our transition from CMake to Meson (2021)](https://rosemanlabs.com/blog/build-system.html)
- [A Case Against Blind Use of C++ Parallel Algorithms (2021)](https://www.accu.org/journals/overload/29/161/teodorescu/)
- [How To Stay Sane with Modern C++ (2020)](https://www.cppstories.com/2017/02/how-to-stay-sane-with-modern-c/)
1 change: 1 addition & 0 deletions programming-languages/haxe/haxe.md
Expand Up @@ -6,3 +6,4 @@
- [Awesome Haxe Game Development](https://github.com/Dvergar/awesome-haxe-gamedev)
- [Heaps](https://github.com/HeapsIO/heaps) - High Performance Haxe Game Framework. ([Web](https://heaps.io/))
- [Haxe 4.2 (2021)](https://community.haxe.org/t/haxe-4-2-0-is-released/2888) ([HN](https://news.ycombinator.com/item?id=26082347))
- [Try Haxe](https://try.haxe.org/) - Haxe code web editor. ([HN](https://news.ycombinator.com/item?id=26290309))
Expand Up @@ -302,7 +302,7 @@
- [pandera](https://github.com/pandera-dev/pandera) - Light-weight, flexible, and expressive pandas data validation library.
- [Dynamics and Control](https://github.com/alchemyst/Dynamics-and-Control) - Python library for solving textbook control problems.
- [Plumbum](https://github.com/tomerfiliba/plumbum) - Shell Combinators.
- [Gradient-Free-Optimizers](https://github.com/SimonBlanke/Gradient-Free-Optimizers) - Optimize any Python function with modern algorithms in numerical search spaces.
- [Gradient Free Optimizers](https://github.com/SimonBlanke/Gradient-Free-Optimizers) - Collection of modern optimization methods in Python. ([HN](https://news.ycombinator.com/item?id=26293171))
- [demandimport](https://github.com/bwesterb/py-demandimport) - Lazy import python modules for low start-up time.
- [Array](https://github.com/Lauriat/funct) - Better Python List. ([HN](https://news.ycombinator.com/item?id=25713915))
- [miditoolkit](https://github.com/YatingMusic/miditoolkit) - Python package for working with MIDI data.
Expand Down
1 change: 1 addition & 0 deletions text-editors/vs-code/vs-code-extensions.md
Expand Up @@ -149,6 +149,7 @@ Below is a list of extensions I use.
- [Neuron](https://marketplace.visualstudio.com/items?itemName=neuron.neuron-IPE) - Interactive Programming Experience for Data Scientists. ([Code](https://github.com/neuron-team/vscode-ipe))
- [VSCode Python Docstring Generator](https://github.com/NilsJPWerner/autoDocstring) - Quickly generate docstrings for python functions.
- [TypeScript Notebooks](https://marketplace.visualstudio.com/items?itemName=donjayamanne.typescript-notebook) - TypeScript with Jupyter Notebooks. ([Code](https://github.com/DonJayamanne/typescript-notebook))
- [Python Dependencies](https://marketplace.visualstudio.com/items?itemName=patrick91.python-dependencies-vscode) - Utilities for managing Python dependencies. ([Code](https://github.com/patrick91/python-dependencies-vscode))

## Git

Expand Down
1 change: 1 addition & 0 deletions web/web-scraping.md
Expand Up @@ -86,3 +86,4 @@
- [Web Crawler for scraping Financial data](https://github.com/Skumarr53/Stock-Fundamental-data-scraping-and-analysis) ([Article](https://medium.com/datadriveninvestor/build-a-web-crawler-that-scrapes-stock-fundamentals-in-python-e2d4af56398))
- [Web Scraping 101 with Python (2021)](https://www.scrapingbee.com/blog/web-scraping-101-with-python/) ([HN](https://news.ycombinator.com/item?id=26090243))
- [Automatio](https://automatio.co/) - No-code Web Automation Tool. Automation Tool to Extract Data From Any Website.
- [Scaling up a Serverless Web Crawler and Search Engine (2021)](https://aws.amazon.com/blogs/architecture/scaling-up-a-serverless-web-crawler-and-search-engine/)

0 comments on commit 2e011d9

Please sign in to comment.