mirror of
https://github.com/MunGell/awesome-for-beginners.git
synced 2026-01-24 04:19:06 -08:00
Compare commits
7 Commits
b3fb0b675b
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c6cdbc6406 | ||
|
|
fe75c9bd61 | ||
|
|
fe379ce069 | ||
|
|
caecd6ab62 | ||
|
|
49acd6ffd2 | ||
|
|
35d6ce5695 | ||
|
|
b768e2e2d0 |
@@ -58,6 +58,7 @@ If you would like to be guided through how to contribute to a repository on GitH
|
||||
|
||||
## C
|
||||
|
||||
- [Julia](https://github.com/JuliaLang/julia) _(label: good first issue)_ <br> The Julia Programming Language - A high-level, high-performance dynamic language for technical computing.
|
||||
- [Profanity](https://github.com/profanity-im/profanity) _(label: good first issue)_ <br> Ncurses XMPP chat client.
|
||||
|
||||
## C#
|
||||
@@ -72,6 +73,7 @@ If you would like to be guided through how to contribute to a repository on GitH
|
||||
- [electron](https://github.com/electron/electron) _(label: good first issue)_ <br> Build cross platform desktop apps with JavaScript, HTML, and CSS
|
||||
- [F3D](https://github.com/f3d-app/f3d) _(label: good first issue)_ <br> Fast and minimalist 3D viewer.
|
||||
- [Godot Engine](https://github.com/godotengine/godot) _(label: good first issue)_ <br> 2D and 3D cross-platform game engine. Also has C# and Python code.
|
||||
- [Julia](https://github.com/JuliaLang/julia) _(label: good first issue)_ <br> The Julia Programming Language - A high-level, high-performance dynamic language for technical computing.
|
||||
- [MiniOB](https://github.com/oceanbase/miniob) _(label: good first issue)_ <br> MiniOB is a compact database that assists developers in understanding the fundamental workings of a database(main language is Chinese).
|
||||
- [MoveIt](https://github.com/ros-planning/moveit) _(label: good first issue)_ <br> Easy-to-use open source robotics manipulation platform for developing commercial applications, prototyping designs, and benchmarking algorithms.
|
||||
- [projectM](https://github.com/projectM-visualizer/projectm) _(label: good first issue)_ <br> A music visualizer library using OpenGL and GLSL. Has applications using Qt5, SDL, emscripten, iTunes, Kodi.
|
||||
@@ -220,9 +222,7 @@ If you would like to be guided through how to contribute to a repository on GitH
|
||||
|
||||
## Julia
|
||||
|
||||
- [Julia](https://github.com/JuliaLang/julia) _(label: good first issue)_ <br> Julia Projects for Beginners — Easy Ideas to Get Started Coding in Julia
|
||||
- [Julia Language: Good first issue](https://github.com/JuliaLang/julia) _(label: good first issue)_ <br> "Move like Python, Run like C" - A fresh approach to technical computing!
|
||||
- [Julia Language: Help wanted](https://github.com/JuliaLang/julia) _(label: help-wanted)_ <br> "Move like Python, Run like C" - A fresh approach to technical computing!
|
||||
- [Julia](https://github.com/JuliaLang/julia) _(label: good first issue)_ <br> The Julia Programming Language - A high-level, high-performance dynamic language for technical computing.
|
||||
|
||||
## Kotlin
|
||||
|
||||
@@ -385,6 +385,7 @@ If you would like to be guided through how to contribute to a repository on GitH
|
||||
- [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint) _(label: good first issue)_ <br> Monorepo for all the tooling which enables ESLint to support TypeScript.
|
||||
- [Visual Studio Code](https://github.com/Microsoft/vscode) _(label: good first issue)_ <br> A code editor redefined and optimized for building and debugging modern web and cloud applications.
|
||||
- [Vite](https://github.com/vitejs/vite) _(label: good first issue)_ <br> Next generation frontend tooling. It's fast! Alternative to Create React App
|
||||
- [Vitest](https://github.com/vitest-dev/vitest) _(label: good first issue)_ <br> A blazing fast unit test framework powered by Vite.
|
||||
|
||||
|
||||
## Contribute
|
||||
|
||||
33
data.json
33
data.json
@@ -914,6 +914,15 @@
|
||||
],
|
||||
"description": "Minimalistic Vue-powered static site generator"
|
||||
},
|
||||
{
|
||||
"name": "Vitest",
|
||||
"link": "https://github.com/vitest-dev/vitest",
|
||||
"label": "good first issue",
|
||||
"technologies": [
|
||||
"TypeScript"
|
||||
],
|
||||
"description": "A blazing fast unit test framework powered by Vite."
|
||||
},
|
||||
{
|
||||
"name": "appsmith",
|
||||
"link": "https://github.com/appsmithorg/appsmith",
|
||||
@@ -987,32 +996,16 @@
|
||||
],
|
||||
"description": "Deploy any software to any cloud: automated DevOps workflows to save software teams time and money."
|
||||
},
|
||||
{
|
||||
"name": "Julia Language: Help wanted",
|
||||
"link": "https://github.com/JuliaLang/julia",
|
||||
"label": "help-wanted",
|
||||
"technologies": [
|
||||
"Julia"
|
||||
],
|
||||
"description": "\"Move like Python, Run like C\" - A fresh approach to technical computing!"
|
||||
},
|
||||
{
|
||||
"name": "Julia Language: Good first issue",
|
||||
"link": "https://github.com/JuliaLang/julia",
|
||||
"label": "good first issue",
|
||||
"technologies": [
|
||||
"Julia"
|
||||
],
|
||||
"description": "\"Move like Python, Run like C\" - A fresh approach to technical computing!"
|
||||
},
|
||||
{
|
||||
"name": "Julia",
|
||||
"link": "https://github.com/JuliaLang/julia",
|
||||
"label": "good first issue",
|
||||
"technologies": [
|
||||
"Julia"
|
||||
"Julia",
|
||||
"C",
|
||||
"C++"
|
||||
],
|
||||
"description": "Julia Projects for Beginners — Easy Ideas to Get Started Coding in Julia"
|
||||
"description": "The Julia Programming Language - A high-level, high-performance dynamic language for technical computing."
|
||||
},
|
||||
{
|
||||
"name": "Atrium",
|
||||
|
||||
Reference in New Issue
Block a user