From e943c3aa4803cdd9c8b5e131c3fff6609007377b Mon Sep 17 00:00:00 2001 From: wangyunlai Date: Wed, 8 May 2024 10:03:35 +0800 Subject: [PATCH 1/3] add miniob in C++ section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9a1c98d..0d88e52 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome - [electron](https://github.com/electron/electron) _(label: good-first-issue)_
Build cross platform desktop apps with JavaScript, HTML, and CSS - [Godot Engine](https://github.com/godotengine/godot) _(label: good first issue)_
2D and 3D cross-platform game engine. Also has C# and Python code. - [MoveIt](https://github.com/ros-planning/moveit) _(label: good-first-issue)_
Easy-to-use open source robotics manipulation platform for developing commercial applications, prototyping designs, and benchmarking algorithms. +- [MiniOB](https://github.com/oceanbase/miniob) _(label: good-first-issue)_
MiniOB is a compact database that assists developers in understanding the fundamental workings of a database(main language is Chinese). - [projectM](https://github.com/projectM-visualizer/projectm) _(label: good-first-issue)_
A music visualizer library using OpenGL and GLSL. Has applications using Qt5, SDL, emscripten, iTunes, Kodi. - [Roc Toolkit](https://github.com/roc-streaming/roc-toolkit) _(label: help-wanted)_
A toolkit for real-time audio streaming over the network. - [tensorflow](https://github.com/tensorflow/tensorflow) _(label: stat:contributions-welcome)_
Computation using data flow graphs for scalable machine learning From 9d23168ba17f2a42194bbf0e6447e6d561e2c764 Mon Sep 17 00:00:00 2001 From: wangyunlai Date: Wed, 8 May 2024 10:10:48 +0800 Subject: [PATCH 2/3] add miniob in C++ section --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index 28ce1de..272cf77 100644 --- a/data.json +++ b/data.json @@ -157,6 +157,15 @@ ], "description": "Easy-to-use open source robotics manipulation platform for developing commercial applications, prototyping designs, and benchmarking algorithms." }, + { + "name": "MiniOB", + "link": "https://github.com/oceanbase/miniob", + "label": "good-first-issue", + "technologies": [ + "C++" + ], + "description": "MiniOB is a compact database that assists developers in understanding the fundamental workings of a database(main language is Chinese)." + }, { "name": "Alda", "link": "https://github.com/alda-lang/alda", From 4feae16a0180f2d19431f51e1f0394a8bea8720d Mon Sep 17 00:00:00 2001 From: wangyunlai Date: Wed, 8 May 2024 10:11:15 +0800 Subject: [PATCH 3/3] remove miniob --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0d88e52..9a1c98d 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,6 @@ If you are not a programmer but would like to contribute, check out the [Awesome - [electron](https://github.com/electron/electron) _(label: good-first-issue)_
Build cross platform desktop apps with JavaScript, HTML, and CSS - [Godot Engine](https://github.com/godotengine/godot) _(label: good first issue)_
2D and 3D cross-platform game engine. Also has C# and Python code. - [MoveIt](https://github.com/ros-planning/moveit) _(label: good-first-issue)_
Easy-to-use open source robotics manipulation platform for developing commercial applications, prototyping designs, and benchmarking algorithms. -- [MiniOB](https://github.com/oceanbase/miniob) _(label: good-first-issue)_
MiniOB is a compact database that assists developers in understanding the fundamental workings of a database(main language is Chinese). - [projectM](https://github.com/projectM-visualizer/projectm) _(label: good-first-issue)_
A music visualizer library using OpenGL and GLSL. Has applications using Qt5, SDL, emscripten, iTunes, Kodi. - [Roc Toolkit](https://github.com/roc-streaming/roc-toolkit) _(label: help-wanted)_
A toolkit for real-time audio streaming over the network. - [tensorflow](https://github.com/tensorflow/tensorflow) _(label: stat:contributions-welcome)_
Computation using data flow graphs for scalable machine learning