From 0e7f8f000114bfd5d73ad8d034e21001fdc166eb Mon Sep 17 00:00:00 2001 From: Anmol Pratap Singh Date: Sun, 19 Jul 2020 20:22:32 +0530 Subject: [PATCH 01/13] Update README.md Added line 159 Added line 66 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8099ef0..0420041 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ #### Code Mode πŸ‘¨πŸ½β€πŸ’» - [Thaiane Braga](https://github.com/Thaiane/Thaiane) - [Ash Baker](https://github.com/ashbakernz/ashbakernz) +- [Anmol Singh](https://github.com/anmol098/anmol098) #### Dynamic Realtime πŸ’« - [Abhishek Naidu](https://github.com/abhisheknaiidu/abhisheknaiidu) @@ -155,6 +156,7 @@ - [Github Profile README Generator](https://github.com/rahuldkjain/github-profile-readme-generator) - This tool provides an easy way to create github profile readme with latest addons like `visitors count`, `github stats` etc. - [Dynamic Profile Page On Github](https://github.com/umutphp/github-action-dynamic-profile-page) - Get dynamically generated list of your commits (of the repositories that the action is configured) on GitHub profile readme. - [npm package downloads](https://github.com/maddhruv/github-readme-npm-downloads) - Show all of your npm packages and their total downloads +- [All Dev Stats in Readme](https://github.com/anmol098/waka-readme-stats) - [WakaTime](https://wakatime.com/) All Weekly Metrics on your Profile Readme with extra feature flags ## Articles - ["How To Create A GitHub Profile README"](https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme) - *Monica Powell* From 460cbdd1adc93ec021d9a41385c22d7ba6cf1b5c Mon Sep 17 00:00:00 2001 From: Erwin Lejeune Date: Sun, 19 Jul 2020 20:58:36 +0200 Subject: [PATCH 02/13] add name to github actions category --- .vscode/c_cpp_properties.json | 17 +++++++++++++++++ .vscode/settings.json | 5 +++++ README.md | 1 + 3 files changed, 23 insertions(+) create mode 100644 .vscode/c_cpp_properties.json create mode 100644 .vscode/settings.json diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json new file mode 100644 index 0000000..2d519ad --- /dev/null +++ b/.vscode/c_cpp_properties.json @@ -0,0 +1,17 @@ +{ + "configurations": [ + { + "browse": { + "databaseFilename": "", + "limitSymbolsToIncludedHeaders": true + }, + "includePath": [ + "/opt/ros/melodic/include/**", + "/home/erwin/catkin_ws/src/ros-xenomai-bridge/ros_nrt/reactive_navigation/include/**", + "/home/erwin/catkin_ws/src/ros-xenomai-bridge/ros_nrt/xddp_utilities/include/**", + "/usr/include/**" + ], + "name": "ROS" + } + ] +} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..a560512 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "python.autoComplete.extraPaths": [ + "/opt/ros/melodic/lib/python2.7/dist-packages" + ] +} \ No newline at end of file diff --git a/README.md b/README.md index 1e3249e..f6f2bd4 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ - [Gautam Krishna R](https://github.com/gautamkrishnar/gautamkrishnar) - [Roald Nefs](https://github.com/roaldnefs/roaldnefs) - [Dhruv Jain](https://github.com/maddhruv/maddhruv) +- [Erwin Lejeune](https://github.com/guilyx/guilyx) #### Game Mode πŸš€ - [Tim Burgan](https://github.com/timburgan/timburgan) From 10db54e2c35654047abf11d1c9fbbd6ce804d4da Mon Sep 17 00:00:00 2001 From: Erwin Lejeune Date: Sun, 19 Jul 2020 20:59:52 +0200 Subject: [PATCH 03/13] remove vscode files --- .vscode/c_cpp_properties.json | 17 ----------------- .vscode/settings.json | 5 ----- 2 files changed, 22 deletions(-) delete mode 100644 .vscode/c_cpp_properties.json delete mode 100644 .vscode/settings.json diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100644 index 2d519ad..0000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "configurations": [ - { - "browse": { - "databaseFilename": "", - "limitSymbolsToIncludedHeaders": true - }, - "includePath": [ - "/opt/ros/melodic/include/**", - "/home/erwin/catkin_ws/src/ros-xenomai-bridge/ros_nrt/reactive_navigation/include/**", - "/home/erwin/catkin_ws/src/ros-xenomai-bridge/ros_nrt/xddp_utilities/include/**", - "/usr/include/**" - ], - "name": "ROS" - } - ] -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index a560512..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "python.autoComplete.extraPaths": [ - "/opt/ros/melodic/lib/python2.7/dist-packages" - ] -} \ No newline at end of file From f909789771f6c30d6e7ab6dfce257a2177c0b119 Mon Sep 17 00:00:00 2001 From: Anmol Pratap Singh Date: Mon, 20 Jul 2020 01:00:55 +0530 Subject: [PATCH 04/13] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0420041..b3e2d59 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ - [Github Profile README Generator](https://github.com/rahuldkjain/github-profile-readme-generator) - This tool provides an easy way to create github profile readme with latest addons like `visitors count`, `github stats` etc. - [Dynamic Profile Page On Github](https://github.com/umutphp/github-action-dynamic-profile-page) - Get dynamically generated list of your commits (of the repositories that the action is configured) on GitHub profile readme. - [npm package downloads](https://github.com/maddhruv/github-readme-npm-downloads) - Show all of your npm packages and their total downloads -- [All Dev Stats in Readme](https://github.com/anmol098/waka-readme-stats) - [WakaTime](https://wakatime.com/) All Weekly Metrics on your Profile Readme with extra feature flags +- [All Dev Stats in Readme](https://github.com/anmol098/waka-readme-stats) - [WakaTime](https://wakatime.com/) All Weekly Metrics on your Profile Readme with extra feature flags to toggle code Editors used, os worked on, show timezone, top working projects ## Articles - ["How To Create A GitHub Profile README"](https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme) - *Monica Powell* From e6d5ecfa116cf13ae7620e5fe8d0cfb6c8b62ac5 Mon Sep 17 00:00:00 2001 From: Brendon Smith Date: Sun, 19 Jul 2020 16:40:01 -0400 Subject: [PATCH 05/13] Add Brendon Smith to badges section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e7de0e0..471e127 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ #### Badges 🎫 - [Anirudh Emmadi](https://github.com/aemmadi/aemmadi) +- [Brendon Smith](https://github.com/br3ndonland/br3ndonland) #### Fancy Fonts πŸ–‹ - [xiaoluoboding](https://github.com/xiaoluoboding/xiaoluoboding) From ddc8e8da6af5cbcb36ba6b65344dbdc7ef3d128d Mon Sep 17 00:00:00 2001 From: Johnny Villegas Date: Sun, 19 Jul 2020 17:20:39 -0500 Subject: [PATCH 06/13] Add my README in "Simple but Innovative" section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e7de0e0..06e2b79 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ - [Fatih Kadir AkΔ±n](https://github.com/f/f/) - [Lucas Vazquez](https://github.com/lucasvazq/lucasvazq) - [ε°εΌŸθ°ƒθ°ƒβ„’](https://github.com/jaywcjlove/jaywcjlove) +- [Johnny Villegas](https://github.com/C9-LinkRs/C9-LinkRs) #### Typing.. Mode 🎰 - [Mathieu Ledru](https://github.com/matyo91/matyo91) From 0370a20600fc9df43c23e16541cdfaa07cee8190 Mon Sep 17 00:00:00 2001 From: JessicaLim8 Date: Sun, 19 Jul 2020 18:32:12 -0400 Subject: [PATCH 07/13] Add Jessica Lim to Github Actions section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 471e127..48aace8 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ - [Roald Nefs](https://github.com/roaldnefs/roaldnefs) - [Dhruv Jain](https://github.com/maddhruv/maddhruv) - [Erwin Lejeune](https://github.com/guilyx/guilyx) +- [Jessica Lim](https://github.com/JessicaLim8/JessicaLim8) #### Game Mode πŸš€ - [Tim Burgan](https://github.com/timburgan/timburgan) From a6ac61b903fd63e1816f94f930b25c6a4f1980ed Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Mon, 20 Jul 2020 12:51:09 +0800 Subject: [PATCH 08/13] docs: add xrkffgg --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab5db94..9ca8202 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,7 @@ - [Sindre Sorhus](https://github.com/sindresorhus/sindresorhus) - [Pranjal Bhardwaj](https://github.com/Bhard27/Bhard27) - [Okan KoΓ§yiğit](https://github.com/okankocyigit/okankocyigit) +- [xrkffgg](https://github.com/xrkffgg/xrkffgg) #### Just Images 🎭 - [Zack Krida](https://github.com/zackkrida/zackkrida) From ca6adff391bbee8b910536c2b937947c80ab38c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kiho=20=C2=B7=20Cham?= Date: Mon, 20 Jul 2020 13:00:58 +0800 Subject: [PATCH 09/13] add Kiho Code Mode --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab5db94..b7bed15 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ - [Thaiane Braga](https://github.com/Thaiane/Thaiane) - [Ash Baker](https://github.com/ashbakernz/ashbakernz) - [Anmol Singh](https://github.com/anmol098/anmol098) +- [Kiho](https://github.com/monkindey/monkindey) #### Dynamic Realtime πŸ’« - [Abhishek Naidu](https://github.com/abhisheknaiidu/abhisheknaiidu) From 2f73ac37d47cf6e8c2d7e45ac9f3d52d83f02a92 Mon Sep 17 00:00:00 2001 From: Alwin <16846521+alwinw@users.noreply.github.com> Date: Mon, 20 Jul 2020 17:34:52 +1000 Subject: [PATCH 10/13] Add alwinw Badges used for programming languages and link to user repositories in those languages --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab5db94..eca744c 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ #### Badges 🎫 - [Anirudh Emmadi](https://github.com/aemmadi/aemmadi) - [Brendon Smith](https://github.com/br3ndonland/br3ndonland) +- [Alwin Wang](https://github.com/alwinw/alwinw) #### Fancy Fonts πŸ–‹ - [xiaoluoboding](https://github.com/xiaoluoboding/xiaoluoboding) From b6dae19a5d2ef725654debaa35daaccc0022deb4 Mon Sep 17 00:00:00 2001 From: Maximous Black Date: Mon, 20 Jul 2020 13:27:58 +0530 Subject: [PATCH 11/13] maximousblk --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab5db94..18f88da 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ - [MrStanDu33](https://github.com/MrStanDu33/MrStanDu33) - [Jayraj Roshan](https://github.com/jayrajroshan/jayrajroshan) - [amxchang](https://github.com/amxchang/amxchang) +- [Maximous Black](https://github.com/maximousblk/maximousblk) #### GIFS πŸ‘» - [Pouya Saadeghi](https://github.com/saadeghi/saadeghi) From 047ef3607488c68efe837cfa133ec5f7a240ef49 Mon Sep 17 00:00:00 2001 From: Kittinan <144775+kittinan@users.noreply.github.com> Date: Mon, 20 Jul 2020 17:39:16 +0700 Subject: [PATCH 12/13] Add my README in "Dynamic Realtime" section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab5db94..15f53ef 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ - [Abhishek Naidu](https://github.com/abhisheknaiidu/abhisheknaiidu) - [Anurag Hazra](https://github.com/anuraghazra/anuraghazra) - [Hemant Joshi](https://github.com/8bithemant/8bithemant) +- [Kittinan](https://github.com/kittinan/kittinan) #### Descriptive πŸ—’ - [Filip Troníček](https://github.com/filiptronicek/filiptronicek) From ca48ffee1f7a521201446c55f74fa186833ff404 Mon Sep 17 00:00:00 2001 From: liununu Date: Mon, 20 Jul 2020 22:26:51 +0800 Subject: [PATCH 13/13] Add liununu to Github Actions section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab5db94..23c6f29 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ - [Dhruv Jain](https://github.com/maddhruv/maddhruv) - [Erwin Lejeune](https://github.com/guilyx/guilyx) - [Jessica Lim](https://github.com/JessicaLim8/JessicaLim8) +- [liununu](https://github.com/liununu/liununu) #### Game Mode πŸš€ - [Tim Burgan](https://github.com/timburgan/timburgan)