diff --git a/docs/awesome/awesome-agi-cocosci.md b/docs/awesome/awesome-agi-cocosci.md index 12b2adcea..b1b332210 100644 --- a/docs/awesome/awesome-agi-cocosci.md +++ b/docs/awesome/awesome-agi-cocosci.md @@ -152,7 +152,7 @@ Contributions are greatly welcomed! Please refer to [Contribution Guidelines](ht * [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. -* [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)]. +* [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). * [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. diff --git a/docs/awesome/awesome-angular.md b/docs/awesome/awesome-angular.md index 2cd99b176..5bc62647b 100644 --- a/docs/awesome/awesome-angular.md +++ b/docs/awesome/awesome-angular.md @@ -400,6 +400,7 @@ become an Angular expert. * [ng-packagr](https://github.com/ng-packagr/ng-packagr) - Compile and package Angular libraries in Angular Package Format (APF). * [angular-env-builder](https://github.com/igorissen/angular-env-builder) - Builder to generate `src/environments/environment.ts` file based on your environment variables. * [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. +* [ngx-devkit-builders](https://github.com/Celtian/ngx-devkit-builders) - This package contains Architect builders used to build and test Angular applications and libraries. #### CLI @@ -507,6 +508,7 @@ become an Angular expert. * [angular-odata](https://github.com/diegomvh/angular-odata) - A fluent API for querying, creating, updating and deleting OData resources in Angular. * [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. * [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. +* [ngx-suspense-of](https://github.com/Celtian/ngx-suspense-of) - Angular directive that adds suspense to your app. #### Integrations @@ -582,6 +584,8 @@ become an Angular expert. * [ngx-translate-lint](https://github.com/romanrostislavovich/ngx-translate-lint) - Simple CLI tools for check `ngx-translate` keys. * [translate](https://github.com/ngstack/translate) - Translation library for Angular and Ionic applications. * [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. +* [ngx-i18n-extract-regex-cli](https://github.com/Celtian/ngx-i18n-extract-regex-cli) - Tool for extracting translations from Angular app using regex. +* [ngx-translate-version](https://github.com/Celtian/ngx-translate-version) - Angular module that provides version to your language files. #### Monorepos @@ -742,6 +746,7 @@ become an Angular expert. * [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! * [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`. * [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. +* [ngx-update-app](https://github.com/Celtian/ngx-update-app) - Angular directive for updating app via service workers. --- @@ -929,6 +934,12 @@ become an Angular expert. * [ngx-pipes-toolkit](https://github.com/SlyTed/ngx-pipes-toolkit) - A complementary pipes library for Angular. * [ngx-nullish](https://github.com/piecioshka/ngx-nullish) - Angular Structural Directive, which replaces `*ngIf` with Nullish Coalescing operator. * [ngx-interpolation](https://github.com/yassine-klilich/ngx-interpolation) - An Angular lightweight library to interprate string interpolation expressions. +* [ngx-nullable](https://github.com/Celtian/ngx-nullable) - This library provides a way to make properties nullable in Angular templates. +* [ngx-if-platform](https://github.com/Celtian/ngx-if-platform) - Directive for conditional display based on platform. +* [ngx-cut](https://github.com/Celtian/ngx-cut) - Angular directive for cutting texts with responsive options. +* [ngx-app-version](https://github.com/Celtian/ngx-app-version) - Angular directive for writing version into DOM. +* [ngx-repeat](https://github.com/Celtian/ngx-repeat) - Angular directive for repeating HTML element by count. +* [ngx-fixed-footer](https://github.com/Celtian/ngx-fixed-footer) - Angular directive that adds fixed footer without overlap. #### Drag and Drop diff --git a/docs/awesome/awesome-blazor.md b/docs/awesome/awesome-blazor.md index 30f75d30f..085ff5165 100644 --- a/docs/awesome/awesome-blazor.md +++ b/docs/awesome/awesome-blazor.md @@ -77,6 +77,7 @@ Doing the [Build a web app with Blazor](https://docs.microsoft.com/en-us/learn/m * [RapidCMS](https://github.com/ThomasBleijendaal/RapidCMS) - ![stars](https://img.shields.io/github/stars/ThomasBleijendaal/RapidCMS?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/ThomasBleijendaal/RapidCMS?style=flat-square&cacheSeconds=86400) A code-first, extensible Blazor app that generates a CMS for your own database. * [BlazorShop](https://github.com/kalintsenkov/BlazorShop) - ![stars](https://img.shields.io/github/stars/kalintsenkov/BlazorShop?style=flat-square&cacheSeconds=604800) ![Last commit](https://img.shields.io/github/last-commit/kalintsenkov/BlazorShop?style=flat-square&cacheSeconds=86400) Simple shop application built with Blazor WebAssembly. * [Umbraco9 & Blazor WASM Starter Site](https://github.com/cornehoskam/Umbraco9-Blazor-Starterkit) - ![last commit](https://img.shields.io/github/last-commit/cornehoskam/Umbraco9-Blazor-Starterkit?style=flat-square&cacheSeconds=86400) 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. +* [ZauberCMS](https://github.com/YodasMyDad/ZauberCMS) - ![stars](https://img.shields.io/github/stars/YodasMyDad/ZauberCMS?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/YodasMyDad/ZauberCMS?style=flat-square&cacheSeconds=86400) Fully featured, highly customisable and plugin based Blazor CMS, heavily inspired by Umbraco. ### Games * [Trains.NET](https://github.com/davidwengier/Trains.NET) - ![stars](https://img.shields.io/github/stars/davidwengier/Trains.NET?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/davidwengier/Trains.NET?style=flat-square&cacheSeconds=86400) 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). * [AsteroidsWasm](https://github.com/aesalazar/AsteroidsWasm) - ![stars](https://img.shields.io/github/stars/aesalazar/AsteroidsWasm?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/aesalazar/AsteroidsWasm?style=flat-square&cacheSeconds=86400) 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 * [FootballBlazorApp](https://github.com/johnt84/FootballBlazorApp) - ![last commit](https://img.shields.io/github/last-commit/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/). * [ComponentBuilder](https://github.com/AchievedOwner/ComponentBuilder) - ![last commit](https://img.shields.io/github/last-commit/AchievedOwner/ComponentBuilder) - ![GitHub Repo stars](https://img.shields.io/github/stars/AchievedOwner/ComponentBuilder?style=plastic) An automation framework to create Blazor component by `RenderTreeBuilder`. * [Moldinium](https://github.com/jtheisen/moldinium) - ![last commit](https://img.shields.io/github/last-commit/jtheisen/moldinium?style=flat-square&cacheSeconds=86400) MobX-style dependency tracking in Blazor (proof-of-concept level maturity) +* [Pointing Party](https://github.com/martijn/PointingParty) - ![last commit](https://img.shields.io/github/last-commit/martijn/PointingParty?style=flat-square&cacheSeconds=86400) A tool for distributed agile story point estimation ceremonies, using Blazor WebAssembly and SignalR. [Demo](https://pointingparty.com). ## Tutorials * [Blazor workshop](https://github.com/dotnet-presentations/blazor-workshop/) - ![GitHub stars](https://img.shields.io/github/stars/dotnet-presentations/blazor-workshop?style=flat-square&cacheSeconds=604800&logo=microsoft) 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 * [RazorPageRouteGenerator](https://github.com/surgicalcoder/RazorPageRouteGenerator) - ![GitHub stars](https://img.shields.io/github/stars/surgicalcoder/RazorPageRouteGenerator?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/surgicalcoder/RazorPageRouteGenerator?style=flat-square&cacheSeconds=86400) Generates methods with parameters for Razor and Blazor pages, so you can navigate without having to guess URLs or parameters. ## Real-World applications +* [FairPlayCombined](https://github.com/pticostaricags/FairPlayCombined) - ![GitHub stars](https://img.shields.io/github/stars/pticostaricags/FairPlayCombined?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/pticostaricags/FairPlayCombined?style=flat-square&cacheSeconds=86400) The FairPlay platform is a set of pre-built customizable solutions created with Blazor. ## Videos +* [What's New for ASP.NET Core & Blazor in .NET 9](https://www.youtube.com/watch?v=2xXc1hNwp0o) - November 14, 2024 - ![duration](https://img.shields.io/badge/Duration:%20-40%20min-%230094FF?style=flat-square&cacheSeconds=maxAge&logo=youtube) Find out about all the new features coming to ASP.NET Core & Blazor for web developers in .NET 9. * [ASP.NET Community Standup - Making DevToys 2.0 cross-platform with Blazor Hybrid](https://www.youtube.com/watch?v=8yM4jDooWcM) - October 29, 2024 - ![duration](https://img.shields.io/badge/Duration:%20-64%20min-%230094FF?style=flat-square&cacheSeconds=maxAge&logo=youtube) Learn about how the developers of DevToys leveraged a custom flavor of Blazor Hybrid to make DevToys 2.0 cross-platform. * [What's Next for ASP.NET Core & Blazor](https://www.youtube.com/watch?v=o0CWssf8TFw) - August 22, 2024 - ![duration](https://img.shields.io/badge/Duration:%20-75%20min-%230094FF?style=flat-square&cacheSeconds=maxAge&logo=youtube) Find out about all the new features coming to ASP.NET Core & Blazor for web developers in .NET 9. * [Build interactive AI-powered web apps with Blazor and .NET](https://www.youtube.com/watch?v=z7V-_JVF_Zo) - August 21, 2024![duration](https://img.shields.io/badge/Duration:%20-36%20min-%230094FF?style=flat-square&cacheSeconds=maxAge&logo=youtube) 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. diff --git a/docs/awesome/awesome-cli-apps.md b/docs/awesome/awesome-cli-apps.md index 03bb54b6d..c75b1bcb8 100644 --- a/docs/awesome/awesome-cli-apps.md +++ b/docs/awesome/awesome-cli-apps.md @@ -61,7 +61,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [Dwarf Fortress](http://www.bay12games.com/dwarves/) - Roguelike construction and management simulation. - [Cataclysm-DDA](https://cataclysmdda.org) - Turn-based survival game set in a post-apocalyptic world. -- [pokete](https://github.com/lxgr-linux/pokete) - Pokemon-like. +- [Pokete](https://github.com/lxgr-linux/Pokete) - Pokemon-like. ### Books @@ -336,7 +336,7 @@ See [plaintextaccounting.org](https://plaintextaccounting.org) for a great overv ### Math - [mdlt](https://github.com/metadelta/mdlt) - Do quick math right from the command line. -- [Qalculate](https://github.com/Qalculate/libqalculate) - Calculate non-trival math expressions. Unit conversions, symbolic calculations and more. +- [Qalculate](https://github.com/Qalculate/libqalculate) - Calculate non-trivial math expressions. Unit conversions, symbolic calculations and more. ### Weather @@ -417,7 +417,7 @@ See [plaintextaccounting.org](https://plaintextaccounting.org) for a great overv - [ranger](https://github.com/ranger/ranger) - A console file manager with VI key bindings. - [midnight-commander](https://github.com/MidnightCommander/mc) - A feature rich visual file manager. -- [Vifm](https://vifm.info/) - VI influnced file manager. +- [Vifm](https://vifm.info/) - VI influenced file manager. - [nnn](https://github.com/jarun/nnn) - File browser and disk usage analyzer with excellent desktop integration. - [lf](https://github.com/gokcehan/lf) - Fast, extensively customizable file manager. - [clifm](https://github.com/leo-arch/clifm) - The command line file manager. @@ -491,7 +491,7 @@ See [plaintextaccounting.org](https://plaintextaccounting.org) for a great overv - [broot](https://github.com/Canop/broot) - Fuzzy finder similar to fzf, but with space usage visualization. - [rare](https://github.com/zix99/rare) - Real-time regex aggregation and analysis. - [skim](https://github.com/lotabout/skim) - A general fuzzy finder written in rust, similar to fzf. -- [ast-grep](https://github.com/ast-grep/ast-grep) - A tool for code structrual search, linting and rewriting. +- [ast-grep](https://github.com/ast-grep/ast-grep) - A tool for code structural search, linting and rewriting. ## Version Control diff --git a/docs/awesome/awesome-connectivity-info.md b/docs/awesome/awesome-connectivity-info.md index 473c357db..822072422 100644 --- a/docs/awesome/awesome-connectivity-info.md +++ b/docs/awesome/awesome-connectivity-info.md @@ -97,6 +97,7 @@ A list of connectivity indexes, maps, and reports to help you better understand - 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)). - 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)) - [Open Signal - State of Mobile Networks Reports](http://opensignal.com/reports/) - Report covers a potpourri of countries based on OpenSignal data gathering. +- [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. - [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. ## Other sources diff --git a/docs/awesome/awesome-go.md b/docs/awesome/awesome-go.md index 18e52a7c2..169f4624d 100644 --- a/docs/awesome/awesome-go.md +++ b/docs/awesome/awesome-go.md @@ -2189,9 +2189,9 @@ _Libraries and tools for templating and lexing._ - [extemplate](https://github.com/dannyvankooten/extemplate) - Tiny wrapper around html/template to allow for easy file-based template inheritance. - [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/). - [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)) }`. -- [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. - [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. - [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. +- [htmgo](https://htmgo.dev) - build simple and scalable systems with go + htmx - [jet](https://github.com/CloudyKit/jet) - Jet template engine. - [liquid](https://github.com/osteele/liquid) - Go implementation of Shopify Liquid templates. - [maroto](https://github.com/johnfercher/maroto) - A maroto way to create PDFs. Maroto is inspired in Bootstrap and uses gofpdf. Fast and simple. diff --git a/docs/awesome/awesome-godot.md b/docs/awesome/awesome-godot.md index bb2e93bd1..b409374ab 100644 --- a/docs/awesome/awesome-godot.md +++ b/docs/awesome/awesome-godot.md @@ -110,6 +110,7 @@ See [Vivraan/godot-lang-support](https://github.com/Vivraan/godot-lang-support). - [GATT - Godot Autotile Texture Templater](https://github.com/sesopenko/gatt) - A tool for generating 2x2 and 3x3 autotile tilesets in whichever size and colour needed. - [Godello](https://github.com/alfredbaudisch/Godello) - A Trello-like kanban board application made with Godot. A proof of concept for complex non-game applications with Godot, as well real-time online interactions between multiple users. Includes backend code. - [Material Maker](https://github.com/RodZill4/material-maker) - Create PBR materials procedurally (similar to Substance Designer). +- [SimulaVR](https://github.com/SimulaVR/Simula) - A VR window manager for Linux, built on top of Godot engine. - [vpuppr](https://github.com/virtual-puppet-project/vpuppr) - A cross-platform VTuber application with mulitple tracking backends. ## Templates @@ -195,6 +196,7 @@ See [Vivraan/godot-lang-support](https://github.com/Vivraan/godot-lang-support). - [Maaack's Scene Loader](https://github.com/Maaack/Godot-Scene-Loader) - Scene loader that includes a loading screen, progress bar, and error handling. - [Orchestrator](https://github.com/Vahera/godot-orchestrator) - Dialog and visual-scripting subsystem for 2D and 3D games. - [PixelPen](https://github.com/pixelpen-dev/pixelpen) - Pixel art drawing and animation: Common drawing tools such as selection, shape creation, mirroring, tiling, and animation features within the Godot editor. +- [Quest Manager](https://github.com/Rubonnek/quest-manager) - Minimalistic quest manager able to track quest state at runtime for easier debugging. - [QuestSystem](https://github.com/shomykohai/quest-system) - A simple and extensible quest manager and creator. - [Scene Manager](https://github.com/glass-brick/Scene-Manager) - Make nice and customizable scene transitions in one line of code. *(Godot 3 and 4)* - [Shaker](https://github.com/Eneskp3441/Shaker) - Plugin that adds shaking and emitters for cameras, nodes or any property in 2D and 3D. diff --git a/docs/awesome/awesome-remote-job.md b/docs/awesome/awesome-remote-job.md index d97b3a7e6..4c5e4c404 100644 --- a/docs/awesome/awesome-remote-job.md +++ b/docs/awesome/awesome-remote-job.md @@ -144,12 +144,9 @@ A curated list of awesome [remote working](https://en.wikipedia.org/wiki/Telecom 1. [Cryptocurrency Jobs](https://cryptocurrencyjobs.co/remote/) - Location filter -> *Remote* 1. [CyberJobHunt.in](https://cyberjobhunt.in/) - Explore Cyber Security Jobs in top Companies and Startups. 1. [Daily Remote](https://dailyremote.com) Filter and find remote jobs for every role! - 1. [Dev Employ](https://devemploy.com) Hand-picked developer jobs 1. [Diversify Tech](https://www.diversifytech.co/job-board) - Companies are transparent about their Diversity & Inclusion efforts 1. [Dribbble Jobs](https://dribbble.com/jobs?location=Anywhere) 1. [Drupal Jobs](https://jobs.drupal.org/home/type/telecommute-remote-3588) - 1. [Find Bacon](https://findbacon.com) - Design and Dev jobs - 1. [Flexjobs](https://www.flexjobs.com/) – Telecommuting Jobs & Professional Part-Time Jobs. 1. [freelancermap](https://www.freelancermap.com/remote-jobs) - Freelance & contract jobs for IT experts (mostly German projects) 1. [Golangprojects](https://www.golangprojects.com/golang-remote-jobs.html) filter -> Remote only 1. [GraphQL Jobs](https://graphql.jobs/r/remote) - Work with GraphQL in a modern startup. @@ -160,20 +157,21 @@ A curated list of awesome [remote working](https://en.wikipedia.org/wiki/Telecom 1. [HN hiring](http://hnhiring.me/) – Filter REMOTE. 1. [JavaProHire](https://javaprohire.com/) - Java developer jobs 1. [JOBBOX.io](https://landing.jobs/offers) – Filter -> Remote only. - 1. [Jobhunt.ai](https://jobhunt.ai/machinelearning-remote-jobs.html) – Machine learning jobs. Filter -> Remote only. + 1. [JobsCollider](https://jobscollider.com/remote-jobs) - * Tens of thousands of remote jobs from over 10,000 companies and startups worldwide. * 1. [Jobspresso](https://jobspresso.co/) * High-quality remote positions that are open and legitimate * 1. [JustRemote](https://justremote.co) 1. [Landing.jobs](https://landing.jobs/offers) filter -> Remote only 1. [Larajobs](https://larajobs.com/?location=&remote=1) – The artisan employment connection - 1. [LGBTQ Remotely](https://lgbtqremotely.com/) – Democratizing remote job opportunities for the LGBTQ+ community. 1. [No Fluff Jobs](https://nofluffjobs.com/#criteria=remote) – Filter -> “*remote*” 1. [NODESK](https://nodesk.co/remote-jobs/) 1. [Power to Fly](https://powertofly.com/jobs/) - Specific to women + 1. [Remote AI Jobs](https://www.moaijobs.com/remote-ai-jobs) - Remote AI jobs in Machine Learning, Engineering, Data Science, Research, etc 1. [Remote Backend Jobs](https://remotebackendjobs.com/) - Find exclusively remote backend jobs aggregated from the top 22 job boards in the world. 1. [Remote Frontend Jobs](https://remotefrontendjobs.com/) - Find exclusively remote frontend jobs aggregated from the top 22 job boards in the world. 1. [PyJobs.com](https://www.pyjobs.com/?remoteLevel[0]=1&remoteLevel[1]=2) - Jobs for Python developers 1. [Remote Game Jobs](https://remotegamejobs.com/) - Find remote work and talent in the game industry. 1. [remote-es/remotes](https://github.com/remote-es/remotes) - Repository listing companies which offer full-time remote jobs with Spanish contracts + 1. [thatmlopsguy/remote-pt](https://github.com/thatmlopsguy/remote-pt) - Repository listing companies which offer full-time remote jobs with Portuguese contracts 1. [remote-jobs](https://github.com/jessicard/remote-jobs) - A list of semi to fully remote-friendly companies in tech 1. [Remotees](https://remotees.com/) 1. [Remotewide](https://remotewide.co/) - Find remote jobs with location independent pay @@ -195,13 +193,13 @@ A curated list of awesome [remote working](https://en.wikipedia.org/wiki/Telecom 1. [React.js Jobs](https://www.react-jobs.com) Find React.js jobs all around the world - Click on "Remote" toggle button. 1. [Web3Jobs](https://web3.career/remote-jobs) - Remote Web3 Jobs 1. [Wellfound](https://wellfound.com/jobs) - Startup Jobs. Search by going to Job Type, and selecting "Remote OK". - 1. [We Love Go](https://www.welovegolang.com/) Find Go jobs and Go people all around the world - Click on "Remote Go jobs" link. #golang 1. [We Work Remotely](https://weworkremotely.com/) 1. [Workana](https://www.workana.com/) Freelance Job Board in Spanish and Portuguese 1. [Working Nomads](https://www.workingnomads.co/jobs) 1. [zuhausejobs.com](https://zuhausejobs.com) - Remote Jobs in German-speaking countries (Germany/Austria/Switzerland) 1. [Dataaxy](https://dataaxy.com) Job board and reverse job board specialized in Data and AI in North America 1. [Freel](https://freel.ca) Freelancers job board in Canada + 1. [DevOpsJobs](https://devopsprojectshq.com) DevOps, SRE, Cloud and Platform engineering jobs ## Job boards aggregators 1. [Career Vault](https://www.careervault.io) - Hundreds of remote jobs added each day from thousands of company career pages. Free and no signup required. 1. [Findwork](https://findwork.dev/) Crawls multiple job boards and enriches job postings with Glassdoor (reviews) and Crunchbase (funding). @@ -229,7 +227,6 @@ A curated list of awesome [remote working](https://en.wikipedia.org/wiki/Telecom 1. [Nest Copenhagen](https://nestcopenhagen.dk/) - Coliving space in Copenhagen, Denmark 1. [NoHatDigital](https://www.nohatdigital.com/mansionpage/) - Coliving space in Mexico 1. [Nomad House](https://nomadhouse.io) - Global network of nomad housing - 1. [Roam](https://www.roam.co/) - Global network of coliving spaces 1. [Sende](https://sende.co/) - Coliving & coworking space in northern Spain 1. [Sun Desk](https://www.sun-desk.com/) - Coliving & coworking space in Taghazout, Morocco 1. [Talent Garden](https://talentgarden.org/coworking/) - Coworking space mainly in Italy but available in some other countries @@ -251,7 +248,7 @@ A curated list of awesome [remote working](https://en.wikipedia.org/wiki/Telecom 1. [adaface.com/pair-pro](https://www.adaface.com/pair-pro) - Remote pair programming interview tool with shared editor, code compiler and video conferencing 1. [interviewing.io](https://interviewing.io/) - Become awesome at technical interviews 1. [karat.io](https://karat.com/) - Have a free practice coding interview with a professional interviewer - 1. [pramp](https://pramp.com) - Practice coding interviews (both sides of the table) with other candidates + 1. [exponent](https://www.tryexponent.com) - Practice coding interviews (both sides of the table) with other candidates 1. [remoteinterview.io](https://www.remoteinterview.io/) - Coding tests & pair programming interview tools 1. [skillmeter.com](https://skillmeter.com/) - Online skills testing platform for recruiters & companies 1. [hackerrank.com](https://www.hackerrank.com/) - Online platform for code studying and recruiting with job offers also @@ -265,14 +262,16 @@ A curated list of awesome [remote working](https://en.wikipedia.org/wiki/Telecom ## Newsletters 1. [Daily Remote](https://dailyremote.com/newsletter) - A newsletter containing remote jobs crafted and curated especially for you + 2. [European Remote](https://europeanremote.com/alerts) - Selected opportunities for European tech folks, every week in your inbox 1. [Figures](https://joinfigures.com) - Set your salary requirement and receive remote jobs that pay more 1. [Making Remote Work](https://www.mailerlite.com/remote-newsletter) - MailerLite's monthly remote newsletter sharing best practices, mistakes and learnings, world views (quite literally) and remote job vacancies. 1. [NODESK](https://nodesk.co/) - A newsletter about digital nomads and remote work that is sent out every two weeks. 1. [Remote Internships](https://smash.vc/startup-newsletter/) + 1. [Remote Jobs Club](https://remotejobsclub.com) - Weekly newsletter featuring a hand curated list of remote jobs 1. [Remoteur](http://www.remoteur.com) - Remote jobs in Europe delivered to your inbox bi-weekly 1. [Remotive - productive remote workers](https://remotive.io/) - A weekly newsletter on Remote Tips & Jobs sent to 10,000+ Remote Workers 1. [Yonder Newsletter](https://yonder.io/newsletter) - Daily remote work tips, links, articles, and the Yonder Podcast - 1. [Remote Jobs Club](https://remotejobsclub.com) - Weekly newsletter featuring a hand curated list of remote jobs + ## Podcasts 1. [Building Remote Teams](https://www.buildingremoteteams.com/) - Targeted at people already working remotely and focuses on nuanced challenges of remote work. @@ -298,7 +297,7 @@ A curated list of awesome [remote working](https://en.wikipedia.org/wiki/Telecom 1. [Ameego](http://ameego.ca/) - Restaurant scheduling software. 1. [Arkency](https://arkency.com/join-our-team/) - Rails and React.js experts, fully remote/async. 1. [Array.com](https://array.com/careers) - Financial, identity, and privacy protection tools. - 1. [Articulate](https://articulate.com/company/careers.php) - EdTech. Makes software that helps teachers make e-learning courses. Ruby, Node, C#, and .NET for Windows app. + 1. [Articulate](https://www.articulate.com/about/careers) - EdTech. Makes software that helps teachers make e-learning courses. Ruby, Node, C#, and .NET for Windows app. 1. [AT&T](https://att.jobs) - Nearly [20% of the eligible workforce](https://www.att.com/Common/about_us/files/csr_2012/worklife_balance.pdf) works remotely. 1. [Aurora Solar](https://aurorasolar.com/careers/) - solar permitting. 1. [Auth0](https://auth0.com/jobs) - Zero-friction authentication and authorization for developers. @@ -314,6 +313,7 @@ A curated list of awesome [remote working](https://en.wikipedia.org/wiki/Telecom 1. [BaseCamp](https://basecamp.com/about/team) - Project management software. 1. [Baselayer](https://www.baselayer.com/company/careers/) - Data center and infrastructure management software. 1. [BeBanjo](https://bebanjo.com/careers/) - Software as a service for managing video on-demand. Ruby / Rails, Elasticsearch, Sidekiq. + 1. [Bilsteingroup](https://bilsteingroup.com/en/career/) - Automotive spare parts. Python, Java, Postgres. Teams accross Europe. HQ in Germany. 1. [Binti](https://binti.com/current-openings/) - Foster care. 1. [Bluespark Labs](https://www.bluespark.com/careers) - WebDev Consulting and makers of Roomify. Remote team with HQs in Raleigh, NC and Italy. Drupal. 1. [Blend](https://blend.com/company/careers/) - Fintech. @@ -323,7 +323,7 @@ A curated list of awesome [remote working](https://en.wikipedia.org/wiki/Telecom 1. [Bugfender](https://bugfender.com/) - Bugfender is a remote logger for multiple platforms including iOS and Android. It stores logs created by your application and sends them to our server, creating a remote console where you can see logs in real time. Remote company based in Barcelona. 1. [ButterCloud](http://www.buttercloud.com/) - A small team of web & app developers. We help startups & small to medium-sized businesses build, maintain, and grow their products. 1. [Calm](https://www.calm.com/careers) - improve your health and happiness. - 1. [Cadasta](https://cadasta.org/about-us-3/careers-2/) - Secure platform for mapping global land & resource rights. 100% remote team; Python, Django, JavaScript, PostgreSQL. + 1. [Cadasta](https://cadasta.org/) - Secure platform for mapping global land & resource rights. 100% remote team; Python, Django, JavaScript, PostgreSQL. 1. [Canonical](https://www.canonical.com/careers/all-vacancies) - Ubuntu. 1. [Ceros](https://labs.ceros.com/jobs/#/) - . 1. [Chef](https://www.chef.io/careers/) - We are all about IT automation for speed and awesomeness. Ruby, JavaScript & shell scripting. HQ in Seattle but we have employees all around US. @@ -355,7 +355,6 @@ A curated list of awesome [remote working](https://en.wikipedia.org/wiki/Telecom 1. [Doist](https://doist.com/jobs/) - Redefining productivity since 2007. 1. [DoIT](https://careers.doit.com/) - technology and cloud expertise. 1. [Dotnetos](https://dotnetos.org/) - Dotnet performance conferences, meetups and courses. - 1. [Dotsub](https://dotsub.com/jobs) - Browser-based platform for subtitling & translating online videos. Java / Spring, JavaScript / React.js 1. [Doximity](https://www.doximity.com/about/jobs) - Largest online medical network of US physicians. Ruby, Rails, Go, JavaScript, MySQL. 1. [Drupal Association](https://assoc.drupal.org/jobs) - Non-profit supporting the Drupal project. 1. [Dropbox](https://jobs.dropbox.com/all-jobs) - file hosting service that provides cloud storage. @@ -375,6 +374,7 @@ A curated list of awesome [remote working](https://en.wikipedia.org/wiki/Telecom 1. [Ghost](https://ghost.org/about/#careers) - Publishing platform. 1. [Giant Swarm](https://www.giantswarm.io/careers) - Giant Swarm’s managed microservices infrastructure enables enterprises to run agile, resilient, distributed systems at scale, while removing the tasks related to managing the complex underlying infrastructure 1. [Gigster](https://gigster.com/) - vetted network of top 5% freelancers worldwide. PM, Dev, Sales positions available. + 1. [TestGrid](https://www.testgrid.io/) - TestGrid is a leading provider of end-to-end automation cloud and on-premise testing solutions. With a focus on simplifying the testing process, TestGrid's innovative AI-powered technology allows organizations to streamline their end to end testing process. Hiring developers, sales & marketing folks worldwide. 1. [HeadSpin](https://www.headspin.io/) - world’s first Digital Experience AI Platform that combines cloud-hosted and on-prem global device infrastructure, test automation, and ML-driven performance & quality of experience analytics for mobile, web, audio, and video. 1. [Gitbook](https://jobs.gitbook.com/) - Publishing toolchain based on git. JavaScript, node.js, Go. 1. [GitHub](https://github.com/about/jobs) @@ -450,6 +450,7 @@ A curated list of awesome [remote working](https://en.wikipedia.org/wiki/Telecom 1. [Niteo](https://niteo.co/careers) - A decade old SaaS studio full of bright ideas, building smart solutions to empower small businesses online. 1. [NodeSource](https://nodesource.com/about) - NodeSource is dedicated to creating a sustainable ecosystem for Node.js. 1. [Nozbe](https://nozbe.com/careers) - GTD app for Mac, Windows, Linux, Android, iPad and iPhone. + 1. [Neon Postgres Database](https://neon.tech/careers) - Neon is a distributed fully remote team building open-source, cloud-native Postgres and Neon is an open-source alternative to AWS Aurora or Google's Cloud SQL for Postgres. 1. [ofri](https://www.ofri.ch/job_openings) - A swiss online marketplace that connects homeowners with quality home improvement professionals. 1. [Olark](https://www.olark.com/jobs) - Chat support funnel. 1. [onTheGo Systems](https://www.onthegosystems.com/jobs/) - WordPress Developer, Supporter and Marketing Jobs. @@ -460,6 +461,7 @@ A curated list of awesome [remote working](https://en.wikipedia.org/wiki/Telecom 1. [Patients Know Best](https://patients.workable.com/) - Empowering patients to manage their care, enabling professionals to share information while improving efficiencies for payers. 1. [Paylocity](https://www.paylocity.com/careers/) - HR and payroll solutions 1. [Pilot](https://pilot.co) - Pilot is a software platform that removes all the pain from contract work. We find work, negotiate contracts, send invoices and chase payments for hundreds of forward-looking engineers and designers around the world. + 1. [Pinterest](https://www.pinterestcareers.com/jobs/#results) - Pinterest does hire people to work remote jobs. So, they're "remote-ish" 1. [Pleo](https://careers.pleo.io/) - Pleo is a company payment card solution that automates expense reports and simplifies company spending. 1. [Precision Nutrition](https://www.precisionnutrition.com/) - Online Nutrition Coaching and Certification. 1. [PreviousNext](https://www.previousnext.com.au) - Australian based Drupal agency. @@ -479,10 +481,12 @@ A curated list of awesome [remote working](https://en.wikipedia.org/wiki/Telecom 1. [RightScale](https://www.flexera.com/about-us/careers.html) 1. [Sangoma](https://www.sangoma.com/) - Trusted leader in delivering globally scalable Voice-Over-IP telephony systems, both on-site and cloud-based. C, PHP, Python, JavaScript, Linux, FreePBX, VoIP. 1. [Scrapinghub](https://scrapinghub.com/jobs) + 1. [SearchApi](https://www.searchapi.io/) - Real-time API to access structured search results of Google, Bing, Baidu, Amazon, Youtube, and other search engines. Ruby, Rails, Hotwire, TailwindCSS, PostgreSQL, Redis, Sidekiq, Terraform. 1. [Sketch](https://www.sketch.com/about-us/#careers-at-sketch) - design tool for Mac. 1. [SerpApi](https://serpapi.com/team) - Real-time API to access structured search results of Google, Youtube, eBay and other search engines. Ruby, Rails, React.js. 1. [ServiceNow](https://jobs.jobvite.com/servicenow/search?c=&l=&r=&t=&q=remote) - Enterprise cloud computing to improve service levels, energize employees, and change the way your enterprise works. Work at lightspeed. 1. [ShakaCode](https://www.shakacode.com/career/) - A global web development software consultancy and product company. + 1. [Shiphero](https://shiphero.breezy.hr/?&remote=remote#positions) - ShipHero builds a fully featured Warehouse Management System. 100% remote. 1. [Shogun](https://getshogun.com/team) - Build and optimize eCommerce landing pages. Ruby / Rails, Go, JavaScript, React. 100% remote. 1. [Signal](https://www.signal.org/workworkwork/) - These people make the fantastic [Signal app](https://www.signal.org). US Only. 1. [Skyscrapers](https://skyscrapers.eu/jobs/) - Cloud hosting services & management. Working with multiple cloud providers (AWS, Digital Ocean, Linode, ...). 100% remote. @@ -524,7 +528,6 @@ A curated list of awesome [remote working](https://en.wikipedia.org/wiki/Telecom 1. [Tyk](https://tyk.io/current-vacancies/) - API Gateway and API Management. Built with Go, open source. 1. [Vidalingua](https://www.vidalingua.com/amaze.php) - Bringing language apps to life. 1. [WAAT](https://waat.eu/job/) - A cross-functional digital agency that adapts to project needs. - 1. [Walltime](https://walltime.info) - A Brazilian digital assets exchange and other products & services using Blockchain technology. 1. [Water Lily Pond](https://waterlilypond.co.uk/) - Advertising and marketing communication services. 1. [wemake.services](https://wemake.services/meta/employees) - We sell repeatable software development process. Fully remote. Python, JavaScript, Vue 1. [Wheel](https://www.wheel.com/careers) - healthcare startup. @@ -601,6 +604,7 @@ A curated list of awesome [remote working](https://en.wikipedia.org/wiki/Telecom 1. [Shortcut](https://shortcut.com/) (fka Clubhouse) - Project management for software development teams. 1. [Taskade](https://taskade.com/) - Real-time collaborative notes, checklists and outlines for teams. 1. [Trello](https://trello.com/) - Lean project boards. + 1. [gantt-online](https://www.gantt-online.com/) - Gantt Chart Project Management Tool. #### Others 1. [Coffitivity](https://coffitivity.com/) - Coffitivity recreates the ambient sounds of a cafe to boost your creativity and help you work better. @@ -629,6 +633,7 @@ A curated list of awesome [remote working](https://en.wikipedia.org/wiki/Telecom 1. [Remote Companies on Careers SO](https://stackoverflow.com/jobs/companies?q=&l=&r=true) 1. [Remote Working](https://github.com/greatghoul/remote-working) - A list of remote working resources for Chinese. 1. [WorkFrom](https://workfrom.co/) - Find coffee shops that are good to work from. + 2. [Websoft9](https://github.com/Websoft9/websoft9) - Open source software self-hosting platform, one-click to install 200+ application includes remote tools like Jiti Meet, Rocket.chat, GitLab, Mattermost. ## License diff --git a/docs/awesome/awesome-suricata.md b/docs/awesome/awesome-suricata.md index 6bae92a3b..ca0c32223 100644 --- a/docs/awesome/awesome-suricata.md +++ b/docs/awesome/awesome-suricata.md @@ -110,6 +110,11 @@ - [Aristotle](https://github.com/secureworks/aristotle) - Simple Python program that allows for the filtering and modifying of Suricata and Snort rulesets based on interpreted key-value pairs present in the metadata keyword within each rule. +## Plugins and Extensions + +- [suricata-zabbix](https://github.com/catenacyber/suricata-zabbix) - Zabbix application layer plugin for Suricata. + + ## Systems Using Suricata - [SELKS](https://github.com/StamusNetworks/SELKS) - A Suricata-based intrusion detection system/intrusion prevention system/network security monitoring distribution. diff --git a/docs/awesome/awesome-zsh-plugins.md b/docs/awesome/awesome-zsh-plugins.md index 239baec7c..9fc1f7b4a 100644 --- a/docs/awesome/awesome-zsh-plugins.md +++ b/docs/awesome/awesome-zsh-plugins.md @@ -1329,6 +1329,7 @@ Here are a few good sources for Nerd Fonts and Powerline-compatible fonts: - [solarized-man](https://github.com/zlsun/solarized-man) - A modified version of oh-my-zsh's plugin colored-man-pages, optimized for the [solarized dark](https://github.com/altercation/solarized/blob/master/iterm2-colors-solarized/Solarized%20Dark.itermcolors) theme in the terminal. - [spaceship-ocm](https://github.com/iamkirkbater/spaceship-ocm-plugin) - Queries your OpenShift Cluster Manager (ocm) configuration to show which environment you're connected to. Requires [NerdFont](https://www.nerdfonts.com/font-downloads) in your terminal. - [spack](https://github.com/Game4Move78/zsh-spack) - Includes some useful aliases and functions for loading/unloading [Spack](https://github.com/spack/spack)-generated modules. As it makes use of the `module` command it is much more efficient than `spack load`. +- [ssh-agent](https://github.com/sdiebolt/zsh-ssh-agent) - Automatically launches `ssh-agent` if it isn't already running. - [ssh-connect](https://github.com/gko/ssh-connect) - A simple `ssh` manager. - [ssh-plugin](https://github.com/paraqles/zsh-plugin-ssh) - Plugin for `ssh`. - [ssh-quickconnect](https://github.com/breda/zsh-ssh-quickconnect) - Simple utility to quickly connect to hosts from your `ssh` config & `known_hosts` file. @@ -1814,6 +1815,7 @@ If you're using [Antigen](https://github.com/zsh-users/antigen), you can test th - [arael](https://github.com/aknackd/zsh-themes) - Fork of [gallifrey](https://github.com/ohmyzsh/ohmyzsh/blob/master/themes/gallifrey.zsh-theme). - [archcraft](https://github.com/mrx04programmer/ZshTheme-ArchCraft) - Greenish theme, optimized for dark backgrounds. Includes `git` status decorations. - [archie](https://github.com/dcavalcante/archie) - Arch Linux inspired ZSH theme. Based on the [norm](https://github.com/ohmyzsh/ohmyzsh/blob/master/themes/norm.zsh-theme) theme. +- [arctic-glow](https://github.com/Etto48/arcticglow-zsh-theme) - Based on [agnoster](https://gist.github.com/3712874). Includes decorators for `git` status, python virtual environment, current directory, username and operating system. - [arity](https://github.com/hybras/Arity-Zsh-Theme) - A simple theme designed for readability and to give an overview at a glance. Includes path and `git` decorations. - [aronhoyer](https://github.com/aronhoyer/zsh-theme) - Minimalist theme with right-side `git` status decorations. - [arrow-minimal](https://github.com/maxim-usikov/arrow-minimal.zsh-theme) - A minimal ZSH theme with `git` decorations. diff --git a/docs/awesome/free-for-dev.md b/docs/awesome/free-for-dev.md index 4b2b868a2..a329d9d77 100644 --- a/docs/awesome/free-for-dev.md +++ b/docs/awesome/free-for-dev.md @@ -746,6 +746,7 @@ This list results from Pull Requests, reviews, ideas, and work done by 1600+ peo ## Monitoring + * [UptimeObserver.com](https://uptimeobserver.com) - Get 20 uptime monitors with 5-minute intervals and a customizable status page—even for commercial use. Enjoy unlimited, real-time notifications via email and Telegram. No credit card needed to get started. * [Pingmeter.com](https://pingmeter.com/) - 5 uptime monitors with 10-minute interval. Monitor SSH, HTTP, HTTPS, and any custom TCP ports. * [alerty.ai](https://www.alerty.ai) - Free APM and monitoring for your FE, BE, DB, and more + free agent runs. * [appdynamics.com](https://www.appdynamics.com/) — Free for 24-hour metrics, application performance management agents limited to one Java, one .NET, one PHP, and one Node.js diff --git a/docs/awesome/typedb-awesome.md b/docs/awesome/typedb-awesome.md index f7fb91180..e7242a6d3 100644 --- a/docs/awesome/typedb-awesome.md +++ b/docs/awesome/typedb-awesome.md @@ -1,5 +1,5 @@
-[![TypeDB](https://github.com/vaticle/typedb/blob/b82ee7fa3c522072c3ff6f0ec6c093366171b03a/docs/banner.png)](https://typedb.com/philosophy/) +[![TypeDB](https://github.com/typedb/typedb/blob/2c5e3114cb4d19085a329b379eef590d7a3e9eda/docs/banner.png)](https://typedb.com) ## Awesome TypeDB [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)