Awesome List Updates on May 29, 2021
8 awesome lists updated today.
đ Home ¡ đ Search ¡ đĨ Feed ¡ đŽ Subscribe ¡ â¤ī¸ Sponsor
1. Awesome Eosio
Official
EdenOS
- More Equal Animals Book - Book by Daniel Larimer.
Courses, workshops, webinars, videos and others
- EOSIO Training & Certification - Official EOSIO Training & Certification.
- EOSIO Resource Library - Official EOSIO Resources. Videos, case studies, and other resources to help you learn and grow with EOSIO.
Block explorers, Voting portals / Mobile
- EOSX - Block explorer. Various side chains are supported.
Environment / Mobile
- EOS Studio - Graphic IDE for EOSIO Development.
- EOSIO Web IDE (â140) - The Web IDE provides developers with a personal single-node EOSIO blockchain for development and testing purposes, running in the Gitpod.io cloud â and accessible from your web browser.
- Helm charts for EOSIO (â6) - EOSIO Nodeos Helm Charts.
Testnets / Mobile
- The EOSIO Testnet - Block.one's official EOSIO Testnet. Test on fully-featured EOSIO stable releases.
- Jungle Testnet - The Jungle TestNet was initiated by and has served as sandbox for many development teams and EOS Block Producers since the birth of EOSIO.
- CryptoKylin Testnet - CryptoKylin Testnet is a developer-friendly testnet maintained by a group of EOS Mainnet Block Producers.
2. Awesome Bioinformatics
Pipelines
- Bacannot (â63) - A generic but comprehensive bacterial annotation pipeline, built with Nextflow, with nice graphical options for investigating results. [ web ]
- ngs-preprocess (â22) - A pipeline for preprocessing short and long sequencing reads, built with Nextflow. [ web ]
3. Awesome Quant
Reproducing Works, Training & Books / Data Visualization
- algorithmic-trading-with-python (â2.6k) - Source code for Algorithmic Trading with Python (2020) by Chris Conlan.
CPP / Data Visualization
- TradeFrame (â467) - C++ 17 based framework/library (with sample applications) for testing options based automated trading ideas using DTN IQ real time data feed and Interactive Brokers (TWS API) for trade execution. Comes with built-in Option Greeks/IV (â467) calculation library.
4. Awesome Stock Resources
Icons / Icons Packages and Collections
5. Awesome Deno
Modules / CLI utils
- kia (â51) - Simple terminal spinners for Deno đĻ
- terminal_images (â51) - A Deno module and CLI tool for displaying images in the terminal.
Modules / Database
- denodb (â1.9k) - MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno.
- dsddb (â13) - A dead simple persistant key-value database utilizing the JSON format.
- dso (â91) - A simple ORM library based on mysql.
- postgres (â582) - Driver for PostgreSQL database.
- sql-builder (â55) - An sql query builder.
Modules / Frontend development
- postcss (â55) - A tool for transforming styles with JS plugins.
Modules / Frontend framework
- aleph.js (â5.3k) - A React framework in Deno, inspired by Next.js.
Modules / Mail
- deno-smtp (â78) - A smtp mail sender for deno.
Modules / Markdown
- marked (â8) - Markdown-to-HTML converter.
Modules / String utils
- camelcase (â8) - Convert a dash/dot/underscore/space separated string to camelCase: foo-bar â fooBar.
- deno_case_style (â4) - String validator and formater for different case style. eg: camelCase etc.
- deno-prettystring (â7) - Format, trim and remove extra white spaces between characters from string.
- deno-slugify (â18) - A string slugifier for deno.
- normalize_diacritics (â14) - Remove accents/diacritics in string.
Modules / Template engine
- deno_tiny_templates (â6) - Template renderer for deno.
- eta (â1.4k) - Fast, lightweight, and configurable embedded template engine.
Modules / Testing
- deno-puppeteer (â443) - A library which provides a high-level API to control Chromium or Chrome over the DevTools Protocol.
- expect (â45) - Helpers for writing jest like expect tests in deno.
- merlin (â50) - Testing and Benchmarking framework for deno đ§ââī¸
- pretty_benching (â26) - A small library to make your Deno benchmarking progress and results look pretty.
- rhum (â91) - A lightweight testing framework for Deno.
- superdeno (â122) - Super-agent driven library for testing Deno HTTP servers.
- superoak (â120) - HTTP assertions for Oak made easy via SuperDeno.
- tincan (â36) - A Jest-like testing library for Deno.
- unexpected (â371) - Extensible BDD assertion toolkit.
Modules / Utils
- bytes_formater (â8) - Format bytes (Uint8Array, ArrayBufferView, etc) output, useful when debugging IO functions.
- coffee (â33) - Deno Configuration - a type-safe, easy to use Deno config manager.
- computed_types (â365) - Joi like validators for Typescript and Deno.
- dcc (â11) - Deno Cache Clean, reloading deps when next running.
- type-fest (â14) - A collection of essential TypeScript types (port of sindresorhus/type-fest).
- watch (â44) - A file watcher.
- wu-diff-js (â17) - A diff library to compute differences between two slices using wu(the O(NP)) algorithm.
Modules / Web framework
- aqua (â217) - A minimal and fast web framework for Deno.
- drash (â1.1k) - A REST microframework for Deno's HTTP server with zero dependencies.
- oak (â5.1k) - A middleware framework for Deno's net server.
- oak-http-proxy (â42) - Proxy middleware for Deno Oak HTTP servers.
- oak-routing-ctrl (â3) - TypeScript Decorators for easy scaffolding API services with the oak framework.
- opine (â855) - Fast, minimalist web framework ported from ExpressJS.
- opine-http-proxy (â14) - Proxy middleware for Deno Opine HTTP servers.
Modules / WebSocket
- deno-websocket (â152) - đĻ A simple WebSocket library like ws of node.js library.
- dropper (â26) - Custom event-based WebSockets framework for building real-time apps on Deno đĻ
- websocket_server (â9) - A WebSocket server library.
Modules / Web utils
- compression (â38) - Deno HTTP compression middleware.
- djwt (â219) - Make JSON Web Tokens (JWT) on Deno based on JWT and JWS specifications.
- forwarded (â9) - Deno port of
forwarded
library.
- gentleRpc (â45) - A JSON-RPC 2.0 TypeScript library for Deno and the browser.
- gql (â190) - Universal GraphQL HTTP middleware.
- nats (â158) - A Deno client for the NATS messaging system.
- obsidian (â750) - A native GraphQL caching client and server module.
- qs (â5) - A query string parser with nesting support.
- router (â55) - A high-performance basic router works anywhere.
Modules / Webview
- webview (â1.4k) - Deno bindings for webview, a tiny library for creating web-based desktop GUIs.
Modules / XML
- deno-xml-parser (â21) - Deno XML parser ported from segmentio/xml-parser.
- sax-ts (â16) - SAX-style XML parser ported from sax-js (â1.1k).
Registries / XML
- deno.land/x/ - The official 3rd party module registry.
6. Awesome Kotlin
Libraries/Frameworks / Graphics
- java-opengl-labs/modern-jogl-examples (â108) - port of 'Learning Modern 3D Graphic Programming' by J.L.McKesson (jogl)
7. Awesome Privacy
Audio
- dzr (â184) - Command line Deezer player for Linux, BSD, Android+Termux
8. Awesome V
Command line interface (CLI) / Terminal / Shell
- progressbar (â30) - An easy to use V library for creating progress bars in cli.
- termtable (â43) - V Terminal Tables: Simple and highly customizable library to display tables in the terminal.
- vargs (â38) - V library for parsing arguments from argv-like arrays. ( Archived )
- Prev: May 30, 2021
- Next: May 28, 2021