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
@@ -605,7 +605,7 @@ English-language description for use by biologists.
605
605
606
606
*[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.
* [Action Languages, Answer Sets, and Planning](https://link.springer.com/chapter/10.1007%2F978-3-642-60085-2_16) - ***The Logic Programming Paradigms***, 1999. [[All Versions](https://scholar.google.com/scholar?cluster=2045126541850245645)]. [[Preprint](https://citeseerx.ist.psu.edu/document?repid=rep1&type=pdf&doi=e58359b3dae3141fd2c85ee3f00c566411134929)]. This is a discussion of some of the achievements and challenges related to representing actions and the design of planners from the perspective of logic programming. The authors talk about recent work on action languages and translating them into logic programming, on representing possible histories of an action domain by answer sets, on efficient implementations of the answer set semantics and their use for generating plans, and on causal logic and its relation to planning algorithms. Recent progress in these areas may lead to the creation of planners which are based on the ideas of logic programming and combine the use of expressive action description languages with efficient computational procedures.
609
609
610
610
*[Qualitative Simulation](https://www.cs.utexas.edu/ftp/qsim/papers/Kuipers-aij-86.pdf) - ***Artificial Intelligence***, 1986. [[All Versions](https://scholar.google.com/scholar?cluster=4945009733425184345&hl=en&as_sdt=0,5)]. Benjamin Kuipers' original paper on qualitative reasoning.
Copy file name to clipboardexpand all lines: docs/awesome/awesome-go.md
-5
Original file line number
Diff line number
Diff line change
@@ -1021,7 +1021,6 @@ _Packages for accounting and finance._
1021
1021
_Libraries for working with forms._
1022
1022
1023
1023
-[bind](https://github.com/robfig/bind) - Bind form data to any Go values.
1024
-
-[binding](https://github.com/mholt/binding) - Binds form and JSON data from net/http Request to struct.
1025
1024
-[checker](https://github.com/cinar/checker) - Checker helps validating user input through rules defined in struct tags or directly through functions.
1026
1025
-[conform](https://github.com/leebenson/conform) - Keeps user input in check. Trims, sanitizes & scrubs data based on struct tags.
1027
1026
-[form](https://github.com/go-playground/form) - Decodes url.Values into Go value(s) and Encodes Go value(s) into url.Values. Dual Array and Full map support.
@@ -1478,7 +1477,6 @@ _Libraries for Machine Learning._
1478
1477
-[hugot](https://github.com/knights-analytics/hugot) - Huggingface transformer pipelines for golang with onnxruntime.
1479
1478
-[libsvm](https://github.com/datastream/libsvm) - libsvm golang version derived work based on LIBSVM 3.14.
1480
1479
-[m2cgen](https://github.com/BayesWitnesses/m2cgen) - A CLI tool to transpile trained classic ML models into a native Go code with zero dependencies, written in Python with Go language support.
1481
-
-[neat](https://github.com/jinyeom/neat) - Plug-and-play, parallel Go framework for NeuroEvolution of Augmenting Topologies (NEAT).
1482
1480
-[neural-go](https://github.com/schuyler/neural-go) - Multilayer perceptron network implemented in Go, with training via backpropagation.
1483
1481
-[ocrserver](https://github.com/otiai10/ocrserver) - A simple OCR API server, seriously easy to be deployed by Docker and Heroku.
1484
1482
-[onnx-go](https://github.com/owulveryck/onnx-go) - Go Interface to Open Neural Network Exchange (ONNX).
@@ -2613,7 +2611,6 @@ _General utilities and tools to make your life easier._
2613
2611
-[godaemon](https://github.com/VividCortex/godaemon) - Utility to write daemons.
2614
2612
-[godropbox](https://github.com/dropbox/godropbox) - Common libraries for writing Go services/applications from Dropbox.
2615
2613
-[gofn](https://github.com/tiendc/gofn) - High performance utility functions written using Generics for Go 1.18+.
2616
-
-[gohper](https://github.com/cosiner/gohper) - Various tools/modules help for development.
2617
2614
-[golarm](https://github.com/msempere/golarm) - Fire alarms with system events.
2618
2615
-[golog](https://github.com/mlimaloureiro/golog) - Easy and lightweight CLI tool to time track your tasks.
2619
2616
-[gopencils](https://github.com/bndr/gopencils) - Small and simple package to easily consume REST APIs.
@@ -2998,7 +2995,6 @@ _Plugin for text editors and IDEs._
2998
2995
-[goprofiling](https://marketplace.visualstudio.com/items?itemName=MaxMedia.go-prof) - This extension adds benchmark profiling support for the Go language to VS Code.
2999
2996
-[GoSublime](https://github.com/DisposaBoy/GoSublime) - Golang plugin collection for the text editor SublimeText 3 providing code completion and other IDE-like features.
3000
2997
-[gounit-vim](https://github.com/hexdigest/gounit-vim) - Vim plugin for generating Go tests based on the function's or method's signature.
3001
-
-[theia-go-extension](https://github.com/theia-ide/theia-go-extension) - Go language support for the Theia IDE.
3002
2998
-[vim-compiler-go](https://github.com/rjohnsondev/vim-compiler-go) - Vim plugin to highlight syntax errors on save.
3003
2999
-[vim-go](https://github.com/fatih/vim-go) - Go development plugin for Vim.
3004
3000
-[vscode-go](https://github.com/golang/vscode-go) - Extension for Visual Studio Code (VS Code) which provides support for the Go language.
@@ -3448,7 +3444,6 @@ _Add the group of your city/country here (send **PR**)_
3448
3444
-[Golang Nugget](https://golangnugget.com) - A weekly roundup of the best Go content, delivered to your inbox every Monday.
3449
3445
-[Golang Resources](https://golangresources.com) - A curation of the best articles, exercises, talks and videos to learn Go.
3450
3446
-[Golang Weekly](https://discu.eu/weekly/golang/) - Each monday projects, tutorials and articles about Go.
3451
-
-[golang-graphics](https://github.com/mholt/golang-graphics) - Collection of Go images, graphics, and art.
3452
3447
-[golang-nuts](https://groups.google.com/forum/#!forum/golang-nuts) - Go mailing list.
3453
3448
-[Google Plus Community](https://plus.google.com/communities/114112804251407510571) - The Google+ community for #golang enthusiasts.
3454
3449
-[Gopher Community Chat](https://invite.slack.golangbridge.org) - Join Our New Slack Community For Gophers ([Understand how it came](https://blog.gopheracademy.com/gophers-slack-community/)).
-[PocketBase Typegen](https://github.com/patmood/pocketbase-typegen) - Generate TypeScript types from the SQLite db file. 
117
117
-[typed-pocketbase](https://github.com/david-plugge/typed-pocketbase) - Generate types from your PocketBase instance and enjoy fully type-safe queries. 
118
+
-[pocketbase-ts](https://github.com/satohshi/pocketbase-ts) — SDK wrapper with more readable `options` syntax and full type-safety. 
Copy file name to clipboardexpand all lines: docs/awesome/awesome-rust.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -198,6 +198,8 @@ See also [crates matching keyword 'emulator'](https://crates.io/keywords/emulato
198
198
*[dust](https://github.com/kelpsyberry/dust) - A Nintendo DS emulator
199
199
* PlayStation 4
200
200
*[Obliteration](https://github.com/obhq/obliteration) - Experimental PS4 emulator for Windows, macOS and Linux [](https://github.com/obhq/obliteration/actions/workflows/main.yml)
201
+
* Shockwave Player
202
+
*[DirPlayer](https://github.com/igorlira/dirplayer-rs) - A web-compatible Shockwave Player emulator written in Rust
*[zopfli](https://github.com/zopfli-rs/zopfli)[[zopfli](https://crates.io/crates/zopfli)] - implementation of the Zopfli compression algorithm for higher quality deflate or zlib compression
Copy file name to clipboardexpand all lines: docs/awesome/awesome-zsh-plugins.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -680,6 +680,7 @@ Here are a few good sources for Nerd Fonts and Powerline-compatible fonts:
680
680
-[aws-vault](https://github.com/blimmer/zsh-aws-vault) - Plugin for [aws-vault](https://github.com/99designs/aws-vault). Includes tab completions.
681
681
-[aws](https://github.com/apachler/zsh-aws) - Forked from the original [oh-my-zsh](https://ohmyz.sh/)[aws](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/aws). Includes completions for `awscli` and a few utilities for managing AWS profiles and displaying them in your prompt.
682
682
-[aws2](https://github.com/drgr33n/oh-my-zsh_aws2-plugin) - Provides completion support for version 2 of the [awscli](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html) and a few utilities to manage AWS profiles and display them in the prompt.
683
+
-[awsp](https://github.com/suonto/awsp-zsh-plugin) - AWS profile management for ZSH. Inspired by oh-my-zsh's [aws](https://github.com/ohmyzsh/ohmyzsh/blob/master/plugins/aws/aws.plugin.zsh) plugin.
683
684
-[awsssh](https://github.com/raisedadead/zsh-awsssh) - List, select and `ssh` into EC2 instances.
684
685
-[awsume](https://github.com/Sordie/AWSume) - Plugin that enables showing the current [awsume](https://github.com/trek10inc/awsume) profile.
685
686
-[azcli](https://github.com/dmakeienko/azcli) - Helper for using the Azure cli tools.
@@ -834,16 +835,16 @@ Here are a few good sources for Nerd Fonts and Powerline-compatible fonts:
834
835
-[escape-backtick](https://github.com/bezhermoso/zsh-escape-backtick) - Quickly insert escaped backticks when double-tapping "`".
835
836
-[evalcache](https://github.com/mroth/evalcache) - Caches the output of a binary initialization command like `eval "$(hub alias -s)"`, to help lower shell startup time by loading from cache instead of re-running every new shell session.
836
837
-[evil-registers](https://github.com/zsh-vi-more/evil-registers) - Extends ZLE `vi` commands to remotely access named registers of the `vim` and `nvim` editors, and system selection and clipboard.
837
-
-[exa (DarrinTisdale)](https://github.com/DarrinTisdale/zsh-aliases-exa) - Enables a number of aliases extending [exa](https://the.exa.website), the modern replacement for `ls`.
838
-
-[exa (mohamedelashri)](https://github.com/MohamedElashri/exa-zsh) - Adds aliases for [exa](https://the.exa.website), a modern replacement for `ls`.
838
+
-[exa (DarrinTisdale)](https://github.com/DarrinTisdale/zsh-aliases-exa) - Enables a number of aliases extending [exa](https://github.com/ogham/exa), the modern replacement for `ls`.
839
+
-[exa (mohamedelashri)](https://github.com/MohamedElashri/exa-zsh) - Adds aliases for [exa](https://github.com/ogham/exa), a modern replacement for `ls`.
839
840
-[exa (ptavares)](https://github.com/ptavares/zsh-exa) - Installs and loads [exa](https://github.com/ogham/exa.git).
840
841
-[exa (ritchies)](https://github.com/RitchieS/zsh-exa/) - Adds aliases to make using [exa](https://github.com/ogham/exa.git) easier.
841
-
-[exa (todie)](https://github.com/todie/exa.plugin.zsh) - Integration and completions for [exa](https://the.exa.website/), a modern replacement for `ls`.
842
+
-[exa (todie)](https://github.com/todie/exa.plugin.zsh) - Integration and completions for [exa](https://github.com/ogham/exa), a modern replacement for `ls`.
842
843
-[exa (zap-zsh)](https://github.com/zap-zsh/exa) - Overrides common commands to use exa instead.
843
844
-[exa (zplugin)](https://github.com/zplugin/zsh-exa) - replace `ls` with [ogham/exa](https://github.com/ogham/exa).
844
845
-[exa (zshell)](https://github.com/z-shell/zsh-exa) - replace `ls` with [ogham/exa](https://github.com/ogham/exa).
845
846
-[exa-ls (zpm-zsh)](https://github.com/zpm-zsh/ls) - Zsh plugin for ls.
846
-
-[exa-ls](https://github.com/birdhackor/zsh-exa-ls-plugin) - Adds aliases so that you can use [exa](https://the.exa.website) as a drop-in replacement for `ls` and `tree`.
847
+
-[exa-ls](https://github.com/birdhackor/zsh-exa-ls-plugin) - Adds aliases so that you can use [exa](https://github.com/ogham/exa) as a drop-in replacement for `ls` and `tree`.
847
848
-[exercism](https://github.com/fabiokiatkowski/exercism.plugin.zsh) - A plugin for [exercism.io](http://exercism.io/).
848
849
-[expand-ealias](https://github.com/zigius/expand-ealias.plugin.zsh) - Expand specific aliases with space.
849
850
-[expand](https://github.com/MenkeTechnologies/zsh-expand) - Expands regular aliases, global aliases, incorrect spellings and phrases, globs, history expansion and $parameters with the spacebar key.
@@ -1608,7 +1609,6 @@ These plugins add tab completions without adding extra functions or aliases.
1608
1609
-[completions (zsh-users)](https://github.com/zsh-users/zsh-completions) - A collection of extra completions for ZSH.
1609
1610
-[conda](https://github.com/conda-incubator/conda-zsh-completion) - ZSH tab completion for [conda](http://conda.pydata.org/).
1610
1611
-[cpan](https://github.com/MenkeTechnologies/zsh-cpan-completion) - Adds `cpan install word<tab>` and `cpanm install <tab>` to complete remote CPAN package names.
1611
-
-[crazy-complete](https://github.com/crazy-complete/crazy-complete) - Every program should have autocompletion in the shell to enhance user experience and productivity. `crazy-complete` helps solve this task by generating robust and reliable autocompletion scripts.
1612
1612
-[cross-compiler](https://github.com/Freed-Wu/zsh-completions-for-cross-compilers) - In cross compilations, there are many tools like x86_64-w64-mingw32-gcc, x86_64-linux-android32-clang, arm-none-eabi-gcc, etc. This plugin provides ZSH completions for them.
1613
1613
-[ctop](https://github.com/gantsign/zsh-plugins/tree/master/ctop) - Tab completions for [ctop](https://github.com/bcicen/ctop).
1614
1614
-[dagger](https://github.com/jygastaud/dagger-oh-my-zsh) - Completions for dagger.
@@ -2876,7 +2876,7 @@ There is also a more detailed [Zsh Plugin Standard](https://zdharma-continuum.gi
2876
2876
### ZSH Tools
2877
2877
2878
2878
-[argcomplete](https://github.com/kislyuk/argcomplete) - Generates tab completions for programs using Python's `argparse` module.
2879
-
-[crazy-complete](https://github.com/crazy-complete/crazy-complete) - Every program should have autocompletion in the shell to enhance user experience and productivity. crazy-complete helps solve this task by generating robust and reliable autocompletion scripts.
2879
+
-[crazy-complete](https://github.com/crazy-complete/crazy-complete) - Every program should have autocompletion in the shell to enhance user experience and productivity. `crazy-complete` helps solve this task by generating robust and reliable autocompletion scripts.
2880
2880
-[manpage-completion-generator](https://github.com/umlx5h/zsh-manpage-completion-generator) - Generats ZSH completions from man pages. Requires [create_manpage_completions.py](https://github.com/fish-shell/fish-shell/blob/master/share/tools/create_manpage_completions.py) which is installed by the fish shell
2881
2881
-[oh-plugin](https://github.com/mbergo/oh-plugin) - Helps you install plugins for [oh-my-zsh](https://ohmyz.sh) by typing `oh-plugin install repository_address`.
2882
2882
-[shell-color-prompt-tool](https://github.com/kyletimmermans/shell-color-prompt-tool) - Helps you create a custom prompt for `ZSH` or `bash`.
0 commit comments