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
@@ -1183,7 +1183,7 @@ English-language description for use by biologists.
1183
1183
1184
1184
*[Rational Use of Cognitive Resources: Levels of Analysis Between the Computational and the Algorithmic](https://onlinelibrary.wiley.com/doi/full/10.1111/tops.12142) - ***Topics in Cognitive Science***, 2015. [[All Versions](https://scholar.google.com/scholar?cluster=16305499937147933368&hl=en&as_sdt=0,5)]. An earlier version of the paper above.
1185
1185
1186
-
*[Understanding Human Intelligence through Human Limitations](https://cocosci.princeton.edu/papers/griffiths_understanding.pdf) - ***Trends in Cognitive Sciences***, 2020. [[All Versions](https://scholar.google.com/scholar?oi=bibs&hl=en&cluster=6469796133334580403)]. Tom Griffiths's review on understanding the uniqueness of human intelligence through three aspects of human limitations.
1186
+
* [Understanding Human Intelligence through Human Limitations](https://www.cell.com/trends/cognitive-sciences/fulltext/S1364-6613(20)30215-1) - ***Trends in Cognitive Sciences***, 2020. [[All Versions](https://scholar.google.com/scholar?oi=bibs&hl=en&cluster=6469796133334580403)]. [[Preprint](https://cocosci.princeton.edu/papers/griffiths_understanding.pdf)]. Recent progress in artificial intelligence provides the opportunity to ask the question of what is unique about human intelligence, but with a new comparison class. The author argues that we can understand human intelligence, and the ways in which it may differ from artificial intelligence, by considering the characteristics of the kind of computational problems that human minds have to solve. The author claims that these problems acquire their structure from three fundamental limitations that apply to human beings: limited time, limited computation, and limited communication. From these limitations we can derive many of the properties we associate with human intelligence, such as rapid learning, the ability to break down problems into parts, and the capacity for cumulative cultural evolution.
1187
1187
1188
1188
*[Foundations of intuitive power analyses in children and adults](https://eccl.mit.edu/s/Pelz_Foundations-of-intuitive-power-analyses-in-children-and-adults.pdf) - ***Nature Human Behavior***, 2022. [[All Versions](https://scholar.google.com/scholar?cluster=4370839893505978405&hl=en&as_sdt=0,5)]. Evidences support that people have some of the foundations for 'intuitive power analyses', which help people use intuitive statistical reasoning and metacognitive strategies to estimate how much information they might need to solve different discrimination problems.
Copy file name to clipboardexpand all lines: docs/awesome/awesome-algorithms.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -37,10 +37,9 @@ If you want to contribute, please read the [contribution guidelines](https://git
37
37
38
38
*High Quality Courses and tutorials on youtube*
39
39
40
+
*[Tim Roughgarden. Algorithms Illuminated](https://www.algorithmsilluminated.org/) - Tim Roughgarden, a pioneer of computer science, offers a companion to his book, with lecture videos and slides.
40
41
*[FreeCodeCamp - Algorithms and Data Structures Tutorial - Full Course for Beginners](https://www.youtube.com/watch?v=8hly31xKli0) - Complete beginner friendly Algorithms and Data Structures Tutorial with mindblowing animation.
41
-
42
42
*[Abdul Bari - Introduction to Algorithm](https://www.youtube.com/watch?v=0IAPZzGSbME&list=PLDN4rrl48XKpZkf03iYFl-O29szjTrs_O) - This playlist is so much informative and provide simulation with code example. As like as you are in a class.
43
-
44
43
*[Jenny's Lectures- Algorithm](https://www.youtube.com/watch?v=AT14lCXuMKI&list=PLdo5W4Nhv31bbKJzrsKfMpo_grxuLl8LU) - Another complete algorithm playlist from basic level to intermediate. Easy explanation and simulation.
Copy file name to clipboardexpand all lines: docs/awesome/awesome-angular.md
+1
Original file line number
Diff line number
Diff line change
@@ -940,6 +940,7 @@ become an Angular expert.
940
940
*[ngx-app-version](https://github.com/Celtian/ngx-app-version) - Angular directive for writing version into DOM.
941
941
*[ngx-repeat](https://github.com/Celtian/ngx-repeat) - Angular directive for repeating HTML element by count.
942
942
*[ngx-fixed-footer](https://github.com/Celtian/ngx-fixed-footer) - Angular directive that adds fixed footer without overlap.
943
+
*[ngx-href](https://github.com/rbalet/ngx-href) - A directive that allows href to understand Angular's router while retaining its default functionality.
Copy file name to clipboardexpand all lines: docs/awesome/awesome-cosmos.md
+2
Original file line number
Diff line number
Diff line change
@@ -178,6 +178,7 @@ Modules or frameworks for virtual machines that run in the Cosmos SDK
178
178
*[informalsystems/hermes](https://github.com/informalsystems/hermes) - IBC Relayer in Rust.
179
179
*[confio/ts-relayer](https://github.com/confio/ts-relayer) - IBC Relayer in TypeScript.
180
180
*[local-interchain](https://github.com/Reecepbcups/local-interchain) - Quickly spin up a local IBC development environment on any operating system.
181
+
*[IBC-escrow-auditor](https://github.com/Cordtus/ibc-escrow) - Standalone tool to check and report on-chain token amounts against the IBC lockup account on counterparty chain.
181
182
182
183
## Testing
183
184
@@ -240,6 +241,7 @@ Templates to help you get started with building a Cosmos SDK blockchain.
240
241
241
242
*[Cosmos Cache](https://github.com/Reecepbcups/cosmos-endpoint-cache) - Optimize Cosmos queries by caching responses for predefined sets of time (regex).
242
243
*[cosmos-operator](https://github.com/strangelove-ventures/cosmos-operator) - Cosmos Operator is a kubernetes operator for managing cosmos nodes.
244
+
*[Wallet-generator](https://github.com/Cordtus/wallet_generator) - Manually generate a keypair + wallet addresses from mnemonic, pubkey + wallet addresses from privkey, or wallet addresses from pubkey. Accepts arbitrary HDpath (incl. cointype)
Copy file name to clipboardexpand all lines: docs/awesome/awesome-go.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -2599,6 +2599,7 @@ _General utilities and tools to make your life easier._
2599
2599
- [go-rate](https://github.com/beefsack/go-rate) - Timed rate limiter for Go.
2600
2600
- [go-sitemap-generator](https://github.com/ikeikeikeike/go-sitemap-generator) - XML Sitemap generator written in Go.
2601
2601
- [go-trigger](https://github.com/sadlil/go-trigger) - Go-lang global event triggerer, Register Events with an id and trigger the event from anywhere from your project.
2602
+
- [go-tripper](https://github.com/rajnandan1/go-tripper) - Tripper is a circuit breaker package for Go that allows you to circuit and control the status of circuits.
2602
2603
- [go-type](https://github.com/mikekonan/go-types) - Library providing Go types for store/validation and transfer of ISO-4217, ISO-3166, and other types.
2603
2604
- [goback](https://github.com/carlescere/goback) - Go simple exponential backoff package.
2604
2605
- [goctx](https://github.com/zerosnake0/goctx) - Get your context value with high performance.
@@ -2941,7 +2942,7 @@ _Libraries for creating Workflows._
2941
2942
- [Cadence-client](https://github.com/uber-go/cadence-client) - A framework for authoring workflows and activities running on top of the Cadence orchestration engine made by Uber.
2942
2943
- [Dagu](https://github.com/dagu-go/dagu) - No-code workflow executor. it executes DAGs defined in a simple YAML format.
2943
2944
- [go-dag](https://github.com/rhosocial/go-dag) - A framework developed in Go that manages the execution of workflows described by directed acyclic graphs.
2944
-
- [go-taskflow](https://github.com/noneback/go-taskflow) - A taskflow-like Programmatic DAG Task Execution Framework with integrated visualizer and profiler.
2945
+
- [go-taskflow](https://github.com/noneback/go-taskflow) - A taskflow-like General-purpose Task-parallel Programming Framework with integrated visualizer and profiler.
Copy file name to clipboardexpand all lines: docs/awesome/awesome-rust.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -304,7 +304,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/
304
304
* [espanso](https://github.com/espanso/espanso) - A cross-platform Text Expander. [](https://github.com/espanso/espanso/actions/workflows/ci.yml)
305
305
* [eureka](https://crates.io/crates/eureka) - A CLI tool to input and store your ideas without leaving the terminal
306
306
* [Furtherance](https://github.com/unobserved-io/Furtherance) - Time tracking app built with GTK4
* [LLDAP](https://github.com/lldap/lldap) - Simplified LDAP interface for authentication.
309
309
* [pier-cli/pier](https://github.com/pier-cli/pier) - A central repository to manage (add, search metadata, etc.) all your one-liners, scripts, tools, and CLIs
310
310
* [ShadoySV/work-break](https://github.com/ShadoySV/work-break) [[work-break](https://crates.io/crates/work-break)] - Work and rest time balancer taking into account your current and today strain [](https://github.com/ShadoySV/work-break/releases)
@@ -372,7 +372,6 @@ See also [A comparison of operating systems written in Rust](https://github.com/
372
372
* [LACT](https://github.com/ilya-zlobintsev/LACT) - Linux AMDGPU Controller
373
373
* [lodosgroup/lpm](https://github.com/lodosgroup/lpm) - An experimental system package manager
374
374
* [lotabout/rargs](https://github.com/lotabout/rargs) [[rargs](https://crates.io/crates/rargs)] - xargs + awk with pattern matching support
375
-
* [lotabout/skim](https://github.com/lotabout/skim) - A fuzzy finder
376
375
* [lsd](https://github.com/lsd-rs/lsd) - An ls with a lot of pretty colors and awesome icons [](https://github.com/lsd-rs/lsd/actions)
377
376
* [Luminarys/synapse](https://github.com/Luminarys/synapse) - Flexible and fast BitTorrent daemon.
378
377
* [m4b/bingrep](https://github.com/m4b/bingrep) - Greps through binaries from various OSs and architectures, and colors them.
@@ -398,6 +397,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/
398
397
* [sharkdp/bat](https://github.com/sharkdp/bat) - A cat(1) clone with wings. [](https://github.com/sharkdp/bat/actions/workflows/CICD.yml)
399
398
* [sharkdp/fd](https://github.com/sharkdp/fd) - A simple, fast and user-friendly alternative to find. [](https://github.com/sharkdp/fd/actions/workflows/CICD.yml)
400
399
* [sitkevij/hex](https://github.com/sitkevij/hex) - A colorized hexdump terminal utility.
400
+
* [skim](https://github.com/skim-rs/skim) - A fuzzy finder
401
401
* [supercilex/fuc](https://github.com/supercilex/fuc) - Fast `cp` and `rm` commands
402
402
* [trippy](https://github.com/fujiapple852/trippy) - A network diagnostic tool [](https://github.com/fujiapple852/trippy/actions/workflows/ci.yml)
403
403
* [uutils/coreutils](https://github.com/uutils/coreutils) - A cross-platform rewrite of the GNU coreutils [](https://github.com/uutils/coreutils/actions/workflows/CICD.yml)
@@ -1630,6 +1630,10 @@ See also [Are we game yet?](https://arewegameyet.rs)
1630
1630
* [microsoft/windows-rs](https://github.com/microsoft/windows-rs) - Rust for Windows [](https://github.com/microsoft/windows-rs/actions)
1631
1631
* [retep998/winapi-rs](https://github.com/retep998/winapi-rs) - Windows API bindings [](https://github.com/retep998/winapi-rs/actions/workflows/rust.yml)
1632
1632
1633
+
### Reverse engineering
1634
+
1635
+
* [binarly-io/idalib](https://github.com/binarly-io/idalib) [[idalib](https://crates.io/crates/idalib)] - Rust bindings for the IDA SDK, enabling the development of standalone analysis tools using IDA v9.0’s idalib
0 commit comments