mlnv's Stars
Tinkoff/angular-open-source-starter
This is a starter project for creating open-source libraries for Angular. It is a full fledged Angular workspace with demo application and easy library addition. It is designed to be used for open-sourcing libraries on Github and has everything you'd need ready for CI, code coverage, SSR testing, StackBlitz demo deployment and more.
taiga-family/taiga-ui
Angular UI Kit and components library for awesome people
bradtraversy/design-resources-for-developers
Curated list of design and UI resources from stock photos, web templates, CSS frameworks, UI libraries, tools and much more
trekhleb/javascript-algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
Jeremboo/animated-mesh-lines
Tutorial and demos for Codrops about how play with the THREE.MeshLine library
brunoimbrizi/interactive-particles
josefjadrny/js-chess-engine
Simple JavaScript chess engine without dependencies written in NodeJs. It can be used on both, server or client (web browser) and do not need persistent storage - handy for serverless solutions like AWS Lambda. This engine includes configurable AI computer logic.
jhlywa/chess.js
A TypeScript chess library for chess move generation/validation, piece placement/movement, and check/checkmate/draw detection
pmndrs/leva
🌋 React-first components GUI
pmndrs/gltfjsx
🎮 Turns GLTFs into JSX components
nodemailer/nodemailer
✉️ Send e-mails with Node.JS – easy as cake!
forwardemail/email-templates
Create, preview (browser/iOS Simulator), and send custom email templates for Node.js. Made for @forwardemail, @ladjs, @cabinjs, @spamscanner, and @breejs.
pedropaf/saas-ecom
Subscription support for ASP.NET MVC 5 apps using Stripe, including out-of-the-box view helpers. Available via NuGET
scttcper/gatsby-casper
A Casper blog starter for Gatsby
jasonwebb/morphogenesis-resources
Resources on the topic of digital morphogenesis (creating form with code). Includes links to major articles, code repos, creative projects, books, software, and more.
nicoptere/physarum
a slime mold simulation in JS and WebGL
ant-design/ant-design
An enterprise-class UI design language and React UI library
scriban/scriban
A fast, powerful, safe and lightweight scripting language and engine for .NET
merken/Prise
A .NET Plugin Framework.
AvaloniaUI/XamlControlsGallery
davidtimovski/compound-interest-calculator
A compound interest calculator
TAGC/dotnet-setversion
.NET Core CLI tool to update the version information in .NET Core *.csproj files
schollz/croc
Easily and securely send things from one computer to another :crocodile: :package:
schollz/jsonstore
Simple thread-safe in-memory JSON key-store with persistent backend
schollz/getlinks
A simple Go library to get all the links from an HTML page
schollz/documentsimilarity
Compute document similarity using simple methods
bezzad/Downloader
Fast, cross-platform and reliable multipart downloader with asynchronous progress events for .NET applications.
github-changelog-generator/github-changelog-generator
Automatically generate change log from your tags, issues, labels and pull requests on GitHub.
Marfusios/websocket-client
🔧 .NET/C# websocket client library
TheAlgorithms/Python
All Algorithms implemented in Python