Skip to content

Commit

Permalink
Robot Updated at:21 May 2024 21:09:03 GMT
Browse files Browse the repository at this point in the history
  • Loading branch information
yiliuyan161 committed May 21, 2024
1 parent 40d3e2d commit c74550c
Show file tree
Hide file tree
Showing 9 changed files with 243 additions and 125 deletions.
4 changes: 2 additions & 2 deletions docs/awesome/awesome-agi-cocosci.md
Original file line number Diff line number Diff line change
Expand Up @@ -580,9 +580,9 @@ organized into intricate patterns that seem to be consistent across individuals.

* [Social Pragmatics: Preschoolers Rely on Commonsense Psychology to Resolve Referential Underspecification](https://compdevlab.yale.edu/docs/2019/2019_ChildDev_Pragmatics.pdf) - ***Child Development***, 2019. [[All Versions](https://scholar.google.com/scholar?cluster=16352913537004112920)]. A piece of evidence for children's capability on social pragmatics.

* [Pragmatically Informative Image Captioning with Character-Level Inference](http://cocolab.stanford.edu/papers/CohnGordonEtAl2018_NAACL.pdf) - ***NAACL'18***, 2018. [[All Versions](https://scholar.google.com/scholar?cluster=1670953084401884599&hl=en&as_sdt=2005)].
* [Pragmatically Informative Image Captioning with Character-Level Inference](http://cocolab.stanford.edu/papers/CohnGordonEtAl2018_NAACL.pdf) - ***NAACL'18***, 2018. [[All Versions](https://scholar.google.com/scholar?cluster=1670953084401884599)].

* [Pragmatic Issue-Sensitive Image Captioning](https://aclanthology.org/2020.findings-emnlp.173/?ref=https://githubhelp.com) - ***ACL Findings: EMNLP'20***, 2020. [[All Versions](https://scholar.google.com/scholar?cluster=10608257248144445301&hl=en&as_sdt=0,5)]. Application of Rational Speech Act to Image Captioning.
* [Pragmatic Issue-Sensitive Image Captioning](https://aclanthology.org/2020.findings-emnlp.173/?ref=https://githubhelp.com) - ***ACL Findings: EMNLP'20***, 2020. [[All Versions](https://scholar.google.com/scholar?cluster=10608257248144445301)]. Application of Rational Speech Act to Image Captioning.

* [Disentangling contributions of visual information and interaction history in the formation of graphical conventions](https://cogsci.mindmodeling.org/2019/papers/0091/0091.pdf) - ***CogSci'19***, 2019. [[All Versions](https://scholar.google.com/scholar?cluster=15046353579508199394&hl=en&as_sdt=0,5)].

Expand Down
41 changes: 31 additions & 10 deletions docs/awesome/awesome-angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -475,26 +475,44 @@ become an Angular expert.
* [ngx-flow](https://github.com/flowjs/ngx-flow) - Angular7+ wrapper for [flow.js](https://github.com/flowjs/flow.js) for file upload.
* [ngx-uploadx](https://github.com/kukhariev/ngx-uploadx) - Angular Resumable Upload Module.

#### Form Controls
#### Forms

##### General

* [ngx-emoji-mart](https://github.com/scttcper/ngx-emoji-mart) - Customizable Slack-like emoji picker for Angular.
* [ngx-color](https://github.com/scttcper/ngx-color) - 🎨 Color Pickers from Sketch, Photoshop, Chrome, Github, X & more.
* [ngx-colors](https://github.com/KroneCorylus/ngx-colors) - Simple yet elegant Material color picker for Angular.
* [ngx-color-picker](https://github.com/zefoy/ngx-color-picker) - Color picker widget for the Angular.
* [angular-colorful](https://github.com/ngx-eco/angular-colorful) - A tiny color picker component for modern Angular apps.
* [angular-imask](https://github.com/uNmAnNeR/imaskjs/tree/master/packages/angular-imask) - Angular input mask.
* [ngx-mask](https://github.com/JsDaddy/ngx-mask) - Angular Plugin to make masks on form fields and html elements.
* [maskito](https://github.com/taiga-family/maskito) - Collection of libraries to create an input mask which ensures that user types value according to predefined format.
* [ngx-formly](https://github.com/ngx-formly/ngx-formly) - JSON powered / Dynamic forms for Angular.
* [formio](https://github.com/formio/angular) - JSON powered forms for Angular.
* [ng-dynamic-forms](https://github.com/udos86/ng-dynamic-forms) - Rapid form development library for Angular.
* [fluent-form](https://github.com/fluent-form/fluent-form) - Building dynamic form in Angular with Fluent API or JSON.
* [reactive-forms](https://github.com/ngneat/reactive-forms) - (Angular Reactive) Forms with Benefits.
* [ng-signal-forms](https://github.com/timdeschryver/ng-signal-forms) - Signal powered Angular Forms.
* [ngx-sub-form](https://github.com/cloudnc/ngx-sub-form) - Utility library for breaking down an Angular form into multiple components.
* [forms-typed](https://github.com/gparlakov/forms-typed) - Want types in your forms? Want to have nested forms? This is library can help.

##### Form Controls

* [ngx-emoji-mart](https://github.com/scttcper/ngx-emoji-mart) - Customizable Slack-like emoji picker.
* [ngx-color](https://github.com/scttcper/ngx-color) - 🎨 Color Pickers from Sketch, Photoshop, Chrome, Github, X & more.
* [ngx-colors](https://github.com/KroneCorylus/ngx-colors) - Simple yet elegant Material color picker.
* [ngx-color-picker](https://github.com/zefoy/ngx-color-picker) - Color picker widget.
* [angular-colorful](https://github.com/ngx-eco/angular-colorful) - A tiny color picker component for modern Angular apps.
* [angular2-multiselect-dropdown](https://github.com/CuppaLabs/angular2-multiselect-dropdown) - Angular multiselect dropdown component for web applications.
* [ng-select](https://github.com/ng-select/ng-select) - All in One UI Select, Multiselect and Autocomplete.
* [ngx-numeric-range-form-field](https://github.com/dineeek/ngx-numeric-range-form-field) - Angular Material UI numeric range input form field. It is based on control value accessor.
* [file-input-accessor](https://github.com/jwelker110/file-input-accessor) - Angular directive that provides file input functionality in Angular forms.

##### Validation

* [ngx-valdemort](https://github.com/Ninja-Squad/ngx-valdemort) - Simpler, cleaner Angular validation error messages.
* [ngx-validator](https://github.com/why520crazy/ngx-validator) - About
Angular 7+ Validator, a library handle validation messages easy and automatic.
* [validointi](https://github.com/validointi/validointi) - This is a library to help you validate your template driven forms.
* [ngx-reactive-forms-utils](https://github.com/pjlamb12/ngx-reactive-forms-utils) - Provides easy validation error display and custom validators.
* [angular-reactive-validation](https://github.com/davidwalschots/angular-reactive-validation) - Reactive Forms validation shouldn't require the developer to write lots of HTML to show validation messages. This library makes it easy.
* [ngx-formcontrol-errors](https://github.com/dgonzalez870/ngx-formcontrol-errors) - A directive for showing errors in Angular form controls.
* [error-tailor](https://github.com/ngneat/error-tailor) - Making sure your tailor-made error solution is seamless!
* [ngx-formly](https://github.com/ngx-formly/ngx-formly) - JSON powered / Dynamic forms for Angular.
* [formio](https://github.com/formio/angular) - JSON powered forms for Angular.
* [ng-dynamic-forms](https://github.com/udos86/ng-dynamic-forms) - Rapid form development library for Angular.
* [reactive-forms](https://github.com/ngneat/reactive-forms) - (Angular Reactive) Forms with Benefits.

#### Icons

Expand Down Expand Up @@ -564,6 +582,9 @@ become an Angular expert.
* [jscutlery devkit](https://github.com/jscutlery/devkit) - Tools that make Angular developer's life easier.
* [angular components](https://github.com/angular/components) - Component infrastructure and Material Design components for Angular.
* [lithium-angular](https://github.com/lVlyke/lithium-angular) - Reactive components made easy! Lithium provides utilities that enable seamless reactive state and event interactions for Angular components.
* [rxweb](https://github.com/rxweb/rxweb) - Tons of extensively featured packages for Angular, Vue and React Projects.
* [jsonforms](https://github.com/eclipsesource/jsonforms) - Customizable JSON Schema-based forms with React, Angular and Vue support out of the box.
* [ngspot](https://github.com/DmitryEfimenko/ngspot) - Collection of awesome Angular libraries.

#### Modals

Expand Down
54 changes: 27 additions & 27 deletions docs/awesome/awesome-browser-extensions-for-github.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Want to know more about this process? Check out the [Codeless Contributions with

Shows notifications when you get a new notification on GitHub and provides quick access to all notifications in a popup.

Installs: 130 | Stars: 79 | Last update: 2 Jun 2023
Installs: 129 | Stars: 79 | Last update: 2 Jun 2023


Removes clutter from your pull request by automatically marking as viewed files that aren't worth reviewing.
Expand All @@ -50,17 +50,17 @@ Installs: 12 | Stars: 20 | Last update: 2 May 2023

Show the # of PRs and other contributors stats in the Issues/PRs tab. Can be helpful for maintainers that want to know if it's a contributor's first PR.

Installs: 10 | Stars: 460 | Last update: 1 Mar 2021
Installs: 9 | Stars: 460 | Last update: 1 Mar 2021


Displays size of each file, download link and an option of copying file contents directly to clipboard

Installs: 663 | Stars: 2001 | Last update: 22 Apr 2021
Installs: 660 | Stars: 2002 | Last update: 22 Apr 2021


Easily search GIPHY to add a GIF into any GitHub comment box.

Installs: 524 | Stars: 178 | Last update: 18 Jan 2024
Installs: 516 | Stars: 178 | Last update: 18 Jan 2024


Find the best GIFs for your awesome pull requests.
Expand All @@ -70,7 +70,7 @@ Installs: 136 | Stars: 22 | Last update: n/a

Quickly browse the history of a file from any git repository.

Installs: 206 | Stars: 13499 | Last update: 13 Oct 2023
Installs: 205 | Stars: 13501 | Last update: 13 Oct 2023


GitHub provides a page that only shows diffs with a .diff at the end of the URL of the pull request. This browser extension makes it easier to view csv diffs by using daff on that page.
Expand Down Expand Up @@ -105,12 +105,12 @@ Installs: 1000 | Stars: 143 | Last update: n/a

Neat hovercards for GitHub.

Installs: 18201 | Stars: 1812 | Last update: n/a
Installs: 18209 | Stars: 1812 | Last update: n/a


Colorize issue and PR links to see their status (open, closed, merged).

Installs: 103 | Stars: 297 | Last update: 9 Dec 2023
Installs: 101 | Stars: 297 | Last update: 9 Dec 2023


Displays npm package stats on GitHub
Expand All @@ -125,12 +125,12 @@ Installs: 27 | Stars: 47 | Last update: 10 Aug 2022

Revert closed GitHub issues from purple back to red

Installs: 3 | Stars: 40 | Last update: 2 Apr 2024
Installs: 4 | Stars: 40 | Last update: 2 Apr 2024


Automatically adds repository size to GitHub's repository summary.

Installs: 20000 | Stars: 1202 | Last update: n/a
Installs: 20000 | Stars: 1203 | Last update: n/a


Chrome extension to see story points in GitHub projects.
Expand All @@ -145,12 +145,12 @@ Installs: 42 | Stars: 48 | Last update: 25 Sep 2023

This extension adds the simplicity of WYSIWYG editing to issues, comments, pull requests, wikis and discussions in GitHub. It accepts Markdown input and offers productive writing, starting with tables.

Installs: 117 | Stars: 372 | Last update: 10 Apr 2024
Installs: 116 | Stars: 372 | Last update: 10 Apr 2024


View and create Linear tickets from any GitHub PR or issue.

Installs: 6 | Stars: 21 | Last update: 30 Jan 2024
Installs: 6 | Stars: 22 | Last update: 30 Jan 2024


Show [vscode-icons](https://github.com/vscode-icons/vscode-icons) in the repository browser.
Expand All @@ -160,7 +160,7 @@ Installs: 2000 | Stars: 299 | Last update: n/a

It can make the sub-directories and files of github repository as zip and download it

Installs: 3649 | Stars: 36 | Last update: 21 Aug 2023
Installs: 3641 | Stars: 36 | Last update: 21 Aug 2023


Create, save, edit, pin, search and delete filters that you commonly use on the Github Issues and Pull Requests pages. You are able to scope filters to be shown globally (on each repo) or only have them show up on the repo you create them on. Pinning filters is also a feature that this extension allows you to do. So if you have several filters you use daily - you have a way to quickly access them, at the top of your list.
Expand All @@ -185,12 +185,12 @@ Installs: 35 | Stars: 319 | Last update: 16 Sep 2021

Allows you to toggle between the normal GitHub contribution chart and an isometric pixel art version.

Installs: 10000 | Stars: 3456 | Last update: n/a
Installs: 10000 | Stars: 3457 | Last update: n/a


Browser extension to add git graph to GitHub website.

Installs: 456 | Stars: 2928 | Last update: 1 Jan 2024
Installs: 455 | Stars: 2937 | Last update: 1 Jan 2024


Chrome extension that adds a button in browser and links this button to a GitHub repository that you will configure, then on any webpage just click this extension button and it will add the given link with the title of the page in that repository.
Expand All @@ -200,17 +200,17 @@ Installs: 57 | Stars: 235 | Last update: n/a

See forks with the most stars under the names of repositories.

Installs: 328 | Stars: 586 | Last update: 30 Mar 2024
Installs: 325 | Stars: 586 | Last update: 30 Mar 2024


Show Material icons for files/folders in repository file viewer. Display the same icons from vscode-material-icon-theme VSCode extension.

Installs: 879 | Stars: 451 | Last update: 18 May 2024
Installs: 874 | Stars: 452 | Last update: 18 May 2024


An extension that creates direct links to imported modules, external or internal, on source code on GitHub. Supports multiple languages, including common ones like Rust, Go, Python and Ruby, but also odd ones like Nim, Haskell, Julia and Elm.

Installs: 35 | Stars: 250 | Last update: 27 Nov 2019
Installs: 34 | Stars: 250 | Last update: 27 Nov 2019


Chrome extension which helps you not to miss important changes in your news thread related to your repo
Expand All @@ -225,7 +225,7 @@ Installs: 65 | Stars: 140 | Last update: 6 Apr 2023

Displays your GitHub notifications unread count. Supports GitHub Enterprise and an option to only show unread count for issues you're participating in. You can click the icon to quickly see your unread notifications.

Installs: 534 | Stars: 1796 | Last update: 24 Apr 2024
Installs: 532 | Stars: 1798 | Last update: 24 Apr 2024


Filter your pull requests/issues in different categories giving you a big boost in productivity. Also suggests new trending repositories.
Expand All @@ -235,7 +235,7 @@ Installs: 1 | Stars: 138 | Last update: 16 Jan 2020

OctoLinker is the easiest and best way to navigate between files and projects on GitHub. It supports languages such as JavaScript, Ruby, Go, PHP, JAVA and more. It works with package.json as well as with Gemfiles.

Installs: 12842 | Stars: 5246 | Last update: 13 Nov 2022
Installs: 12838 | Stars: 5246 | Last update: 13 Nov 2022


OctoPermalinker is a browser extension that searches GitHub comments/files for links to files on branches, and adds a link to where the branch pointed when the comment/file was made/updated. This helps you avoid following a link that was broken after being posted. For context, here's some discussion about broken GitHub links: [Don't link to line numbers in GitHub](https://news.ycombinator.com/item?id=8046710).
Expand All @@ -252,7 +252,7 @@ Installs: 4000 | Stars: 963 | Last update: n/a

Useful for developers who frequently read source in GitHub and do not want to download or checkout too many repositories.

Installs: 37428 | Stars: 22699 | Last update: 5 Apr 2024
Installs: 37427 | Stars: 22698 | Last update: 5 Apr 2024


Revert GitHub's UI back to its classic look (before the June 23, 2020 update that has a flat, rounded and more whitespaced design).
Expand All @@ -267,17 +267,17 @@ Installs: 42 | Stars: 70 | Last update: 23 Sep 2023

Helps you keep track of incoming and outgoing PRs, and notifies you when you receive a pull request on GitHub.

Installs: 34 | Stars: 115 | Last update: 21 Jun 2023
Installs: 34 | Stars: 116 | Last update: 21 Jun 2023


Browser extension that shows which pull requests contain changes related to a file.

Installs: 3 | Stars: 96 | Last update: 15 Oct 2020
Installs: 3 | Stars: 97 | Last update: 15 Oct 2020


Extension that simplifies the GitHub interface and adds useful features.

Installs: 8543 | Stars: 23244 | Last update: 9 Apr 2024
Installs: 8502 | Stars: 23249 | Last update: 9 Apr 2024


Are they tabs? Are they spaces? How many? Never wonder again! Renders spaces as `·` and tabs as `` in all the code on GitHub.
Expand All @@ -298,7 +298,7 @@ The Sourcegraph browser extension gives GitHub IDE-like powers when you're viewi
4. Hover tooltips
5. File tree navigation

Installs: 919 | Stars: 9767 | Last update: 14 Apr 2023
Installs: 916 | Stars: 9769 | Last update: 14 Apr 2023


Make tab indented code more readable by forcing the tab size to 4 instead of 8.
Expand All @@ -323,7 +323,7 @@ Installs: 70000 | Stars: n/a | Last update: n/a

All your issues, PRs, repos and other work documents right in your new tab

Installs: 142 | Stars: n/a | Last update: n/a
Installs: 141 | Stars: n/a | Last update: n/a


file tree for github, and more than that.
Expand All @@ -338,12 +338,12 @@ Installs: 2000 | Stars: 131 | Last update: n/a

gitpod streamlines developer workflows by providing ready-to-code development environments in your browser - powered by vs code.

Installs: 2294 | Stars: 137 | Last update: 7 Mar 2024
Installs: 2289 | Stars: 137 | Last update: 7 Mar 2024


When viewing a repository on github.com that has a package.json file, this extension will introspect the dependencies in package.json and display links and description for each dependency, just below the repo's README.

Installs: 86 | Stars: 747 | Last update: 20 Dec 2023
Installs: 85 | Stars: 747 | Last update: 20 Dec 2023


Extends GitHub pages with math, diagrams, embedded YouTube videos etc.
Expand Down
3 changes: 2 additions & 1 deletion docs/awesome/awesome-go.md
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,7 @@ _Data stores with expiring records, in-memory distributed data stores, or in-mem
- [moss](https://github.com/couchbase/moss) - Moss is a simple LSM key-value storage engine written in 100% Go.
- [nutsdb](https://github.com/xujiajun/nutsdb) - Nutsdb is a simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data structures such as list, set, sorted set.
- [objectbox-go](https://github.com/objectbox/objectbox-go) - High-performance embedded Object Database (NoSQL) with Go API.
- [pebble](https://github.com/cockroachdb/pebble) - RocksDB/LevelDB inspired key-value database in Go.
- [piladb](https://github.com/fern4lvarez/piladb) - Lightweight RESTful database engine based on stack data structures.
- [pogreb](https://github.com/akrylysov/pogreb) - Embedded key-value store for read-heavy workloads.
- [prometheus](https://github.com/prometheus/prometheus) - Monitoring system and time series database.
Expand Down Expand Up @@ -1057,6 +1058,7 @@ _Tools that generate Go code._

_Geographic tools and servers_

- [geoos](https://github.com/spatial-go/geoos) - A library provides spatial data and geometric algorithms.
- [geoserver](https://github.com/hishamkaram/geoserver) - geoserver Is a Go Package For Manipulating a GeoServer Instance via the GeoServer REST API.
- [gismanager](https://github.com/hishamkaram/gismanager) - Publish Your GIS Data(Vector Data) to PostGIS and Geoserver.
- [godal](https://github.com/airbusgeo/godal) - Go wrapper for GDAL.
Expand Down Expand Up @@ -2129,7 +2131,6 @@ _Libraries for testing codebases and generating test data._
- [biff](https://github.com/fulldump/biff) - Bifurcation testing framework, BDD compatible.
- [charlatan](https://github.com/percolate/charlatan) - Tool to generate fake interface implementations for tests.
- [commander](https://github.com/SimonBaeumer/commander) - Tool for testing cli applications on windows, linux and osx.
- [covergates](https://github.com/covergates/covergates) - Self-hosted code coverage report review and management service.
- [cupaloy](https://github.com/bradleyjkemp/cupaloy) - Simple snapshot testing addon for your test framework.
- [dbcleaner](https://github.com/khaiql/dbcleaner) - Clean database for testing purpose, inspired by `database_cleaner` in Ruby.
- [dsunit](https://github.com/viant/dsunit) - Datastore testing for SQL, NoSQL, structured files.
Expand Down
Loading

0 comments on commit c74550c

Please sign in to comment.