Compare commits

..

1 Commits

Author SHA1 Message Date
BOT
e17e3241d4 Merge 27ffb33f3e into cf046c60c6 2024-11-26 00:40:12 +00:00
2 changed files with 24 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome
- [JSON](#json) - [JSON](#json)
- [Julia](#julia) - [Julia](#julia)
- [Kotlin](#kotlin) - [Kotlin](#kotlin)
- [LaTeX](#latex)
- [Markdown](#markdown) - [Markdown](#markdown)
- [MLOps](#mlops) - [MLOps](#mlops)
- [Perl](#perl) - [Perl](#perl)
@@ -210,6 +211,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome
- [Video Hub App](https://github.com/whyboris/Video-Hub-App) _(label: good first issue)_ <br> Angular & Electron app for browsing and searching videos on your PC. - [Video Hub App](https://github.com/whyboris/Video-Hub-App) _(label: good first issue)_ <br> Angular & Electron app for browsing and searching videos on your PC.
- [Video.js](https://github.com/videojs/video.js) _(label: good first issue)_ <br> The player framework - [Video.js](https://github.com/videojs/video.js) _(label: good first issue)_ <br> The player framework
- [Vite](https://github.com/vitejs/vite) _(label: good first issue)_ <br> Next generation frontend tooling. It's fast! Alternative to Create React App - [Vite](https://github.com/vitejs/vite) _(label: good first issue)_ <br> Next generation frontend tooling. It's fast! Alternative to Create React App
- [Vue CLI](https://github.com/vuejs/vue-cli) _(label: good first issue)_ <br> Standard Tooling for Vue.js Development
- [Vue Router](https://github.com/vuejs/vue-router) _(label: good first issue)_ <br> The official router for Vue.js. - [Vue Router](https://github.com/vuejs/vue-router) _(label: good first issue)_ <br> The official router for Vue.js.
- [Vue.js](https://github.com/vuejs/vue) _(label: good first issue)_ <br> The Progressive JavaScript Framework. - [Vue.js](https://github.com/vuejs/vue) _(label: good first issue)_ <br> The Progressive JavaScript Framework.
- [VuePress](https://github.com/vuejs/vuepress) _(label: good first issue)_ <br> Minimalistic Vue-powered static site generator - [VuePress](https://github.com/vuejs/vuepress) _(label: good first issue)_ <br> Minimalistic Vue-powered static site generator
@@ -233,6 +235,10 @@ If you are not a programmer but would like to contribute, check out the [Awesome
- [Non-Blocking SirixDB HTTP(S)-Server](https://github.com/sirixdb/sirix) _(label: good first issue)_ <br> A non-blocking HTTP(S)-Server for SirixDB, a temporal, evolutionary NoSQL document store for XML and JSON. - [Non-Blocking SirixDB HTTP(S)-Server](https://github.com/sirixdb/sirix) _(label: good first issue)_ <br> A non-blocking HTTP(S)-Server for SirixDB, a temporal, evolutionary NoSQL document store for XML and JSON.
- [OpenCalc](https://github.com/Darkempire78/OpenCalc) _(label: good first issue)_ <br> A simple and beautiful calculator for Android. - [OpenCalc](https://github.com/Darkempire78/OpenCalc) _(label: good first issue)_ <br> A simple and beautiful calculator for Android.
## LaTeX
- [Algorithmic Pseudocode](https://github.com/just-a-visitor/algorithmic-pseudocode) _(label: good first issue)_ <br> A collection of language independent pseudocodes (pdf) for interview preparation and competitive programming.
## Markdown ## Markdown
- [tldr-pages](https://github.com/tldr-pages/tldr) _(label: help-wanted)_ <br> Collaborative cheatsheets for console commands. - [tldr-pages](https://github.com/tldr-pages/tldr) _(label: help-wanted)_ <br> Collaborative cheatsheets for console commands.

View File

@@ -999,6 +999,15 @@
], ],
"description": "Fast, easy and reliable testing for anything that runs in a browser." "description": "Fast, easy and reliable testing for anything that runs in a browser."
}, },
{
"name": "Vue CLI",
"link": "https://github.com/vuejs/vue-cli",
"label": "good first issue",
"technologies": [
"JavaScript"
],
"description": "Standard Tooling for Vue.js Development"
},
{ {
"name": "Vue Router", "name": "Vue Router",
"link": "https://github.com/vuejs/vue-router", "link": "https://github.com/vuejs/vue-router",
@@ -1134,6 +1143,15 @@
], ],
"description": "A non-blocking HTTP(S)-Server for SirixDB, a temporal, evolutionary NoSQL document store for XML and JSON." "description": "A non-blocking HTTP(S)-Server for SirixDB, a temporal, evolutionary NoSQL document store for XML and JSON."
}, },
{
"name": "Algorithmic Pseudocode",
"link": "https://github.com/just-a-visitor/algorithmic-pseudocode",
"label": "good first issue",
"technologies": [
"LaTeX"
],
"description": "A collection of language independent pseudocodes (pdf) for interview preparation and competitive programming."
},
{ {
"name": "tldr-pages", "name": "tldr-pages",
"link": "https://github.com/tldr-pages/tldr", "link": "https://github.com/tldr-pages/tldr",