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
@@ -602,7 +602,7 @@ English-language description for use by biologists.
602
602
603
603
*[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.
604
604
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.
606
606
607
607
*[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.
Copy file name to clipboardexpand all lines: docs/awesome/awesome-angular.md
+5
Original file line number
Diff line number
Diff line change
@@ -1287,6 +1287,11 @@ to simplify usage and allow quick customization.
1287
1287
*[ngx-toastr-message](https://github.com/One-Zero-Code/ngx-toastr-message) - A lightweight, customizable Angular library for displaying toast notifications.
1288
1288
*[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.
1289
1289
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
+
1290
1295
#### QR Codes
1291
1296
1292
1297
*[ng-qrcode](https://github.com/mnahkies/ng-qrcode) - Easy to use AOT compatible QR code generator for Angular projects.
Copy file name to clipboardexpand all lines: docs/awesome/awesome-cpp.md
+1
Original file line number
Diff line number
Diff line change
@@ -937,6 +937,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
937
937
*[SLRE](https://github.com/cesanta/slre) - Super Light Regexp engine for C/C++. [GPLv2/Proprietary]
938
938
*[sregex](https://github.com/openresty/sregex) - A non-backtracking NFA/DFA-based Perl-compatible regex engine library for matching on large data streams. [BSD]
939
939
*[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/)
<!-- 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
+
2
7
## Awesome First PR Opportunities [](https://github.com/sindresorhus/awesome)
3
8
4
9
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
289
294
-[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.
290
295
-[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.
291
296
-[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.
293
297
-[Hanami](https://github.com/hanami/hanami)_(label: easy)_ <br> A modern framework for Ruby.
294
298
-[JRuby](https://github.com/jruby/jruby)_(label: beginner)_ <br> An implementation of Ruby on the Java Virtual Machine.
295
299
-[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
313
317
-[Rustfmt](https://github.com/rust-lang-nursery/rustfmt)_(label: good first issue)_ <br> A tool for formatting Rust code according to style guidelines.
314
318
-[Servo](https://github.com/servo/servo)_(label: E-easy)_ <br> A browser engine designed for applications including embedded use.
315
319
-[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.
316
321
-[TiKV](https://github.com/tikv/tikv)_(label: difficulty/easy)_ <br> A distributed transactional key-value database
317
322
-[Veloren](https://gitlab.com/veloren/veloren/-/issues?label_name[]=beginner)_(label: n/a)_ <br> Veloren is a multiplayer voxel RPG written in Rust.
318
323
-[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
0 commit comments