Skip to content

Commit 1709dd2

Browse files
committed
Robot Updated at:21 Dec 2024 21:09:29 GMT
1 parent a38b1bb commit 1709dd2

6 files changed

+19
-84
lines changed

docs/awesome/awesome-angular.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,7 @@ become an Angular expert.
396396
* [appwrite](https://github.com/appwrite/appwrite) - Using Appwrite, you can easily integrate your [Angular app](https://appwrite.io/docs/quick-starts/angular) with user authentication and multiple sign-in methods, a database for storing and querying users and team data, storage and file management, image manipulation, cloud functions, and more services.
397397
* [permit](https://www.permit.io/) - An authorization-as-a-service solution that can be used with [Angular](https://www.permit.io/blog/how-to-implement-role-based-access-control-rbac-in-angular).
398398
* [ngxfire](https://github.com/teve-no/ngxfire) - Zoneless AngularFire replacement.
399+
* [FusionAuth Angular SDK](https://fusionauth.io/docs/sdks/angular-sdk) - [FusionAuth](https://fusionauth.io/) SDK helps manage authentication state for your Angular app and provides functionality to login, register, and logout users. It also can be configured to automatically manage your refresh token.
399400

400401
#### Builders
401402

@@ -611,6 +612,17 @@ become an Angular expert.
611612
* [ngx-translate-version](https://github.com/Celtian/ngx-translate-version) - Angular module that provides version to your language files.
612613
* [ngx-signal-translate](https://github.com/adamcsk1/ngx-signal-translate) - A signal-driven translation service.
613614

615+
#### Module Federation
616+
617+
* [@module-federation/core](https://github.com/module-federation/core) - Module Federation is a concept that allows developers to share code and resources across multiple JavaScript applications.
618+
* [ng-dynamic-mf](https://github.com/LoaderB0T/ng-dynamic-mf) - Truly dynamic modules at runtime with Module Federation.
619+
* [module-federation-plugin](https://github.com/angular-architects/module-federation-plugin) - Module Federation allows loading separately compiled and deployed code (like micro frontends or plugins) into an application. This plugin makes Module Federation work together with Angular and the CLI.
620+
* [webpack-module-federation-with-angular](https://github.com/edumserrano/webpack-module-federation-with-angular) - Guide to learn about Webpack Module Federation with several Angular code demos.
621+
* [vite-module-federation-angular-test](https://github.com/Seifenn/vite-module-federation-angular-test) - This repository tests the [@module-federation/vite](https://github.com/module-federation/vite) with Angular and AnalogJS, based on the work done in [brandonroberts/angular-vite](https://github.com/brandonroberts/angular-vite). It also tests a host with AnalogJS to test SSR. But now the module federation plugin is not compatible with SSR.
622+
* [angular-microfrontend-demo](https://github.com/gioboa/angular-microfrontend-demo) - Module Federation Vite + Angular is now possible.
623+
* [mfe-crossframework](https://github.com/igorhms/mfe-crossframework) - Module Federation project with Angular Host, Cross-framework remotes and without Nx.
624+
* [backbase-micro-frontends](https://github.com/Backbase/backbase-micro-frontends) - Proof of concept showcasing how legacy apps (widgets) can work together with newer apps (journeys) via Module Federation.
625+
614626
#### Monorepos
615627

616628
* [Nx](https://github.com/nrwl/nx) - Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
@@ -1025,6 +1037,7 @@ become an Angular expert.
10251037
* [ngx-ace-wrapper](https://github.com/zefoy/ngx-ace-wrapper) - Angular wrapper library for [Ace](http://ace.c9.io/).
10261038
* [ngx-quill-wrapper](https://github.com/zefoy/ngx-quill-wrapper) - Angular wrapper library for [Quill](http://quilljs.com/).
10271039
* [ngx-tinymce](https://github.com/cipchk/ngx-tinymce) - [Tinymce](https://www.tiny.cloud/) components built with Angular.
1040+
* [formly-editor](https://github.com/sesan07/formly-editor) - A configurable editor for [ngx-formly](https://github.com/ngx-formly/ngx-formly) forms.
10281041

10291042
#### File Upload
10301043

@@ -1569,10 +1582,8 @@ for the creation of web applications developed with Angular.
15691582
* [angular-paginator](https://github.com/sibiraj-s/angular-paginator) - Pagination Component for Angular applications.
15701583
* [ngx-flamegraph](https://github.com/mgechev/ngx-flamegraph) - Flame graph for stack trace visualization written in Angular.
15711584
* [angular-compiler-output](https://github.com/JeanMeche/angular-compiler-output) - See the JS output of the Angular compiler for a given angular template.
1572-
* [ng-dynamic-mf](https://github.com/LoaderB0T/ng-dynamic-mf) - Truly dynamic modules at runtime with Module Federation.
15731585
* [ngx-font-picker](https://github.com/zefoy/ngx-font-picker) - Google fonts font picker widget for Angular.
15741586
* [ngx-flagr](https://github.com/pBouillon/ngx-flagr) - Effortless feature flag management in Angular.
1575-
* [module-federation-plugin](https://github.com/angular-architects/module-federation-plugin) - Module Federation allows loading separately compiled and deployed code (like micro frontends or plugins) into an application. This plugin makes Module Federation work together with Angular and the CLI.
15761587
* [ng2-idle](https://github.com/moribvndvs/ng2-idle) - A module for responding to idle users in Angular applications.
15771588
* [ng2-gauge](https://github.com/hawkgs/ng2-gauge) - SVG gauge component for Angular.
15781589
* [ngx-angular-query-builder](https://github.com/raysuelzer/ngx-angular-query-builder) - A new version of [angular2-query-builder](https://github.com/zebzhao/Angular-QueryBuilder) that supports modern Angular. Used to create queries and filters.

docs/awesome/awesome-go.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ _Data stores with expiring records, in-memory distributed data stores, or in-mem
557557
- [nscache](https://github.com/no-src/nscache) - A Go caching framework that supports multiple data source drivers.
558558
- [otter](https://github.com/maypok86/otter) - A high performance lockless cache for Go. Many times faster than Ristretto and friends.
559559
- [pocache](https://github.com/naughtygopher/pocache) - Pocache is a minimal cache package which focuses on a preemptive optimistic caching strategy.
560-
- [sturdyc](https://github.com/creativecreature/sturdyc) - A caching library with advanced concurrency features designed to make I/O heavy applications robust and highly performant.
560+
- [sturdyc](https://github.com/viccon/sturdyc) - A caching library with advanced concurrency features designed to make I/O heavy applications robust and highly performant.
561561
- [theine](https://github.com/Yiling-J/theine-go) - High performance, near optimal in-memory cache with proactive TTL expiration and generics.
562562
- [timedmap](https://github.com/zekroTJA/timedmap) - Map with expiring key-value pairs.
563563
- [ttlcache](https://github.com/jellydator/ttlcache) - An in-memory cache with item expiration and generics.

docs/awesome/awesome-selfhosted.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,6 @@ Network distributed filesystems.
838838

839839
Simplified file servers for sharing of one-time/short-lived/temporary files, providing single-click or [drag-and-drop](https://en.wikipedia.org/wiki/Drag_and_drop) upload functionality.
840840

841-
- [ass](https://github.com/tycrek/ass) - The superior self-hosted ShareX server. For use with clients such as ShareX (Windows), Flameshot (Linux), & MagicCap (Linux, macOS). `ISC` `Nodejs/Docker`
842841
- [Chibisafe](https://chibisafe.moe) - File uploader service that aims to to be easy to use and set up. It accepts files, photos, documents, anything you imagine and gives you back a shareable link for you to send to others. ([Source Code](https://github.com/chibisafe/chibisafe)) `MIT` `Docker/Nodejs`
843842
- [elixire](https://elixi.re) - Simple yet advanced screenshot uploading and link shortening service. ([Source Code](https://gitlab.com/elixire/elixire), [Clients](https://gitlab.com/elixire/elixiremanager)) `AGPL-3.0` `Python`
844843
- [Files Sharing](https://github.com/axeloz/filesharing) - Open Source and self-hosted files sharing application based on unique and temporary links. `GPL-3.0` `PHP/Docker`
@@ -1247,6 +1246,7 @@ Software that does not fit in another section.
12471246
- [Habitica](https://habitica.com/) - Habit tracker app which treats your goals like a Role Playing Game. Previously called HabitRPG. ([Source Code](https://github.com/HabitRPG/habitica)) `GPL-3.0/CC-BY-SA-3.0` `Nodejs/Docker`
12481247
- [HortusFox](https://hortusfox.github.io) - A collaborative plant management system. ([Source Code](https://github.com/danielbrendel/hortusfox-web)) `MIT` `PHP/Docker`
12491248
- [IconCaptcha](https://www.fabianwennink.nl/projects/IconCaptcha/) - IconCaptcha is a self-hosted, fast, simple and user-friendly captcha for PHP. ([Source Code](https://github.com/fabianwennink/IconCaptcha-Plugin-jQuery-PHP)) `MIT` `PHP`
1249+
- [iSponsorBlockTV](https://github.com/dmunozv04/iSponsorBlockTV) `` - SponsorBlock for YouTube TV, allows skipping sponsors, muting and skipping ads. `GPL-3.0` `Docker/Python`
12501250
- [Jellyseerr](https://github.com/Fallenbagel/jellyseerr) - Manage requests for your media library, supports Plex, Jellyfin and Emby media servers (fork of Overseerr). `MIT` `Docker/Nodejs`
12511251
- [Jelu](https://bayang.github.io/jelu-web) - Self hosted read and to-read list book tracker. ([Source Code](https://github.com/bayang/jelu)) `MIT` `Java/Docker`
12521252
- [Kasm Workspaces](https://kasmweb.com/) - Streaming containerized apps and desktops to end-users. Examples include Ubuntu in your browser, or simply single apps such as Chrome, OpenOffice, Gimp, Filezilla etc. ([Demo](https://www.kasmweb.com/#demo), [Source Code](https://github.com/kasmtech)) `GPL-3.0` `Docker`

docs/awesome/awesome-slack.md

+1-79
Original file line numberDiff line numberDiff line change
@@ -70,82 +70,4 @@ A list of communities about web development and design that are powered by **Sla
7070
Your contributions and suggestions are :heart: welcome. Ensure to read the [guidelines](https://github.com/filipelinhares/awesome-slack/blob/master/CONTRIBUTING.md) first.
7171

7272
## License
73-
[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)rne/slackblocks) - Python API for building Slack Block Kit messages
74-
- [slack-php-api](https://github.com/jolicode/slack-php-api) - PHP Slack client based on the official OpenAPI specification
75-
- [slacker-cli](https://github.com/juanpabloaj/slacker-cli) - Messages to slack from the command line
76-
- [slashbot](https://github.com/ebrassell/slashbot) - An easy way to create slash commands using AWS Lambda functions
77-
- [boltworks](https://github.com/YSaxon/boltworks) - Extensions to Slack's bolt framework: expandable GUIs, easier callbacks, richer CLIs
78-
79-
### R
80-
81-
- [slackr](https://github.com/hrbrmstr/slackr) - A package to send webhook API messages to Slack channels/users from R
82-
83-
### Ruby
84-
85-
- [slack-notifier](https://github.com/stevenosloan/slack-notifier) - A simple wrapper for posting to Slack
86-
- [slack-notify](https://github.com/sosedoff/slack-notify) - Send notifications to Slack
87-
- [slack-poster](https://github.com/rikas/slack-poster) - Simple gem to post messages on Slack using webhooks
88-
- [slack-ruby-block-kit](https://github.com/CGA1123/slack-ruby-block-kit) - A ruby wrapper for Slack's Block Kit
89-
- [slack-ruby-bot](https://github.com/dblock/slack-ruby-bot) - The easiest way to write a Slack bot in Ruby
90-
- [slack-ruby-bot-server](https://github.com/slack-ruby/slack-ruby-bot-server) - Ruby library for building Slack applications
91-
- [slack-ruby-client](https://github.com/dblock/slack-ruby-client) - A Ruby client for the Slack Web and RealTime Messaging APIs
92-
93-
### Rust
94-
95-
- [slack-morphism-rust](https://github.com/abdolence/slack-morphism-rust) - A modern async Slack API client for Rust
96-
97-
### Scala
98-
99-
- [slack-scala-client](https://github.com/gilbertw1/slack-scala-client) - A Scala Slack client for the Web and RTM API
100-
101-
### Swift
102-
103-
- [SwiftBlocksUI](https://github.com/SwiftBlocksUI/SwiftBlocksUI/) - Interactive Slack messages and modals using a SwiftUI-like declarative style
104-
105-
## :gear:   Open-Source Slack Apps and Integrations
106-
107-
### CoffeeScript
108-
109-
- [jinora](https://github.com/sdslabs/jinora) - Slack webhook app to create anonymous public channels
110-
111-
### Java
112-
113-
- [simple-slack-api](https://github.com/Ullink/simple-slack-api) - A Slack client library in Java
114-
- [tasks-app](https://github.com/slackapi/tasks-app) - Simple task management app produced by Slack
115-
116-
### JavaScript/Typescript
117-
118-
- [definition-app](https://github.com/slackapi/definition-app) - App for storing and accessing company-specific phrases
119-
- [slack-github-action](https://github.com/slackapi/slack-github-action) - Send data into Slack using this GitHub Action
120-
- [slack-reporting-tool](https://github.com/slackapi/slack-reporting-tool) - App that allows team members to report offensive messages
121-
- [tesla-slack](https://github.com/heikkipora/tesla-slack) - Track your Tesla from Slack
122-
- [tasks-app](https://github.com/slackapi/tasks-app) - Simple task management app produced by Slack
123-
124-
### PHP
125-
126-
- [MantisBT-Slack](https://github.com/infojunkie/MantisBT-Slack) - MantisBT plugin to send bug updates to Slack
127-
- [monolog](https://github.com/Seldaek/monolog) - Sends your logs to Slack
128-
129-
### Python
130-
131-
- [slackbot](https://github.com/lins05/slackbot) - A chat bot for Slack
132-
- [slacker-cli](https://github.com/juanpabloaj/slacker-cli) - Messages to slack from the command line
133-
- [tasks-app](https://github.com/slackapi/tasks-app) - Simple task management app produced by Slack
134-
- [wee-slack](https://github.com/rawdigits/wee-slack) - A WeeChat plugin for Slack
135-
136-
### Ruby
137-
138-
- [slack-gamebot](https://github.com/dblock/slack-gamebot) - A game bot for Slack
139-
- [snarkov](https://github.com/gesteves/snarkov) - Sinatra-based Markov bot for Slack
140-
- [tickbot](https://github.com/barryf/tickbot) - Simple team time tracking reminder
141-
- [trebekbot](https://github.com/gesteves/trebekbot) - A Jeopardy! bot for Slack
142-
143-
## :busts_in_silhouette:   Contributions
144-
145-
Contributions are always welcome! Please read the [contribution guidelines](https://github.com/matiassingers/awesome-slack/blob/master/contributing.md) first.
146-
147-
## :classical_building:   License
148-
149-
[![CC0](https://licensebuttons.net/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/)
150-
151-
To the extent possible under law, [Matias Singers](http://mts.io) has waived all copyright and related or neighboring rights to this work.
73+
[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)

docs/awesome/awesome-v.md

+2
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
- [vorum](https://github.com/vlang/vorum) - Open-source blogging/forum software written in V.
112112
- [vss](https://github.com/vssio/vss) - Easy-to-use static site generator.
113113
- [VTik](https://github.com/Sharqo78/VTik) - TikTok and Twitter video downloader app (CLI / Telegram Bot).
114+
- [rr-dl](https://github.com/dy-tea/rr-dl) - Royal-Road Novel downloader.
114115

115116
## Libraries
116117

@@ -179,6 +180,7 @@
179180
- [vsdl](https://github.com/kjlaw89/vsdl) - V wrapper for the C-based SDL library.
180181
- [vsdl2](https://github.com/nsauzede/vsdl2) - A libSDL2 wrapper.
181182
- [vsl.vcl](https://github.com/vlang/vsl/tree/master/vcl#readme) - VCL is a high level way of writing programs with OpenCL using V. These are highly opinionated OpenCL bindings for V. It tries to make GPU computing easy, with some sugar abstraction, V's concurrency and channels.
183+
- [vbmp](https://github.com/dy-tea/vbmp) - Read and write bitmap files.
182184

183185
### IRC
184186

docs/awesome/computer-science.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ Courses | Duration | Effort | Prerequisites | Discussion
277277
[Databases: Semistructured Data](https://www.edx.org/course/semistructured-data)| 2 weeks | 10 hours/week | core programming | [chat](https://discord.gg/duCJ3GN)
278278
[Machine Learning](https://www.coursera.org/specializations/machine-learning-introduction)| 11 weeks | 9 hours/week | Basic coding | [chat](https://discord.gg/NcXHDjy)
279279
[Computer Graphics](https://www.edx.org/course/computer-graphics-2) ([alternative](https://cseweb.ucsd.edu/~viscomp/classes/cse167/wi22/schedule.html))| 6 weeks | 12 hours/week | C++ or Java, linear algebra | [chat](https://discord.gg/68WqMNV)
280-
[Software Engineering: Introduction](https://www.edx.org/learn/software-engineering/university-of-british-columbia-software-engineering-introduction) | 6 weeks | 8-10 hours/week | Core Programming, and a [sizable project](https://github.com/ossu/computer-science/blob/master/FAQ.md#why-require-experience-with-a-sizable-project-before-the-Software-Engineering-courses) | [chat](https://discord.gg/5Qtcwtz)
280+
[Software Engineering: Introduction](https://www.edx.org/learn/software-engineering/university-of-british-columbia-software-engineering-introduction) ([alternative](https://github.com/ubccpsc/310/blob/main/resources/README.md)) | 6 weeks | 8-10 hours/week | Core Programming, and a [sizable project](https://github.com/ossu/computer-science/blob/master/FAQ.md#why-require-experience-with-a-sizable-project-before-the-Software-Engineering-courses) | [chat](https://discord.gg/5Qtcwtz)
281281

282282
### Core ethics
283283

0 commit comments

Comments
 (0)