Skip to content

Commit 7685000

Browse files
committed
Robot Updated at:17 Nov 2024 21:10:00 GMT
1 parent c3d43cc commit 7685000

13 files changed

+192
-176
lines changed

docs/awesome/awesome-agi-cocosci.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Contributions are greatly welcomed! Please refer to [Contribution Guidelines](ht
6060

6161
* [The Role of Explanatory Considerations in Updating](https://www.sciencedirect.com/science/article/pii/S0010027715000955) - ***Cognition***, 2015. [[All Versions](https://scholar.google.com/scholar?cluster=3089358487428261042)]. This paper investigates experimentally controversy in philosophy about the connection between explanation and inference, of whether judgments of the explanatory goodness of hypotheses do play a role when people revise their degrees of belief in those hypotheses upon the receipt of new evidence.
6262

63-
* [Explanation, updating, and accuracy](https://www.tandfonline.com/doi/full/10.1080/20445911.2016.1230122) - ***Journal of Cognitive Psychology***, 2016. [[All Versions](https://scholar.google.com/scholar?cluster=967127146748155733)].
63+
* [Explanation, updating, and accuracy](https://www.tandfonline.com/doi/full/10.1080/20445911.2016.1230122) - ***Journal of Cognitive Psychology***, 2016. [[All Versions](https://scholar.google.com/scholar?cluster=967127146748155733)]. There is evidence that people update their credences partly on the basis of explanatory considerations. Philosophers have recently argued that to minimise the inaccuracy of their credences, people's updates also ought to be partly based on such considerations. However, there are many ways in which explanatory considerations can factor into updating, not all of which minimise inaccuracy. It is an open question whether in their updating, people take explanatory considerations into account in a way that philosophers would deem recommendable. To address this question, the authors re-analyse data from an experiment reported in Douven and Schupbach, “The role of explanatory considerations in updating”.
6464

6565
* [Best, second-best, and good-enough explanations: How they matter to reasoning](https://psycnet.apa.org/record/2018-03972-001) - ***Journal of Experimental Psychology***, 2018. [[All Versions](https://scholar.google.com/scholar?cluster=3067550385175104201)]. There is a wealth of evidence that people’s reasoning is influenced by explanatory considerations. Three experiments investigate the descriptive adequacy of a precise proposal to be found in the philosophical literature, to wit, that we should infer to the best explanation, provided certain additional conditions are met. The main conslusions are that (a) the quality of an explanation is a good predictor of people’s willingness to accept that explanation, and a better predictor than the prior probability of the explanation, and (b) if more than one possible explanation is given, people are the less willing to infer the best explanation the better they deem the second-best explanation.
6666

docs/awesome/awesome-angular.md

+2
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ become an Angular expert.
382382
* [ng-supabase](https://github.com/rustygreen/ng-supabase) - An Angular component library for your [Supabase](https://supabase.com/) project!
383383
* [zitadel](https://zitadel.com/docs/examples/login/angular) - Secure authentication management for your application. Customize as you grow, with easy APIs and programmable workflows. Focus on growing, your login is in good hands.
384384
* [appwrite](https://github.com/appwrite/appwrite) - Using Appwrite, you can easily integrate your [Angular app](https://appwrite.io/docs/quick-starts/angular) with user authentication and multiple sign-in methods, a database for storing and querying users and team data, storage and file management, image manipulation, cloud functions, and more services.
385+
* [permit](https://www.permit.io/) - An authorization-as-a-service solution that can be used with [Angular](https://www.permit.io/blog/how-to-implement-role-based-access-control-rbac-in-angular).
385386

386387
#### Builders
387388

@@ -836,6 +837,7 @@ become an Angular expert.
836837
* [ngx-stories](https://github.com/Gauravdarkslayer/ngx-stories) - An Angular component to render Instagram like stories.
837838
* [carousel-library](https://github.com/GreenFlag31/carousel-library) - A versatile Angular library providing a feature-rich, simple, and performant carousel component.
838839
* [ngx-simple-gallery](https://github.com/zolcsi/ngx-simple-gallery) - A lightweight gallery library for Angular 18 that presents all images as thumbnails, expanding them to full size upon clicking or tapping.
840+
* [@daelmaak/ngx-gallery](https://github.com/daelmaak/ngx-gallery) - Small, performant, responsive, dependency free, easy to use Angular 8+ gallery.
839841

840842
#### Charts
841843

docs/awesome/awesome-computational-biology.md

+4
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ A knowledge collection of databases, software and papers related to computationa
101101

102102
## Drug Response Prediction
103103
- [drGAT](https://github.com/inoue0426/drGAT): A model for drug response prediction with gene explainability with attention mechanism.
104+
- [MOFGCN](https://github.com/weiba/MOFGCN/tree/main): GCN + heterogeneous network
105+
- [DeepDSC](https://ieeexplore-ieee-org.ezp2.lib.umn.edu/stamp/stamp.jsp?tp=&arnumber=8723620&tag=1): Autoencoder + Fully Connected NN
106+
- [DGDRP](https://github.com/minwoopak/heteronet): Multi-view embedding NN.
107+
- [DeepAEG](https://github.com/zhejiangzhuque/DeepAEG): GNN Embedding + Attention
104108

105109
### Drug Repurposing
106110

docs/awesome/awesome-cpp.md

+1
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
645645
* [Jsmn](https://github.com/zserge/jsmn) - A minimalistic JSON parser in C. [MIT]
646646
* [json](https://github.com/nlohmann/json) :zap: - JSON for Modern C++. [MIT] [website](https://json.nlohmann.me)
647647
* [JSON++](https://github.com/hjiang/jsonxx) - A JSON parser in C++. [MIT]
648+
* [json.cpp](https://github.com/jart/json.cpp) - a baroque JSON parsing / serialization library for C++. [Apache-2.0]
648649
* [json.h](https://github.com/sheredom/json.h) - A simple one header/one source solution to parsing JSON in C and C++. [Unlicense]
649650
* [json-build](https://github.com/lcsmuller/json-build) - C89 tiny zero-allocation JSON serializer. [MIT]
650651
* [json-c](https://github.com/json-c/json-c) - A JSON implementation in C. [MIT]

docs/awesome/awesome-fiber.md

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ List of middlewares that are created by the Fiber community.
9393
- [zeiss/fiber-authz](https://github.com/ZEISS/fiber-authz) - A middleware to secure routes in Fiber with a defined RBAC model.
9494
- [zeiss/fiber-htmx](https://github.com/ZEISS/fiber-htmx) - A middleware for using HTMX in Fiber.
9595
- [jsorb84/ssefiber](https://github.com/jsorb84/ssefiber) - A basic SSE Implementation for Fiber.
96+
- [streamerd/fibergun](https://github.com/streamerd/fibergun) - A GunDB middleware for Fiber. Enables easy integration of GunDB, a decentralized database.
9697

9798
## 🚧 Boilerplates
9899
Premade boilerplates for Fiber.

docs/awesome/awesome-flying-fpv.md

+9
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ You will find also a lot of spare parts or mods / extensions to commercial vehic
3333

3434
Copters are built using different materials from alu / carbon profiles to CNC cuts to full 3D printed cases and have different configurations for different number of rotors (bi... octo):
3535

36+
* [Sub 250g autonomous drone] - 3D printed bare minimum frame with Liion and GPS
37+
* [JeNo 5.1"](https://github.com/WE-are-FPV/JeNo-5.1) - Modern carbon wide X-frame with accessoirs
3638
* [Goblin v3](https://www.printables.com/de/model/396395-goblin-fpv-drone) - 3D printed frame, 4S power, 16x16 AIO stack, 2023.
3739
* [NanoLongRange](https://www.thingiverse.com/thing:4769576) - 3D printed frame with mostly a 18650 Liion cell and a all-in-one board for whoops, 2021.
3840
* [Discovery Edition](https://www.thingiverse.com/thing:5428365) - Optimized frame with integrated battery holder, 2022.
@@ -110,6 +112,7 @@ Usually brushless DC motors (BLDC) are used for their power and precision. They
110112

111113
* [BLheli_S](https://github.com/bitdump/BLHeli) - Popular Firmware for ESCs with fine-grained control.
112114
* [BlueJay](https://github.com/mathiasvr/bluejay) - BLheli fork, Digital ESC firmware for controlling brushless motors. More features like custom melodies. Since 2020.
115+
* [AM32-MultiRotor-ESC-FW](https://github.com/am32-firmware/AM32) - DSHOT, telemetry, 2024
113116
* [MESC FOC ESC](https://github.com/davidmolony/MESC_FOC_ESC) - Open Hardware and Firmware for STM32 basrd ESC.
114117
* [ESC Configurator](https://github.com/stylesuxx/esc-configurator) - Web app to setup your BLHeli / Bluejay ESC.
115118
* [PIDtoolbox](https://github.com/bw1129/PIDtoolbox) - tuning your PID settings for max. performance of your specific modell.
@@ -125,11 +128,14 @@ Modern autopilot software require STM32 based boards with F4/F7 chip generation
125128
* [Ardupilot](https://ardupilot.org) - Full ecosystem including professional / research use for wings and copters and even land or water vehicles. A lot of information, experiences and possibilities, but also more complex than INAV.
126129
* [dRehmflight](https://github.com/nickrehm/dRehmFlight) - Dedicated to VTOLs and it's transformation during flight process, Teensy Boards only.
127130
* [Rotorflight](https://github.com/rotorflight/rotorflight) - Firmware for traditional single-rotor helicopters.
131+
* [HPR-Rocket-Flight-Computer](https://github.com/SparkyVT/HPR-Rocket-Flight-Computer) - High speed rockets firmware
128132
* [CleanFlight](https://github.com/cleanflight/cleanflight) - Legacy fork of baseflight , stall.
129133
* [BaseFlight](https://github.com/multiwii/baseflight) - Legacy and oldest FW of the days of Wii gyro hacks and 8bit, stall.
130134
* [QUICKSILVER firmware](https://github.com/BossHobby/QUICKSILVER) - ?.
131135
* [Paparazzi UAV](https://github.com/paparazzi/paparazzi) - ?.
132136
* [LibrePilot](https://github.com/librepilot/LibrePilot) - Stall since 2018.
137+
* [madflight](https://github.com/qqqlab/madflight) - For Arduino based target boards, different sensors supported, 2024
138+
* [The Cube Autopilot](https://github.com/proficnc/The-Cube) - FC hardware like the Pixhawk 2,
133139
* [Risc V Powering a 3D Printed Drone](https://www.youtube.com/watch?v=TJCeLOiP7lU) - RISCV cpu experiments on DIY quadcopter.
134140

135141
## RC Transmitters & Handcontroller 🎮
@@ -297,10 +303,13 @@ CV is on the processing of what you see at the UAV live image or recordings. Thi
297303

298304
Dedicated drones and toolchains to help on a dedicated topic
299305

306+
* [Guiness World record drone build](https://www.youtube.com/watch?v=RoSSaSkOTTc) - How a 300mph / 480 km/h quadcopter rocket needs to be designed and build. Similar is the [AOSHS5 build](https://www.youtube.com/watch?v=oG2GaSMlfdo) (but only 200mph).
307+
* [Arduino FPV Mini Drone](https://www.instructables.com/Make-a-Tiny-Arduino-Drone-With-FPV-Camera/) - Woodframed mini quad without BLDC and custom RF link around MultiWII
300308
* [SearchWing](https://www.hs-augsburg.de/searchwing/de/willkommen/) - A Search and Rescue RC airplane for visual inspection of huge areas on sea to rescue people from refugee boats at the EU sea border. Waterproof to land beside the SAR mothership.
301309
* [Dronecoria](https://dronecoria.org) - Octocopter made from wood as heavy lift to drop seeds.
302310
* [Agilicious](https://agilicious.dev) - 3D printed OSHW drone and ecosystem esp. for CV autonomous agile flight research, 2023
303311
* [Crazyflie](https://www.bitcraze.io/documentation/system/platform/) - A not so FPV drone that uses custom modules and different technology for swarm control.
312+
* [ESP-Drone](https://github.com/Circuit-Digest/ESP-Drone) - ESP32 and PCB only based quadcopter without FPV but custom wifi on brushed
304313
* [ESP32 Drone](https://hackaday.io/project/188578-esp32-drone) - no traditional FPV, but low cost quad using ESP32 board, 2022.
305314
* [Wifree-copter](https://open-diy-projects.com/wifree-copter/) - Easy 3D printed copter that uses RPI as WIFI remote control with App, 2016.
306315

docs/awesome/awesome-graphql.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,6 @@ If you want to contribute to this list (please do), send me a pull request.
726726
- [The GraphQL Guide](https://graphql.guide) by John Resig and Loren Sands-Ramshaw
727727
- [Craft GraphQL APIs in Elixir with Absinthe](https://pragprog.com/book/wwgraphql/craft-graphql-apis-in-elixir-with-absinthe) by Bruce Williams and Ben Wilson
728728
- [The Road to GraphQL](https://www.roadtographql.com/)
729-
- [Learning GraphQL and Relay](https://www.packtpub.com/web-development/learning-graphql-and-relay) by Samer Buna
730729
- [Practical GraphQL](https://leanpub.com/book-graphql) by Daniel Schmitz
731730
- [Production Ready GraphQL](https://book.productionreadygraphql.com) by Marc-André Giroux
732731
- [Full Stack GraphQL Applications](https://www.manning.com/books/fullstack-graphql-applications) by William Lyon
@@ -787,12 +786,11 @@ If you want to contribute to this list (please do), send me a pull request.
787786

788787
### Blogs - Security
789788

790-
- [Escape - The GraphQL Security Blog](https://blog.escape.tech) - Learn about GraphQL security, performance, testing and building production-ready APIs with the latest tools and best practices of the GraphQL ecosystem.
791-
- [9 GraphQL Security Best Practices](https://blog.escape.tech/9-graphql-security-best-practices/)
789+
- [Escape - The GraphQL Security Blog](https://escape.tech/blog) - Learn about GraphQL security, performance, testing and building production-ready APIs with the latest tools and best practices of the GraphQL ecosystem.
790+
- [9 GraphQL Security Best Practices](https://escape.tech/blog/9-graphql-security-best-practices/)
792791
- [Discovering GraphQL Endpoints and SQLi Vulnerabilities](https://medium.com/@localh0t/discovering-graphql-endpoints-and-sqli-vulnerabilities-5d39f26cea2e)
793792
- [Securing GraphQL API](https://lab.wallarm.com/securing-graphql-api/)
794793
- [Security Points to Consider Before Implementing GraphQL](https://nordicapis.com/security-points-to-consider-before-implementing-graphql/)
795-
- [GraphQL for Pentesters](https://www.acceis.fr/graphql-for-pentesters/) - Introduction to Basic Concepts, Security Considerations & Reconnaissance, Vulnerabilities and Attacks, Offensive Tools.
796794
- [Authorization Patterns in GraphQL](https://www.osohq.com/post/graphql-authorization)
797795

798796
<a name="post" />

docs/awesome/awesome-microservices.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ A curated list of Microservice Architecture related principles and technologies.
3232
- [Ice](https://zeroc.com/) - Comprehensive RPC framework with support for C++, C#, Java, JavaScript, Python, and more.
3333
- [Light-4j](https://github.com/networknt/light-4j) - A high throughput, low latency, small memory footprint and more productive microservices platform.
3434
- [Micronaut](http://micronaut.io/) - A modern, JVM-based, full-stack framework for building modular, easily testable microservice applications.
35+
- [Modus](https://github.com/hypermodeinc/modus) - An open source, serverless framework for building intelligent functions and APIs, powered by WebAssembly.
3536
- [Moleculer](http://moleculer.services/) - Fast & powerful microservices framework for Node.js, Java, Go and Ruby.
3637
- [Open Liberty](https://openliberty.io/) - A lightweight open framework for building fast and efficient cloud-native Java microservices.
3738
- [Orbit](https://github.com/orbit/orbit) - Modern framework for JVM languages that makes it easier to build and maintain distributed and scalable online services.
@@ -48,7 +49,7 @@ A curated list of Microservice Architecture related principles and technologies.
4849
### Polyglot
4950

5051
- [GRPC](http://www.grpc.io/) - A high performance, open source, general RPC framework that puts mobile and HTTP/2 first. Libraries in C, C++, Java, Go, Node.js, Python, Ruby, Objective-C, PHP and C#.
51-
- [Hprose](http://github.com/hprose) - A very newbility RPC Library, support 25+ languages now.
52+
- [Hprose](http://github.com/hprose) - A very newability RPC Library, support 25+ languages now.
5253

5354
### C
5455

docs/awesome/awesome-neovim.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
- [rachartier/tiny-code-action.nvim](https://github.com/rachartier/tiny-code-action.nvim) - Provides a simple way to run and visualize code actions with Telescope.
9393
- [mawkler/refjump.nvim](https://github.com/mawkler/refjump.nvim) - Jump to next/previous LSP reference for item under cursor with `]r`/`[r`.
9494
- [alexpasmantier/pymple.nvim](https://github.com/alexpasmantier/pymple.nvim) - Refactor Python imports on file move/rename.
95+
- [esmuellert/nvim-eslint](https://github.com/esmuellert/nvim-eslint) - Bundle VSCode ESLint language server and utilize the native LSP client to provide a all-in-one ESLint experience.
9596

9697
#### LSP Installer
9798

@@ -655,6 +656,7 @@ These colorschemes may not specialize in Tree-sitter directly but are written in
655656
- [TobinPalmer/Tip.nvim](https://github.com/TobinPalmer/Tip.nvim) - Get a simple tip when you launch Neovim.
656657
- [CWood-sdf/spaceport.nvim](https://github.com/CWood-sdf/spaceport.nvim) - The start screen that gets you to your projects blazingly fast.
657658
- [mong8se/actually.nvim](https://github.com/mong8se/actually.nvim) - Load the file you actually meant to load.
659+
- [Kurama622/profile.nvim](https://github.com/Kurama622/profile.nvim) - Your personal homepage.
658660

659661
<!--lint disable double-link -->
660662
<!--lint enable double-link -->
@@ -734,7 +736,7 @@ These colorschemes may not specialize in Tree-sitter directly but are written in
734736
- [echasnovski/mini.nvim#mini.notify](https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-notify.md) - Module of `mini.nvim` to show one or more highlighted notifications in a single window. Provides maker of `vim.notify()` implementation and sets up automated LSP progress updates.
735737
- [folke/noice.nvim](https://github.com/folke/noice.nvim) - Highly experimental plugin that completely replaces the UI for messages, cmdline and the popupmenu.
736738
- [sQVe/bufignore.nvim](https://github.com/sQVe/bufignore.nvim) - Unlist hidden buffers matching specified ignore sources.
737-
- [saifulapm/chartoggle.nvim](https://github.com/saifulapm/chartoggle.nvim) - Toggle any character at end of line.
739+
- [saifulapm/commasemi.nvim](https://github.com/saifulapm/commasemi.nvim) - Toggle comma and semicolon.
738740
- [stevearc/dressing.nvim](https://github.com/stevearc/dressing.nvim) - Improve the built-in `vim.ui` interfaces with telescope, fzf, etc.
739741
- [gaborvecsei/cryptoprice.nvim](https://github.com/gaborvecsei/cryptoprice.nvim) - Check the price of the defined cryptocurrencies.
740742
- [jghauser/fold-cycle.nvim](https://github.com/jghauser/fold-cycle.nvim) - Cycle folds open or closed.

0 commit comments

Comments
 (0)