You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/awesome/awesome-angular.md
+13-2
Original file line number
Diff line number
Diff line change
@@ -396,6 +396,7 @@ become an Angular expert.
396
396
*[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.
397
397
*[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).
*[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.
399
400
400
401
#### Builders
401
402
@@ -611,6 +612,17 @@ become an Angular expert.
611
612
*[ngx-translate-version](https://github.com/Celtian/ngx-translate-version) - Angular module that provides version to your language files.
612
613
*[ngx-signal-translate](https://github.com/adamcsk1/ngx-signal-translate) - A signal-driven translation service.
613
614
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
+
614
626
#### Monorepos
615
627
616
628
*[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.
1025
1037
*[ngx-ace-wrapper](https://github.com/zefoy/ngx-ace-wrapper) - Angular wrapper library for [Ace](http://ace.c9.io/).
1026
1038
*[ngx-quill-wrapper](https://github.com/zefoy/ngx-quill-wrapper) - Angular wrapper library for [Quill](http://quilljs.com/).
1027
1039
*[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.
1028
1041
1029
1042
#### File Upload
1030
1043
@@ -1569,10 +1582,8 @@ for the creation of web applications developed with Angular.
1569
1582
*[angular-paginator](https://github.com/sibiraj-s/angular-paginator) - Pagination Component for Angular applications.
1570
1583
*[ngx-flamegraph](https://github.com/mgechev/ngx-flamegraph) - Flame graph for stack trace visualization written in Angular.
1571
1584
*[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.
1573
1585
*[ngx-font-picker](https://github.com/zefoy/ngx-font-picker) - Google fonts font picker widget for Angular.
1574
1586
*[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.
1576
1587
*[ng2-idle](https://github.com/moribvndvs/ng2-idle) - A module for responding to idle users in Angular applications.
1577
1588
*[ng2-gauge](https://github.com/hawkgs/ng2-gauge) - SVG gauge component for Angular.
1578
1589
*[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.
Copy file name to clipboardexpand all lines: docs/awesome/awesome-go.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -557,7 +557,7 @@ _Data stores with expiring records, in-memory distributed data stores, or in-mem
557
557
-[nscache](https://github.com/no-src/nscache) - A Go caching framework that supports multiple data source drivers.
558
558
-[otter](https://github.com/maypok86/otter) - A high performance lockless cache for Go. Many times faster than Ristretto and friends.
559
559
-[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.
561
561
-[theine](https://github.com/Yiling-J/theine-go) - High performance, near optimal in-memory cache with proactive TTL expiration and generics.
562
562
-[timedmap](https://github.com/zekroTJA/timedmap) - Map with expiring key-value pairs.
563
563
-[ttlcache](https://github.com/jellydator/ttlcache) - An in-memory cache with item expiration and generics.
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.
840
840
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`
842
841
-[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`
843
842
-[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`
844
843
-[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.
1247
1246
-[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`
1248
1247
-[HortusFox](https://hortusfox.github.io) - A collaborative plant management system. ([Source Code](https://github.com/danielbrendel/hortusfox-web)) `MIT``PHP/Docker`
1249
1248
-[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`
1250
1250
-[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`
1251
1251
-[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`
1252
1252
-[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`
Copy file name to clipboardexpand all lines: docs/awesome/awesome-slack.md
+1-79
Original file line number
Diff line number
Diff line change
@@ -70,82 +70,4 @@ A list of communities about web development and design that are powered by **Sla
70
70
Your contributions and suggestions are :heart: welcome. Ensure to read the [guidelines](https://github.com/filipelinhares/awesome-slack/blob/master/CONTRIBUTING.md) first.
71
71
72
72
## License
73
-
[](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
-[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.
-[vsdl](https://github.com/kjlaw89/vsdl) - V wrapper for the C-based SDL library.
180
181
-[vsdl2](https://github.com/nsauzede/vsdl2) - A libSDL2 wrapper.
181
182
-[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.
0 commit comments