Awesome List Updates on Oct 24, 2022
13 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Game Engine Dev
Specialty Topics / Transparency
- 📚 Depth Peeling - Method for order-independent transparency.
2. Static Analysis
Programming Languages / Other
- STOKE (⭐730) ⚠️ — A programming-language agnostic stochastic optimizer for the x86_64 instruction set. It uses random search to explore the extremely high-dimensional space of all possible program transformations.
- CScout — Complexity and quality metrics for C and C preprocessor code.
- CSharpEssentials (⭐161) ⚠️ — C# Essentials is a collection of Roslyn diagnostic analyzers, code fixes and refactorings that make it easy to work with C# 6 language features.
- VSDiagnostics (⭐64) ⚠️ — A collection of static analyzers based on Roslyn that integrates with VS.
- effective_dart — Linter rules corresponding to the guidelines in Effective Dart
- elm-analyse ⚠️ — A tool that allows you to analyse your Elm code, identify deficiencies and apply best practices.
- dingo-hunter (⭐316) ⚠️ — Static analyser for finding deadlocks in Go.
- dupl (⭐342) ⚠️ — Reports potentially duplicated code.
- lll (⭐65) ⚠️ — Report long lines.
- safesql (⭐563) ⚠️ — Static analysis tool for Golang that protects against SQL injections.
- aether ⚠️ — Lint, analyze, normalize, transform, sandbox, run, step through, and visualize user JavaScript, in node or the browser.
- es6-plato (⭐205) ⚠️ — Visualize JavaScript (ES6) source complexity.
- escomplex (⭐261) ⚠️ — Software complexity analysis of JavaScript-family abstract syntax trees.
- Esprima ⚠️ — ECMAScript parsing infrastructure for multipurpose analysis.
- PHP-Token-Reflection (⭐189) ⚠️ — Library emulating the PHP internal reflection.
- phpca (⭐96) ⚠️ — Finds usage of non-built-in extensions.
- PhpDependencyAnalysis ⚠️ — Builds a dependency graph for a project.
- phpdoc-to-typehint (⭐225) ⚠️ — Add scalar type hints and return types to existing PHP projects using PHPDoc annotations.
- phpsa (⭐636) ⚠️ — Static analysis tool for PHP.
- Qafoo Quality Analyzer (⭐494) ⚠️ — Visualizes metrics and source code.
- bellybutton (⭐266) — A linting engine supporting custom project-specific rules.
- cohesion (⭐229) ⚠️ — A tool for measuring Python class cohesion.
- InspectorTiger (⭐79) ⚠️ — IT, Inspector Tiger, is a modern python code review tool / framework. It comes with bunch of pre-defined handlers which warns you about improvements and possible bugs. Beside these handlers, you can write your own or use community ones.
- cyclocomp (⭐46) — Quantifies the cyclomatic complexity of R functions / expressions.
- cane (⭐1.3k) ⚠️ — Code quality threshold checking as part of your build.
- Churn (⭐405) — A Project to give the churn file, class, and method for a project for a given checkin. Over time the tool adds up the history of churns to give the number of times a file, class, or method is changing during the life of a project.
- Querly (⭐246) ⚠️ — Pattern Based Checking Tool for Ruby.
- Railroader ⚠️ — An open source static analysis security vulnerability scanner for Ruby on Rails applications.
- Roodi (⭐278) ⚠️ — Roodi stands for Ruby Object Oriented Design Inferometer. It parses your Ruby code and warns you about design issues you have based on the checks that it has configured.
- Saikuro ⚠️ — A Ruby cyclomatic complexity analyzer.
- herbie (⭐172) ⚠️ — Adds warnings or errors to your crate when using a numerically unstable floating point expression.
- linter-rust (⭐40) ⚠️ — Linting your Rust-files in Atom, using rustc and cargo.
- TSqlRules (⭐29) ⚠️ — TSQL Static Code Analysis Rules for SQL Server.
- linter (⭐267) ⚠️ — Linter is a Scala static analysis compiler plugin which adds compile-time checks for various possible bugs, inefficiencies, and style problems.
- kmdr (⭐14) — CLI tool for learning commands from your terminal. kmdr delivers a break down of commands with every attribute explained.
Other / Other
- ciocheck (⭐25) ⚠️ — Linter, formatter and test suite helper. As a linter, it is a wrapper around
pep8
,pydocstyle
,flake8
, andpylint
.
- multilint (⭐27) ⚠️ — A wrapper around
flake8
,isort
andmodernize
.
- pure (⭐235) ⚠️ — Pure is a static analysis file format checker that checks ZIP files for dangerous compression ratios, spec deviations, malicious archive signatures, mismatching local and central directory headers, ambiguous UTF-8 filenames, directory and symlink traversals, invalid MS-DOS dates, overlapping headers, overflow, underflow, sparseness, accidental buffer bleeds etc.
- Parker (⭐2.5k) ⚠️ — Stylesheet analysis tool.
- scsslint (⭐3.6k) — Linter for SCSS files.
- gixy (⭐8.2k) — A tool to analyze Nginx configuration. The main goal is to prevent misconfiguration and automate flaw detection.
- Puppet Lint (⭐818) ⚠️ — Check that your Puppet manifests conform to the style guide.
- collector (⭐289) ⚠️ — Run arbitrary scripts inside containers, and gather useful information.
- Docker Label Inspector (⭐80) ⚠️ — Lint and validate Dockerfile labels.
- grunt-bootlint (⭐66) ⚠️ — A Grunt wrapper for Bootlint (⭐2.4k), the HTML linter for Bootstrap projects.
- gulp-bootlint (⭐41) ⚠️ — A gulp wrapper for Bootlint (⭐2.4k), the HTML linter for Bootstrap projects.
- android-lint-summary ⚠️ — Combines lint errors of multiple projects into one output, check lint results of multiple sub-projects at once.
- paprika (⭐72) ⚠️ — A toolkit to detect some code smells in analyzed Android applications.
- qark (⭐3.2k) ⚠️ — Tool to look for several security related Android application vulnerabilities.
- solhint — Solhint is an open source project created by https://protofire.io. Its goal is to provide a linting utility for Solidity code.
Multiple languages / Other
- Atom-Beautify ⚠️ — Beautify HTML, CSS, JavaScript, PHP, Python, Ruby, Java, C, C++, C#, Objective-C, CoffeeScript, TypeScript, Coldfusion, SQL, and more in Atom editor.
- coala ⚠️ — Language independent framework for creating code analysis - supports over 60 languages by default.
- cqc (⭐323) ⚠️ — Check your code quality for js, jsx, vue, css, less, scss, sass and styl files.
- include-gardener (⭐73) ⚠️ — A multi-language static analyzer for C/C++/Obj-C/Python/Ruby to create a graph (in dot or graphml format) which shows all
#include
relations of a given set of files.
- pfff (⭐2.4k) ⚠️ — Facebook's tools for code analysis, visualizations, or style-preserving source transformation for many languages.
- Refactoring Essentials — The free Visual Studio 2015 extension for C# and VB.NET refactorings, including code best practice analyzers.
- Wotan (⭐282) ⚠️ — Pluggable TypeScript and JavaScript linter.
3. Awesome Browser Extensions for Github
Advanced GitHub Notifier (⭐79)
Shows notifications when you get a new notification on GitHub and provides quick access to all notifications in a popup.
Installs: 113 | Stars: 79 | Last update: 2 Jun 2023
Autoviewed (⭐8)
Removes clutter from your pull request by automatically marking as viewed files that aren't worth reviewing.
Installs: 39 | Stars: 8 | Last update: n/a
CodeWing (⭐65)
Next level code navigation for GitHub.
Installs: 599 | Stars: 65 | Last update: n/a
Codeflower (⭐15)
Visualize GitHub repos as d3 force-directed graphs. The extension gives you a quick overview of the size and composition of any repo.
Installs: 18 | Stars: 15 | Last update: 25 Apr 2022
CoderStats link for GitHub (⭐20)
The CoderStats link for GitHub Chrome extension displays a link to the CoderStats page for the currently displayed user or organization profile page on GitHub.
Installs: 13 | Stars: 20 | Last update: 2 May 2023
Contributors on GitHub (⭐467)
Show the # of PRs and other contributors stats in the Issues/PRs tab. Can be helpful for maintainers that want to know if it's a contributor's first PR.
Installs: 6 | Stars: 467 | Last update: 1 Mar 2021
Enhanced GitHub (⭐2.1k)
Displays size of each file, download link and an option of copying file contents directly to clipboard
Installs: 626 | Stars: 2071 | Last update: 3 Jun 2024
GIFs for GitHub (⭐184)
Easily search GIPHY to add a GIF into any GitHub comment box.
Installs: 519 | Stars: 184 | Last update: 18 Jan 2024
Git History (⭐14k)
Quickly browse the history of a file from any git repository.
Installs: 192 | Stars: 13534 | Last update: 13 Oct 2023
GitHub Code Folding (⭐289)
Code folding - the ability to selectively hide and display sections of a code - is an invaluable feature in many text editors and IDEs. Now, developers can utilize that same style code-folding while poring over source code on the web in GitHub. Works for any type of indentation- spaces or tabs.
Installs: 104 | Stars: 289 | Last update: 25 Apr 2024
GitHub Custom Tab Size (⭐69)
Set custom tab size for code view on GitHub.com
Installs: 558 | Stars: 69 | Last update: n/a
GitHub Diff Navigator (⭐19)
Easily navigate through the changes in a file that has been edited on GitHub.
Installs: 3 | Stars: 19 | Last update: 24 Jun 2020
GitHub File Icon (⭐1.4k)
A browser extension which gives different filetypes different icons on GitHub.
Installs: 20000 | Stars: 1422 | Last update: n/a
GitHub Hovercard (⭐1.8k)
Neat hovercards for GitHub.
Installs: 18634 | Stars: 1822 | Last update: n/a
GitHub Issue Link Status (⭐298)
Colorize issue and PR links to see their status (open, closed, merged).
Installs: 92 | Stars: 299 | Last update: 30 Jun 2024
GitHub Npm Stats (⭐57)
Displays npm package stats on GitHub
Installs: 606 | Stars: 57 | Last update: n/a
GitHub Red Issues (⭐39)
Revert closed GitHub issues from purple back to red
Installs: 1 | Stars: 39 | Last update: 8 Aug 2024
GitHub Repo Size (⭐1.2k)
Automatically adds repository size to GitHub's repository summary.
Installs: 20000 | Stars: 1211 | Last update: n/a
GitHub Story Points (⭐60)
Chrome extension to see story points in GitHub projects.
Installs: 15 | Stars: 60 | Last update: 16 Aug 2020
GitHub User Languages (⭐47)
Generates a pie chart on user profile pages displaying a breakdown of what languages they have used in their repositories.
Installs: 41 | Stars: 47 | Last update: 25 Sep 2023
GitHub Writer (⭐379)
This extension adds the simplicity of WYSIWYG editing to issues, comments, pull requests, wikis and discussions in GitHub. It accepts Markdown input and offers productive writing, starting with tables.
Installs: 114 | Stars: 379 | Last update: 10 Apr 2024
GitHub vscode-icons (⭐309)
Show vscode-icons (⭐4.4k) in the repository browser.
Installs: 2000 | Stars: 309 | Last update: n/a
GitZip for github (⭐38)
It can make the sub-directories and files of github repository as zip and download it
Installs: 3358 | Stars: 38 | Last update: 21 Aug 2023
Github Saved Filters
Create, save, edit, pin, search and delete filters that you commonly use on the Github Issues and Pull Requests pages. You are able to scope filters to be shown globally (on each repo) or only have them show up on the repo you create them on. Pinning filters is also a feature that this extension allows you to do. So if you have several filters you use daily - you have a way to quickly access them, at the top of your list.
Installs: 553 | Stars: n/a | Last update: n/a
GithubOriginalStreak (⭐231)
Extension to get back current and longest streak.
Installs: 23 | Stars: 231 | Last update: 30 Jun 2021
Hide files on GitHub (⭐320)
Hide dotfiles from the GitHub file browser.
Installs: 33 | Stars: 320 | Last update: n/a
Like On GitHub (⭐235)
Chrome extension that adds a button in browser and links this button to a GitHub repository that you will configure, then on any webpage just click this extension button and it will add the given link with the title of the page in that repository.
Installs: 57 | Stars: 235 | Last update: n/a
Lovely forks (⭐596)
See forks with the most stars under the names of repositories.
Installs: 300 | Stars: 596 | Last update: 30 Mar 2024
Material Icons for Github (⭐518)
Show Material icons for files/folders in repository file viewer. Display the same icons from vscode-material-icon-theme VSCode extension.
Installs: 792 | Stars: 491 | Last update: 11 Aug 2024
My Git Repo News (⭐16)
Chrome extension which helps you not to miss important changes in your news thread related to your repo
Installs: 17 | Stars: 16 | Last update: n/a
Notifications Preview for GitHub (⭐140)
A Chrome and Firefox extension to quickly see your notifications in a popup without leaving the current page.
Installs: 58 | Stars: 141 | Last update: 16 Aug 2024
Notifier for GitHub (⭐1.8k)
Displays your GitHub notifications unread count. Supports GitHub Enterprise and an option to only show unread count for issues you're participating in. You can click the icon to quickly see your unread notifications.
Installs: 518 | Stars: 1821 | Last update: 24 Apr 2024
OctoLenses (⭐142)
Filter your pull requests/issues in different categories giving you a big boost in productivity. Also suggests new trending repositories.
Installs: 1 | Stars: 142 | Last update: 16 Jan 2020
OctoLinker (⭐5.3k)
OctoLinker is the easiest and best way to navigate between files and projects on GitHub. It supports languages such as JavaScript, Ruby, Go, PHP, JAVA and more. It works with package.json as well as with Gemfiles.
Installs: 12901 | Stars: 5263 | Last update: 13 Nov 2022
OctoPermalinker (⭐27)
OctoPermalinker is a browser extension that searches GitHub comments/files for links to files on branches, and adds a link to where the branch pointed when the comment/file was made/updated. This helps you avoid following a link that was broken after being posted. For context, here's some discussion about broken GitHub links: Don't link to line numbers in GitHub.
For example, suppose you're looking at a gist that links to a file on the master branch of a repo. At the time the gist was made, the link worked, but if the file gets removed, the link is broken. OctoPermalinker uses the gist creation date to add a permalink that still works.
Installs: 232 | Stars: 27 | Last update: n/a
Octotree (⭐23k)
Useful for developers who frequently read source in GitHub and do not want to download or checkout too many repositories.
Installs: 37142 | Stars: 22752 | Last update: 9 Jun 2024
PR Monitor (⭐117)
Helps you keep track of incoming and outgoing PRs, and notifies you when you receive a pull request on GitHub.
Installs: 33 | Stars: 117 | Last update: 21 Jun 2023
Potential changes for GitHub (⭐97)
Browser extension that shows which pull requests contain changes related to a file.
Installs: 4 | Stars: 97 | Last update: 15 Oct 2020
Refined GitHub (⭐24k)
Extension that simplifies the GitHub interface and adds useful features.
Installs: 8201 | Stars: 24024 | Last update: 13 Aug 2024
Render Whitespace on GitHub (⭐76)
Are they tabs? Are they spaces? How many? Never wonder again! Renders spaces as ·
and tabs as →
in all the code on GitHub.
Installs: 22 | Stars: 76 | Last update: 25 Apr 2024
Sourcegraph (⭐10k)
The Sourcegraph browser extension gives GitHub IDE-like powers when you're viewing code, pull requests, and diffs:
- Go to definition
- Find references
- Powerful code search with regexp matching, diff searches, and other filters
- Hover tooltips
- File tree navigation
Installs: 837 | Stars: 10035 | Last update: 14 Apr 2023
What's New on GitHub (⭐35)
Helps you see easily which activities happened since you last visited GitHub.
Installs: 7 | Stars: 34 | Last update: n/a
WorkerB for Pull Requests
Generate a magic link for your PR and post it on shared Slack channel, to entice reviewers to pick up your PR faster!
Installs: 1000 | Stars: n/a | Last update: n/a
eesel: The new tab for GitHub
All your issues, PRs, repos and other work documents right in your new tab
Installs: 113 | Stars: n/a | Last update: n/a
gitako - github file tree (⭐2.4k)
file tree for github, and more than that.
Installs: 299 | Stars: n/a | Last update: 7 Jul 2024
gitpod - dev environments in a browser tab (⭐143)
gitpod streamlines developer workflows by providing ready-to-code development environments in your browser - powered by vs code.
Installs: 2280 | Stars: 143 | Last update: 21 Jun 2024
npmhub (⭐758)
When viewing a repository on github.com that has a package.json file, this extension will introspect the dependencies in package.json and display links and description for each dependency, just below the repo's README.
Installs: 72 | Stars: 758 | Last update: 26 Jul 2024
xhub (⭐91)
Extends GitHub pages with math, diagrams, embedded YouTube videos etc.
Installs: 426 | Stars: 91 | Last update: n/a
4. Awesome Graphql
Tools - Testing / React
- Step CI - Open-Source API Testing and Monitoring with GraphQL support
Services / React
- Stargate - Open source data gateway currently supporting Apache Cassandra® and DataStax Enterprise.
5. Awesome Jmeter
Automation / DSL
- pymeter (⭐49) - Simple JMeter performance tests API for Python.
CI / Tutorials & Demo
Cloud Services / SaaS / Tutorials & Demo
- Azure Microsoft - Azure Load Testing Service use Apache JMeter.
JMeter Performance / Utilities
Books / Utilities
- Performance Testing with JMeter 2.9 - By Bayo Erinle (Packt Publishing); guide to test web applications using Apache JMeter with practical, hands-on examples.
6. Awesome Cl
Others / Third-party APIs
- lisp-pay (⭐23) - Wrappers around various payment processors: Paypal, Stripe, Coinpayments and BTCPayServer. MIT.
- lunamech-matrix-api (⭐7) - A complete wrapper over the Client -> Server Matrix API. MIT.
7. Awesome Raspberry Pi
Projects
- Receiving GOES-16 Images on a Raspberry Pi - An advanced project to receive weather imagery from the GOES-16 satellite using software defined radio (SDR).
8. Awesome Kotlin
Libraries/Frameworks / Command Line Interface
- fork-handles/bunting4k (⭐205) - Simple, typesafe, testable command line flags
- kotlin-inquirer (⭐202) - A collection of common interactive command line user interfaces written in Kotlin
Libraries/Frameworks / Internationalisation and Localization
- projectfluent/fluent-kotlin (⭐29) - Kotlin tooling implementation of ProjectFluent. Read, write, and transform Fluent files.
Projects / Web
- ssouris/petclinic-spring5-reactive (⭐53) - Spring 5 Reactive Petclinic app written in Kotlin.
Projects / Build tools
- pubref/rules_kotlin (⭐159) - Bazel rules for Kotlin.
9. Awesome Openstreetmap
Maps / Web Maps
- Visit Sights - Suggestions for self-guided sightseeing tours by foot and overview of individual sights all around the world.
Miscellaneous / Java
- OSM Monitor - A website to monitor and display new OSM edits. (Source Code (⭐12))
10. Awesome Generative Deep Art
Inbox: Stable Diffusion / Multi-agents
- TheLastBen/fast-stable-diffusion (⭐7.4k): fast-stable-diffusion, +25-50% speed increase + memory efficient + DreamBooth
11. Free for Dev
APIs, Data, and ML
- Data Fetcher - Connect Airtable to any application or API with no code. Postman-like interface for running API requests in Airtable. Pre-built integrations with dozens of apps. The free plan includes 100 runs per month.
Web Hosting
- DigitalOcean - Build and deploy three static sites for free on the App Platform Starter tier.
12. Awesome Minecraft
Softwares / Servers
- Cauldron - Formerly known as MCPC+. The original server implementing the Forge and Bukkit API.
- Cloudburst/NukkitX/Nukkit - A Bedrock Edition Server providing support for plugins supporting the Nukkit API.
- Docker-Minecraft (⭐9k) - A self-hosted Minecraft server using Docker containers.
- KCauldron - A server implementing the Forge and Bukkit API for 1.7.10.
- Mohist - A server implementing the Forge and Bukkit API.
- Paper - Miscellaneous patches for Spigot and BungeeCord providing better performance and more configuration options.
13. Awesome Open Hardware
Projects
- Open-Source-Rover (⭐8.2k) - A six wheeled, build-it-yourself, open-source rover.
- Prev: Oct 25, 2022
- Next: Oct 23, 2022