Skip to content

Commit 34472fa

Browse files
committed
Robot Updated at:4 Dec 2024 21:11:41 GMT
1 parent 5ccbf91 commit 34472fa

14 files changed

+114
-2118
lines changed

docs/awesome/awesome-agi-cocosci.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ English-language description for use by biologists.
602602

603603
* [Situation Calculus](https://en.wikipedia.org/wiki/Situation_calculus) - ***Wikipedia***. Wikipedia on Situation Calculus, a logic formalism designed for representing and reasoning about dynamical domains.
604604

605-
* [Answer Set Programming](http://people.sabanciuniv.edu/~esraerdem/teaching/krr06/asp.pdf) - ***ICLPNR'99***, 1999. [[All Versions](https://scholar.google.com/scholar?cluster=15267370435063454675&hl=en&as_sdt=0,5)]. The original paper on Answer Set Programming (ASP), a form of declarative programming oriented towards difficult search problems, on the use of nonmonotonic reasoning in knowledge representation.
605+
* [Answer Set Programming](https://link.springer.com/chapter/10.1007/3-540-46767-x_28) - ***ICLPNR'99***, 1999. [[All Versions](https://scholar.google.com/scholar?cluster=15267370435063454675)]. [[Preprint](http://people.sabanciuniv.edu/~esraerdem/teaching/krr06/asp.pdf)]. The original paper on Answer Set Programming (ASP), a form of declarative programming oriented towards difficult search problems, on the use of nonmonotonic reasoning in knowledge representation. In ASP solutions to a problem are represented by answer sets (known also as stable models), and not by answer substitutions produced in response to a query, as in conventional logic programming.
606606

607607
* [What is Answer Set Programming?](https://cdn.aaai.org/AAAI/2008/AAAI08-270.pdf) - ***AAAI'08***, 2008. [[All Versions](https://scholar.google.com/scholar?cluster=3691841207891991771)]. Lifschitz's tutorial on Answer Set Programming.
608608

docs/awesome/awesome-angular.md

+5
Original file line numberDiff line numberDiff line change
@@ -1287,6 +1287,11 @@ to simplify usage and allow quick customization.
12871287
* [ngx-toastr-message](https://github.com/One-Zero-Code/ngx-toastr-message) - A lightweight, customizable Angular library for displaying toast notifications.
12881288
* [ngx-french-toast](https://github.com/thiagopg84/ngx-french-toast) - A lightweight and customizable toast library for your Angular 14+ applications. Show informative toast messages to enhance user experience and provide important feedback or collect data with dynamically imported components.
12891289

1290+
#### Printing
1291+
1292+
* [ngx-print](https://github.com/selemxmn/ngx-print) - A plug n' play Angulae library to print your stuff.
1293+
* [ngx-printer-demo](https://github.com/plaetzchen79/ngx-printer-demo) - A simple Angular service to print a window, parts of a window (div), images, HTMLElements or Angular Objects.
1294+
12901295
#### QR Codes
12911296

12921297
* [ng-qrcode](https://github.com/mnahkies/ng-qrcode) - Easy to use AOT compatible QR code generator for Angular projects.

docs/awesome/awesome-cpp.md

+1
Original file line numberDiff line numberDiff line change
@@ -937,6 +937,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
937937
* [SLRE](https://github.com/cesanta/slre) - Super Light Regexp engine for C/C++. [GPLv2/Proprietary]
938938
* [sregex](https://github.com/openresty/sregex) - A non-backtracking NFA/DFA-based Perl-compatible regex engine library for matching on large data streams. [BSD]
939939
* [SRELL](https://www.akenotsuki.com/misc/srell/en/) - Unicode-aware regular expression template library for C++. [BSD]
940+
* [Vectorscan](https://github.com/VectorCamp/vectorscan) - A portable fork of the high-performance regular expression matching library. [BSD-3-Clause] [website](https://www.vectorcamp.gr/project/vectorscan/)
940941

941942
## Robotics
942943

docs/awesome/awesome-for-beginners.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<div class="github-widget" data-repo="MunGell/awesome-for-beginners"></div>
2+
<!-- DO NOT EDIT THIS FILE (README.md) -->
3+
<!-- ALL ENTRIES SHOULD BE IN TO THE data.json -->
4+
<!-- SEE THE CONTRIBUTING GUIDE (CONTRIBUTING.md) FOR MORE GUIDANCE -->
5+
<!-- YOU MAY IGNORE THIS MESSAGE IF YOU ARE EDITING THE TEMPLATE -->
6+
27
## Awesome First PR Opportunities [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
38

49
Inspired by [First Timers Only](https://kentcdodds.com/blog/first-timers-only) blog post.
@@ -289,7 +294,6 @@ If you are not a programmer but would like to contribute, check out the [Awesome
289294
- [bolt](https://github.com/puppetlabs/bolt) _(label: Beginner-Friendly)_ <br> Bolt is a Ruby command-line tool for executing commands, scripts, and tasks on remote systems using SSH and WinRM.
290295
- [chatwoot](https://github.com/chatwoot/chatwoot) _(label: good first issue)_ <br> Opensource customer support platform which can be an alternative to Intercom, Zendesk, Drift, Crisp etc.
291296
- [chef](https://github.com/chef/chef) _(label: Type:-Jump-In)_ <br> A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure
292-
- [Faker](https://github.com/faker-ruby/faker) _(label: good first issue)_ <br> Faker is a Ruby library for generating fake data such as names, addresses, and phone numbers.
293297
- [Hanami](https://github.com/hanami/hanami) _(label: easy)_ <br> A modern framework for Ruby.
294298
- [JRuby](https://github.com/jruby/jruby) _(label: beginner)_ <br> An implementation of Ruby on the Java Virtual Machine.
295299
- [mapknitter](https://github.com/publiclab/mapknitter) _(label: first-timers-only)_ <br> Upload your own aerial images, position (rubbersheet) them in a web interface over existing map data, and share via web or composite and export for print.
@@ -313,6 +317,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome
313317
- [Rustfmt](https://github.com/rust-lang-nursery/rustfmt) _(label: good first issue)_ <br> A tool for formatting Rust code according to style guidelines.
314318
- [Servo](https://github.com/servo/servo) _(label: E-easy)_ <br> A browser engine designed for applications including embedded use.
315319
- [Sniffnet](https://github.com/GyulyVGC/sniffnet) _(label: good first issue)_ <br> Application to comfortably monitor network traffic.
320+
- [TensorZero](https://github.com/tensorzero/tensorzero) _(label: good-first-issue)_ <br> TensorZero creates a feedback loop for optimizing LLM applications — turning production data into smarter, faster, and cheaper models.
316321
- [TiKV](https://github.com/tikv/tikv) _(label: difficulty/easy)_ <br> A distributed transactional key-value database
317322
- [Veloren](https://gitlab.com/veloren/veloren/-/issues?label_name[]=beginner) _(label: n/a)_ <br> Veloren is a multiplayer voxel RPG written in Rust.
318323
- [zoom-rs](https://github.com/security-union/zoom-rs) _(label: good first issue)_ <br> Teleconference system with a web based user interface written in Rust

docs/awesome/awesome-go.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ _Libraries for building standard or basic Command Line applications._
264264
- [command-chain](https://github.com/rainu/go-command-chain) - A go library for configure and run command chains - such as pipelining in unix shells.
265265
- [commandeer](https://github.com/jaffee/commandeer) - Dev-friendly CLI apps: sets up flags, defaults, and usage based on struct fields and tags.
266266
- [complete](https://github.com/posener/complete) - Write bash completions in Go + Go command bash completion.
267+
- [console](https://github.com/reeflective/console) Closed-loop application library for Cobra commands, with oh-my-posh prompts, and more.
267268
- [Dnote](https://github.com/dnote/dnote) - A simple command line notebook with multi-device sync.
268269
- [elvish](https://github.com/elves/elvish) - An expressive programming language and a versatile interactive shell.
269270
- [env](https://github.com/codingconcepts/env) - Tag-based environment configuration for structs.
@@ -1661,7 +1662,6 @@ _These libraries were placed here because none of the other categories seemed to
16611662
- [common](https://github.com/kubeservice-stack/common) - A library for server framework.
16621663
- [conv](https://github.com/cstockton/go-conv) - Package conv provides fast and intuitive conversions across Go types.
16631664
- [datacounter](https://github.com/miolini/datacounter) - Go counters for readers/writer/http.ResponseWriter.
1664-
- [faker](https://github.com/neotoolkit/faker) - Fake data generator.
16651665
- [faker](https://github.com/pioz/faker) - Random fake data and struct generator for Go.
16661666
- [ffmt](https://github.com/go-ffmt/ffmt) - Beautify data display for Humans.
16671667
- [gatus](https://github.com/TwinProduction/gatus) - Automated service health dashboard.

0 commit comments

Comments
 (0)