Skip to content

Commit a7f82be

Browse files
committed
Robot Updated at:1 Dec 2024 21:10:25 GMT
1 parent ca808c7 commit a7f82be

13 files changed

+46
-34
lines changed

docs/awesome/amas.md

-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@
108108
- [Tim Smith](https://github.com/smithtimmytim/ama) - Front-end designer, nerd, and recovering coffee addict.
109109
- [Sam Verschueren](https://github.com/SamVerschueren/ama) - Full stack JavaScript developer and open source contributor.
110110
- [Haroen Viaene](https://github.com/Haroenv/ama) - Student mostly doing JS, open source everything, creating stuff at bullgit.
111-
- [Arjun Mayilvaganan](https://github.com/arjunmayilvaganan/ama) - Senior Year Student at CEG. Striving to make it as a Full stack developer.
112111
- [Kundan Singh](https://github.com/kundansingh1/ama) - Full Stack Javascript Developer, Biker, Traveller, Photographer.
113112
- [Michael Novotny](https://github.com/manovotny/ama) - JavaScript developer. Open source contributor. Insatiable learner. Standards and best practices enthusiast. Development is a lifestyle, not a job.
114113
- [Artem Sapegin](https://github.com/sapegin/ama) - Frontend developer at Here, creator of React Styleguidist and passionate photographer.

docs/awesome/awesome-agi-cocosci.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Contributions are greatly welcomed! Please refer to [Contribution Guidelines](ht
190190

191191
* [Bayesian modeling of human concept learning](https://proceedings.neurips.cc/paper_files/paper/1998/hash/d010396ca8abf6ead8cacc2c2f2f26c7-Abstract.html) - ***NeurIPS'98***, 1998. [[All Versions](https://scholar.google.com/scholar?cluster=3772493362518191863)]. [[Preprint](http://web.mit.edu/cocosci/archive/Papers/bayes.pdf)]. This work considers the problem of learning concepts from small numbers of positive examples, a feat which humans perform routinely but which computers are rarely capable of. Bridging machine learning and cognitive science perspectives, this work presents both theoretical analysis and an empirical study with human subjects for the simple task oflearning concepts corresponding to axis-aligned rectangles in a multidimensional feature space. Existing learning models, when applied to this task, cannot explain how subjects generalize from only a few examples of the concept. The author proposes a principled Bayesian model based on the assumption that the examples are a random sample from the concept to be learned. The model gives precise fits to human behavior on this simple task and provides qualitati ve insights into more complex, realistic cases of concept learning.
192192

193-
* [Rules and Similarity in Concept Learning](http://web.mit.edu/cocosci/archive/Papers/nips99preprint.pdf) - ***NeurIPS'99***, 1999. [[All Versions](https://scholar.google.com/scholar?cluster=10968021160883668417&hl=en&as_sdt=0,5)]. Unifying rule-based and similarity-based generalization via Bayesian generalization.
193+
* [Rules and Similarity in Concept Learning](https://proceedings.neurips.cc/paper/1999/hash/86d7c8a08b4aaa1bc7c599473f5dddda-Abstract.html) - ***NeurIPS'99***, 1999. [[All Versions](https://scholar.google.com/scholar?cluster=10968021160883668417)]. [[Preprint](http://web.mit.edu/cocosci/archive/Papers/nips99preprint.pdf)]. This paper argues that two apparently distinct modes of generalizing concepts - abstracting rules and computing similarity to exemplars - should both be seen as special cases of a more general Bayesian learning framework. Bayes explains the specific workings of these two modes - which rules are abstracted, how similarity is measured - as well as why generalization should appear rule- or similarity-based in different situations. This analysis also suggests why the rules/similarity distinction, even if not computationally fundamental, may still be useful at the algorithmic level as part of a principled approximation to fully Bayesian learning.
194194

195195
* [Theory-based Bayesian models of inductive learning and reasoning](https://www.cell.com/AJHG/fulltext/S1364-6613(06)00134-3) - ***Trends in Cognitive Sciences***, 2006. [[All Versions](https://scholar.google.com/scholar?cluster=6741344960992898446)]. [[Preprint](http://www.charleskemp.com/papers/TenenbaumGK06.pdf)]. Inductive inference allows humans to make powerful generalizations from sparse data when learning about word meanings, unobserved properties, causal relationships, and many other aspects of the world. Traditional accounts of induction emphasize either the power of statistical learning, or the importance of strong constraints from structured domain knowledge, intuitive theories or schemas. This paper argues that both components are necessary to explain the nature, use and acquisition of human knowledge, and the authors introduce a theory-based Bayesian framework for modeling inductive learning and reasoning as statistical inferences over structured knowledge representations.
196196

docs/awesome/awesome-angular.md

+3
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,7 @@ become an Angular expert.
567567
* [ngx-surreal](https://github.com/vandaeldev/ngx-surreal) - Lightweight Angular wrapper for the [SurrealDB](https://surrealdb.com/) JavaScript SDK.
568568
* [ngx-filesize](https://github.com/amitdahan/ngx-filesize) - Angular wrapper for [filesize.js](https://filesizejs.com/).
569569
* [ngx-intercom-messenger](https://github.com/MaximBelov/ngx-intercom-messenger) - Angular 18+ Wrapper for [@intercom/messenger-js-sdk](https://www.npmjs.com/package/@intercom/messenger-js-sdk).
570+
* [ngx-katex](https://github.com/pusherman/ngx-katex) - A simple Angular wrapper for [KaTeX](https://github.com/KaTeX/KaTeX).
570571

571572
#### Internationalization
572573

@@ -1191,6 +1192,7 @@ to simplify usage and allow quick customization.
11911192
* [ngx-action-logger](https://github.com/TALRACE/ngx-action-logger) - Logger for Angular applications, capable of both outputting data to the console or sending data to elastic.
11921193
* [@Xilerth/ngx-logger](https://github.com/Xilerth/ngx-logger) - This library empowers developers to seamlessly integrate custom logging solutions tailored to their specific requirements, enabling efficient debugging, monitoring, and analytics.
11931194
* [pretty-html-log](https://github.com/angular-extensions/pretty-html-log) - A module that allows you to pretty print the inner HTML of ComponentFixtures, DebugElements, NativeElements or even plain HTML strings to the console. This is very useful for debugging Angular component tests in Jest.
1195+
* [log4ngx](https://github.com/secondbounce/log4ngx) - A Typescript logging framework for Angular projects, based on concepts used in Log4j, Log4net, etc.
11941196

11951197
#### Maps
11961198

@@ -1335,6 +1337,7 @@ to simplify usage and allow quick customization.
13351337
* [ng](https://github.com/bitfiber/ng) - An Angular-specific extension of [@bitfiber/rx](https://github.com/bitfiber/rx) built on top of RxJS, designed to manage reactive state, asynchronous workflows, and events in Angular applications. It provides a structured approach to handling complex data flows using emitters, states, groups, and stores, allowing seamless integration of various reactive sources like emitters, states, and observables.
13361338
* [ngx-crud](https://github.com/henryruhs/ngx-crud) - CRUD services in Angular with effortless aborting, caching and observing.
13371339
* [ngx-simple-state-manager](https://github.com/notnikola1/ngx-simple-state-manager) - Component-bound simple to handle state managment that is accessible application wide with type support and an observer to handle any reactive state changes if and when needed.
1340+
* [ngx-state-machine](https://github.com/state-management/ngx-state-machine) - An Angular wrapper for the [simple-state-machine](https://www.npmjs.com/package/@state-management/simple-state-machine) library. It integrates the state machine into Angular applications by making the `StateMachine` injectable as a service.
13381341

13391342
#### Storage
13401343

docs/awesome/awesome-astrophotography.md

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Contributions are welcome. Please read the [contributing guideline](https://gith
6060
- [Light Vortex Astronomy's PixInsight tutorials](https://web.archive.org/web/20230509214425/https://www.lightvortexastronomy.com/tutorials.html) - An extensive collection of tutorials covering both pre- and post-processing workflows.
6161
- [Orion Nebula (M42) with a DSLR, Start to Finish](https://www.youtube.com/watch?v=Qb1ceFM-DkQ) - A complete walk-through. From planning to post-processing.
6262
- [RGB Stars From Narrowband Data](https://aiastro.wordpress.com/2020/06/02/rgb-stars-from-narroband-data/) - Narrowband palettes such as SHO, HOO, etc. produce uncalibrated stars. One way to fix star color is to shoot also in RGB, then blend. In this article, Alberto Ibañez suggests another approach that uses the already acquired narrowband data to achieve the same.
63+
- [Removing Color Artefacts From OSC Images](https://www.astroworldcreations.com/blog/removing-colour-artefacts-from-osc-images) - On his blog, Willem Jan Drijfhout explains how to remove color artefacts from images captured with a One-Shot-Color camera.
6364
- [Stacking Multiple Sessions in DSS - The Correct Way](https://www.youtube.com/watch?v=cmDy80d2krk) - Even though it's from year 2012, this video on stacking multiple imaging sessions is still relevant today.
6465

6566

docs/awesome/awesome-developer-first.md

+1
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ For the latest additions [click here](https://github.com/agamm/awesome-developer
258258
* [Helicone AI](https://www.helicone.ai/) - LLM observabilty and monitoring for your LLM apps in production. [![Helicone AI](https://img.shields.io/github/stars/helicone/helicone?style=flat-square&logo=github&labelColor=%230D1117&color=%23161B22)](https://github.com/Helicone/helicone)
259259
* [Highlight.io](https://www.highlight.io/) - Full-stack monitoring platform. [![Highlight.io](https://img.shields.io/github/stars/highlight/highlight?style=flat-square&logo=github&labelColor=%230D1117&color=%23161B22)](https://github.com/highlight/highlight)
260260
* [KeenIO](https://keen.io/) - Event streaming platform.
261+
* [Keywords AI](https://www.keywordsai.co/) - The enterprise-grade software to build, monitor, and improve your AI application. Keywords AI is a full-stack LLM engineering platform for developers and PMs.
261262
* [Langfuse](https://langfuse.com/) - Open-source LLM observability platform that helps teams collaboratively debug, analyze, and iterate on their LLM applications. [#opensource](https://github.com/langfuse/langfuse) [![Langfuse](https://img.shields.io/github/stars/langfuse/langfuse?style=flat-square&logo=github&labelColor=%230D1117&color=%23161B22)](https://github.com/langfuse/langfuse)
262263
* [LogRocket](https://logrocket.com/) - Replay bugs users had.
263264
* [Opik](https://www.comet.com/site/products/opik/) - Evaluate, test, and ship LLM applications across your dev and production lifecycles. [![Comet](https://img.shields.io/github/stars/comet-ml/opik?style=flat-square&logo=github&labelColor=%230D1117&color=%23161B22)](https://github.com/comet-ml/opik)

docs/awesome/awesome-docker.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -812,8 +812,6 @@ Services to securely store your Docker images.
812812

813813
[![Stargazers over time](https://starchart.cc/veggiemonk/awesome-docker.svg)](https://starchart.cc/veggiemonk/awesome-docker)
814814

815-
## Contributor over time
816-
817815
[contributing]: https://github.com/veggiemonk/awesome-docker/blob/master/.github/CONTRIBUTING.md
818816
[akito]: https://github.com/theAkito
819817
[calico]: https://github.com/projectcalico/calico
@@ -824,7 +822,7 @@ Services to securely store your Docker images.
824822
[deepfence]: https://github.com/deepfence
825823
[distribution]: https://github.com/docker/distribution
826824
[docker-flow]: https://github.com/docker-flow
827-
[docker-for-windows]: https://docs.docker.com/desktop/install/windows-install/
825+
[docker-for-windows]: https://docs.docker.com/desktop/setup/install/windows-install/
828826
[docker]: https://github.com/docker
829827
[editreadme]: https://github.com/veggiemonk/awesome-docker/edit/master/README.md
830828
[fgrehm]: https://github.com/fgrehm

docs/awesome/awesome-go.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,7 @@ _Libraries for building and using SQL._
761761
- [go-elasticsearch](https://github.com/elastic/go-elasticsearch) - Official Elasticsearch client for Go.
762762
- [goes](https://github.com/OwnLocal/goes) - Library to interact with Elasticsearch.
763763
- [skizze](https://github.com/seiflotfy/skizze) - probabilistic data-structures service and storage.
764+
- [zoekt](https://github.com/sourcegraph/zoekt) - Fast trigram based code search.
764765

765766

766767
## Date and Time
@@ -1069,7 +1070,7 @@ _Awesome game development libraries._
10691070
- [nano](https://github.com/lonng/nano) - Lightweight, facility, high performance golang based game server framework.
10701071
- [Oak](https://github.com/oakmound/oak) - Pure Go game engine.
10711072
- [Pitaya](https://github.com/topfreegames/pitaya) - Scalable game server framework with clustering support and client libraries for iOS, Android, Unity and others through the C SDK.
1072-
- [Pixel](https://github.com/faiface/pixel) - Hand-crafted 2D game library in Go.
1073+
- [Pixel](https://github.com/gopxl/pixel) - Hand-crafted 2D game library in Go.
10731074
- [prototype](https://github.com/gonutz/prototype) - Cross-platform (Windows/Linux/Mac) library for creating desktop games using a minimal API.
10741075
- [raylib-go](https://github.com/gen2brain/raylib-go) - Go bindings for [raylib](https://www.raylib.com/), a simple and easy-to-use library to learn videogames programming.
10751076
- [termloop](https://github.com/JoelOtter/termloop) - Terminal-based game engine for Go, built on top of Termbox.
@@ -2099,6 +2100,7 @@ _Libraries that are used to help make your application more secure._
20992100
- [optimus-go](https://github.com/pjebs/optimus-go) - ID hashing and Obfuscation using Knuth's Algorithm.
21002101
- [passlib](https://github.com/hlandau/passlib) - Futureproof password hashing library.
21012102
- [passwap](https://github.com/zitadel/passwap) - Provides a unified implementation between different password hashing algorithms
2103+
- [qrand](https://github.com/bitfield/qrand) - Client for the ANU Quantum Numbers (AQN) API, providing quantum-mechanically secure random data.
21022104
- [secret](https://github.com/rsjethani/secret) - Prevent your secrets from leaking into logs, std\* etc.
21032105
- [secure](https://github.com/unrolled/secure) - HTTP middleware for Go that facilitates some quick security wins.
21042106
- [secureio](https://github.com/xaionaro-go/secureio) - An keyexchanging+authenticating+encrypting wrapper and multiplexer for `io.ReadWriteCloser` based on XChaCha20-poly1305, ECDH and ED25519.
@@ -2425,9 +2427,9 @@ See also [Natural Language Processing](#natural-language-processing) and [Text A
24252427
_Libraries for accessing third party APIs._
24262428

24272429
- [airtable](https://github.com/mehanizm/airtable) - Go client library for the [Airtable API](https://airtable.com/api).
2428-
- [amazon-product-advertising-api](https://github.com/ngs/go-amazon-product-advertising-api) - Go Client Library for [Amazon Product Advertising API](https://affiliate-program.amazon.com/gp/advertising/api/detail/main.html).
24292430
- [anaconda](https://github.com/ChimeraCoder/anaconda) - Go client library for the Twitter 1.1 API.
24302431
- [appstore-sdk-go](https://github.com/Kachit/appstore-sdk-go) - Unofficial Golang SDK for AppStore Connect API.
2432+
- [aws-encryption-sdk-go](https://github.com/chainifynet/aws-encryption-sdk-go) - Unofficial Go SDK implementation of the [AWS Encryption SDK](https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/index.html).
24312433
- [aws-sdk-go](https://github.com/aws/aws-sdk-go-v2) - The official AWS SDK for the Go programming language.
24322434
- [bqwriter](https://github.com/OTA-Insight/bqwriter) - High Level Go Library to write data into [Google BigQuery](https://cloud.google.com/bigquery) at a high throughout.
24332435
- [brewerydb](https://github.com/naegelejd/brewerydb) - Go library for accessing the BreweryDB API.

docs/awesome/awesome-graphql.md

-1
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,6 @@ If you want to contribute to this list (please do), send me a pull request.
643643
### Tools - Prototyping
644644

645645
- [GraphQL Faker](https://github.com/APIs-guru/graphql-faker) - 🎲 Mock or extend your GraphQL API with faked data. No coding required.
646-
- [GraphQL Designer](http://graphqldesigner.com/) - A developer's web-app tool to rapidly prototype a full stack CRUD implementation of GraphQL with React.
647646

648647
### Tools - Docs
649648

docs/awesome/awesome-plotters.md

+13-14
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ Software for controlling plotter hardware.
9898
- [saxi](https://github.com/nornagon/saxi) - Driver and library for the AxiDraw. Uses constant-acceleration motion planning and automatically resizes to paper.
9999
- [MP2300-Tools](https://github.com/Jan--Henrik/MP2300-Tools) - Software for converting HPGL to Graphtec's GPGL format, as well as CAD files for a Graphtec plotter pen adapter.
100100
- [Inkcut](https://github.com/inkcut/inkcut) - Application for controlling 2D plotters, cutters, engravers, and CNC machines.
101+
- [pypenwriter](https://github.com/Lana-chan/pypenwriter) - Python script to convert and send SVG drawings to the Panasonic PenWriter family of typewriter plotters.
101102

102103
### Vector Creation
103104

@@ -135,6 +136,11 @@ Tools to create vector artwork from scratch or by conversion from other formats.
135136
- [plotting-maps](https://github.com/piebro/plotting-maps) - A simple web tool to create OpenStreetMap SVG maps for plotting.
136137
- [ThreadPlotter](https://github.com/LiciaHe/threadPlotter) - "A toolkit for the design and fabrication of delicate punch needle embroidery using X-Y plotters".
137138
- [PINTR](https://javier.xyz/pintr) - Plottable random line drawings from your images.
139+
- [REVDANCATT Plotter Tools](https://revdancatt.com/penplotter/) - A bunch of web-based pen plotter tools with SVG output.
140+
- [Flow Lines](https://msurguy.github.io/flow-lines/) - A tool for generating flow line representations using SVG paths / polylines.
141+
- [UJI](https://doersino.github.io/uji/) - A web-based generative art thing with SVG export.
142+
- [Studio](https://u840903.github.io/multiplication-mandalas/) - A web-based tool for creating multiplication mandalas.
143+
- [Rad Lines](https://msurguy.github.io/rad-lines/) - A web-based radial lines vector generation tool with SVG export.
138144

139145
### Vector Utilities
140146

@@ -343,23 +349,16 @@ Where to find other plotter and drawbot friends.
343349

344350
## Plotter Art For Sale
345351

346-
- [Paul Rickards](https://shop.paulrickards.com)
347-
- [Michael Fogleman](https://www.michaelfogleman.com/plotter)
348-
- [inconvergent](http://buy.inconvergent.net)
349-
- [Monica Rizzolli](https://www.saatchiart.com/account/artworks/155196)
350-
- [EmergentDesign](https://emergentdesign.bigcartel.com/products)
351-
- [BustBright](https://mkt.com/bustbright)
352-
- [Martin O'Leary](https://shop.mewo2.com)
353-
- [Geoffrey Bradway](https://www.chromatocosmos.com/)
354-
- [brubsby](http://shop.brubsby.com/)
352+
- [Adam Fuhrer](https://adamfuhrer.bigcartel.com)
353+
- [AndyMakes](https://shop.andymakes.com/)
355354
- [Arjan van der Meij](https://dutchplottr.nl/en/)
356-
- [Nadieh Bremer](https://shop.visualcinnamon.com/collections/pen-plotter-prints)
355+
- [EmergentDesign](https://emergentdesign.bigcartel.com/products)
356+
- [inconvergent](http://buy.inconvergent.net)
357+
- [Ingrid Burrington](https://wares.lifewinning.com)
358+
- [Michael Fogleman](https://www.michaelfogleman.com/plotter)
357359
- [Michelle Chandra](https://www.dirtalleydesign.com/)
360+
- [Paul Rickards](https://shop.paulrickards.com)
358361
- [Pedro Alcocer](https://store.pedroalcocer.com/)
359-
- [AndyMakes](https://shop.andymakes.com/)
360-
- [Marcel Schwittlick](https://schwittlick.bigcartel.com/)
361-
- [Adam Fuhrer](https://adamfuhrer.bigcartel.com)
362-
- [Ingrid Burrington](https://wares.lifewinning.com)
363362

364363
## Other Awesomes
365364

0 commit comments

Comments
 (0)