Awesome List Updates on Oct 25 - Oct 31, 2021
71 awesome lists updated this week.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Clojure
Awesome macros usage
- core.async (⭐1.9k) - transforms AST into CSP programs
- cloroutine (⭐225) - suspends and continuations (coroutines)
- missionary (⭐600) - a reactive dataflow programming toolkit
- photon (⭐7) - realtime web, like Meteor, but for Clojure(Script)
- metaclj (⭐79) - staged compilation
- proteus (⭐111) - introduce mutable variables (don't use, just learn how to map your mind into immutable world)
2. Awesome Gbdev
C / Syntax highlighting packages
- Game Boy home of Flavor - Some full games and sources.
3. Awesome Selfhosted
Software / Personal Dashboards
- Dashy (⭐17k) - Feature-rich homepage for your homelab, with easy YAML configuration. (Demo)
MIT
Nodejs/Docker
4. Awesome Neuroscience
Programming / Python
- SpikeInterface (⭐162) - Framework designed to unify spike-sorting technologies
Resources / Miscellaneous
- NeuroElectro - Searchable database of neurons and their electrophysiological properties (extracted from literature)
5. Awesome Fp Js
Libraries
- Ditox.js (⭐79) - Powerful dependency injection container for building modular apps. +TS
- RxEffects (⭐34) - Reactive state and effect management with RxJS. +TS
6. Awesome Ddd
Sample Projects / .NET (C#/F#)
- TaskoMask (⭐636) - Task management system based on .NET Core with DDD, CQRS and Event Sourcing Concepts.
7. Awesome Blazor
Others
- UpBlazor (⭐60) - - Blazor Server integrating with Up bank (an Australian digital bank), to assist users with budgeting and to gain powerful future insights. Uses Clean Architecture and Marten DB.
8. Awesome Nodered
Installation
Community / UI
9. Awesome Robotic Tooling
Sensor Processing / Calibration and Transformation
- TriP (⭐15) - A Inverse Kinematics library for serial robots, parallel robots and hybrids of both.
10. Awesome Cpp
Database
- sqlite_orm (⭐2.2k) - SQLite ORM light header only library for modern C++. [AGPL + paid MIT]
11. Awesome Streaming
Table of Contents / Readings
- Data Pipelines with Apache Airflow by Bas P. Harenslak and Julian Rutger de Ruiter
12. Awesome Coq
Projects / Package and Build Management
- Coq Platform (⭐187) - Curated collection of packages to support Coq use in industry, education, and research.
Projects / Verified Software
- Tarjan and Kosaraju (⭐13) - Verified implementations of algorithms for topological sorting and finding strongly connected components in finite graphs.
13. Awesome Functional Programming
Table of Contents / Books
- Functional Programming in Kotlin - Master techniques and concepts of functional programming to deliver safer, simpler, and more effective Kotlin code.
14. Awesome Software Patreons
Open Source Projects
- Weblate - Localization tool with tight version control integration.
Open Source Projects / Operating Systems
- Solus - Linux distibution.
Open Source Projects / Games
- Citra - Nintendo 3DS emulator.
- Ryujinx - Nintendo Switch emulator.
15. Awesome Nosql Guides
Data Structures and Modeling
- How To Design Schema For Your NoSQL Database? - Despite popular belief that NoSQL are schema-less, this article outlines how NoSQL databases follow "query driven design" and considerations for this flexibility in schema.
Trade-Offs in CAP/Brewer's Theorem
- Visual Guide To NoSQL Systems (2010) - Visual display of trade-offs in the CAP theorem among different NoSQL databases.
- How to Choose The Right NoSQL Database For Your Application? (2018) - Reviews CAP theorem and maps common NoSQL databases to CAP categories to help choose one.
Crowd-Sourced Information
- Ask HN: Learning NoSQL, Papers and Books (2017) - "In your opinion, which papers and books are mandatory to really understand NoSQL subject?"
- Difference Between Scaling Horizontally And Vertically For Databases - Common terms talked about in the database world and here are answers from others.
Graph Databases
- How The ICIJ Used Neo4j To Unravel The Panama Papers - Mar Cabra (32:02) - Learn how graph databases were key to explore who were the main names connected to companies in tax havens, including 140 politicians in more than 50 countries.
- Graph Databases For Beginners: The Basics Of Data Modeling - Discusses the basics of modeling your data and which approach you should take.
Criticisms and Debates
- Thank You For Your Help NoSQL, But We Got It From Here (2020) - Argument that NoSQL databases have pushed the evolution of databases given the problem of scaling, but now NewSQL has addressed those concerns (from the perspective of MemSQL).
- The Five Stages Of NoSQL (2016) - Stages of going through picking and using a NoSQL database mirroring the five stages of grief.
- The Biggest Challenges Of Moving To NoSQL (2017) - Speed and scalability and developer joy have been the gains found from enduring through challenges of moving to NoSQL.
Miscellaneous
- What As A NoSQL Database? Learn By Writing One In Python - Excellent tutorial in learning NoSQL vs RDBMS through building a toy database using Python.
- Dynamo Vs Cassandra : Systems Design Of NoSQL Databases - Blog post comparing and constrating system designs of two well known NoSQL databases.
- Why You Should Build Your Wwn NoSQL Database - Brief overview of NoSQL databases and the spectrum of schema, along with a very basic implementation of a NoSQL database using the Crystal programming language.
- PostgreSQL, The NoSQL Database (2015) - An argument for PostgreSQL being an alternative to NoSQL databases with NoSQL-like features using its new features like HStore (key-value store) and JSONB (document-based) as of Version 9.4.
16. Awesome Datascience
Books / Visualization Tools
- Designing Cloud Data Platforms - Early Access
17. Awesome Deep Learning
Table of Contents / Books
- Deep Learning Patterns and Practices - by Andrew Ferlitsch
- Inside Deep Learning - by Edward Raff
- Deep Learning with Python, Second Edition - by François Chollet
18. Awesome Nix
Programming Languages / Rust
- nix-cargo-integration (⭐176) - A library that allows easy and effortless integration for Cargo projects.
19. Awesome Board Games
Party
Battleship
In this two-person game of strategy, players secretly arrange their ships on a lettered and numbered 10x10 grid and then try to locate and destroy their opponent’s fleet. There are two grids for each player. One grid is used for placing your own vessels and tracking hits made against you, while the second grid is for marking the hits targeted at your opponent. Take turns firing shots by calling out one of the grid’s plot points. If a hit doesn’t strike a ship, it’s considered a miss and pegged with white pieces. If a hit makes contact with a ship, then that strike gets pegged with red. The number of hits each kind of vessel can sustain before it sinks is varied. After some initial exploratory firing, you will likely start to figure out the location of your opponent’s ships and begin to deal the fatal blows. It’s a battle on the high seas!
Players | Min. Age | Time |
---|---|---|
2 | 8+ | 30m around |
20. Awesome Incident Response
IR Tools Collection / OSX Evidence Collection
- The ESF Playground - A tool to view the events in Apple Endpoint Security Framework (ESF) in real time.
21. Awesome Testing
Books / Other
- Chaos Engineering - A book that teaches you to design and execute controlled experiments that uncover hidden problems.
- The Art of Unit Testing, Third Edition - A book that guides you step by step from your first simple unit tests to building complete test sets that are maintainable, readable, and trustworthy.
- Testing Web APIs - Guarantee the quality and consistency of your web APIs by implementing an automated testing process.
22. Awesome Cybersecurity Blueteam
Cloud platform security / Security Orchestration, Automation, and Response (SOAR)
- Aaia (⭐282) - Helps in visualizing AWS IAM and Organizations in a graph format with help of Neo4j.
- Principal Mapper (PMapper) (⭐1.4k) - Quickly evaluate IAM permissions in AWS via script and library capable of identifying risks in the configuration of AWS Identity and Access Management (IAM) for an AWS account or an AWS organization.
23. Awesome Osint
Email Search / Email Check / Telegram
- MailTester - hunt for emails and improve your email deliverability
Data and Statistics / Telegram
24. Awesome Ebpf
eBPF Workflow: Tools and Utilities / Aya
- aya (⭐2.9k) - A pure Rust library for writing, loading, and managing eBPF objects, with a focus on developer experience and operability. It supports writing eBPF programs in Rust and distributing library code over crates.io to share it between eBPF programs. Aya does not depend on libbpf.
- aya-template (⭐70) - Templates for writing BPF applications in Aya that can be used with
cargo generate
.
25. Awesome Raspberry Pi
Models
- Raspberry Pi Zero 2 W (October, 2021)
26. Julia.jl
Guidelines
- The Julia community has ethical guidelines aimed at respecting Copyright, Licenses and attribution standards{1} and {2} which you are requested to follow while submitting materials to be listed. Additionally, if you find any material (or code repos) that violates these ethical standards, please file a bug report for their removal from
Julia.jl
.
- Commercial Links: Almost all the resources in this repo are Free/Libre software resources, so in the interest of continuing to maintain the "Libre" software spirit, please only submit those resources that are free and without paid/commercial interests.
BugReport-PullRequest
- Add your link as per the top-level Category page within the topic sub-section(s), in alphabetical order, with notes (if any) in the markdown files. Before creating a new top-level tag within the various categories, please check wikipedia or other resources first. If you are unable to decide, discuss it via a BR (not a PR ;-)).
27. Awesome Scientific Computing
Other libraries and tools / Mesh tools
- PyDMD (⭐55) - Dynamic Mode Decomposition (DMD) in Python. (Python, MIT, GitHub)
28. Awesome Flame
App Releases / Casual
- Toilet Racer - Android - Turn your bathroom into a magical sanctuary and become the toilet ninja! By Philipp Mudra, Tim Wiechmann
App Releases / Online Multiplayer
- Penguin Chat - Android, GitHub (⭐94) - Players use cartoon penguin avatars and chat in a virtual world without losing their real-time position. By Sanjeev Madhav
29. Awesome Vlc
VLC native plugins
- vlc-win10smtc (⭐13) - Plugin that integrates VLC Media Player with Windows 10 System Media Transport Controls (SMTC).
30. Awesome Job Boards
Programming / Aggregator
31. Awesome K6
Videos
32. Awesome Pentest
Cloud Platform Attack Tools / Malware Analysis Books
- Cloud Container Attack Tool (CCAT) - Tool for testing security of container environments.
- CloudHunter (⭐107) - Looks for AWS, Azure and Google cloud storage buckets and lists permissions for vulnerable buckets.
- Cloudsplaining - Identifies violations of least privilege in AWS IAM policies and generates a pretty HTML report with a triage worksheet.
- Endgame - AWS Pentesting tool that lets you use one-liner commands to backdoor an AWS account's resources with a rogue AWS account.
- GCPBucketBrute (⭐463) - Script to enumerate Google Storage buckets, determine what access you have to them, and determine if they can be privilege escalated.
33. Awesome Transit
Native Apps (open source)
- OneBusAway Apps - Android (source code), Fire Phone (source code), iOS (source code), Windows Phone (source code), Windows 8 (source code), Google Glass GDK (⭐463) (source code), Alexa skill (source code)
- Trufi App (⭐6) - A cross-platform Flutter app that uses OpenTripPlanner
- MACS Transit Android App (⭐9) - A bus tracker app for Android devices for the MACS Transit system in Fairbanks, Alaska. Uses RouteMatch APIs.
GTFS Data Collection and Maintenance Tools / Ruby
- GTFS Text-to-Speech Tester (⭐3) - A command-line tool that reads GTFS stop names out loud using Text-to-Speech to determine which need Text-to-Speech values for tts_stop_name in stops.txt.
GTFS Timetable Publishing Tools / Ruby
- GTFS-to-HTML - Generate human-readable timetables in HTML or PDF format directly from GTFS.
34. Awesome WebExtensions
Getting started
- Chrome Extensions documentation - Documentation for the original Chrome extension model.
Libraries and Frameworks
- redux-webext (⭐108) - Uses Redux for managing the state of your WebExtension.
Tools
- Chrome Webstore Upload (⭐378) - Upload the extension to the Chrome Web Store via cli (or on Travis, automatically).
Boilerplates
- browser-extension-template (⭐763) - Barebones boilerplate with parcel, options handler and auto-publishing.
- generator-web-extension (⭐292) - WebExtension generator that creates everything you need to get started with cross-browser web-extension development.
35. Urban and Regional Planning Resources
Public Data Resources / Land Use and Land Cover
- NLCD - The National Land Cover Database is generated in cooperation with the Multi-Resolution Land Characteristics Consortium (MRLC), a partnership of Federal agencies working together to produce current, nationally consistent, land cover products for all 50 US states and Puerto Rico.
- Corine Land Cover - European Land Cover Database generated by the Land Monitoring Core Service (LMCS) of Copernicus, the European flagship programme on Earth Observation.
Planning Data Specifications / Built Environment
- HouseFacts - The House Facts data standard is a uniform format for reporting government data on the operation, safety, and performance of residential buildings.
Platforms and Software Resources / Urban Planning Tools and Platforms
- UrbanCanvas - UrbanCanvas Modeler is a web-based platform designed for planners and modelers to generate long-range, small area socioeconomic forecasts using UrbanSim (⭐470) to inform Regional Transportation Plans.
Platforms and Software Resources / Transportation Planning Tools and Platforms
- Space Syntax - Spatial & Network Analysis software is available to professional practitioners and academic researchers for commercial and non-commercial use.
Educational and Informational Resources / Podcasts
- Talking Headways - The Talking Headways podcast is a weekly podcast about transportation and urban design.
- 99% Invisible - 99% Invisible is a sound-rich, narrative podcast about all the thought that goes into the things we don't think about — the unnoticed architecture and design that shape our world.
- APA Podcast - American Planning Association's podcast with interviews and discussions on planning topics going back to 2010.
- Strong Towns Podcast - The podcast explores how we can financially strengthen our cities, towns, and neighborhoods and, in the process, make them better places to live.
Other Resources / Other Technology Resource Aggregators
- Civic Tech Field Guide - Similar to this repo, a collection of resources of the Civic Tech Field Guide have been crowdsourced by civic tech practitioners from over 100 countries around the world.
36. Free Programming Books (English, By Subjects)
Blockchain
- Grokking Bitcoin - Kalle Rosenbaum (HTML)
Computer Organization and Architecture
- Basic Computer Architecture - Smruti R. Sarangi (HTML, PDF, Slides, Videos)
- Computer Organization and Design Fundamentals - David Tarnoff (PDF)
Computer Science
- What to Look for in a Code Review - Trisha Gee (HTML, PDF, EPUB, Kindle) (Leanpub account or valid email requested)
Machine Learning
- Approaching Almost Any Machine Learning Problem (⭐7.1k) - Abhishek Thakur (PDF)
37. Awesome React Components
Icons
- react-icomoon (⭐216) - With react-icomoon you can easily use the icons you have selected or created in icomoon.
Form Components / Input Types
- @lunasec/react-sdk (⭐1.4k) - docs - Secure, hardened form components that encrypt/tokenize all data automatically.
Data Store / Mouse Events
- zustand - docs (⭐44k) - A fast bearbones state-management solution using simplified flux principles and boilerplate-free hook api.
38. Awesome Software Architecture
Design Patterns / Scalability and Resilience
- Circuit Breaker - Protecting failing resources to prevent cascading failures.
- Bulkhead - Partition resources to isolate failures.
- Leader Election - Coordinate distributed workloads by electing a leader.
Tools / Scalability and Resilience
- Sketchboard.io - Collaborative sketchboarding.
39. Awesome Micropython
Communications / Compression
- ufastlz (⭐14) - MicroPython wrapper for FastLZ, a lightning-fast lossless compression library.
Sensors / Distance Laser
- vl53l5cx (⭐11) - MicroPython and CircuitPython Package for the VL53L5CX (4x4/8x8 ToF sensor array).
Storage / Database
- uSQLite (⭐84) - SQLite library module for MicroPython.
40. Awesome Tailwindcss
Starters & Themes
- 🚀 Vitailse (⭐141) - Opinionated Vite starter template with Vue 3, TypeScript and Tailwind CSS.
41. Awesome Rust
Libraries / Database
NoSQL [nosql]
- ArangoDB
- Aragog [aragog] - A Lightweight ArangoDB Object document, relational and graph mapper
- Arangors (⭐124) [arangors] - An ArangoDB driver
- Cassandra [cassandra, cql]
- AlexPikalov/cdrs (⭐347) [cdrs] - native client
- cassandra-rs (⭐130) - bindings to the DataStax C/C++
- krojew/cdrs-tokio (⭐133) - High-level async Cassandra client written in 100% Rust.
- [cassandra-protocol] - Cassandra protocol implementation.
- [cdrs-tokio] - production-ready async Apache Cassandra driverclient
- CouchDB [couchdb]
- chill-rs/chill (⭐36) [couchdb] - Client for the CouchDB REST API
- DynamoDB [dynamodb]
- softprops/dynomite (⭐217) - A library for strongly-typed and convenient interaction with
rusoto_dynamodb
- softprops/dynomite (⭐217) - A library for strongly-typed and convenient interaction with
- Elasticsearch [elasticsearch]
- benashford/rs-es (⭐217) [rs-es] - Client for the Elastic REST API
- elastic-rs/elastic (⭐253) [elastic] - elastic is an efficient, modular API client for Elasticsearch written in Rust
- etcd
- jimmycuadra/rust-etcd (⭐143) [etcd] - A client library for CoreOS's etcd.
- InfluxDB
- driftluo/InfluxDBClient-rs (⭐82) - Synchronization interface
- LevelDB
- skade/leveldb (⭐182) - LevelDB (⭐36k) bindings
- LMDB [lmdb]
- vhbit/lmdb-rs (⭐114) [lmdb-rs] - LMDB bindings
- MongoDB [mongodb]
- mongodb/mongo-rust-driver (⭐1.4k) [mongodb] - MongoDB bindings
- PickleDB
- seladb/pickledb-rs (⭐253) - a lightweight and simple key-value store, heavily inspired by Python's PickleDB.
- PoloDB
- PoloDB (⭐840) - An embedded JSON-based database has API similar to MongoDB.
- Redb
- Redb (⭐3.1k) - An embedded key-value database. It provides a similar interface to other embedded key-value stores such as rocksdb and lmdb.
- Redis [redis]
- aembke/fred (⭐361) [fred] - A high level async Redis client for Rust with Tokio.
- redis-rs (⭐3.5k) - Redis library
- RocksDB
- rust-rocksdb/rust-rocksdb (⭐1.8k) - RocksDB bindings
- SurrealDB
- surrealdb/surrealdb (⭐27k) - SurrealDB embedded document-graph database
- UnQLite (⭐2.1k)
- zitsen/unqlite.rs (⭐110) - UnQLite bindings
- ZooKeeper
- bonifaido/rust-zookeeper (⭐205) [zookeeper] - A client library for Apache ZooKeeper.
- krojew/rust-zookeeper (⭐22) [zookeeper-async] - Async Zookeeper client, based on tokio.
- ArangoDB
42. Awesome Privacy
Centralized
- Signal - Extreme focus on privacy, combined with all of the features you expect. Strong encryption by design. 100% Open Source.
- Molly (⭐1.5k) - Signal-compatible fork client with some security enhancements.
Self-Hosted
- Docker mail server (⭐14k) - A fullstack but simple mail server (SMTP, IMAP, LDAP, Antispam, Antivirus, etc.) using Docker.
- Mail-in-a-box (⭐14k) - Mail-in-a-Box helps individuals take back control of their email by defining a one-click, easy-to-deploy SMTP+everything else server: a mail server in a box.
Android / iOS
- FairEmail (⭐3k) - Fully featured, open source, privacy friendly email app for Android.
- K9 - Open Source Email App for Android.
Video and Audio
- Dim (⭐3.8k) - Dim is a self-hosted media manager. With minimal setup, Dim will organize and beautify your media collections, letting you access and play them anytime from anywhere.
43. Awesome Quant
Reproducing Works, Training & Books / Data Visualization
- NMOF (⭐35) - Functions, examples and data from the first and the second edition of "Numerical Methods and Optimization in Finance" by M. Gilli, D. Maringer and E. Schumann (2019, ISBN:978-0128150658).
44. Awesome WSL
Additional Resources / Miscellaneous Tools
- Portable Node.js guide (⭐1.4k) - Practical guide on how to write portable/cross-platform Node.js code.
45. Awesome Mac
Reading and Writing Tools / Note-taking
- Noteship - Turn notes into knowledge (spreadsheet view, heading summaries, etc.). Works offline, everything is saved locally.
46. Awesome Embedded Rust
no-std crates / WIP
- scapegoat: Safe, stack-only alternative to
BTreeSet
andBTreeMap
. -
47. Awesome Flutter
Beginner
- Beginner's Guide (⭐361) - Comprehensive guide to the basics of Flutter and Firebase by Anthony
Desktop / Game Engine resources
- Awesome Flutter Desktop (⭐1.5k) - A curated list of awesome things related to Flutter desktop by LeanFlutter
48. Awesome Interview Questions
Programming Languages/Frameworks/Platforms / Elastic
49. Awesome Scifi
Strange Days (1995) [7.2] / Imago (1989) [4.2]
50. Awesome Security
Network / Security Information & Event Management
- wazuh (⭐9.2k) -Wazuh is a free, open source and enterprise-ready security monitoring solution for threat detection, integrity monitoring, incident response and compliance. It works with tons of data supported by an OpenSearch fork and custom WUI.
Endpoint / Mobile / Android / iOS
- reFlutter (⭐1.2k) - Flutter Reverse Engineering Framework
Datastores / Online resources
- LunaSec (⭐1.4k) - Database for PII with automatic encryption/tokenization, sandboxed components for handling data, and centralized authorization controls.
51. Awesome Iam
Password-less auth / Public-Key Infrastructure (PKI)
- PKI for busy people - Quick overview of the important stuff.
52. Awesome Blockchain Ai
Blockchains for AI algorithms / Blockchain, AI and Machine Learning
- Fetch.ai - Fetch.ai is a decentralized machine learning platform based on a distributed ledger, that enables secure sharing, connection and transactions based on any data globally.
Academic Research / Blockchain projects for AI algorithms
- Proof of Learning - Lan, Y., Liu, Y., & Li, B. (2020). Proof of Learning (PoLe): Empowering Machine Learning with Consensus Building on Blockchains. arXiv preprint arXiv:2007.15145.
- Decentralized and Collaborative AI on Blockchain - Harris, J. D., & Waggoner, B. (2019, July). Decentralized and collaborative AI on blockchain. In 2019 IEEE International Conference on Blockchain (Blockchain) (pp. 368-375). IEEE.
- Decentralized and Collaborative AI on Blockchain - Harris, J. D. (2020, September). Analysis of Models for Decentralized and Collaborative AI on Blockchain. In International Conference on Blockchain (pp. 142-153). Springer, Cham.
53. Awesome Cl
VSCode / Third-party APIs
- alive (⭐197) - Common Lisp Extension for VSCode. Public domain.
- see the Cookbook: using VSCode with Alive
54. Awesome Scala Native
Build Tools
- Mill (⭐1.8k) - Build tool striving for simplicity, inspired by Bazel.
Functional Programming
- Cats (⭐4.8k) - Abstractions for functional programming in Scala.
File Formats and Parsers
- FastParse (⭐1k) - Library for defining and running parsers.
- scalatags (⭐703) - HTML/XML construction and rendering.
- uJson - fast, flexible and intuitive JSON for Scala
Databases
- libpq4s (⭐2) - Scala wrapper around the async PostgreSQL C library libpq.
Concurrency
- castor (⭐105) - Lightweight, typed Actor library for Scala.
Console
- fansi (⭐207) - Library for creating ANSI-coloured strings.
- mainargs (⭐147) - Small, dependency-free library for command line argument parsing in Scala.
- decline (⭐564) - A composable command-line parser for Scala.
55. Awesome Vite
Framework-agnostic Plugins / Integrations
- vite-plugin-sass-dts (⭐113) - This is a plugin that automatically creates a type file when using the CSS module type-safely.
56. Awesome Markdown
Tools / Editors
- Bangle.io - A Notion like note taking webapp where data is saved in Markdown format locally.
57. Awesome Svelte
Tutorials
- Create your blog with SvelteKit - @zhuzilin (Github).
Notification
- @zerodevx/svelte-toast (⭐789) - Simple elegant toast notifications.
58. Awesome Dotnet
Serialization
- ObjectDumper.NET (⭐389) - Serializes in-memory object to C# code.
59. Awesome Neovim
(requires Neovim 0.5)
- neovim/nvim-lspconfig (⭐10k) - Quickstart configurations for the LSP client.
- gfanto/fzf-lsp.nvim (⭐217) - Enable the power of FZF fuzzy search for the Neovim built in LSP.
- b0o/SchemaStore.nvim (⭐707) - Provide access to the SchemaStore (⭐3k) catalog.
Completion / Diagnostics
- ms-jpq/coq_nvim (⭐3.5k) - Fast as FUCK Neovim completion. SQLite, concurrent scheduler, hundreds of hours of optimization.
Programming Languages Support / Diagnostics
- nanotee/sqls.nvim (⭐182) - SQL database connection plugin + LSP client.
Markdown and LaTeX / Diagnostics
- ellisonleao/glow.nvim (⭐1.2k) - Markdown preview using glow.
Syntax / Diagnostics
- nvim-treesitter/nvim-treesitter (⭐10k) - Neovim Treesitter configurations and abstraction layer.
Snippet / Diagnostics
- norcalli/snippets.nvim (⭐277) - Snippets in Lua.
Register / Diagnostics
- acksld/nvim-neoclip.lua (⭐959) - Clipboard manager Neovim plugin with telescope integration.
Fuzzy Finder / Diagnostics
- nvim-telescope/telescope.nvim (⭐15k) - Telescope.nvim is a highly extendable (⭐15k) fuzzy finder over lists. Built on the latest awesome features from Neovim core. Telescope is centered around modularity, allowing for easy customization.
- ibhagwan/fzf-lua (⭐2.1k) - The Lua version of
fzf.vim
, high-performance and fully async, supportsnvim-web-devicons
, git indicators, LSP, quickfix/location lists and more. Also supportsskim
as its fzf binary.
Tree-sitter Supported Colorscheme / Diagnostics
- Mofiqul/vscode.nvim (⭐685) - A Lua port of vim-code-dark colorscheme with vscode light and dark theme.
- marko-cerovac/material.nvim (⭐964) - Material.nvim is a highly configurable colorscheme written in Lua and based on the material palette.
- mhartington/oceanic-next (⭐1.1k) - Oceanic Next theme.
- bkegley/gloombuddy (⭐48) - Gloom inspired theme.
- Th3Whit3Wolf/one-nvim (⭐107) - An Atom One inspired dark and light colorscheme.
- PHSix/nvim-hybrid (⭐26) - A Neovim colorscheme write in Lua.
- Th3Whit3Wolf/space-nvim (⭐45) - A spacemacs inspired dark and light colorscheme.
- ishan9299/nvim-solarized-lua (⭐181) - Solarized colorscheme in Lua (Neovim >= 0.5).
- navarasu/onedark.nvim (⭐1.5k) - A One Dark Theme (Neovim >= 0.5) written in Lua based on Atom's One Dark Theme.
- nxvu699134/vn-night.nvim (⭐42) - A dark Neovim colorscheme written in Lua. Support built-in LSP and Tree-sitter.
- adisen99/codeschool.nvim (⭐43) - Codeschool colorscheme written in Lua with Tree-sitter and built-in lsp support.
- projekt0n/github-nvim-theme (⭐2.1k) - A GitHub theme, kitty, alacritty written in Lua. Support built-in LSP and Tree-sitter.
- FrenzyExists/aquarium-vim (⭐277) - A dark, yet vibrant colorscheme.
- adisen99/apprentice.nvim (⭐44) - Colorscheme written in Lua based on the Apprentice (⭐877) color pattete with Tree-sitter and built-in lsp support.
- rmehri01/onenord.nvim (⭐512) - A Neovim theme that combines the Nord and Atom One Dark color palettes for a more vibrant programming experience.
Lua Colorscheme / Diagnostics
- ellisonleao/gruvbox.nvim (⭐1.8k) - Gruvbox community colorscheme Lua port.
- metalelf0/jellybeans-nvim (⭐100) - A port of jellybeans colorscheme.
Utility / Diagnostics
- code-biscuits/nvim-biscuits (⭐244) - A Neovim port of Assorted Biscuits. Ends up with more supported languages too.
- saifulapm/chartoggle.nvim (⭐39) - Toggle any character at end of line.
Neovim Lua Development / Diagnostics
- svermeulen/vimpeccable (⭐354) - Commands to help write your .vimrc in Lua or any Lua based language.
- rafcamlet/nvim-luapad (⭐547) - Interactive real time Neovim scratchpad for embedded Lua engine - Type and watch!.
- nvim-lua/plenary.nvim (⭐2.6k) - Plenary: full; complete; entire; absolute; unqualified. All the Lua functions I don't want to write twice.
- tjdevries/vlog.nvim (⭐124) - Single file, no dependency, easy copy & paste log file to add to your Neovim Lua plugins.
- bfredl/nvim-luadev (⭐277) - REPL/debug console Lua plugins. The
:Luadev
command will open an scratch window which will show output from executing Lua code.
- jbyuki/one-small-step-for-vimkind (⭐384) - An adapter for the Neovim Lua language. It allows you to debug any Lua code running in a Neovim instance (A Lua plugin that can debug Neovim Lua plugins).
Scrolling / Diagnostics
- karb94/neoscroll.nvim (⭐1.4k) - Smooth scrolling.
Preconfigured Configuration / Diagnostics
- siduck76/NvChad (⭐24k) - An attempt to make Neovim cli as functional as an IDE while being very beautiful and less bloated.
Boilerplate / Diagnostics
- gennaro-tedesco/boilit (⭐71) - Create boilerplate structure plugins.
60. Awesome Zsh Plugins
- Turbo mode – 80% faster ZSH startup! for example: instead of 200 ms, it'll be 40 ms
- Completion management (selectively disable and enable completions)
- Snippets (↔ regular files downloaded via-URL, e.g.: scripts) and through them Oh My Zsh and Prezto plugins support (→ low overhead)
- Annexes (↔ Zinit extensions)
- Reports (from the plugin loads – plugins are no longer black boxes)
- Plugin unloading (allows e.g.: dynamic theme switching)
bindkey
capturing and remapping
- packages
- Clean
fpath
(the array$fpath
is not being used to add completions and autoload functions, hence it stays concise, not bloated)
- Services ↔ a single-instance, background plugins
- Also, in general: all the mechanisms from the ZSH Plugin Standard – Zinit is a reference implementation of the standard.
Other References / superconsole - Windows-only
- Mastering ZSH (⭐1.3k) is a great tutorial that builds on the basics to show you advanced ZSH usage, customizations, and practical examples.
61. Awesome Kubernetes
Featured On
62. Awesome Ironsworn
Hacks and homebrew / Ironsworn
- Steelforged - High fantasy supplements for Starforged
63. Awesome Playcanvas
Product Configurators
- Montblanc - Product visualizer for Montblanc pens, watches, wallets and headphones.
64. Awesome Ada
Bindings to Other Languages / Apache License
- ada-lua (⭐41) - Ada binding for Lua.
- coreland-lua-ada (⭐6) - Ada bindings to the Lua language.
65. Awesome Kotlin
Libraries/Frameworks / Functional Programming
- arrow-kt/arrow-meta (⭐393) - Functional companion to Kotlin's Compiler.
66. Awesome Icons
Archive of Icons
- Streamline - 100,000 icons, illustrations and emoji for all your projects.
Generic
- Material Design Icons (⭐11k) - 6200+ Material Design Icons from the Community
- Evil Icons (⭐5k) - Free ‘plug and play’ set of SVG icons designed specifically for web projects
- Lineicons - 532 Line Icons for Designers and Developers
Merchants
- Bitcoin-Icons (⭐103) - Bitcoin Icons is an open-source/open-design set of icons made for Bitcoin centric applications.
67. Awesome Remote Job
Articles & Posts
68. Free for Dev
APIs, Data, and ML
- ZenRows — Web Scraping API & proxy server that bypasses any anti-bot solution while offering javascript rendering, rotating proxies, and geotargeting. The free tier of 1000 API calls.
- Export SDK - PDF generator API with drag-and-drop template editor that provides an SDK and no-code integrations. The free plan has 250 monthly pages, unlimited users, and three templates.
- numlookupapi.com - Free phone number validation API - 100k free requests / month.
Translation Management
- Free PO editor — Free for everybody
- Parsio.io — Free email parser (Forward email, extract the data, send it to your server)
69. Awesome Django
Third-Party Packages / Full-stack frameworks
- iommi (⭐683) - Toolkit for development of CRUD applications without writing HTML or JavaScript.
70. Awesome Vue
Resources / Tutorials
- Vuejs Authentication Tutorial on LoginRadius blog
Components & Libraries / Utilities
- pinia-persistedstate (⭐15) - Persist Vuex state with localStorage, like vuex-persistedstate.
- vue-sfc-split (⭐0) - Convert SFCs for native browser use without build
71. Public Apis
Animals
API: AdoptAPet
Description: Resource to help get pets adopted
Auth:
apiKey
HTTPS: Yes
CORS: Yes
API: Petfinder
Description: Petfinder is dedicated to helping pets find homes, another resource to get pets adopted
Auth:
apiKey
HTTPS: Yes
CORS: Yes
Anime
API: AniAPI
Description: Anime discovery, streaming & syncing with trackers
Auth:
OAuth
HTTPS: Yes
CORS: Yes
Anti-Malware
API: Scanii
Description: Simple REST API that can scan submitted documents/files for the presence of threats
Auth:
apiKey
HTTPS: Yes
CORS: Yes
Art & Design
API: Icons8
Description: Icons (find "search icon" hyperlink in page)
Auth: No
HTTPS: Yes
CORS: Unknown
API: Lordicon
Description: Icons with predone Animations
Auth: No
HTTPS: Yes
CORS: Yes
API: Metropolitan Museum of Art
Description: Met Museum of Art
Auth: No
HTTPS: Yes
CORS: No
API: Rijksmuseum
Description: RijksMuseum Data
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
Blockchain
API: Etherscan
Description: Ethereum explorer API
Auth:
apiKey
HTTPS: Yes
CORS: Yes
Call this API: Run in Postman
API: Helium
Description: Helium is a global, distributed network of Hotspots that create public, long-range wireless coverage
Auth: No
HTTPS: Yes
CORS: Unknown
Call this API:
API: Steem
Description: Blockchain-based blogging and social media website
Auth: No
HTTPS: No
CORS: No
Call this API:
Books
API: GurbaniNow
Description: Fast and Accurate Gurbani RESTful API
Auth: No
HTTPS: Yes
CORS: Unknown
Business
API: Redash
Description: Access your queries and dashboards on Redash
Auth:
apiKey
HTTPS: Yes
CORS: Yes
Call this API:
API: Square
Description: Easy way to take payments, manage refunds, and help customers checkout online
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
Call this API: Run in Postman
API: SwiftKanban
Description: Kanban software, Visualize Work, Increase Organizations Lead Time, Throughput & Productivity
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
Call this API:
Cloud Storage & File Sharing
API: The Null Pointer
Description: No-bullshit file hosting and URL shortening service
Auth: No
HTTPS: Yes
CORS: Unknown
Postman:
Continuous Integration
API: Bitrise
Description: Build tool and processes integrations to create efficient development pipelines
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Buddy
Description: The fastest continuous integration and continuous delivery platform
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
Cryptocurrency
API: 0x
Description: API for querying token and pool stats across various liquidity pools
Auth: No
HTTPS: Yes
CORS: Yes
API: Alchemy Ethereum
Description: Ethereum Node-as-a-Service Provider
Auth:
apiKey
HTTPS: Yes
CORS: Yes
API: Bitcambio
Description: Get the list of all traded assets in the exchange
Auth: No
HTTPS: Yes
CORS: Unknown
API: blockfrost Cardano
Description: Interaction with the Cardano mainnet and several testnets
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Brave NewCoin
Description: Real-time and historic crypto data from more than 200+ exchanges
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: BtcTurk
Description: Real-time cryptocurrency data, graphs and API that allows buy&sell
Auth:
apiKey
HTTPS: Yes
CORS: Yes
API: CoinDesk
Description: CoinDesk's Bitcoin Price Index (BPI) in multiple currencies
Auth: No
HTTPS: Yes
CORS: Unknown
API: dYdX
Description: Decentralized cryptocurrency exchange
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: EXMO
Description: Cryptocurrencies exchange based in UK
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Gateio
Description: API provides spot, margin and futures trading operations
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Huobi
Description: Seychelles based cryptocurrency exchange
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: KuCoin
Description: Cryptocurrency Trading Platform
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Localbitcoins
Description: P2P platform to buy and sell Bitcoins
Auth: No
HTTPS: Yes
CORS: Unknown
API: Mempool
Description: Bitcoin API Service focusing on the transaction fee
Auth: No
HTTPS: Yes
CORS: No
API: Messari
Description: Provides API endpoints for thousands of crypto assets
Auth: No
HTTPS: Yes
CORS: Unknown
API: NovaDax
Description: NovaDAX API to access all market data, trading management endpoints
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: OKEx
Description: Cryptocurrency exchange based in Seychelles
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Solana JSON RPC
Description: Provides various endpoints to interact with the Solana Blockchain
Auth: No
HTTPS: Yes
CORS: Unknown
Currency Exchange
API: Amdoren
Description: Free currency API with over 150 currencies
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
Data Validation
API: vatlayer
Description: VAT number validation
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
Call this API:
Development
API: Beeceptor
Description: Build a mock Rest API endpoint in seconds
Auth: No
HTTPS: Yes
CORS: Yes
API: Blague.xyz
Description: La plus grande API de Blagues FR/The biggest FR jokes API
Auth:
apiKey
HTTPS: Yes
CORS: Yes
API: Brainshop.ai
Description: Make A Free A.I Brain
Auth:
apiKey
HTTPS: Yes
CORS: Yes
API: Codex (⭐263)
Description: Online Compiler for Various Languages
Auth: No
HTTPS: Yes
CORS: Unknown
API: GeekFlare
Description: Provide numerous capabilities for important testing and monitoring methods for websites
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Google Firebase
Description: Google's mobile application development platform that helps build, improve, and grow app
Auth:
apiKey
HTTPS: Yes
CORS: Yes
API: Google Fonts
Description: Metadata for all families served by Google Fonts
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Hasura
Description: GraphQL and REST API Engine with built in Authorization
Auth:
apiKey
HTTPS: Yes
CORS: Yes
API: Heroku
Description: REST API to programmatically create apps, provision add-ons and perform other task on Heroku
Auth:
OAuth
HTTPS: Yes
CORS: Yes
API: Hunter
Description: API for domain search, professional email finder, author finder and email verifier
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: ip-fast.com
Description: IP address, country and city
Auth: No
HTTPS: Yes
CORS: Yes
API: Micro DB
Description: Simple database service
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: MY IP
Description: Get IP address information
Auth: No
HTTPS: Yes
CORS: Unknown
API: Netlify
Description: Netlify is a hosting service for the programmable web
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
API: OpenGraphr
Description: Really simple API to retrieve Open Graph data from an URL
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Random Stuff
Description: Can be used to get AI Response, jokes, memes, and much more at lightning-fast speed
Auth:
apiKey
HTTPS: Yes
CORS: Yes
API: Sonar (⭐639)
Description: Project Sonar DNS Enumeration API
Auth: No
HTTPS: Yes
CORS: Yes
API: Wandbox (⭐1.2k)
Description: Code compiler supporting 35+ languages mentioned at wandbox.org
Auth: No
HTTPS: Yes
CORS: Unknown
Dictionaries
API: Words
Description: Definitions and synonyms for more than 150,000 words
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
Documents & Productivity
API: CloudConvert
Description: Online file converter for audio, video, document, ebook, archive, image, spreadsheet, presentation
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Flowdash
Description: Automate business workflows
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: iLovePDF
Description: Convert, merge, split, extract text and add page numbers for PDFs. Free for 250 documents/month
Auth:
apiKey
HTTPS: Yes
CORS: Yes
API: Mattermost
Description: An open source platform for developer collaboration
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
API: Monday
Description: Programmatically access and update data inside a monday.com account
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Mailtrap
Description: A service for the safe testing of emails sent from the development and staging environments
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Sendinblue
Description: A service that provides solutions relating to marketing and/or transactional email and/or SMS
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
Entertainment
API: Random Useless Facts
Description: Get useless, but true facts
Auth: No
HTTPS: Yes
CORS: Unknown
Environment
API: CO2 Offset
Description: API calculates and validates the carbon footprint
Auth: No
HTTPS: Yes
CORS: Unknown
API: Srp Energy
Description: Hourly usage energy report for Srp customers
Auth:
apiKey
HTTPS: Yes
CORS: No
Finance
API: Binlist
Description: Public access to a database of IIN/BIN information
Auth: No
HTTPS: Yes
CORS: Unknown
Call this API:
API: Boleto.Cloud
Description: A api to generate boletos in Brazil
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
Call this API:
-
Description: Front accounting is multilingual and multicurrency software for small businesses
Auth:
OAuth
HTTPS: Yes
CORS: Yes
Call this API:
API: Indian Mutual Fund
Description: Get complete history of India Mutual Funds Data
Auth: No
HTTPS: Yes
CORS: Unknown
Call this API:
API: Razorpay IFSC
Description: Indian Financial Systems Code (Bank Branch Codes)
Auth: No
HTTPS: Yes
CORS: Unknown
Call this API:
API: SEC EDGAR Data
Description: API to access annual reports of public US companies
Auth: No
HTTPS: Yes
CORS: Yes
Call this API:
API: SmartAPI
Description: Gain access to set of and create end-to-end broking services
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
Call this API:
Food & Drink
API: BaconMockup
Description: Resizable bacon placeholder images
Auth: No
HTTPS: Yes
CORS: Yes
API: Chomp
Description: Data about various grocery products and foods
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Tasty
Description: API to query data about recipe, plan, ingredients
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
Games & Comics
API: Digimon TCG
Description: Search for Digimon cards in digimoncard.io
Auth: No
HTTPS: Yes
CORS: Unknown
API: Dungeons and Dragons
Description: Reference for 5th edition spells, classes, monsters, and more
Auth: No
HTTPS: No
CORS: No
API: FFXIV Collect
Description: Final Fantasy XIV data on collectables
Auth: No
HTTPS: Yes
CORS: Yes
API: Genshin Impact
Description: Genshin Impact game data
Auth: No
HTTPS: Yes
CORS: Yes
API: Monster Hunter World
Description: Monster Hunter World data
Auth: No
HTTPS: Yes
CORS: Yes
-
Description: The Unofficial GraphQL for PokeAPI
Auth: No
HTTPS: Yes
CORS: Yes
API: Puyo Nexus (⭐2)
Description: Puyo Puyo information from Puyo Nexus Wiki
Auth: No
HTTPS: Yes
CORS: Yes
API: TETR.IO
Description: TETR.IO Tetra Channel API
Auth: No
HTTPS: Yes
CORS: Unknown
API: Universalis
Description: Final Fantasy XIV market board data
Auth: No
HTTPS: Yes
CORS: Yes
Geocoding
API: Actinia Grass GIS
Description: Actinia is an open source REST API for geographical data that uses GRASS GIS
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: administrative-divisons-db (⭐17)
Description: Get all administrative divisions of a country
Auth: No
HTTPS: Yes
CORS: Yes
API: Country
Description: Get your visitor's country from their IP
Auth: No
HTTPS: Yes
CORS: Yes
API: GeoDB Cities
Description: Get global city, region, and country data
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Pinball Map
Description: A crowdsourced map of public pinball machines
Auth: No
HTTPS: Yes
CORS: Yes
API: Rwanda Locations
Description: Rwanda Provences, Districts, Cities, Capital City, Sector, cells, villages and streets
Auth: No
HTTPS: Yes
CORS: Unknown
Government
API: City, Gdynia
Description: Gdynia (PL) City Open Data
Auth: No
HTTPS: No
CORS: Unknown
-
Description: This API provides read access to DIP entities (e.g. activities, persons, printed material)
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Federal Register
Description: The Daily Journal of the United States Government
Auth: No
HTTPS: Yes
CORS: Unknown
API: Open Government, Czech Republic
Description: Czech Republic Government Open Data
Auth: No
HTTPS: Yes
CORS: Unknown
API: Open Government, Luxembourg
Description: Luxembourgish Government Open Data
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
-
Description: Norwegian Government Open Data
Auth: No
HTTPS: Yes
CORS: Yes
API: Open Government, Singapore
Description: Singapore Government Open Data
Auth: No
HTTPS: Yes
CORS: Unknown
API: Open Government, Slovenia
Description: Slovenia Government Open Data
Auth: No
HTTPS: Yes
CORS: No
Health
API: Covid-19 India
Description: Covid 19 statistics state and district wise about cases, vaccinations, recovery within India
Auth: No
HTTPS: Yes
CORS: Unknown
-
Description: Medical reference data and statistics by Public Health Scotland
Auth: No
HTTPS: Yes
CORS: Unknown
Jobs
API: Arbeitsamt
Description: API for the "Arbeitsamt", which is a german Job board aggregator
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
Machine Learning
API: Inferdo
Description: Computer Vision services like Facial detection, Image labeling, NSFW classification
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
Music
API: Radio Browser
Description: List of internet radio stations
Auth: No
HTTPS: Yes
CORS: Yes
News
API: New York Times
Description: The New York Times Developer Network
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Trove
Description: Search through the National Library of Australia collection of 1000s of digitised newspapers
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
Open Data
API: Archive.org
Description: The Internet Archive
Auth: No
HTTPS: Yes
CORS: No
API: GENESIS
Description: Federal Statistical Office Germany
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
-
Description: Spatial (GIS) and non-spatial city data for Minneapolis
Auth: No
HTTPS: Yes
CORS: No
Open Source Projects
API: Metabase
Description: An open source Business Intelligence server to share data and analytics inside your company
Auth: No
HTTPS: Yes
CORS: Yes
Personality
API: They Said So Quotes
Description: Quotes Trusted by many fortune brands around the world
Auth: No
HTTPS: Yes
CORS: Unknown
Photography
API: CheetahO
Description: Photo optimization and resize
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Google Photos
Description: Integrate Google Photos with your apps or devices
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
API: PhotoRoom
Description: Remove background from images
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Remove.bg
Description: Image Background removal
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Sirv
Description: Image management solutions like optimization, manipulation, hosting
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
Programming
API: Codeforces
Description: Get access to Codeforces data
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Hackerearth
Description: For compiling and running code in several languages
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Judge0 CE
Description: Online code execution system
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
Security
API: FullHunt
Description: Searchable attack surface database of the entire internet
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: GitGuardian
Description: Scan files for secrets (API Keys, database credentials)
Auth:
apiKey
HTTPS: Yes
CORS: No
API: GreyNoise
Description: Query IPs in the GreyNoise dataset and retrieve a subset of the full IP context data
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
Shopping
API: Octopart
Description: Electronic part data for manufacturing, design, and sourcing
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: OLX Poland
Description: Integrate with local sites by posting, managing adverts and communicating with OLX users
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Tokopedia
Description: Tokopedia's Official API for integration of various services from Tokopedia
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
Social
API: Meetup.com
Description: Data about Meetups from Meetup.com
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
Sports & Fitness
API: NBA Data
Description: All NBA Stats DATA, Games, Livescore, Standings, Statistics
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Sport Data
Description: Get sports data from all over the world
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Squiggle
Description: Fixtures, results and predictions for Australian Football League matches
Auth: No
HTTPS: Yes
CORS: Yes
Test Data
API: GeneradorDNI
Description: Data generator API. Profiles, vehicles, banks and cards, etc
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Toolcarton
Description: Generate random testimonial data
Auth: No
HTTPS: Yes
CORS: Unknown
Tracking
API: Aftership
Description: API to update, manage and track shipment efficiently
Auth:
apiKey
HTTPS: Yes
CORS: Yes
API: Correios
Description: Integration to provide information and prepare shipments using Correio's services
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: PostalPinCode
Description: API for getting Pincode details in India
Auth: No
HTTPS: Yes
CORS: Unknown
API: PostNord
Description: Provides information about parcels in transport for Sweden and Denmark
Auth:
apiKey
HTTPS: No
CORS: Unknown
Transportation
API: airportsapi
Description: Get name and website-URL for airports by ICAO code
Auth: No
HTTPS: Yes
CORS: Unknown
API: AviationAPI
Description: FAA Aeronautical Charts and Publications, Airport Information, and Airport Weather
Auth: No
HTTPS: Yes
CORS: No
API: CTS
Description: CTS Realtime API
Auth:
apiKey
HTTPS: Yes
CORS: Yes
API: Land Transport Authority DataMall, Singapore
Description: Singapore transport information
Auth:
apiKey
HTTPS: No
CORS: Unknown
API: Transport for Los Angeles, US
Description: Data about positions of Metro vehicles in real time and travel their routes
Auth: No
HTTPS: Yes
CORS: Unknown
URL Shorteners
API: Cutt.ly
Description: URL shortener service
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
Video
API: Catch The Show
Description: REST API for next-episode.net
Auth: No
HTTPS: Yes
CORS: Unknown
API: Stream
Description: Czech internet television, films, series and online videos for free
Auth: No
HTTPS: Yes
CORS: No
API: TrailerAddict
Description: Easily embed trailers from TrailerAddict
Auth:
apiKey
HTTPS: No
CORS: Unknown
Weather
API: HG Weather
Description: Provides weather forecast data for cities in Brazil
Auth:
apiKey
HTTPS: Yes
CORS: Yes
API: RainViewer
Description: Radar data collected from different websites across the Internet
Auth: No
HTTPS: Yes
CORS: Unknown
- Prev: Nov 01 - Nov 07, 2021
- Next: Oct 18 - Oct 24, 2021