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-agi-cocosci.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -152,7 +152,7 @@ Contributions are greatly welcomed! Please refer to [Contribution Guidelines](ht
152
152
153
153
*[Probabilistic Horn abduction and Bayesian networks](https://www.sciencedirect.com/science/article/abs/pii/000437029390061F?via%3Dihub) - ***Artificial Intelligence***, 1993. [[All Versions](https://scholar.google.com/scholar?cluster=7728248035489349629)]. This paper presents a simple framework for Horn-clause abduction, with probabilities associated with hypotheses. The framework incorporates assumptions about the rule base and independence assumptions amongst hypotheses. It is shown how any probabilistic knowledge representable in a discrete Bayesian belief network can be represented in this framework. The main contribution is in finding a relationship between logical and probabilistic notions of evidential reasoning. This provides a useful representation language in its own right, providing a compromise between heuristic and epistemic adequacy.
154
154
155
-
*[Abductive Inference in Bayesian Networks: A Review](https://link.springer.com/chapter/10.1007/978-3-540-39879-0_6) - ***Advances in Bayesian Networks***, 2004. [[All Versions](https://scholar.google.com/scholar?cluster=8502276402734843212&hl=en&as_sdt=0,5)].
155
+
*[Abductive Inference in Bayesian Networks: A Review](https://link.springer.com/chapter/10.1007/978-3-540-39879-0_6) - ***Advances in Bayesian Networks***, 2004. [[All Versions](https://scholar.google.com/scholar?cluster=8502276402734843212)]. The goal of this paper is to serve as a survey for the problem of abductive inference (or belief revision) in Bayesian networks. Thus, the problem is introduced in its two variants: total abduction (or MPE) and partial abduction (or MAP) . Also, the problem is formulated in its general case, that is, looking for the K best explanations. Then, a (non exhaustive) review of exact and approximate algorithms for dealing with both abductive inference problems is carried out. Finally, the authors collect the main complexity results appeared in the literature for both problems (MPE and MAP).
156
156
157
157
*[Abductive Logic Programming](https://academic.oup.com/logcom/article-abstract/2/6/719/942121) - ***Journal of Logic Computation***, 1992. [[All Versions](https://scholar.google.com/scholar?cluster=18119357517656745518)]. This paper is a survey and critical overview of recent work on the extension of logic programming to perform abductive reasoning (abductive logic programming). The authors outline the general framework of abduction and its applications to knowledge assimilation and default reasoning; and they introduce an argumentation-theoretic approach to the use of abduction as an interpretation for negation as failure.
Copy file name to clipboardexpand all lines: docs/awesome/awesome-angular.md
+11
Original file line number
Diff line number
Diff line change
@@ -400,6 +400,7 @@ become an Angular expert.
400
400
*[ng-packagr](https://github.com/ng-packagr/ng-packagr) - Compile and package Angular libraries in Angular Package Format (APF).
401
401
*[angular-env-builder](https://github.com/igorissen/angular-env-builder) - Builder to generate `src/environments/environment.ts` file based on your environment variables.
402
402
*[ng-rspack-build](https://github.com/Coly010/ng-rspack-build) - [Rspack](https://github.com/web-infra-dev/rspack) plugin and loaders to build Angular applications.
403
+
*[ngx-devkit-builders](https://github.com/Celtian/ngx-devkit-builders) - This package contains Architect builders used to build and test Angular applications and libraries.
403
404
404
405
#### CLI
405
406
@@ -507,6 +508,7 @@ become an Angular expert.
507
508
*[angular-odata](https://github.com/diegomvh/angular-odata) - A fluent API for querying, creating, updating and deleting OData resources in Angular.
508
509
*[ngx-http-retry](https://github.com/itpixelz/ngx-http-retry) - An Angular service that provides HTTP methods (GET, POST, PUT, DELETE) with built-in retry logic using RxJS's `retry` operator.
509
510
*[ng-memento](https://github.com/terzurumluoglu/ng-memento) - Makes your application faster by preventing the same HTTP requests from being called again in your Angular project.
511
+
*[ngx-suspense-of](https://github.com/Celtian/ngx-suspense-of) - Angular directive that adds suspense to your app.
510
512
511
513
#### Integrations
512
514
@@ -582,6 +584,8 @@ become an Angular expert.
582
584
*[ngx-translate-lint](https://github.com/romanrostislavovich/ngx-translate-lint) - Simple CLI tools for check `ngx-translate` keys.
583
585
*[translate](https://github.com/ngstack/translate) - Translation library for Angular and Ionic applications.
584
586
*[ngx-merge-json-translations](https://github.com/jonnomk/ngx-merge-json-translations) - This builder helps merge the `messages.json` file, after running extract-i18n, into target files using specified locales taking care to delete removed keys and add new ones.
587
+
*[ngx-i18n-extract-regex-cli](https://github.com/Celtian/ngx-i18n-extract-regex-cli) - Tool for extracting translations from Angular app using regex.
588
+
*[ngx-translate-version](https://github.com/Celtian/ngx-translate-version) - Angular module that provides version to your language files.
585
589
586
590
#### Monorepos
587
591
@@ -742,6 +746,7 @@ become an Angular expert.
742
746
*[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!
743
747
*[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`.
744
748
*[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.
749
+
*[ngx-update-app](https://github.com/Celtian/ngx-update-app) - Angular directive for updating app via service workers.
745
750
746
751
---
747
752
@@ -929,6 +934,12 @@ become an Angular expert.
929
934
*[ngx-pipes-toolkit](https://github.com/SlyTed/ngx-pipes-toolkit) - A complementary pipes library for Angular.
930
935
*[ngx-nullish](https://github.com/piecioshka/ngx-nullish) - Angular Structural Directive, which replaces `*ngIf` with Nullish Coalescing operator.
931
936
*[ngx-interpolation](https://github.com/yassine-klilich/ngx-interpolation) - An Angular lightweight library to interprate string interpolation expressions.
937
+
*[ngx-nullable](https://github.com/Celtian/ngx-nullable) - This library provides a way to make properties nullable in Angular templates.
938
+
*[ngx-if-platform](https://github.com/Celtian/ngx-if-platform) - Directive for conditional display based on platform.
939
+
*[ngx-cut](https://github.com/Celtian/ngx-cut) - Angular directive for cutting texts with responsive options.
940
+
*[ngx-app-version](https://github.com/Celtian/ngx-app-version) - Angular directive for writing version into DOM.
941
+
*[ngx-repeat](https://github.com/Celtian/ngx-repeat) - Angular directive for repeating HTML element by count.
942
+
*[ngx-fixed-footer](https://github.com/Celtian/ngx-fixed-footer) - Angular directive that adds fixed footer without overlap.
Copy file name to clipboardexpand all lines: docs/awesome/awesome-blazor.md
+4
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,7 @@ Doing the [Build a web app with Blazor](https://docs.microsoft.com/en-us/learn/m
77
77
*[RapidCMS](https://github.com/ThomasBleijendaal/RapidCMS) -  A code-first, extensible Blazor app that generates a CMS for your own database.
78
78
*[BlazorShop](https://github.com/kalintsenkov/BlazorShop) -  Simple shop application built with Blazor WebAssembly.
79
79
*[Umbraco9 & Blazor WASM Starter Site](https://github.com/cornehoskam/Umbraco9-Blazor-Starterkit) -  A simple starter site for Umbraco v9, making use of Blazor WebAssembly with Tailwind CSS/UI. A project that I use to play around and experiment with Umbraco 9, Blazor WebAssembly, TailwindCSS, the Block List Editor, and several other concepts.
80
+
*[ZauberCMS](https://github.com/YodasMyDad/ZauberCMS) -  Fully featured, highly customisable and plugin based Blazor CMS, heavily inspired by Umbraco.
80
81
### Games
81
82
*[Trains.NET](https://github.com/davidwengier/Trains.NET) -  2D game built with .NET and C# on a [Twitch stream](https://www.twitch.tv/davidwengier). Trains is available to play online at [wengier.com/Trains.NET](https://wengier.com/Trains.NET).
82
83
*[AsteroidsWasm](https://github.com/aesalazar/AsteroidsWasm) -  Collection of .NET 8 C# applications consuming a single .NET Standard project running in: Blazor Client (WebAssembly), Blazor Server, Electron (via Blazor Server), WPF, WinForms, MAUI, WinUI 3. [Demo](https://aesalazar.github.io/AsteroidsWasm/).
@@ -151,6 +152,7 @@ Doing the [Build a web app with Blazor](https://docs.microsoft.com/en-us/learn/m
151
152
*[FootballBlazorApp](https://github.com/johnt84/FootballBlazorApp) -  Simple Football Blazor Server web app displaying fixtures & results, group standings, teams & players and has a player search. [Demo](https://premierleagueblazorapp.azurewebsites.net/).
152
153
*[ComponentBuilder](https://github.com/AchievedOwner/ComponentBuilder) -  -  An automation framework to create Blazor component by `RenderTreeBuilder`.
*[Pointing Party](https://github.com/martijn/PointingParty) -  A tool for distributed agile story point estimation ceremonies, using Blazor WebAssembly and SignalR. [Demo](https://pointingparty.com).
154
156
155
157
## Tutorials
156
158
*[Blazor workshop](https://github.com/dotnet-presentations/blazor-workshop/) -  Blazor app building workshop by [.NET Foundation](https://www.dotnetfoundation.org/), Blazzing Pizza.
@@ -338,8 +340,10 @@ Doing the [Build a web app with Blazor](https://docs.microsoft.com/en-us/learn/m
338
340
*[RazorPageRouteGenerator](https://github.com/surgicalcoder/RazorPageRouteGenerator) -  Generates methods with parameters for Razor and Blazor pages, so you can navigate without having to guess URLs or parameters.
339
341
340
342
## Real-World applications
343
+
*[FairPlayCombined](https://github.com/pticostaricags/FairPlayCombined) -  The FairPlay platform is a set of pre-built customizable solutions created with Blazor.
341
344
342
345
## Videos
346
+
*[What's New for ASP.NET Core & Blazor in .NET 9](https://www.youtube.com/watch?v=2xXc1hNwp0o) - November 14, 2024 -  Find out about all the new features coming to ASP.NET Core & Blazor for web developers in .NET 9.
343
347
*[ASP.NET Community Standup - Making DevToys 2.0 cross-platform with Blazor Hybrid](https://www.youtube.com/watch?v=8yM4jDooWcM) - October 29, 2024 -  Learn about how the developers of DevToys leveraged a custom flavor of Blazor Hybrid to make DevToys 2.0 cross-platform.
344
348
*[What's Next for ASP.NET Core & Blazor](https://www.youtube.com/watch?v=o0CWssf8TFw) - August 22, 2024 -  Find out about all the new features coming to ASP.NET Core & Blazor for web developers in .NET 9.
345
349
*[Build interactive AI-powered web apps with Blazor and .NET](https://www.youtube.com/watch?v=z7V-_JVF_Zo) - August 21, 2024 Learn how you can quickly and easily build interactive AI-powered web apps with Blazor and .NET using a variety of ready-made AI components from the .NET ecosystem.
Copy file name to clipboardexpand all lines: docs/awesome/awesome-connectivity-info.md
+1
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,7 @@ A list of connectivity indexes, maps, and reports to help you better understand
97
97
- Opera - State of the Mobile Web Africa - ([2019](https://blogs.opera.com/news/wp-content/uploads/sites/2/2019/06/SMW_2019.pdf)) ([2016](https://blogs.opera.com/news/wp-content/uploads/sites/2/2016/11/SMWAfrica-Opera-report-2016-01-WEB-1.pdf)).
98
98
- Ericsson Mobility Report - Sub-Saharan Africa - ([2024](https://www.ericsson.com/en/reports-and-papers/mobility-report/closer-look/sub-saharan-africa)) ([2015](https://manypossibilities.net/report-archives/EricssonMobilityReport-nov-2015-regional-report-sub-saharan-africa.pdf))
99
99
-[Open Signal - State of Mobile Networks Reports](http://opensignal.com/reports/) - Report covers a potpourri of countries based on OpenSignal data gathering.
100
+
-[Open Signal - The state of mobile network experience in Africa](https://www.opensignal.com/2024/11/11/the-state-of-mobile-network-experience-in-africa) - (November 2024) A look at download speeds and network quality in 27 African countries.
100
101
-[Lions go digital: The Internet’s transformative potential in Africa](https://www.mckinsey.com/industries/high-tech/our-insights/lions-go-digital-the-internets-transformative-potential-in-africa) - (2013) Report by global consulting firm McKinsey on the potential impact of the Internet in Africa.
Copy file name to clipboardexpand all lines: docs/awesome/awesome-go.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2189,9 +2189,9 @@ _Libraries and tools for templating and lexing._
2189
2189
- [extemplate](https://github.com/dannyvankooten/extemplate) - Tiny wrapper around html/template to allow for easy file-based template inheritance.
2190
2190
- [fasttemplate](https://github.com/valyala/fasttemplate) - Simple and fast template engine. Substitutes template placeholders up to 10x faster than [text/template](https://golang.org/pkg/text/template/).
2191
2191
- [gomponents](https://www.gomponents.com) - HTML 5 components in pure Go, that look something like this: `func(name string) g.Node { return Div(Class("headline"), g.Textf("Hi %v!", name)) }`.
2192
-
- [gospin](https://github.com/m1/gospin) - Article spinning and spintax/spinning syntax engine, useful for A/B, testing pieces of text/articles and creating more natural conversations.
2193
2192
- [got](https://github.com/goradd/got) - A Go code generator inspired by Hero and Fasttemplate. Has include files, custom tag definitions, injected Go code, language translation, and more.
2194
2193
- [goview](https://github.com/foolin/goview) - Goview is a lightweight, minimalist and idiomatic template library based on golang html/template for building Go web application.
2194
+
- [htmgo](https://htmgo.dev) - build simple and scalable systems with go + htmx
0 commit comments