mirror of
https://github.com/MunGell/awesome-for-beginners.git
synced 2026-01-26 05:18:12 -08:00
Compare commits
1 Commits
aba5a71412
...
e17e3241d4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e17e3241d4 |
@@ -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.
|
||||||
|
|||||||
18
data.json
18
data.json
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user