Skip to content

Commit 27a8f3b

Browse files
committed
Robot Updated at:8 Feb 2025 21:09:31 GMT
1 parent 4ed8e79 commit 27a8f3b

8 files changed

+207
-102
lines changed

docs/awesome/awesome-agi-cocosci.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Contributions are greatly welcomed! Please refer to [Contribution Guidelines](ht
251251

252252
* [Unsupervised Representaton Learning with Deep Convolutional Generative Adversarial Networks](https://arxiv.org/abs/1511.06434) - ***ICLR'16***, 2016. [[All Versions](https://scholar.google.com/scholar?cluster=3321343160055675528&hl=en&as_sdt=0,5)].
253253

254-
* [Analysis of Langevin Monte Carlo via Convex Optimization](https://www.jmlr.org/papers/volume20/18-173/18-173.pdf) - ***Journal of Machine Learning Research***, 2019. [[All Versions](https://scholar.google.com/scholar?cluster=5305860199396047317&hl=en&as_sdt=0,5)].
254+
* [Analysis of Langevin Monte Carlo via Convex Optimization](https://www.jmlr.org/papers/v20/18-173.html) - ***Journal of Machine Learning Research***, 2019. [[All Versions](https://scholar.google.com/scholar?cluster=5305860199396047317)]. This paper provides new insights on the Unadjusted Langevin Algorithm. The authors show that this method can be formulated as the first order optimization algorithm for an objective functional defined on the Wasserstein space of order $2$. Using this interpretation and techniques borrowed from convex optimization, the authors give a non-asymptotic analysis of this method to sample from log-concave smooth target distribution on $\mathbb{R}^d$. Based on this interpretation, the authors propose two new methods for sampling from a non-smooth target distribution. These new algorithms are natural extensions of the Stochastic Gradient Langevin Dynamics (SGLD) algorithm, which is a popular extension of the Unadjusted Langevin Algorithm for largescale Bayesian inference. Using the optimization perspective, the authors provide non-asymptotic convergence analysis for the newly proposed methods.
255255

256256
* [A generative vision model that trains with high data efficiency and breaks text-based CAPTCHAs](https://www.science.org/doi/full/10.1126/science.aag2612) - ***Science***, 2017. [[All Versions](https://scholar.google.com/scholar?cluster=1478382321633671444)]. [[Preprint](https://www.cs.jhu.edu/~ayuille/JHUcourses/ProbabilisticModelsOfVisualCognition2020/Lec22/GeorgeCAPCHAS.pdf)]. Learning from a few examples and generalizing to markedly different situations are capabilities of human visual intelligence that are yet to be matched by leading machine learning models. By drawing inspiration from systems neuroscience, this work introduces a probabilistic generative model for vision in which message-passing–based inference handles recognition, segmentation, and reasoning in a unified way. The model demonstrates excellent generalization and occlusion-reasoning capabilities and outperforms deep neural networks on a challenging scene text recognition benchmark while being 300-fold more data efficient. In addition, the model fundamentally breaks the defense of modern text-based CAPTCHAs (Completely Automated Public Turing test to tell Computers and Humans Apart) by generatively segmenting characters without CAPTCHA-specific heuristics.
257257

docs/awesome/awesome-angular.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -1104,10 +1104,7 @@ become an Angular expert.
11041104
* [angular-imask](https://github.com/uNmAnNeR/imaskjs/tree/master/packages/angular-imask) - Angular input mask.
11051105
* [ngx-mask](https://github.com/JsDaddy/ngx-mask) - Angular Plugin to make masks on form fields and html elements.
11061106
* [maskito](https://github.com/taiga-family/maskito) - Collection of libraries to create an input mask which ensures that user types value according to predefined format.
1107-
* [ngx-formly](https://github.com/ngx-formly/ngx-formly) - JSON powered / Dynamic forms for Angular.
1108-
* [formio](https://github.com/formio/angular) - JSON powered forms for Angular.
11091107
* [ng-dynamic-forms](https://github.com/udos86/ng-dynamic-forms) - Rapid form development library for Angular.
1110-
* [fluent-form](https://github.com/fluent-form/fluent-form) - Building dynamic form in Angular with Fluent API or JSON.
11111108
* [reactive-forms](https://github.com/ngneat/reactive-forms) - (Angular Reactive) Forms with Benefits.
11121109
* [ng-signal-forms](https://github.com/timdeschryver/ng-signal-forms) - Signal powered Angular Forms.
11131110
* [ngx-sub-form](https://github.com/cloudnc/ngx-sub-form) - Utility library for breaking down an Angular form into multiple components.
@@ -1163,6 +1160,15 @@ become an Angular expert.
11631160
* [ngx-easy-emoji-picker](https://github.com/PsySanchez/ngx-easy-emoji-picker) - Angular library that seamlessly integrates emoji selection into your application.
11641161
* [ngx-mat-table-multi-sort](https://github.com/pgerke/ngx-mat-table-multi-sort) - Add multi-sort capability to an Angular Material table.
11651162

1163+
##### JSON Forms
1164+
1165+
* [ngx-formly](https://github.com/ngx-formly/ngx-formly) - JSON powered / Dynamic forms for Angular.
1166+
* [formio](https://github.com/formio/angular) - JSON powered forms for Angular.
1167+
* [fluent-form](https://github.com/fluent-form/fluent-form) - Building dynamic form in Angular with Fluent API or JSON.
1168+
* [jsonforms](https://github.com/eclipsesource/jsonforms) - Customizable JSON Schema-based forms with React, Angular and Vue support out of the box.
1169+
* [jsonforms-angular-seed](https://github.com/eclipsesource/jsonforms-angular-seed) - Angular-based JSON Forms seed app.
1170+
* [ng-formworks](https://github.com/zahmo/ng-formworks) - An Angular [JSON Schema](https://json-schema.org/) Form builder, similar to, and mostly API compatible with, [Angular Schema Form](http://schemaform.io/examples/bootstrap-example.html), [React JSON Schema Form](https://rjsf-team.github.io/react-jsonschema-form/), and [JSON Form](https://ulion.github.io/jsonform/playground/).
1171+
11661172
##### Validation
11671173

11681174
* [ngx-valdemort](https://github.com/Ninja-Squad/ngx-valdemort) - Simpler, cleaner Angular validation error messages.
@@ -1178,6 +1184,7 @@ to simplify usage and allow quick customization.
11781184
* [ngx-form-errors](https://github.com/NationalBankBelgium/ngx-form-errors) - Display form validation errors for Angular Reactive forms.
11791185
* [ngx-iban-validator](https://github.com/SKaDiZZ/ngx-iban-validator) - IBAN Validator for your reactive Angular forms, comes without any dependencies and can be used even outside of Angular as standalone function in any JS project. It can perform format, digit, and length IBAN validations.
11801186
* [ngx-validators](https://github.com/marcellodotgg/ngx-validators) - A library that provides additional Angular Validators, including the ones Angular provides.
1187+
* [ngx-reactive-form-class-validator](https://github.com/abarghoud/ngx-reactive-form-class-validator) - A lightweight library for dynamically validate Angular reactive forms using [class-validator](https://github.com/typestack/class-validator) library.
11811188

11821189
#### Icons
11831190

@@ -1345,7 +1352,6 @@ to simplify usage and allow quick customization.
13451352
* [angular components](https://github.com/angular/components) - Component infrastructure and Material Design components for Angular.
13461353
* [lithium-angular](https://github.com/lVlyke/lithium-angular) - Reactive components made easy! Lithium provides utilities that enable seamless reactive state and event interactions for Angular components.
13471354
* [rxweb](https://github.com/rxweb/rxweb) - Tons of extensively featured packages for Angular, Vue and React Projects.
1348-
* [jsonforms](https://github.com/eclipsesource/jsonforms) - Customizable JSON Schema-based forms with React, Angular and Vue support out of the box.
13491355
* [ngspot](https://github.com/DmitryEfimenko/ngspot) - Collection of awesome Angular libraries.
13501356
* [ngx-grpc](https://github.com/smnbbrv/ngx-grpc) - Angular gRPC framework.
13511357
* [ts-cacheable](https://github.com/angelnikolov/ts-cacheable) - A popular platform-agnostic caching library.
@@ -1680,6 +1686,7 @@ for the creation of web applications developed with Angular.
16801686
* [lbx-change-sets](https://github.com/Service-Soft/lbx-change-sets) - This package helps you to track changes made on your entities automatically using a base repository class to extend from.
16811687
* [ngememoize](https://github.com/akbarsaputrait/ngememoize) - Easily boost the performance of your Angular applications by memoizing functions and getters with this lightweight and simple-to-use library.
16821688
* [ngx-gooey](https://github.com/wadie/ngx-gooey) - The gooey effect for Angular, used for shape blobbing / metaballs.
1689+
* [angular-compile](https://github.com/patrikx3/angular-compile) - Angular Dynamic Compile. Convert strings to Angular components.
16831690

16841691
---
16851692

docs/awesome/awesome-for-beginners.md

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ If you would like to be guided through how to contribute to a repository on GitH
3838
- [Legerity for Uno Platform](https://github.com/MADE-Apps/legerity-uno) _(label: good first issue)_ <br> An extension framework to Legerity for speeding up the development of automated UI tests for Uno Platform applications with Appium/Selenium on .NET.
3939
- [MvvmCross](https://github.com/MvvmCross/MvvmCross) _(label: first-timers-only)_ <br> The .NET MVVM framework for cross-platform solutions, including Xamarin.iOS, Xamarin.Android, Windows and Mac.
4040
- [RawCMS](https://github.com/arduosoft/RawCMS) _(label: good first issue)_ <br> RawCMS is a headless CMS written in ASP.NET Core, built for developers that embrace API-first technology.
41-
- [Shouldly](https://github.com/shouldly/shouldly) _(label: Jump-In)_ <br> Should testing for .NET - the way Asserting Should be!
4241

4342
## Angular
4443

docs/awesome/awesome-magento2.md

+27-20
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,24 @@ Also see:
5050

5151
- [MageUnconference 🇩🇪](https://www.mageunconference.org/) - A Magento Unconference in Germany.
5252
- [MageUnconference 🇳🇱](https://mageunconference.nl/) - A Magento Unconference in the Netherlands.
53-
- [meet commerce](https://meetcommerce.tech/) - A eCommerce focused Conference in Madrid/Spain.
53+
- [Meet Commerce](https://www.meetcommerce.com/) - A global series of conferences focused on commerce and innovation.
5454

5555
### Meet Magento
5656

57-
Meet Magento Events bring together everyone from merchants through developers, solution and technology providers, and
58-
marketers—and we continue to expand.
59-
60-
- [Meet Magento New York](https://meetmagentonyc.com/) - Meet Magento New York
61-
- [Meet Magento UK](https://uk.meet-magento.com/) - Meet Magento UK
62-
- [Meet Magento Baltics](https://meetmagentobaltics.com/) - Meet Magento Baltics
57+
[Meet Magento events](https://www.meet-magento.com/) bring together everyone from merchants through developers, solution and technology providers, and
58+
marketers—and we continue to expand.
59+
60+
- [Meet Magento Baltics](https://meetmagentobaltics.com/)
61+
- [Meet Magento Brazil](https://meetmagentobrasil.org/)
62+
- [Meet Magento Florida](https://meetmagentofl.com/)
63+
- [Meet Magento India](https://www.meetmagento.in/)
64+
- [Meet Magento Malaysia](https://www.meetmagento.asia/)
65+
- [Meet Magento Netherlands](https://nl.meet-magento.com/)
66+
- [Meet Magento New York City](https://meetmagentonyc.com/)
67+
- [Meet Magento Poland](https://meetmagento.pl/)
68+
- [Meet Magento Romania](https://ro.meet-magento.com/)
69+
- [Meet Magento Singapore](https://meetmagento.sg/)
70+
- [Meet Magento UK](https://meet-magento.co.uk/)
6371

6472
## Front-ends
6573

@@ -80,7 +88,7 @@ The storefront of Magento 2 can be styled in numerous ways:
8088
- [RabbitMQ Retry Mechanism](https://github.com/run-as-root/magento2-message-queue-retry) - Magento 2 extension that brings possibility to retry RabbitMQ failed messages
8189
- [Documentation Search for Alfred](https://github.com/DavidLambauer/Alfred-Workflow-Magento-2-DevDocs-Search) - Easily
8290
integrate the official Magento 2 Search into your Alfred Workflows.
83-
- [Tablerates Generator](https://elgentos.nl/tablerates/) - Generate Tablerates with an online Tool.
91+
- [Tablerates Generator](https://www.tableratesgenerator.com/) - Generate Tablerates with an online Tool.
8492
- [Pestle](https://github.com/astorm/pestle) - Code Generation Tool by Alan Storm.
8593
- [Mage2Gen](https://mage2gen.com/) - Online Module Creator.
8694
- [Mage Chrome Toolbar](https://github.com/magespecialist/mage-chrome-toolbar) - A MUST-HAVE Chrome Extension for
@@ -89,19 +97,17 @@ The storefront of Magento 2 can be styled in numerous ways:
8997
- [magento2docker](https://github.com/aliuosio/magento2docker) - MariaDB, PHP , Redis, ElasticSearch in one dockerfile for fast demo and deveopment enviroment
9098
- [markshust/docker-magento](https://github.com/markshust/docker-magento) - Mark Shust's Docker Configuration for
9199
Magento
92-
- [Warden](https://github.com/davidalger/warden) - A CLI utility for working with docker-compose environments
100+
- [Warden](https://github.com/wardenenv/warden) - A CLI utility for working with docker-compose environments
93101
by [David Alger](https://davidalger.com/)
94102
- [DDEV](https://github.com/ddev/ddev) - A open source tool for launching local web development environments in minutes. It supports PHP, Node.js, and Python.
95-
- [AmpersandHQ/ampersand-magento2-upgrade-patch-helper](https://github.com/AmpersandHQ/ampersand-magento2-upgrade-patch-helper)
96-
- Helper script to aid upgrading magento 2 websites by detecting overrides.
103+
- [AmpersandHQ/ampersand-magento2-upgrade-patch-helper](https://github.com/AmpersandHQ/ampersand-magento2-upgrade-patch-helper) - Helper script to aid upgrading magento 2 websites by detecting overrides.
97104
- [PhpStorm Magento2 Extension](https://github.com/magento/magento2-phpstorm-plugin) - Official PhpStorm Magento2
98105
Extension.
99106
- [PhpInsights](https://github.com/nunomaduro/phpinsights) - PHP quality checks (with Magento2 presets)
100107
- [Tango](https://github.com/roma-glushko/tango) - CLI for analyzing access logs
101108
- [Masquerade](https://github.com/elgentos/masquerade) - Faker-driven, configuration-based, platform-agnostic,
102109
locale-compatible data faker tool
103-
- [Magento 2 Composer patches helper](https://chrome.google.com/webstore/detail/magento-2-composer-patche/gfndadbceejgfjahpfaijcacnmdloiad)
104-
- Chrome extension to create copy-pastable composer patch definition for vaimo/composer-patches.
110+
- [Magento 2 Composer patches helper](https://chrome.google.com/webstore/detail/magento-2-composer-patche/gfndadbceejgfjahpfaijcacnmdloiad) - Chrome extension to create copy-pastable composer patch definition for vaimo/composer-patches.
105111
- [Migrate DB Magento 2 Commerce to Magento 2 Open-Source](https://github.com/opengento/magento2-downgrade-ee-ce)
106112
- [Magento 2 Database Synchronizer](https://github.com/jellesiderius/mage-db-sync) - Database synchronizer for Magento 2 (and Wordpress), based on Magerun2. Keeping development, staging and production in sync easily.
107113
- [Subodha Magento2 Gulp Integration](https://github.com/subodha/magento-2-gulp) - Magento 2 Gulp Integration
@@ -122,8 +128,8 @@ The storefront of Magento 2 can be styled in numerous ways:
122128
cache:clean with file watcher by Vinai Kopp](https://twitter.com/vinaikopp)
123129
- [Developer Toolbar](https://github.com/mgtcommerce/Mgt_Developertoolbar) - Magento 2 Developer Toolbar.
124130
- [Advanced Template Hints](https://github.com/ho-nl/magento2-Ho_Templatehints) - Magento 2 Template Hints Helper.
125-
- Scopehints](https://github.com/avstudnitz/AvS_ScopeHint2) - Displays additional information in the Store Configuration
126-
by [Andreas von Studnitz.
131+
- [Scope Hints](https://github.com/avstudnitz/AvS_ScopeHint2) - Displays additional information in the Store Configuration
132+
by Andreas von Studnitz.
127133
- [Magento 2 Configurator](https://github.com/ctidigital/magento2-configurator) - A Magento module initially created by
128134
CTI Digital to create and maintain database variables using files.
129135
- [Auto Cache Flush](https://github.com/yireo/Yireo_AutoFlushCache) - Magento 2 module to automatically flush the cache.
@@ -140,6 +146,8 @@ The storefront of Magento 2 can be styled in numerous ways:
140146
- [Rest Client](https://github.com/zepgram/module-rest) - Technical Magento 2 module providing simple development pattern, configurations and optimizations to make REST API requests toward external services based on Guzzle Client.
141147
- [Magento 2 Model Generator / CRUD Generator](https://www.model-generator.com/) - A more up-to-date version of a Magento 2 Model & CRUD Generator by [Michiel Gerritsen](https://github.com/michielgerritsen)
142148
- [Simon's Troubleshooting Guide](https://gist.github.com/ProcessEight/000245eac361cbcfeb9daf6de3c1c2e4) - A list with the most common errors you encounter during development.
149+
- [Magewire PHP](https://github.com/magewirephp) - A Laravel Livewire port for building complex AJAX-based components with ease. Used by the Hyvä Checkout.
150+
- [Yireo LokiComponents](https://github.com/yireo/Yireo_LokiComponents) - A library for building AJAX-driven form components with ease. Used by the Yireo Loki Checkout.
143151

144152
### Deployment
145153

@@ -229,11 +237,11 @@ The storefront of Magento 2 can be styled in numerous ways:
229237
Fuzzyfyr module for Magento2 replaces real content with dummy content. This is for development purposes, e.g. save
230238
time to prepare test data and matching GDPR restrictions.
231239
- [Disable Stock Reservation](https://github.com/AmpersandHQ/magento2-disable-stock-reservation) - This module disables the inventory reservation logic introduced as part of MSI in Magento 2.3.3.
240+
- [Product Links Navigator](https://github.com/elninotech/ElNino_ProductLinksNavigator) - Enhances admin product-to-product navigation. Adds direct frontend/backend links to products in grids and modals, and "Parent Products" tab.
232241

233242
### Security
234243

235-
- [Magento Patch Repository](https://github.com/brentwpeterson/magento-patches) - Every Magento Patch you need all in
236-
one place
244+
- [Magento Quality Patches](https://experienceleague.adobe.com/tools/commerce-quality-patches/index.html) - Every Magento / Adobe Commerce patch you need all in one place
237245

238246
### Payment Service Provider
239247

@@ -274,6 +282,7 @@ The storefront of Magento 2 can be styled in numerous ways:
274282

275283
- [Alan Storm](http://alanstorm.com/category/magento-2/)
276284
- [Fabian Schmengler](https://www.schmengler-se.de/)
285+
- [Jigar Karangiya](https://jigarkarangiya.com/)
277286

278287
### Company Blogs
279288

@@ -302,8 +311,7 @@ The storefront of Magento 2 can be styled in numerous ways:
302311
- [MageTitans USA/Texas 2016](https://www.youtube.com/playlist?list=PLwB4Uz_0hoVOLU7LPRNL4lAmJeAv7HQ-b)
303312
- [Max Bucknell Magento 2 Javascript](https://www.youtube.com/watch?v=tHxebA-jOSo)
304313
- [Max Pronko DevChannel](https://www.youtube.com/channel/UCxbWGz6h6KNQsi2ughRUV2Q)
305-
- [The Magento 2 Beginner Tutorial Class](https://www.youtube.com/playlist?list=PLtaXuX0nEZk9eL59JGE3ny-_GAU-z5X5D&utm_content=buffer797bf&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer)
306-
- Free YouTube Series for learning Magento 2.
314+
- [The Magento 2 Beginner Tutorial Class](https://www.youtube.com/playlist?list=PLtaXuX0nEZk9eL59JGE3ny-_GAU-z5X5D&utm_content=buffer797bf&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer) - Free YouTube Series for learning Magento 2.
307315
- [Vinai Kopp Mage2Katas](https://www.youtube.com/channel/UCRFDWo7jTlrpEsJxzc7WyPw)
308316
- [Mage2.tv](https://www.mage2.tv) - Magento 2 Developer Screencasts by Vinai Kopp
309317
- [magento-notes/magento2-exam-notes](https://github.com/magento-notes/magento2-exam-notes) - Preparation notes for
@@ -385,7 +393,6 @@ The storefront of Magento 2 can be styled in numerous ways:
385393
- [WebShopApps](http://webshopapps.com/eu/)
386394
- [Yireo](https://www.yireo.com/)
387395
- [FireBear Studio](https://firebearstudio.com/)
388-
- [OneStepCheckout](https://onestepcheckout.com/)
389396

390397
> **Magento Extension Developers Network (ExtDN)**
391398
> The Magento Extension Developers Network (ExtDN) is a vetted network of extension developers whose core business is to

0 commit comments

Comments
 (0)