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-docker.md
+1
Original file line number
Diff line number
Diff line change
@@ -332,6 +332,7 @@ Native desktop applications for managing and monitoring docker hosts and cluster
332
332
-[dry](https://github.com/moncho/dry) - An interactive CLI for Docker containers by [@moncho](https://github.com/moncho)
333
333
-[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)
334
334
-[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
335
336
-[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)
336
337
-[sen](https://github.com/TomasTomecek/sen) - :skull: Terminal user interface for docker engine, by [@TomasTomecek][tomastomecek]
Copy file name to clipboardexpand all lines: docs/awesome/awesome-kotlin.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,16 @@
3
3
4
4
A curated list of awesome Kotlin related stuff inspired by awesome-java. :octocat:
5
5
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**
7
7
8
8
[](https://github.com/sindresorhus/awesome)[](https://github.com/Heapy/awesome-kotlin/actions/workflows/build.yml)[](https://github.com/Heapy/awesome-kotlin)
9
9
10
10
:newspaper:[RSS Feed of articles, videos, slides, updates (20 latest articles)](http://kotlin.link/rss.xml)
11
11
12
12
:newspaper:[RSS Feed of articles, videos, slides, updates (full archive)](http://kotlin.link/rss-full.xml)
13
13
14
+
:octocat: [Awesome Kotlin - README.md](https://github.com/Heapy/awesome-kotlin/blob/readme/README.md) - README with links
Copy file name to clipboardexpand all lines: docs/awesome/awesome-quarto.md
+6-12
Original file line number
Diff line number
Diff line change
@@ -23,18 +23,6 @@ Contributions of any kind are welcome, just follow the [guidelines](https://gith
23
23
24
24
25
25
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
-
38
26
## Official documentation & quickstarts
39
27
40
28
-[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
62
50
-[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.
63
51
-[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>).
64
52
-[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.
65
55
66
56
## Blog posts
67
57
@@ -83,6 +73,7 @@ Contributions of any kind are welcome, just follow the [guidelines](https://gith
83
73
-[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.
84
74
-[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).
85
75
-[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.
86
77
87
78
## Talks and videos
88
79
@@ -132,6 +123,8 @@ Contributions of any kind are welcome, just follow the [guidelines](https://gith
132
123
-[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.
133
124
-[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)).
134
125
-[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.
135
128
136
129
## Continuous integration / Continuous deployment
137
130
@@ -180,6 +173,7 @@ Contributions of any kind are welcome, just follow the [guidelines](https://gith
180
173
-[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.
181
174
-[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.
182
175
-[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`.
-[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._
170
173
-[Layer Cake](https://github.com/mhkeller/layercake) - A framework for mostly-reusable graphics with svelte
171
174
-[LayerChart](https://github.com/techniq/layerchart) - Large collection of composable Svelte components to build a wide range of visualizations, built upon Layer Cake
172
175
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
+
173
180
### Miscellaneous
174
181
175
182
-[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.
-[svelte-pwa-template](https://github.com/tretapey/svelte-pwa) - A starter template for PWAs based in the official Template. _(pre-v5)_
192
199
-[vite-svelte-docker-template](https://github.com/bavragor/vite-svelte-docker-template) - Template for Svelte + Docker + Vite + Vitest.
193
200
-[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.
194
202
195
203
## Utilities
196
204
@@ -223,6 +231,7 @@ _Individual form components._
223
231
224
232
-[sswr](https://github.com/ConsoleTVs/sswr) - Svelte stale while revalidate (SWR) data fetching strategy.
225
233
-[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.
Copy file name to clipboardexpand all lines: docs/awesome/awesome-vue.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -480,6 +480,8 @@
480
480
-[slidev](https://github.com/slidevjs/slidev) - Presentation Slides for Developers
481
481
-[YesPlayMusic](https://github.com/qier222/YesPlayMusic) - High-looking third-party NetEase cloud player, support Windows / macOS / Linux :electron:
482
482
-[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.
-[Stellar UI](https://github.com/ManukMinasyan/stellar-ui) - Fully styled and customizable components for Vue 3.
769
771
-[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.
771
773
-[flowbite-vue](https://github.com/themesberg/flowbite-vue) - Vue component library based on Tailwind CSS
772
774
773
775
#### Mobile
@@ -890,6 +892,7 @@ _Tables / data grids_
890
892
-[tanstack-table](https://github.com/tanstack/table) - Headless UI for building powerful tables & datagrids.
891
893
-[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.
0 commit comments