Awesome List Updates on Feb 11, 2022
14 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Gdpr
Related
2. Awesome Snmp
Libraries / Go
- posteo/go-agentx (⭐53) - A library with a pure Go implementation of the AgentX-Protocol.
Libraries / Python
- pysnmp (⭐556) - This is a pure-Python, open source and free implementation of v1/v2c/v3 SNMP engine distributed under 2-clause BSD license.
- This project has been abandoned due to the death of the sole maintainer (⭐556).
- Some forks have been created to continue the project and the ecosystem around it. See here (⭐556).
- The leading fork seems to be lextudio/pysnmp (⭐46).
- There is also a community fork (⭐45) under active development, but it is not clear if that project is commited to maintaining all the associated repos, documentation, and websites.
- pysmi (⭐127) - PySMI is a pure-Python implementation of SNMP SMI MIB parser.
- Abandoned for the same reason as the above pysnmp project. See lextudio/pysmi (⭐2).
- net-snmp Python bindings - Net-SNMP 5.4 and later contains Python bindings in the "python" sub-directory, though, they are not built by default.
- puresnmp (⭐74) - Pure Python3 SNMPv2 library without any dependencies.
- snimpy (⭐184) - Snimpy is a Python-based tool providing a simple interface to build SNMP query.
- python-netsnmpagent (⭐67) - This package allows to write net-snmp subagents in Python.
- hnmp (⭐49) - HNMP is a high-level Python library to ease the pain of retrieving and processing data from SNMP-capable devices such as network switches, routers, and printers.
Libraries / Ruby
- ruby-netsnmp (⭐33) - SNMP library in ruby (v1, v2c, v3).
Libraries / Rust
- snmp-parser (⭐41) - SNMP parser written in rust with nom parser combinator framework.
Tools / CLIs
- snmpsim (⭐362) - This is a pure-Python, open source and free implementation of SNMP agents simulator distributed under 2-clause BSD license.
- snmpfwd (⭐66) - The SNMP Proxy Forwarder tool works as an application-level proxy with a built-in SNMP message router. Typical use case for an SNMP proxy is to work as an application-level firewall or a protocol translator that enables SNMPv3 access to a SNMPv1/SNMPv2c entity or vice versa.
- snmpclitools (⭐52) - This is a collection of command-line SNMP tools written in pure-Python. The tools mimic their famous Net-SNMP counterparts. It includes snmpget.py, snmpset.py, snmpwalk.py, snmpbulkwalk.py, snmptrap.py, and snmptranslate.py, see here for more details.
- snmpwn (⭐229) - SNMPwn is an SNMPv3 user enumerator and attack tool.
- trapperkeeper (⭐81) - A suite of tools for ingesting and displaying SNMP traps. This is designed as a replacement for snmptrapd and to supplement existing stateful monitoring solutions.
Tools / GUIs
- ireasoning/MIB Browser - This tool allows users to load standard, proprietary MIBs, and even some mal-formed MIBs. It also allows them to issue SNMP requests to retrieve agent's data, or make changes to the agent. Free for personal use.
3. Awesome Bitcoin Payment Processors
Hosted Bitcoin Payment Processors / Custodial
Processor: COINQVEST
Fees: 0.5-1%, Free to try
Lightning: No
Directly to Your Wallet: No
Conversion to Fiat: Yes (USD, EUR, ARS, BRL, NGN)
Requirements: Requires KYC verification.
4. Awesome Pentest
Web Exploitation / Web shells and C2 frameworks
- Merlin (⭐5k) - Cross-platform post-exploitation HTTP/2 Command and Control server and agent written in Golang.
- SharPyShell (⭐876) - Tiny and obfuscated ASP.NET webshell for C# web applications.
5. Awesome Dos
Development tools
- T3X - A small, portable, procedural, block-structured, recursive, almost typeless, and to some degree object-oriented programming language by Nils M. Holm.
6. Awesome Tmux
Plugins
- tmux-modal (⭐169) - Execute complex tmux commands in just a few keystrokes with a modal mode that is designed to be efficient, easy to remember and comfortable.
7. Awesome Seml
Tooling
- Aim - Aim is an open source experiment tracking tool.
8. Awesome Vue
Components & Libraries / UI Components
- swiper (⭐39k) - Official Swiper component for Vue 3. Tree shakable, SSR support, typing, a11y and a lot more
9. Awesome Neovim
Formatting / Diagnostics
- gpanders/editorconfig.nvim (⭐321) - An EditorConfig plugin written in Fennel.
10. Awesome Eslint
Plugins / Languages and Environments
- AssemblyScript - Rules for enforcing restrictions on TypeScript toward AssemblyScript compliance.
Tools / Testing Tools
- eslint-interactive (⭐339) - The CLI tool to fix huge number of ESLint errors.
11. Awesome Theoretical Computer Science
Quantum Complexity / Lecture Videos Playlists
- Uni Paderborn. Quantum Complexity Theory. Winter 2020 - CS Masters level lectures on topics including Boson sampling, quantum interactive proofs, and quantum merlin arthur.
Quantum Complexity / Lecture Notes
- Henry Yuen. The Complexity of Entanglement. Fall 2020 - Focuses on cutting edge topics in quantum information that relate to Complexity of Entanglement. - see this class also
12. Awesome Jax
Libraries / New Libraries
- PGMax - A framework for building discrete Probabilistic Graphical Models (PGM's) and running inference inference on them via JAX.
13. Awesome Ruby
Authentication and OAuth
- OAuth:
- Doorkeeper (⭐5.3k) - An OAuth2 provider for Rails.
- OAuth2 (⭐2.1k) - A Ruby wrapper for the OAuth 2.0 protocol.
- Rodauth-Oauth - A rodauth OAuth and OpenID provider plugin.
Breadcrumbs
- Breadcrumbs on Rails (⭐939) - A simple Ruby on Rails plugin for creating and managing a breadcrumb navigation for a Rails project.
- Gretel (⭐890) - A Ruby on Rails plugin that makes it easy yet flexible to create breadcrumbs.
- loaf (⭐406) - Manages and displays breadcrumb trails in Rails app - lean & mean.
- Simple Navigation (⭐885) - A ruby gem for creating navigation (html list, link list or breadcrumbs with multiple levels) for your Rails 2, 3 & 4, Sinatra or Padrino.
Business logic
- ActiveInteraction (⭐2.1k) - Manage application specific business logic.
- Interactor (⭐3.3k) - Interactor provides a common interface for performing complex interactions in a single request.
- Light Service (⭐820) - Series of Actions with an emphasis on simplicity.
- Mutations (⭐1.4k) - Compose your business logic into commands that sanitize and validate input.
- Surrounded (⭐253) - Encapsulated related objects in a single system to add behavior during runtime. Extensible implementation of DCI.
- Waterfall (⭐610) - A slice of functional programming to chain ruby services and blocks, thus providing a new approach to flow control.
- wisper (⭐3.3k) - A micro library providing Ruby objects with Publish-Subscribe capabilities.
Core Extensions
- Docile (⭐414) - A tiny library that lets you map a DSL (domain specific language) to your Ruby objects in a snap.
- dry-rb - dry-rb is a collection of next-generation Ruby libraries, each intended to encapsulate a common task.
Decorators
- Decent Exposure (⭐1.8k) - A helper for creating declarative interfaces in controllers.
- Responders (⭐2k) - A set of Rails responders to dry up your application.
Discover
- Awesome Ruby @LibHunt - Your go-to Ruby Toolbox. The Awesome Ruby collection + ordering by popularity, additional metadata and comparisons.
- GitHub Trending - Find what repositories the GitHub community is most excited about today.
- Open Source Rails - A gallery of the best open source rack and Ruby on Rails web applications.
- Ruby Bookmarks (⭐2.2k) - Ruby and Ruby on Rails bookmarks collection.
- RubyDaily - Community driven news.
- RubyFlow - Ruby Programming Community Link Blog.
- Ruby Land - A well maintained Ruby/Rails aggregator that contains news, opinions, tutorials, and more.
- Ruby Rogues - Weekly panel discussion about programming, primarily in Ruby.
- Ruby Weekly - A free, once–weekly e-mail round-up of Ruby news and articles.
- The Ruby Bibliography - Research papers about Ruby.
- The Ruby Toolbox - A comprehensive catalog of Ruby and Rails plug-ins, gems, tools and resources for Ruby developers with popularity ratings based on GitHub watchers and Gem downloads.
Event Sourcing
- Eventide Project - Pub/sub, event sourcing, and evented autonomous services backed by the Message DB (⭐1.6k) message store.
- Rails Event Store (RES) (⭐1.4k) - A library for publishing, consuming, storing and retrieving events. It's your best companion for going with an event-driven architecture for your Rails application.
Services and Apps
- AppSignal - Better monitoring for your Rails applications.
- Codacy - Automated Code Review for Ruby, Rails, JS, PHP, Python etc. Security, Coverage & Quality.
- CodeClimate - Quality & security analysis for Ruby on Rails and Javascript.
- GitHub - Powerful collaboration, code review, and code management for open source and private projects.
- Gitlab CI - Integrate with your GitLab to run tests for your projects.
- GitLab - Open source software to collaborate on code.
- HoundCI - Review your Ruby code for style guide violations.
- Inch CI - Documentation badges for Ruby projects.
- OctoLinker (⭐5.3k) - Navigate through projects on GitHub.com efficiently with the OctoLinker browser extension.
- SemaphoreCI - Hosted continuous integration and deployment service for open source and private projects.
- Sider - Automated Code Review with GitHub PR. Monitoring Style Violations, Quality, Security, Dependencies.
- Travis CI - Test and Deploy Your Code with Confidence.
View components
- Cells (⭐3.1k) - View Components for Rails.
- Komponent (⭐427) - An opinionated way of organizing front-end code in Rails, based on components.
- ViewComponent (⭐3.2k) - View components for Rails.
View helpers
- active_link_to (⭐843) - View helper to manage "active" state of a link.
Web Frameworks
- Trailblazer (⭐3.4k) - Trailblazer is a thin layer on top of Rails. It gently enforces encapsulation, an intuitive code structure and gives you an object-oriented architecture.
WebSocket
- AnyCable – Polyglot replacement for Ruby WebSocket servers with Action Cable protocol.
14. Awesome Agi Cocosci
Abduction / Applications in AI
- Probabilistic Sufficient Explanations - IJCAI'21, 2021. [All Versions].
- Prev: Feb 12, 2022
- Next: Feb 10, 2022