Skip to content

Commit f93b218

Browse files
committed
Robot Updated at:29 Oct 2024 21:10:43 GMT
1 parent 1c40227 commit f93b218

16 files changed

+171
-5
lines changed

docs/awesome/awesome-cakephp.md

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ Additional lists you might find useful:
229229
*Plugins and software for indexing and performing search queries on data.*
230230

231231
- 🍰 [Cake/ElasticSearch plugin](https://github.com/cakephp/elastic-search) - Alternative ORM using [Elasticsearch](https://www.elastic.co/) as its backend.
232+
- 🍰 [CakeDC/SearchFilter plugin](https://github.com/CakeDC/search-filter) - Powerful and flexible solution for implementing advanced search functionality. Provides a robust set of tools for creating dynamic, user-friendly search interfaces with minimal effort.
232233
- 🍰 [PlumSearch plugin](https://github.com/skie/plum_search) - Implements custom, flexible and extendable search strategies. Implements PRG pattern.
233234
- 🍰 [Search plugin](https://github.com/FriendsOfCake/search) - Provides easy searching/filtering for paginated views using PRG pattern.
234235
- 🍰 [Tags plugin](https://github.com/dereuromark/cakephp-tags) - For tagging and finding tagged records.

docs/awesome/awesome-cpp.md

+1
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
572572
* [DCMTK](http://dicom.offis.de/dcmtk.php.en) - DICOM Toolkit.
573573
* [GDCM](http://gdcm.sourceforge.net/wiki/index.php/Main_Page) - Grassroots DICOM library.
574574
* [ITK](http://www.itk.org/) - An open-source, cross-platform system for image analysis. [Apache2 from ITK 4.0]
575+
* [Jpegli][https://github.com/google/jpegli] - an improved JPEG encoder and decoder implementation. [BSD-3-Clause]
575576
* [Leptonica](https://github.com/DanBloomberg/leptonica) - Leptonica is an open source library containing software that is broadly useful for image processing and image analysis applications. [BSD-2-Clause] [website](http://leptonica.org/index.html)
576577
* [libavif](https://github.com/AOMediaCodec/libavif) - Library for encoding and decoding .avif files. [BSD-2-Clause]
577578
* [libfacedetection](https://github.com/ShiqiYu/libfacedetection) - Open source library for face detection in images. The face detection speed can reach 1500FPS. [BSD]

docs/awesome/awesome-deno.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ This list is a collection of the best Deno modules and resources.
214214
- [watch](https://github.com/jinjor/deno-watch) - A file watcher.
215215
- [wu-diff-js](https://github.com/bokuweb/wu-diff-js) - A diff library to compute differences between two slices using wu(the O(NP)) algorithm.
216216
- [PLS](https://github.com/roj1512/pls) - Use 2 lines to persist localStorage in any database, including, but not limited to, MongoDB, PostgreSQL and Redis.
217+
- [deno_kv_fs](https://github.com/hviana/deno_kv_fs) Deno KV file system, compatible with Deno deploy. Makes use of Web Streams API.
217218

218219
### Validation
219220

@@ -277,7 +278,6 @@ This list is a collection of the best Deno modules and resources.
277278

278279
- [crux.land](https://crux.land/) - A free registry service meant for hosting small ( < 10kB) single deno scripts.
279280
- [Deno PKG](https://denopkg.com/) - An easier way to use code from GitHub in your Deno project.
280-
- [Denopkg.dev](https://denopkg.dev/) - Use any public/private repository from GitHub/GitLab in your Deno project.
281281
- [deno.land/x/](https://deno.land/x/) - The official 3rd party module registry.
282282
- [nest.land](https://nest.land) - An immutable, blockchain powered Deno package registry. 🥚
283283

@@ -308,6 +308,7 @@ This list is a collection of the best Deno modules and resources.
308308
- [denoversion](https://github.com/lucascaro/denoversion) - SemVer and git version management for Deno.
309309
- [denox](https://github.com/BentoumiTech/denox) - Like packages.json scripts, but for Deno with permissions support.
310310
- [deno.mk](https://github.com/MarkTiedemann/deno.mk) - Cross-platform Makefile for installing and running Deno.
311+
- [Deno Dig](https://github.com/theGEBIRGE/DenoDig) - A tool for extracting application code and npm packages from stand-alone Deno executables.
311312
- [deno_docker](https://github.com/denoland/deno_docker) - Latest dockerfiles and images for Deno - alpine, centos, debian, ubuntu.
312313
- [dev_server](https://github.com/zhmushan/dev_server) - Let TypeScript files be used directly in the script tag.
313314
- [dmm](https://github.com/drashland/dmm) - Lightweight Deno Module Manager
@@ -364,7 +365,6 @@ This list is a collection of the best Deno modules and resources.
364365
- [Create your first News CLI app using Deno](https://medium.com/javascript-in-plain-english/creating-your-first-news-cli-app-using-deno-e1470398c627)
365366
- [Continuous Integration with Deno](https://semaphoreci.com/blog/continuous-integration-with-deno)
366367
- [The Hidden Superpower of Deno: xeval](https://stefanbuck.com/blog/hidden-superpower-deno-xeval)
367-
- [Test coverage in Deno with Codecov and GitHub Actions](https://v1rtl.site/blog/coverage-in-deno)
368368
- Deno REST API with Oak Tutorial Series [0](https://www.robinwieruch.de/deno-tutorial), [1](https://www.robinwieruch.de/deno-oak), [2](https://www.robinwieruch.de/deno-oak-rest-api)
369369
- [Getting Started with Deno](https://sabe.io/tutorials/getting-started-with-deno)
370370
- [How to deploy a Deno app using Docker](https://sabe.io/tutorials/how-to-deploy-deno-app-docker)

docs/awesome/awesome-digital-humanities.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ This is a curated list of tools, resources, and services supporting the Digital
2525
- [OpenArchive](https://open-archive.org/) - Making it easy to store, share, and amplify your mobile media while protecting your identity.
2626
- [Open EU Data Portal](https://data.europa.eu/euodp/en/data/) - European Union open data.
2727
- [Social Feed Manager](https://gwu-libraries.github.io/sfm-ui/) - Open source software that harvests social media data and web resources from Twitter, Tumblr, Flickr, and Sina Weibo.
28+
- [Trafilatura](https://trafilatura.readthedocs.io/) - Open source software to gather text and metadata on the Web: Crawling, scraping, extraction, output in multiple formats. Usable with Python, R and on the command-line.
2829
- [Transkribus](https://transkribus.eu/) - Transcribe. Collaborate. Share and benefit from cutting edge research in Handwritten Text Recognition!
2930
- [Textgrid](https://textgrid.de/) - Open source tools and services support humanistic scholars during the entire process of research, especially in digital scholarly editing.
3031
- [webrecorder.io](https://webrecorder.io/) - Web archiving service anyone can use for free to save web pages.

docs/awesome/awesome-mac.md

+1
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ Any comments, suggestions? [Let us know!](https://github.com/jaywcjlove/awesome-
383383
* [xcodes](https://github.com/RobotsAndPencils/xcodes) - A command-line tool to install and switch between multiple versions of Xcode. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/RobotsAndPencils/xcodes)
384384
* [xxh](https://github.com/xxh/xxh) - Bring your favorite shell wherever you go through the SSH. [![Open-Source Software][OSS Icon]](https://github.com/xxh/xxh) ![Freeware][Freeware Icon]
385385
* [x-cmd](https://github.com/x-cmd/x-cmd) - x-cmd is a vast and interesting collection of tools guided by the Unix philosophy.[![Open-Source Software][OSS Icon]](https://github.com/x-cmd/x-cmd) ![Freeware][Freeware Icon]
386+
* [zellij](https://zellij.dev) - A terminal workspace with batteries included (modern replacement for tmux and more).[![Open-Source Software][OSS Icon]](https://github.com/zellij-org/zellij) ![Freeware][Freeware Icon]
386387

387388
### Frameworks For Hybrid Applications
388389

0 commit comments

Comments
 (0)