Skip to content

Commit c27ee64

Browse files
committed
Robot Updated at:30 Jan 2025 21:11:05 GMT
1 parent 6802511 commit c27ee64

8 files changed

+53
-87
lines changed

docs/awesome/awesome-electronics.md

-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ This list is for websites, services, software, tools and more: everything that y
3232
- [Coursera courses related to Electronics](https://www.coursera.org/courses?query=electronics) - Includes some free courses that provide e-certificates on completion.
3333

3434
### Theory
35-
- [Basic Electronics PPT](http://engineering.nyu.edu/gk12/amps-cbri/pdf/Basic%20Electronics.pdf) - Contains conceptual explaination of diode, BJT, J/MOS-FET, LED, 7 seg display, photo-resistor/diode/transistor
3635
- [Electronics textbook](https://upload.wikimedia.org/wikipedia/commons/e/ee/Electronics.pdf) - Text covers design and function of electronic circuits and components, DC analysis, and AC analysis.
3736
- [Student Handbook](http://cbseacademic.nic.in/web_material/Curriculum/Vocational/2018/Basic_Electronics_XI.pdf) - Language used in this book easily understandable covers evolution, fundamentals, diode, rectifiers, transistors and its applications, SCR, DIAC and TRIAC.
3837
- [Electronics circuits and systems](http://aems.edu.sd/wp-content/uploads/2019/02/Electronics-Circuits-and-Systems-Fourth-Edition-PDFDrive.com-.pdf) - Quality free e-book covering all topics under circuits and systems, highly recommended for conceptual understanding.
@@ -159,7 +158,6 @@ This list is for websites, services, software, tools and more: everything that y
159158

160159

161160
## Inventory Management and Purchasing
162-
- [1-click BOM](https://kitspace.org/1-click-bom/) - Browser extensions that automates purchasing and part searching.
163161
- [PartsBox](https://partsbox.io) - Web service to manage your part inventory with a nice user interface and Octopart integration.
164162
- [PartKeepr](https://partkeepr.org) - Open source web service for managing your part inventory with parametric search and automatic datasheet import.
165163
- [Part-DB](https://github.com/Part-DB/Part-DB) - Another open source web service for managing part inventory with a permission system and a good barcode generator.

docs/awesome/awesome-generative-ai.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Contributions to this list are welcome. Before submitting your suggestions, plea
4343
- [Vicuna-13B](https://lmsys.org/blog/2023-03-30-vicuna/) - An open-source chatbot trained by fine-tuning LLaMA on user-shared conversations collected from ShareGPT. #opensource
4444
- [Mixtral 8x7B](https://mistral.ai/news/mixtral-of-experts/) - A high-quality sparse mixture of experts model with open weights. #opensource
4545
- [Grok](https://grok.x.ai/) - An LLM by xAI with [open source](https://github.com/xai-org/grok-1) and open weights. #opensource
46+
- [Google AI Studio](https://aistudio.google.com/) - A web-based tool to prototype with Gemini and experimental models.
4647

4748
### Chatbots
4849

@@ -113,7 +114,7 @@ Contributions to this list are welcome. Before submitting your suggestions, plea
113114
- [Taskade](https://www.taskade.com/) - Outline tasks, notes, generated structured lists and mind maps with Taskade AI.
114115
- [Notion AI](https://www.notion.so/product/ai) - Write better, more efficient notes and docs.
115116
- [Nekton AI](https://nekton.ai) - Automate your workflows with AI. Describe your workflows step by step in plain language.
116-
- [Rewind](https://www.rewind.ai/) - Rewind is a personalized AI powered by everything you've seen, said, or heard..
117+
- [Rewind](https://www.rewind.ai/) - Rewind is a personalized AI powered by everything you've seen, said, or heard.
117118

118119
### Meeting assistants
119120

docs/awesome/awesome-godot.md

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ See [Vivraan/godot-lang-support](https://github.com/Vivraan/godot-lang-support).
122122
#### Godot 4
123123

124124
- [Godot XR Template](https://github.com/godotVR/godot-xr-template) - Template for a multi-level XR game.
125+
- [MechanicalFlower Godot Template](https://github.com/MechanicalFlower/godot-template) - Template with code formatting, license tracking, addons management and CI/CD.
125126
- [Maaack's Game Template](https://github.com/Maaack/Godot-Game-Template) - Template with a main menu, options menus, pause menu, credits, scene loader, extra tools, and an example game scene.
126127
- [Takin Godot Template](https://github.com/TinyTakinTeller/TakinGodotTemplate) - Template with a save file system, localization, UI (main menu, save files, options, credits), example game scene, plugins (scene and audio managers, logger, linter, resource viewer), placeholders (music, sfx), github workflows and various utility scripts.
127128

docs/awesome/awesome-ios.md

+48-82
Large diffs are not rendered by default.

docs/awesome/awesome-python-typing.md

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ Collection of awesome Python types, stubs, plugins, and tools to work with them.
128128
- [mypy/plugins](https://github.com/python/mypy/tree/master/mypy/plugins) - Plugins already integrated into mypy.
129129
- [numpy](https://numpy.org/devdocs/reference/typing.html) - Plugin for [NumPy](https://numpy.org) support.
130130
- [pynamodb-mypy](https://github.com/pynamodb/pynamodb-mypy) - Plugin for [PynamoDB](https://github.com/pynamodb/PynamoDB) support.
131+
- [pydantic](https://docs.pydantic.dev/latest/integrations/mypy/) - Plugin for additional [Pydantic](https://docs.pydantic.dev/latest/) support.
131132

132133
## Integrations
133134

docs/awesome/awesome-rails.md

+1
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,7 @@
527527
- [Bencher](https://bencher.dev/) - A suite of continuous benchmarking tools designed to catch performance regressions in CI.
528528
- [rails-dashboard](https://github.com/y-takey/rails-dashboard) - A dev-tool to improve your rails log.
529529
- [Optic](https://github.com/opticdev/optic) - Optic automatically documents and tests your APIs.
530+
- [Liam ERD](https://liambx.com/) - Generate Beautiful ER-Diagrams from your schema.rb. Using ruby/prism WASM with Node.js.
530531

531532
[Back to top][link_toc]
532533

docs/awesome/awesome-selfhosted.md

-1
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,6 @@ _Related: [Blogging Platforms](#blogging-platforms), [Static Site Generators](#s
546546
- [Backdrop CMS](https://backdropcms.org/) - Comprehensive CMS for small to medium sized businesses and non-profits. ([Source Code](https://github.com/backdrop/backdrop)) `GPL-2.0` `PHP`
547547
- [BigTree CMS](https://www.bigtreecms.org/) - Straightforward, well documented, and capable written with PHP and MySQL. ([Source Code](https://github.com/bigtreecms/BigTree-CMS)) `LGPL-2.1` `PHP`
548548
- [Bludit](https://www.bludit.com/) `` - Simple application to build a site or blog in seconds. Bludit uses flat-files (text files in JSON format) to store posts and pages. ([Demo](https://demo.bludit.com/), [Source Code](https://github.com/bludit/bludit)) `MIT` `PHP`
549-
- [Bolt CMS](https://boltcms.io/) - Open source Content Management Tool, which strives to be as simple and straightforward as possible. ([Source Code](https://github.com/bolt/core)) `MIT` `PHP`
550549
- [CMS Made Simple](https://www.cmsmadesimple.org/) - Open source content management system, faster and easier management of website contents, scalable for small businesses to large corporations. ([Source Code](http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk/)) `GPL-2.0` `PHP`
551550
- [Cockpit](https://getcockpit.com) - Simple Content Platform to manage any structured content. ([Source Code](https://github.com/Cockpit-HQ/Cockpit)) `MIT` `PHP`
552551
- [Concrete 5 CMS](https://www.concretecms.com) - Open source content management system. ([Source Code](https://github.com/concretecms/concretecms)) `MIT` `PHP`

docs/awesome/awesome-userscripts.md

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ There's no focused plugins to get Userscripts running on Internet Explorer, but
4646

4747
### Ads
4848

49-
* [Anti-Adblock Killer](http://reek.github.io/anti-adblock-killer/) - Bypasses anti-adblock functionality in websites.
5049
* [AntiAdware](https://github.com/handyuserscripts/antiadware) - Remove forced download accelerators, managers, and adware on supported websites.
5150
* [AdsBypasser](https://adsbypasser.github.io/) - Bypass Ads, Popups and count-down ads.
5251

0 commit comments

Comments
 (0)