From 90f7d78553efd10c1dc293c6969e46942b04b831 Mon Sep 17 00:00:00 2001 From: Kavish Hukmani Date: Sun, 19 Jul 2020 17:33:22 +0530 Subject: [PATCH 1/9] Added article on creating interactive READMEs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8099ef0..9bd517f 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,7 @@ - ["How to create a Github Profile README with Dynamic Github Stats"](https://codewithghazi.com/how-to-create-a-github-profile-readme-with-dynamic-github-stats/) - *Ghazi Khan* - ["How I Built A Self-Updating README On My Github Profile"](https://www.mokkapps.de/blog/how-i-built-a-self-updating-readme-on-my-git-hub-profile/) - *Michael Hoffmann (Mokkapps)* - ["Building a self-updating profile README for GitHub"](https://simonwillison.net/2020/Jul/10/self-updating-profile-readme/) - *Simon Willison* +- ["How to create an interactive README for your GitHub profile"](https://kavishhukmani.me/github-profile-interactive-readme-tutorial/) - *Kavish Hukmani* ## Contribute From 0e7f8f000114bfd5d73ad8d034e21001fdc166eb Mon Sep 17 00:00:00 2001 From: Anmol Pratap Singh Date: Sun, 19 Jul 2020 20:22:32 +0530 Subject: [PATCH 2/9] 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 32a9d2eaa9d2fae0cdfa47086365141cff0485fe Mon Sep 17 00:00:00 2001 From: Ava <65691911+amxchang@users.noreply.github.com> Date: Sun, 19 Jul 2020 11:42:18 -0400 Subject: [PATCH 3/9] Added amxchang to Minimalistic --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8099ef0..7b7e262 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ - [Dennis Hartrampf](https://github.com/DennisHartrampf/DennisHartrampf) - [MrStanDu33](https://github.com/MrStanDu33/MrStanDu33) - [Jayraj Roshan](https://github.com/jayrajroshan/jayrajroshan) +- [amxchang](https://github.com/amxchang/amxchang) #### GIFS 👻 - [Pouya Saadeghi](https://github.com/saadeghi/saadeghi) From 460cbdd1adc93ec021d9a41385c22d7ba6cf1b5c Mon Sep 17 00:00:00 2001 From: Erwin Lejeune Date: Sun, 19 Jul 2020 20:58:36 +0200 Subject: [PATCH 4/9] 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 5/9] 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 6/9] 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 7/9] 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 8/9] 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 9/9] 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)