Skip to content

Commit 1ff5fea

Browse files
committed
Robot Updated at:25 Sep 2024 21:10:52 GMT
1 parent 9627428 commit 1ff5fea

18 files changed

+244
-141
lines changed

docs/awesome/awesome-agi-cocosci.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1354,7 +1354,7 @@ English-language description for use by biologists.
13541354

13551355
* [ChipNeMo: Domain-Adapted LLMs for Chip Design](https://arxiv.org/abs/2311.00176) - 2023. [[All Versions](https://scholar.google.com/scholar?cluster=5962372610489019326)].
13561356

1357-
* [Single-atom alloy catalysts designed by first-principles calculations and artificial intelligence](https://www.nature.com/articles/s41467-021-22048-9) - ***Nature Communications***, 2021. [[All Versions](https://scholar.google.com/scholar?cluster=6593978922251447907&hl=en&as_sdt=0,5)].
1357+
* [Single-atom alloy catalysts designed by first-principles calculations and artificial intelligence](https://www.nature.com/articles/s41467-021-22048-9) - ***Nature Communications***, 2021. [[All Versions](hhttps://scholar.google.com/scholar?cluster=6593978922251447907)]. This paper addresses the problem of new Single-atom-alloy catalysts (SAACs) discovery by applying a compressed-sensing data-analytics approach parameterized with density-functional inputs.
13581358

13591359
* [Biological structure and function emerge from scaling unsupervised learning to 250 million protein sequences](https://www.pnas.org/doi/abs/10.1073/pnas.2016239118) - ***Proceedings of the National Academy of Sciences***, 2021. [[All Versions](https://scholar.google.com/scholar?cluster=15181490380139888639&hl=en&as_sdt=0,5)].
13601360

docs/awesome/awesome-angular.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@ become an Angular expert.
435435
* [VS Code Angular HTML](https://marketplace.visualstudio.com/items?itemName=ghaschel.vscode-angular-html) - Syntax highlighting for angular HTML Template files.
436436
* [angular-scaffold](https://github.com/EPAM-JS-Competency-center/angular-scaffold) - Scaffold an Angular project with all tooling you need for production projects.
437437
* [vscode-angulartools](https://github.com/CoderAllan/vscode-angulartools) - You can explore an Angular project, enhance documentation, reverse engineer code, and do refactoring with [AngularTools](https://marketplace.visualstudio.com/items?itemName=coderAllan.vscode-angulartools).
438+
* [ngx-schematics-utilities](https://github.com/DSI-HUG/ngx-schematics-utilities) - Useful utilities for Angular Schematics.
438439

439440
#### Documentation tools
440441

@@ -527,6 +528,8 @@ become an Angular expert.
527528
* [ngx-stripe](https://github.com/richnologies/ngx-stripe) - A comprehensive library designed for seamless integration of [`Stripe Elements`](https://stripe.com/docs/stripe-js) and payment processing capabilities into Angular applications. Leveraging the powerful features of [`StripeJS`](https://stripe.com/docs/js), Ngx Stripe simplifies building robust, secure, and scalable payment solutions.
528529
* [ngx-socket-io](https://github.com/rodgc/ngx-socket-io) - [Socket.IO](https://socket.io/) module for Angular.
529530
* [angular-three](https://github.com/angular-threejs/angular-three) - Angular Renderer for [THREE.js](https://github.com/mrdoob/three.js).
531+
* [limitless-angular](https://github.com/limitless-angular/limitless-angular) - A collection of powerful Angular libraries designed to enhance the Angular ecosystem and help developers build better applications with a focus on [Sanity.io](https://www.sanity.io/) integration.
532+
* [ngx-sentry](https://github.com/DSI-HUG/ngx-sentry) - Angular wrapper for [Sentry JavaScript SDK](https://github.com/getsentry/sentry-javascript).
530533

531534
#### Internationalization
532535

@@ -697,6 +700,7 @@ become an Angular expert.
697700
* [ng16-dep-audit](https://github.com/danielglejzner/ng16-dep-audit) - Quickly check which dependencies stop you from upgrading!
698701
* [ngx-maintenance](https://github.com/danielglejzner/ngx-maintenance) - Can't upgrade to Angular 16+ due to old View Engine dependencies? This automates the hassle so you can easily upgrade!
699702
* [fast-facts/ng-update](https://github.com/fast-facts/ng-update) - A Github Action that keeps your Angular CLI-based projects up-to-date via automated PRs based on `ng update`.
703+
* [npx-app-updater](https://github.com/DSI-HUG/ngx-app-updater) - When a new version of your application is deployed, this library will trigger a user notification to inform them that updates are available.
700704

701705
---
702706

@@ -1209,6 +1213,8 @@ Angular 7+ Validator, a library handle validation messages easy and automatic.
12091213
* [angular material components](https://github.com/h2qutc/angular-material-components) - Angular Material Library provide extra components for every project.
12101214
* [ng-matero/extensions](https://github.com/ng-matero/extensions) - Angular Material Extensions Library.
12111215
* [angular-material-css-vars](https://github.com/johannesjo/angular-material-css-vars) - Little library to use css variables with Angular Material.
1216+
* [ngx-components](https://github.com/DSI-HUG/ngx-components) - Useful components and utility functions for Angular.
1217+
* [dejajs-components](https://github.com/DSI-HUG/dejajs-components) - This repository is an Angular components library and the common utility functions, with a demo application for testing it.
12121218

12131219
##### Bootstrap Based
12141220

@@ -1375,11 +1381,12 @@ for the creation of web applications developed with Angular.
13751381

13761382
#### Other Lists
13771383

1378-
> This Awesome List excludes some libraries that don't yet support Angular 16+. If you are still supporting or using older versions of Angular, you could find great resources in one of the lists below.
1384+
> This Awesome List excludes some libraries that don't yet support Angular 16+. If you are still supporting or using older versions of Angular, you could find great resources in one of the lists below.
13791385
13801386
* [awesome-utils-dev/angular](https://github.com/pegaltier/awesome-utils-dev/blob/master/utils-coding/utils-angular-list.md) - This is an exhaustive list of resources covering the whole Angular ecosystem. This should be your next step if you haven't found what you need here.
13811387
* [awesome-angular](https://github.com/DaanDeSmedt/awesome-angular)
13821388
* [angular enterprise](https://angular-enterprise.com/en/ngcategory/resources/)
1389+
* [framework.dev](https://angular.framework.dev/) - Search, compare, and discover top Angular libraries and community-driven resources in Angular.
13831390

13841391
---
13851392

docs/awesome/awesome-ble.md

+7
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ _Official specifications, standards, and technical documentation about the Bluet
2525
- [RN4870/71 Bluetooth Low Energy Module User's Guide](https://www.microchip.com/wwwproducts/en/RN4870) - User's guide for the RN4870/71 Bluetooth Low Energy module by Microchip.
2626
- [Wikipedia Bluetooth Low Energy](https://en.wikipedia.org/wiki/Bluetooth_Low_Energy) - The wiki page for Bluetooth Low Energy (BLE).
2727

28+
## Framework
29+
30+
_Framework useful to develop your BLE peripherals._
31+
32+
- [Matter](https://github.com/project-chip/connectedhomeip) - Matter
33+
- [ESP-IDF](https://github.com/espressif/esp-idf) - Espressif IoT Development Framework
34+
2835
## Library
2936

3037
_Software libraries and frameworks for integrating Bluetooth Low Energy (BLE) functionality into various platforms, including mobile, embedded systems, and IoT devices._

docs/awesome/awesome-chatgpt.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
- [ai-chatbot](https://github.com/vercel-labs/ai-chatbot) - Personalized ChatGPT AI chatbot.
120120
- [Open Interpreter](https://github.com/KillianLucas/open-interpreter) - Code interpreter with ChatGPT.
121121
- [Web3-GPT](https://github.com/Markeljan/Web3GPT) - Deploy smart contracts with ChatGPT.
122-
- [CometLLM](https://github.com/comet-ml/comet-llm) - Open-source UI to log, visualize, and search your prompts, chains, and prompt variables.
122+
- [Opik](https://github.com/comet-ml/opik) - Open-source end-to-end LLM development platform.
123123
- [OpenAgents](https://github.com/xlang-ai/OpenAgents) - Open-source replicate of ChatGPT Plus products including code interpreter, plugins and web browsing.
124124

125125
### Hosted

docs/awesome/awesome-cpp.md

+1
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
182182
* [Brotli](https://github.com/google/brotli) - Brotli compression format. Developed by Google. [MIT]
183183
* [bzip2](http://www.bzip.org/) - A freely available, patent free, high-quality data compressor. [BSD]
184184
* [bzip3](https://github.com/kspalaiologos/bzip3) - A better and stronger spiritual successor to BZip2. [LGPL]
185+
* [FastLZ](https://github.com/ariya/FastLZ) - Small & portable byte-aligned LZ77 compression. [MIT]
185186
* [FiniteStateEntropy](https://github.com/Cyan4973/FiniteStateEntropy) - New generation entropy codecs : Finite State Entropy and Huff0.
186187
* [heatshrink](https://github.com/atomicobject/heatshrink) - data compression library for embedded/real-time systems [ISC]
187188
* [Kanzi](https://github.com/flanglet/kanzi-cpp) - a modern, modular, portable and efficient lossless data compressor implemented in C++. [Apache-2.0]

docs/awesome/awesome-deno.md

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ This list is a collection of the best Deno modules and resources.
4040
- [chart](https://github.com/maximousblk/chart) - Console ASCII line charts with no dependencies.
4141
- [cli-spinner](https://github.com/ameerthehacker/cli-spinners) - Show spinners in the terminal while running long tasks.
4242
- [cliffy](https://github.com/c4spar/deno-cliffy) - The complete solution for building interactive command-line tools.
43+
- [clite](https://github.com/jersou/clite-parser) - Automatic CLI generation from a class.
4344
- [kia](https://github.com/HarryPeach/kia) - Simple terminal spinners for Deno 🦕
4445
- [terminal_images](https://github.com/mjrlowe/terminal_images) - A Deno module and CLI tool for displaying images in the terminal.
4546
- [tui](https://github.com/Im-Beast/deno_tui) - Module which allows easy creation of Terminal User Interfaces.
@@ -327,6 +328,7 @@ This list is a collection of the best Deno modules and resources.
327328
- [pre-commit-deno](https://github.com/nozaq/pre-commit-deno) - pre-commit git hooks for Deno projects.
328329
- [pup](https://github.com/hexagon/pup) - Advanced process manager for Deno. With autorestart, fs watch, cron start, process telemetry, ipc, clustering, load balancer and more.
329330
- [starter](https://github.com/denorg/starter) - Deno module starter template with GitHub Actions CI
331+
- [studio-pack-generator](https://github.com/jersou/studio-pack-generator) - Convert a folder or a RSS URL to Studio pack for Lunii device
330332
- [trex](https://github.com/crewdevio/Trex) - Package management like npm for deno.
331333
- [udd](https://github.com/hayd/deno-udd) - Update Deno dependencies: updates import statements to their latest published version.
332334
- [velociraptor](https://github.com/umbopepato/velociraptor) - An npm-style script runner for Deno.

docs/awesome/awesome-developer-first.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,13 +252,13 @@ For the latest additions [click here](https://github.com/agamm/awesome-developer
252252
* [Highlight.io](https://www.highlight.io/) - Full-stack monitoring platform. [![Highlight.io](https://img.shields.io/github/stars/highlight/highlight?style=flat-square&logo=github&labelColor=%230D1117&color=%23161B22)](https://github.com/highlight/highlight)
253253
* [KeenIO](https://keen.io/) - Event streaming platform.
254254
* [LogRocket](https://logrocket.com/) - Replay bugs users had.
255+
* [Opik](https://www.comet.com/site/products/opik/) - Evaluate, test, and ship LLM applications across your dev and production lifecycles. [![Comet](https://img.shields.io/github/stars/comet-ml/opik?style=flat-square&logo=github&labelColor=%230D1117&color=%23161B22)](https://github.com/comet-ml/opik)
255256
* [Pagerly](https://pagerly.io) - Manage Oncalls, Tickets, Incidents in Slack.
256257
* [Rollbar](https://rollbar.com/) - Reports errors in production.
257258
* [Sentry](https://sentry.io/) - Application monitoring for bugs and performance.
258259

259260
## Natural Language Processing
260261
*Interactions with natural language.*
261-
* [CometLLM](https://github.com/comet-ml/comet-llm) - UI to log, visualize, and search prompts, prompt templates, prompt variables, and chains. [![Comet](https://img.shields.io/github/stars/comet-ml/comet-llm?style=flat-square&logo=github&labelColor=%230D1117&color=%23161B22)](https://github.com/comet-ml/comet-llm)
262262
* [DialogFlow](https://cloud.google.com/dialogflow) - Voice/text chatbot framework by Google.
263263

264264
## Orchestration

docs/awesome/awesome-go.md

+2
Original file line numberDiff line numberDiff line change
@@ -1194,6 +1194,7 @@ _Libraries for building GUI Applications._
11941194
_Toolkits_
11951195

11961196
- [app](https://github.com/murlokswarm/app) - Package to create apps with GO, HTML and CSS. Supports: MacOS, Windows in progress.
1197+
- [cimgui-go](https://github.com/AllenDang/cimgui-go) - Auto generated Go wrapper for [Dear ImGui](https://github.com/ocornut/imgui) via [cimgui](https://github.com/cimgui/cimgui).
11971198
- [Cogent Core](https://github.com/cogentcore/core) - A framework for building 2D and 3D apps that run on macOS, Windows, Linux, iOS, Android, and the web.
11981199
- [DarwinKit](https://github.com/progrium/darwinkit) - Build native macOS applications using Go.
11991200
- [energy](https://github.com/energye/energy) - Cross-platform based on LCL(Native System UI Control Library) and CEF(Chromium Embedded Framework) (Windows/ macOS / Linux)
@@ -1530,6 +1531,7 @@ _Libraries that implement messaging systems._
15301531
- [guble](https://github.com/smancke/guble) - Messaging server using push notifications (Google Firebase Cloud Messaging, Apple Push Notification services, SMS) as well as websockets, a REST API, featuring distributed operation and message-persistence.
15311532
- [hare](https://github.com/leozz37/hare) - A user friendly library for sending messages and listening to TCP sockets.
15321533
- [hub](https://github.com/leandro-lugaresi/hub) - A Message/Event Hub for Go applications, using publish/subscribe pattern with support for alias like rabbitMQ exchanges.
1534+
- [hypermatch](https://github.com/SchwarzIT/hypermatch) - A very fast and efficient Go library for matching events to a large set of rules
15331535
- [jazz](https://github.com/socifi/jazz) - A simple RabbitMQ abstraction layer for queue administration and publishing and consuming of messages.
15341536
- [machinery](https://github.com/RichardKnop/machinery) - Asynchronous task queue/job queue based on distributed message passing.
15351537
- [mangos](https://github.com/nanomsg/mangos) - Pure go implementation of the Nanomsg ("Scalability Protocols") with transport interoperability.

docs/awesome/awesome-godot.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Looking for third-party programming language support in Godot?
99
See [Vivraan/godot-lang-support](https://github.com/Vivraan/godot-lang-support).
1010

1111

12-
- [XR] (#xr)
1312

1413
## Games
1514

@@ -69,11 +68,11 @@ See [Vivraan/godot-lang-support](https://github.com/Vivraan/godot-lang-support).
6968

7069
#### Godot 4.3
7170

71+
- [LibreAim](https://github.com/Nokorpo/LibreAim) - Libre FPS aim trainer made with Godot.
7272
- [OpenLiberty](https://github.com/FOSS-Supremacy/OpenLiberty) - An open-source reimplementation of Grand Theft Auto III on the Godot Engine.
7373

7474
#### Godot 4.2
7575

76-
- [LibreAim](https://github.com/Nokorpo/LibreAim) - Libre FPS aim trainer made with Godot.
7776
- [Reia](https://github.com/Quaint-Studios/Reia) - A free game that's an action adventure RPG for Desktop and Mobile with multiplayer, MMO, and offline support.
7877

7978
#### Godot 3.2+

0 commit comments

Comments
 (0)