Awesome List Updates on Apr 18, 2019
7 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Gbdev
Testing / Misc
2. Awesome Machine Learning
Python / General-Purpose Machine Learning
- numpy-ML (⭐15k): Reference implementations of ML models written in numpy
3. Awesome Blazor
General
- Blazor - Official website of Blazor, from Microsoft.
- Blazor-Dev gallery on .NET Foundation - Daily builds of the 'dev' branch of Blazor.
- Blazor Extensions - Curated extensions for Microsoft ASP.Net Core Blazor.
- FAQ (⭐9.3k) - FAQ.
- 'Hello World' sample (⭐9.1k) - 'Hello World' sample.
Tooling / Others
- BlazorFiddle - Blazor .Net Developer Playground and Code Editor in the Browser.
- Blazor Snippets Visual Studio Code extension - A Visual Studio Code extension that offers Blazor and Razor snippets.
- .NET Core - .NET Core.
- Razor+ Visual Studio Code extension - A Visual Studio Code extension that offers improved Razor support.
- Visual Studio - Latest preview of Visual Studio.
- Visual Studio Code - Visual Studio Code, free, open source and cross-platform code editor.
Books / Others
- Blazor Quick Start Guide: Build web applications using Blazor, EF Core, and SQL Server - Blazor Quick Start Guide: Build web applications using Blazor, EF Core, and SQL Server (Published October 31, 2018).
Community / Others
- Awesome Blazor on Twitter - This repository's Twitter feed.
- Gitter - Blazor discussion on Gitter.
- Learn Blazor - Community documentation on Blazor.
- Practical samples of Blazor (⭐9.1k) - Practical samples of Blazor.
- Practical samples of Blazor Server-Side (⭐9.1k) - Practical samples of Blazor Server-Side.
- Stack Overflow - Blazor questions feed on Stack Overflow.
- Twitter - Hashtag on Twitter.
- WebAssemblyMan - Man page for Blazor and WebAssembly.
4. Tips
Show changes over time for specific file
git log -p <file_name>
Reset: preserve uncommitted local changes
git reset --keep <commit>
Delete remote branch
git push origin --delete <remote_branchname>
Alternatives:
git push origin :<remote_branchname>
git branch -dr <remote/branch>
List all currently configured remotes
git remote -v
Update a submodule to the latest commit
cd <path-to-submodule>
git pull origin <branch>
cd <root-of-your-main-project>
git add <path-to-submodule>
git commit -m "submodule updated"
5. Awesome Serverless
Literature / Education
- AI as a Service A book that teaches you how to harness the power of cloud-based AI services and serverless computing. An engineering approach to serverless AI.
6. Awesome Cross Platform Nodejs
Known issues / Windows registry
- cmd.exe unicode woes (⭐35k) - By default,
cmd.exe
does not display Unicode characters on Windows.
- exec() behavior between shells (⭐35) - Depending on the shell being used, e.g., bash vs. dash,
child_process.exec()
has inconsistent exit behavior.
See also / Windows registry
- awesome-desktop-js (⭐694) - List of tools to build JavaScript applications on the desktop.
7. Awesome React Native
Frameworks / Navigation Demos
- first-born ★106 (⭐273) - A UI framework with pre-built components that render separately according to the underlying mobile platform.
- Prev: Apr 19, 2019
- Next: Apr 17, 2019