Awesome List Updates on Dec 03, 2024
13 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome for Beginners
Rust
- TensorZero (⭐8.5k) (label: good-first-issue)
TensorZero creates a feedback loop for optimizing LLM applications — turning production data into smarter, faster, and cheaper models.
2. Awesome Generative Deep Art
Large Language Models (LLMs)
- QuivrHQ/MegaParse (⭐6.6k): File Parser optimised for LLM Ingestion with no loss. Parse PDFs, Docx, PPTx in a format that is ideal for LLMs.
Autonomous LLM Agents / Prompt Engineering for Text-to-image
- pydantic/pydantic-ai (⭐11k): Agent Framework / shim to use Pydantic with LLMs
3. Awesome Decentralized
Other
- Cryptosphere ☠️: Open-source P2P web application platform for decentralized, privacy-preserving software which keeps users in control of their own content.
4. Awesome Zsh Plugins
Themes / superconsole - Windows-only
- baddcafe (⭐3) - Provides dynamic system information. Includes decorators for
gitstatus, cpu usage, memory usage, battery level, local and global IP addresses, current time, current directory and the exit status of the last command run.
5. Awesome Mac
Utilities / Clipboard Tools
- Paste - Smart clipboard history & snippets manager.
- PasteBar (⭐1.5k) - Limitless, Free Clipboard Manager for Mac and Windows.
Utilities / System Related Tools
- MagicQuit - Automatically closes unused apps on macOS to free memory, declutter the desktop, and improve battery life.
6. Awesome Libgdx
Resources / Others
- libGDX Plugin (⭐157) - A plugin for IntelliJ IDEA and Android Studio that adds a number of libGDX features and tools, such as color previews and additional inspections for common mistakes.
Tutorials / General Learning Material
- Book of Shaders (⭐6.4k) - Step-by-step guide through the abstract and complex universe of Fragment Shaders. GLSL.
- Game Programming Patterns - Architecture and design patterns for games.
7. Awesome Cpp
Physics
- QuarkPhysics (⭐254) - A 2D Soft Body and Rigid Body Physics Engine. [MIT]
8. Awesome Pentest
Network Tools / Proxies and Machine-in-the-Middle (MITM) Tools
- friTap (⭐365) - Intercept SSL/TLS connections with frida; Allows TLS key extraction and decryption of TLS payload as PCAP in real time.
9. Awesome Ironsworn
Resources / Ironsworn
- Ironforged V1 - A short guide to adapt Starforged to be set in the Ironlands, with printable adapted Ironsworn asset cards
10. Awesome Cakephp
Architecture
- Burzum/CakeServiceLayer plugin (⭐67) - Service layer and domain/business model implementation.
Asset Management
- AssetCompress plugin (⭐372) - A complete asset manager for CakePHP.
- AssetMix plugin (⭐34) - Provides integration with Laravel Mix asset compilation.
Auditing / Logging
- AuditStash plugin (⭐79) - Flexible and rock solid audit log tracking.
- DatabaseLog plugin (⭐46) - Simple and stand-alone logging to database instead of files.
- Muffin/Footprint plugin (⭐96) - Plugin to allow passing currently logged in user to model layer.
- Version plugin (⭐50) - A plugin that facilitates versioned database entities.
Authentication and Authorization
- ADmad/SocialAuth plugin (⭐51) - A plugin which allows you to authenticate using social providers like Facebook/Google/Twitter etc. using SocialConnect/auth (⭐557) social sign on library.
- ApiTokenAuthenticator plugin (⭐3) - A simple token authentication plugin for CakePHP REST APIs.
- Authentication plugin (⭐115) - Official CakePHP authentication middleware plugin.
- Authorization plugin (⭐75) - Official CakePHP authorization stack.
- CakeDC/Users plugin (⭐524) - Complete user management (admin panel, remember me, etc), Social login (FB, Twitter, LinkedIn, Google, Instagram), RBAC, API and more.
- TinyAuth plugin (⭐130) - Authentication and role-based (single/multi) authorization as very light-weight approach.
- Tools:Passwordable (⭐336) - Containing Passwordable behavior (⭐336) for a DRY approach on password hashing.
- TwoFactorAuth plugin (⭐38) - Allows two factor authentication using Google Authenticator or similar app to generate one-time codes. Based on RobThree/TwoFactorAuth (⭐1.1k) library.
Caching
- Cache plugin (⭐33) - For caching views (HTML, CSV, JSON, XML, ...) as static cache files.
- CakeDC/CachedRouting plugin (⭐5) - Provides a cached version of the RoutingMiddleware to improve the load time of routes.
Code Analysis
- cakedc/cakephp-phpstan (⭐38) - A PHPStan extension to resolve CakePHP magic around getter return types for the static analyzer.
- IdeHelper plugin (⭐186) - Helps to make IDE support better by adding annotations to your existing code similar to what baking does to new code.
- IdeHelperExtra plugin (⭐2) - Useful IdeHelper addons for other plugins or custom use cases.
- lordsimal/cakephp-psalm (⭐2) - A Psalm extension to resolve CakePHP magic around getter return types for the static analyzer.
- TestHelper plugin (⭐7) - Provides testing enhancements and TDD support as browser backend.
Debugging
- AssociationsDebugger plugin (⭐11) - A plugin that draws your model associations as diagram.
- CakephpWhoops plugin (⭐14) - PHP errors and exceptions for cool kids with filp/whoops (⭐13k).
- DebugKit plugin (⭐848) - The de-facto standard for debugging.
- Execution order (⭐21) - A demo app to display the execution order of files, methods and callbacks.
- Sentry plugin (⭐11) A plugin to seamlessly integrate Sentry for errors and exceptions.
- Setup plugin (⭐35) - A lightweight setup plugin containing debugging and maintenance tools.
Queue
- Queue plugin (⭐306) - A minimal and dependency-free queue solution.
- Queue plugin (⭐37) - CakePHP core queue system for the php-queue queue library.
- QueueScheduler plugin (⭐6) - A dependency-free crontab-like scheduler as DB driven solution and addon to Queue (dereuromark) plugin.
File Manipulation
- FileStorage plugin (⭐5) - Flexible file storage and upload plugin.
- Josegonzalez/Upload plugin (⭐549) - A customisable plugin that uses Flysystem to write to multiple backends (Dropbox, FTP, S3, Local, etc.).
Geolocation
- Geo plugin (⭐49) - Containing Geocoder behavior and GoogleMaps helper.
I18n
- ADmad/I18n plugin (⭐44) - A plugin with I18n related tools.
- Cake/Localized plugin (⭐212) - Localized validation and ready-to-use translation PO files.
Imagery
- ADmad/Glide plugin (⭐35) - A plugin for using Glide image manipulation library.
- QrCodePlugin (⭐9) - Easily render SVG/PNG QR Codes for your app.
Markup
- Markup plugin (⭐3) - Allows to use PHP or JS based syntax highlighting.
Migration
- Migrations plugin (⭐137) - (DB) Migration plugin.
- Upgrade app (⭐111) - Official upgrade app for 3.x=>4.x and 4.x=>5.x.
- Upgrade app (extended) (⭐24) - An extended upgrade app for 3.x=>4.x and some 5.x snippets.
- Upgrade/Migration Guide - Official migration guide.
Miscellaneous
- Ajax plugin (⭐56) - A plugin to ease handling AJAX requests.
- CakeDC/Enum plugin (⭐30) - A plugin to add enumeration list support to your app.
- CakeDto plugin (⭐24) - Quickly generate useful data transfer objects for your app (mutable/immutable), replacing messy arrays and leveraging your IDE through typehinting and autocomplete.
- Calendar plugin (⭐16) - For generating basic calendars. Includes IcalView for ICS calendar file generation.
- Feedback plugin (⭐7) - Allow visitors to send quick and easy feedback incl. a screenshot via sidebar form.
- Flash plugin (⭐12) - More powerful flash messages for your application.
- OPCache Preloader (⭐12) - An OPCache Preloader for CakePHP applications.
- Setup:Maintenance (⭐35) - Maintenance shell to go into maintenance mode for all requests with optional IP whitelisting.
- Shim plugin (⭐38) - A plugin containing useful shims and improvements as basis for your application.
Navigation
- Icings/Menu plugin (⭐12) - A KnpMenu (⭐1.4k) seasoned menu plugin for CakePHP.
ORM / Database / Datamapping
- ADmad/Sequence plugin (⭐44) - Behavior for maintaining ordered list of records.
- CakeDecimal plugin (⭐8) - A value object approach on handling decimals.
- Duplicatable plugin (⭐52) - Behavior for duplicating entities including related data.
- Lampager/Cake plugin (⭐5) - Rapid pagination without using OFFSET.
- Muffin/Orderly plugin (⭐22) - Allows setting default order for your tables.
- Muffin/Trash plugin (⭐86) - Soft-delete behavior for CakePHP.
- Itosho/EasyQuery plugin (⭐26) - Behavior for easily generating some complicated queries like (bulk) insert/upsert etc.
- Icings/Partitionable plugin (⭐16) - Partitionable associations allowing for basic limiting per group.
- CakePdf plugin (⭐375) - A plugin around PDF generation.
REST and API
- CRUD plugin (⭐374) - CakePHP Application development on steroids - rapid prototyping / scaffolding & production-ready code.
- CakeDC/Api plugin (⭐61) - All-in-one solution to provide a complete API. It includes versioning, renderers, CRUD, authentication, extensions (paginate, filter, HATEOAS), and much more.
- FractalTransformerView plugin (⭐19) - A plugin which allows using Fractal transformers for your API output.
- MixerApi - Streamline development of modern RESTful APIs for your team's CakePHP project.
- SwaggerBake plugin (⭐61) - This plugin automatically builds OpenAPI from your existing models and routes for display in Swagger and Redoc.
Search
- Cake/ElasticSearch plugin (⭐85) - Alternative ORM using Elasticsearch as its backend.
- CakeDC/SearchFilter plugin (⭐0) - Powerful and flexible solution for implementing advanced search functionality. Provides a robust set of tools for creating dynamic, user-friendly search interfaces with minimal effort.
- PlumSearch plugin (⭐19) - Implements custom, flexible and extendable search strategies. Implements PRG pattern.
- Search plugin (⭐171) - Provides easy searching/filtering for paginated views using PRG pattern.
- Tags plugin (⭐16) - For tagging and finding tagged records.
Security
- Captcha plugin (⭐10) - Simple, unobtrusive and extendable captcha solution providing by default an image based math captcha.
- Expose plugin (⭐9) - Expose entities through additional UUIDs instead of their AIID primary keys to obfuscate those IDs and data associated with these numerically ordered values.
- Muffin/Obfuscate plugin (⭐37) - Primary key obfuscation/shortening using UUIDs, HashIds, Optimus, Tiny and/or custom obfuscation strategies.
- Muffin/Throttle plugin (⭐64) - A plugin for rate limiting (API) requests.
- Recaptcha plugin (⭐21) - Simple, lightweight Google Recaptcha v2.
SEO
- Muffin/Slug plugin (⭐37) - A plugin for generating slugs and finding records by slug. Uses a pluggable architecture which allows using your own slug generator class.
- Tools:Slugged (⭐336) - Containing Slugged behavior to auto-generate URL-compatible slugs from titles.
Social
- Comments plugin (⭐2) - Allows users to comment records, supporting different formats.
- Favorites plugin (⭐3) - Allows users to star/like/favor records.
- Ratings plugin (⭐9) - Allows users to rate records and displays ratings.
Templating
- Bake plugin (⭐111) - Provides code generation functionality.
- BootstrapUI plugin (⭐347) - Bootstrap 4/5 integration.
- CsvView plugin (⭐176) - A view class to easily generate CSV.
- Feed plugin (⭐13) - Containing an RssView class to easily generate (complex) RSS feeds.
- Meta plugin (⭐9) - Makes handling meta tags and SEO-relevant HTML markup DRY and easy.
- Templating (⭐2) - HTML snippets as value objects, (Font) icons, and templating topics.
- Tools:Tree (⭐336) - Tree helper to work with Core Tree behavior and handle tree structure output.
- TwigView plugin (⭐14) - A plugin to use the Twig Templating Language for views.
- XlsView plugin (⭐0) - A view class to easily generate XLS using PHPSpreadsheet.
Testing
- CakephpFixtureFactories plugin (⭐85) - Create your fixtures dynamically on a test basis, accelerate the writing and maintenance of your tests.
- FriendsOfCake/Fixturize plugin (⭐24) - More efficient inserting fixtures when running test suites by decreasing amount of inserts (mysql only).
Development Environment
- CakePHP Docker (⭐29) - A cakephp/app template for docker.
- DDEV - Docker based local env.
- Galley - A small Docker dev environment for CakePHP development which includes a simple command line utility.
CMS and applications built on CakePHP
- baserCMS (⭐181) - This is a website development framework with RESTful APIs. Installable as a plugin for CakePHP.
CakePHP Websites
- CakeDC - Articles around CakePHP.
- josediazgonzalez.com - A mainly CakePHP related core dev blog.
- mark-story.com - CakePHP lead dev blog.
CakePHP Tutorials
11. Awesome Agi Cocosci
Domain Specific Language / DSL Program Synthesis
- PhotoScout: Synthesis-Powered Multi-Modal Image Search - ACM SIGCHI'24, 2024. [All Versions]. This paper explores a new multi-modal image search approach that allows users to conveniently specify and perform semantic image search tasks. With the tool, PhotoScout, the user interactively provides natural language descriptions, positive and negative examples, and object tags to specify their search tasks. Under the hood, PhotoScout is powered by a program synthesis engine that generates visual queries in a domain-specific language and executes the synthesized program to retrieve the desired images.
12. Awesome Angular
Unspecified / Google Developer Experts
- Syncfusion - Its Essential UI Kit for Angular (⭐14) is compatible with both Tailwind CSS and Bootstrap.
13. Awesome Rust
Libraries / Parsing
- 0xlane/pe-sign (⭐61) [pe-sign] - A cross-platform rust no-std library for verifying and extracting signature information from PE files.
Libraries / Web programming
- Static Site Generators
- cobalt-org/cobalt.rs (⭐1.5k) - Static site generator
- FuGangqiang/mdblog.rs (⭐59) [mdblog] - Static site generator from markdown files.
- getzola/zola (⭐16k) [zola] - An opinionated static site generator with everything built-in.
- grego/blades (⭐341) [blades] - Blazing fast dead simple static site generator.
- leven-the-blog/leven (⭐57) [leven] - A simple, parallelized blog generator.
- rochacbruno/marmite (⭐691) [Marmite] - Zero config blog generator
- cobalt-org/cobalt.rs (⭐1.5k) - Static site generator
- Prev: Dec 04, 2024
- Next: Dec 02, 2024