Skip to content

Commit 19d3c55

Browse files
committed
Robot Updated at:25 Jan 2025 21:09:43 GMT
1 parent a1b9e41 commit 19d3c55

7 files changed

+35
-22
lines changed

docs/awesome/awesome-docker.md

+1
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ Native desktop applications for managing and monitoring docker hosts and cluster
332332
- [dry](https://github.com/moncho/dry) - An interactive CLI for Docker containers by [@moncho](https://github.com/moncho)
333333
- [goManageDocker](https://github.com/ajayd-san/gomanagedocker) - TUI tool to view and manage your docker objects blazingly fast with sensible keybindings, also supports VIM navigation out of the box by [@ajay-dsan](https://github.com/ajayd-san)
334334
- [lazydocker](https://github.com/jesseduffield/lazydocker) - The lazier way to manage everything docker. A simple terminal UI for both docker and docker-compose, written in Go with the gocui library. By [@jesseduffield](https://github.com/jesseduffield)
335+
- [lazyjournal](https://github.com/Lifailon/lazyjournal) - A interface for reading and filtering the logs output of Docker and Podman containers like [Dozzle](https://github.com/amir20/dozzle) but for the terminal with support for fuzzy find, regex and output coloring
335336
- [oxker](https://github.com/mrjackwills/oxker) - A simple tui to view & control docker containers. Written in [Rust](https://www.rust-lang.org/), making heavy use of [ratatui](https://github.com/tui-rs-revival/ratatui) & [Bollard](https://github.com/fussybeaver/bollard), by [@mrjackwills](https://github.com/mrjackwills)
336337
- [sen](https://github.com/TomasTomecek/sen) - :skull: Terminal user interface for docker engine, by [@TomasTomecek][tomastomecek]
337338

docs/awesome/awesome-generative-ai.md

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Contributions to this list are welcome. Before submitting your suggestions, plea
4848
- [ChatGPT](https://chat.openai.com/chat) - ChatGPT by OpenAI is a large language model that interacts in a conversational way.
4949
- [Copilot](https://copilot.microsoft.com/) - An everyday AI companion by Microsoft.
5050
- [Gemini](https://gemini.google.com/) - A family of multimodal large language model developed by Google Deepmind.
51+
- [DeepSeek](https://www.deepseek.com/) - Cutting-edge LLMs for enterprise, consumer, and scientific applications. #opensource
5152
- [Character.AI](https://character.ai/) - Character.AI lets you create characters and chat to them.
5253
- [ChatPDF](https://www.chatpdf.com/) - Chat with any PDF.
5354
- [ChatSonic](https://writesonic.com/chat) - An AI-powered assistant that enables text and image creation.

docs/awesome/awesome-kotlin.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@
33

44
A curated list of awesome Kotlin related stuff inspired by awesome-java. :octocat:
55

6-
Discuss this project in [Kotlin Slack](http://slack.kotlinlang.org/), channel: **#awesome-kotlin**
6+
Discuss this project in [Kotlin Slack](http://slack.kotlinlang.org/), channel: **# awesome-kotlin**
77

88
[![List of Awesome List Badge](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![Build](https://github.com/Heapy/awesome-kotlin/actions/workflows/build.yml/badge.svg)](https://github.com/Heapy/awesome-kotlin/actions/workflows/build.yml) [![Awesome Kotlin Badge](https://kotlin.link/awesome-kotlin.svg)](https://github.com/Heapy/awesome-kotlin)
99

1010
:newspaper: [RSS Feed of articles, videos, slides, updates (20 latest articles)](http://kotlin.link/rss.xml)
1111

1212
:newspaper: [RSS Feed of articles, videos, slides, updates (full archive)](http://kotlin.link/rss-full.xml)
1313

14+
:octocat: [Awesome Kotlin - README.md](https://github.com/Heapy/awesome-kotlin/blob/readme/README.md) - README with links
15+
1416
## Spread Awesome Kotlin!
1517

1618
Here is the awesome badge for your project:

docs/awesome/awesome-quarto.md

+6-12
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,6 @@ Contributions of any kind are welcome, just follow the [guidelines](https://gith
2323

2424

2525

26-
<!--lint disable awesome-list-item-->
27-
<!--lint disable double-link-->
28-
29-
## Featured (new releases)
30-
31-
- [Awesome Quarto Extensions Listing](https://m.canouil.dev/quarto-extensions/) - Quarto extensions listing from Awesome Quarto.
32-
- [Workshop: Parameterized Reports with Quarto](https://jadeyryan.quarto.pub/rladies-dc-quarto-params/) - A 2-hour code-along workshop to learn parameterized reporting with `quarto` and `purrr` to generate multiple format outputs (materials: <https://github.com/jadeynryan/parameterized-quarto-workshop>).
33-
- [Publish a Quarto project in 6 minutes](https://www.youtube.com/watch?v=arzBRW5XIkg) - A short video tutorial on how to publish a Quarto project to GitHub Pages with GitHub Actions without any local rendering.
34-
35-
<!--lint enable awesome-list-item-->
36-
<!--lint enable double-link-->
37-
3826
## Official documentation & quickstarts
3927

4028
- [Documentation: Quarto documentation](https://quarto.org/) - Official Quarto Documentation.
@@ -62,6 +50,8 @@ Contributions of any kind are welcome, just follow the [guidelines](https://gith
6250
- [Tutorial: Publish a Quarto website with Netlify](https://jadeyryan.com/blog/publish-quarto-website/) - A comprehensive blog post walking through how to create a Quarto website, connect it to GitHub, deploy & publish it with Netlify by Jadey Ryan.
6351
- [Workshop: Parameterized Reports with Quarto](https://jadeyryan.quarto.pub/rladies-dc-quarto-params/) - A 2-hour code-along workshop to learn parameterized reporting with `quarto` and `purrr` to generate multiple format outputs (materials: <https://github.com/jadeynryan/parameterized-quarto-workshop>).
6452
- [Turorials: Quarto Visual Editor and RStudio](https://youtube.com/playlist?list=PLEzw67WWDg80-fT1hq2IZf7D62tRmKy8f&si=ECVfFIH1bg6_JfjS) - A YouTube playlist of short videos tutorials for beginners to work with Quarto Visual Editor and RStudio by Andy Field.
53+
- [Quarto for amsmath LaTeX users](https://nmfs-opensci.github.io/quarto-amsmath) - Notes focused on addressing issues related to using amsmath LaTeX for numbered equations and fancy math in Quarto books, specifically for HTML and PDF rendering.
54+
- [Tutorial: A step-by-step guide to parameterized reporting in R using Quarto](https://rfortherestofus.com/2024/06/parameterized-reporting-quarto) - A walkthrough of how to use parameterized reporting with Quarto with videos.
6555

6656
## Blog posts
6757

@@ -83,6 +73,7 @@ Contributions of any kind are welcome, just follow the [guidelines](https://gith
8373
- [Making Pretty PDFs with Quarto](https://nrennie.rbind.io/blog/making-pretty-pdf-quarto/) - A blog post showing how to customise the styling of PDF documents, and save the styling into a Quarto extension to make it easier to reuse and share.
8474
- [How to self-publish a technical book on Leanpub and Amazon using Quarto](https://www.brodrigues.co/blog/2023-06-29-book_quarto/) - This blog post explains which settings to use to compile an Epub for Leanpub and a print-ready PDF for Amazon's self-publishing service (KDP).
8575
- [Hello Quarto: Porting my Website from Hugo Apéro](https://silviacanelon.com/blog/2023-09-29-hello-quarto/) - A blog post detailing a user's experience of porting a blogdown Hugo Apéro site to Quarto, with content including design ideas, CSS tips, HTML partials, setting up redirects, and others.
76+
- [Seven Tips for Creating Quarto Reveal.js Presentations](https://remlapmot.github.io/post/2025/quarto-revealjs-tips/) - A blog post showing few tips on how to customise Reveal.js slides with R/knitr, HTML/CSS, and Quarto native options.
8677

8778
## Talks and videos
8879

@@ -132,6 +123,8 @@ Contributions of any kind are welcome, just follow the [guidelines](https://gith
132123
- [matrix BOT](https://github.com/rgomez90/matrix-bot) - A little bot for the [matrix-network](https://matrix.org/) that listens for some Quarto files and returns the PDF into the matrix channel.
133124
- [babelquarto](https://docs.ropensci.org/babelquarto/) - R package to help set up, and render, multilingual Quarto books (see also [babeldown](https://docs.ropensci.org/babeldown/articles/quarto.html)).
134125
- [quartodoc](https://github.com/machow/quartodoc) - A Python module that lets you quickly generate Python package API reference documentation using Markdown and Quarto.
126+
- [altdoc](https://github.com/etiennebacher/altdoc) - Alternative to pkgdown to document R packages.
127+
- [surveydown](https://surveydown.org/) - A platform for making markdown-based surveys with Quarto, Shiny, and Supabase.
135128

136129
## Continuous integration / Continuous deployment
137130

@@ -180,6 +173,7 @@ Contributions of any kind are welcome, just follow the [guidelines](https://gith
180173
- [NASCENT-PERU website](https://nascent-peru.github.io/) - A multi-lingual (English/Spanish) website for a scientific research project using the [babelquarto](https://github.com/ropensci-review-tools/babelquarto) package.
181174
- [rainbowR website](https://rainbowr.org) - rainbowR is a community for LGBTQ+ folks who code in R - its website has a rainbow colour theme, custom syntax highlighting for both light and dark modes, and some fun customisations in the navbar.
182175
- [Marten Walk's website](https://martenw.com/) - Academic website of Marten Walk, using a custom theme inspired by the Financial Times, with modern look and many customisations (*i.e.*, custom fonts, custom graphs, etc.).
176+
- [Skimpy documentation](https://aeturrell.github.io/skimpy/) - Skimpy documentation made using `quartodoc`.
183177

184178
### Book formats
185179

docs/awesome/awesome-svelte.md

+9
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Contributions welcome. Add links through pull requests or create an issue to sta
4444

4545
- [Svelte Society](https://www.youtube.com/channel/UCZSr5B0l07JXK2FIeWA0-jw)
4646
- [Svelte Mastery](https://www.youtube.com/channel/UCg6SQd5jnWo5Y70rZD9SQFA)
47+
- [Joy of Code](https://www.youtube.com/@JoyofCodeDev)
4748

4849
### Tutorials
4950

@@ -82,9 +83,11 @@ _UI frameworks for mobile._
8283
- [svelte-asyncable](https://github.com/sveltetools/svelte-asyncable) - The Svelte store contract with support for asynchronous values.
8384
- [exome](https://github.com/Marcisbee/exome) - Simple proxy based state manager for deeply nested states.
8485
- [tanstack-store](https://tanstack.com/store/latest/docs/framework/svelte/quick-start) - Framework agnostic type-safe store w/ reactive framework adapters.
86+
-
8587

8688
## UI Libraries
8789

90+
- [lomer-ui](https://ui.lomer.dev) - A dead-simple CLI tool to instantly kickstart your components.
8891
- [shadcn-svelte](https://www.shadcn-svelte.com/) - Beautifully designed components that you can copy and paste into your apps.
8992
- [SvelteUI](https://svelteui.dev/) - all inclusive Svelte library - Components, Actions, Utilities, Animations.
9093
- [Flowbite Svelte](https://flowbite-svelte.com/) - Open-source Svelte UI components built with Tailwind CSS and Flowbite.
@@ -170,6 +173,10 @@ _Display non-editable events in a calendar._
170173
- [Layer Cake](https://github.com/mhkeller/layercake) - A framework for mostly-reusable graphics with svelte
171174
- [LayerChart](https://github.com/techniq/layerchart) - Large collection of composable Svelte components to build a wide range of visualizations, built upon Layer Cake
172175

176+
### Graphs
177+
178+
- [svelte-flow](https://svelteflow.dev) - A customizable Svelte component for building node-based editors and interactive diagrams by the creators of React Flow
179+
173180
### Miscellaneous
174181

175182
- [Svelte Tweakpane UI](https://kitschpatrol.com/svelte-tweakpane-ui) - UI elements from [Tweakpane](https://tweakpane.github.io/docs/) wrapped in a collection of idiomatic Svelte components.
@@ -191,6 +198,7 @@ _Templates / boilerplate / starter kits / stack ensemble / Yeoman generator._
191198
- [svelte-pwa-template](https://github.com/tretapey/svelte-pwa) - A starter template for PWAs based in the official Template. _(pre-v5)_
192199
- [vite-svelte-docker-template](https://github.com/bavragor/vite-svelte-docker-template) - Template for Svelte + Docker + Vite + Vitest.
193200
- [svelte-docs-starter](https://github.com/code-gio/svelte-docs-starter) - A modern documentation template built with Svelte 5, MDSvex, and Tailwind CSS.
201+
- [template-svelte](https://github.com/phaserjs/template-svelte) - An official quickstart template with Phaser.
194202

195203
## Utilities
196204

@@ -223,6 +231,7 @@ _Individual form components._
223231

224232
- [sswr](https://github.com/ConsoleTVs/sswr) - Svelte stale while revalidate (SWR) data fetching strategy.
225233
- [svelte-query](https://sveltequery.vercel.app/) - Fetch, cache and update data in your Svelte applications all without touching any "global state".
234+
- [tanstack-svelte-query](https://tanstack.com/query/latest/docs/svelte/overview) - Framework agnostic type-safe query and mutation library for Svelte.
226235

227236
### Sound & Video
228237

docs/awesome/awesome-vue.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,8 @@
480480
- [slidev](https://github.com/slidevjs/slidev) - Presentation Slides for Developers
481481
- [YesPlayMusic](https://github.com/qier222/YesPlayMusic) - High-looking third-party NetEase cloud player, support Windows / macOS / Linux :electron:
482482
- [douyin](https://github.com/zyronon/douyin) - Imitate TikTok ,Vue Best practices on Mobile
483+
- [MyIP](https://github.com/jason5ng32/MyIP) - All in one IP Toolbox. Easy to check what's your IPs, IP geolocation, check for DNS leaks, examine WebRTC connections, speed test, ping test, MTR test, check website availability and more.
484+
- [fylepad](https://github.com/imrofayel/fylepad) - a notepad with powerful rich-text editing, built with Vue.
483485

484486
### Commercial Products
485487

@@ -767,7 +769,7 @@ _Set of components + responsive layout system_
767769
- [Prefect Design](https://prefect-design.netlify.app/) - Component library using Vue 3, Typescript & Tailwind.
768770
- [Stellar UI](https://github.com/ManukMinasyan/stellar-ui) - Fully styled and customizable components for Vue 3.
769771
- [Shadcn UI](https://github.com/radix-vue/shadcn-vue) - An unofficial, community-led Vue port of [shadcn/ui](https://github.com/shadcn-ui/ui) (re-usable components built with [Radix Vue](https://github.com/radix-vue/radix-vue) and [Tailwind CSS](https://github.com/tailwindlabs/tailwindcss)).
770-
- [Inspira UI](https://inspira-ui.com/) - Open Source components to build stunning animated interfaces effortlessly using Vue, Nuxt and [Tailwind CSS](https://github.com/tailwindlabs/tailwindcss)).
772+
- [Inspira UI](https://inspira-ui.com/) - Open Source components to build stunning animated interfaces effortlessly using Vue, Nuxt and Tailwind CSS.
771773
- [flowbite-vue](https://github.com/themesberg/flowbite-vue) - Vue component library based on Tailwind CSS
772774

773775
#### Mobile
@@ -890,6 +892,7 @@ _Tables / data grids_
890892
- [tanstack-table](https://github.com/tanstack/table) - Headless UI for building powerful tables & datagrids.
891893
- [vuetify-drilldown-table](https://github.com/webdevnerdstuff/vuetify-drilldown-table) - The Vuetify Drilldown Table is a powerful component that enhances the functionality of the Vuetify framework's v-data-table and v-data-table-server. It provides a recursive table structure, allowing you to display hierarchical data in a nested format.
892894
- [vxe-table](https://github.com/x-extends/vxe-table) - Vue form/table solution.
895+
- [hy-vue-gantt](https://github.com/Xeyos88/HyVueGantt) - A powerful and flexible Gantt chart component for Vue 3 applications.
893896

894897
#### Notification
895898

@@ -1165,6 +1168,7 @@ _Switch / on/off toggle / checkbox_
11651168
- [vue-toggles](https://github.com/juliandreas/vue-toggles) - A highly customizable and accessible toggle component
11661169
- [@vueform/toggle](https://github.com/vueform/toggle) - Vue 3 toggle component with labels, custom slots and styling options.
11671170
- [vue-collapsed](https://github.com/smastrom/vue-collapsed) - Vue 3 CSS height transition from any to auto and vice versa. Accordion ready.
1171+
- [vue-enhanced-check](https://github.com/keiwen/vue-enhancedCheck) - Enhanced checkboxes / radio input + toggle, components for vue 3
11681172

11691173
##### Masked Input
11701174

@@ -1312,6 +1316,7 @@ _Detect when components enter viewport_
13121316
- [@formkit/auto-animate](https://github.com/formkit/auto-animate) Add motion to your apps with a single line of code
13131317
- [blottie](https://github.com/Applelo/blottie) Lottie component for Vue 3
13141318
- [vue-countup-v3](https://github.com/jizai1125/vue-countup-v3) A Vue 3 Component for animation counting.
1319+
- [vue-to-counter](https://github.com/siaikin/vue-to-counter) Scroll strings, numbers, dates like a slot machine.
13151320

13161321
#### Meta Tags
13171322

@@ -1417,6 +1422,7 @@ _LocalStorage etc._
14171422
- [pinia-xstate](https://github.com/wobsoriano/pinia-xstate) - Put your xstate state machines into a global pinia store.
14181423
- [pinia-orm](https://github.com/CodeDredd/pinia-orm) - The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store. 🍍
14191424
- [pinia-persistedstate-2](https://github.com/iendeavor/pinia-plugin-persistedstate-2) - Persist and rehydrate your Pinia state between page reloads.
1425+
- [tauri-plugin-pinia](https://github.com/ferreira-tb/tauri-store/tree/main/packages/tauri-plugin-pinia) - Persistent Pinia stores for Tauri.
14201426

14211427
##### Authentication/Authorization
14221428

0 commit comments

Comments
 (0)