From 9197522bbf73294892d91f8615c403858774f58a Mon Sep 17 00:00:00 2001 From: Kim Jong Feel Date: Tue, 28 May 2024 09:24:03 +0900 Subject: [PATCH 1/3] Update joined count ranking table until 184th online meetup --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f46c363..b3cb6b9 100644 --- a/README.md +++ b/README.md @@ -344,10 +344,10 @@ and participate more than 30 online meetup, get the chicken gifticon. |Ranking|Name|Count| |-------|----|-----| -|1|[Kim Jong Feel](https://github.com/jongfeel/)|20| -|2|[Ji Yoon Choi](https://github.com/chichoon/)|20| -|3|[TaeWon](https://github.com/ytw9699/)|18| -|4|[yeslee-v](https://github.com/yeslee-v/)|14| +|1|[Kim Jong Feel](https://github.com/jongfeel/)|21| +|2|[Ji Yoon Choi](https://github.com/chichoon/)|21| +|3|[TaeWon](https://github.com/ytw9699/)|19| +|4|[yeslee-v](https://github.com/yeslee-v/)|15| |5|[Jeongan Lee](https://github.com/fkdl0048/)|11| |6|[Jiyun Yun](https://github.com/jeeyn)|10| |7|[Byeongguk Ahn](https://github.com/nonoaa/)|9| @@ -358,13 +358,13 @@ and participate more than 30 online meetup, get the chicken gifticon. |Ranking|Name|Count| |-------|----|-----| -|1|[jongfeel](https://github.com/jongfeel/)|181| -|2|[chichoon](https://github.com/chichoon)|110| -|3|[yeslee-v](https://github.com/yeslee-v/)|48| +|1|[jongfeel](https://github.com/jongfeel/)|182| +|2|[chichoon](https://github.com/chichoon)|111| +|3|[yeslee-v](https://github.com/yeslee-v/)|49| |4|[Jeongan Lee](https://github.com/fkdl0048/)|42| |5|[Joseph-Cha](https://github.com/Joseph-Cha/)|34| |6|[hi-hyein](https://github.com/hi-hyein/)|30| -|7|[TaeWon](https://github.com/ytw9699/)|29| +|7|[TaeWon](https://github.com/ytw9699/)|30| |8|[YeongKwonMo](https://github.com/momoci99/)|23| |9|[eunyeong-so](https://github.com/eunyeong-so/)|21| |10|[JSY8869](https://github.com/JSY8869/)|21| From 80af813188662ed527dc395d7fbaf5dc4fe60ec4 Mon Sep 17 00:00:00 2001 From: Kim Jong Feel Date: Tue, 28 May 2024 09:27:57 +0900 Subject: [PATCH 2/3] Add joined stamps, starbucks e-gift item and book count on 184th online meetup --- Stamp/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Stamp/README.md b/Stamp/README.md index b682ffb..1039b42 100644 --- a/Stamp/README.md +++ b/Stamp/README.md @@ -26,12 +26,12 @@ | Name | 04-06 (177th) | 04-13 (178th) | 04-20 (179th) | 04-27 (180th) | 05-04 (181th) | 05-11 (182th) | 05-18 (183th) | 05-25 (184th) | 06-01 (185th) | 06-08 (186th) | 06-15 (187th) | 06-22 (188th) | 06-29 (189th) | |---------|-------|-------|-------|-------|-------|-------|-------|-------|-------|-------|-------|-------|-------| -| [Kim Jong Feel](https://github.com/jongfeel/) | | | | | | | | -| [Ji Yoon Choi](https://github.com/chichoon) | book 6/20 | book 7/20 | book 8/20 | book 9/20 | book 10/20 | book 11/20 | book 12/20 | -| [TaeWon](https://github.com/ytw9699/) | book 14/20 | book 15/20 | book 16/20 | book 17/20 | book 18/20 | book 19/20 | book 20/20 | +| [Kim Jong Feel](https://github.com/jongfeel/) | | | | | | | | | +| [Ji Yoon Choi](https://github.com/chichoon) | book 6/20 | book 7/20 | book 8/20 | book 9/20 | book 10/20 | book 11/20 | book 12/20 | book 13/20 | +| [TaeWon](https://github.com/ytw9699/) | book 14/20 | book 15/20 | book 16/20 | book 17/20 | book 18/20 | book 19/20 | book 20/20 | book 1/20 | +| [yeslee-v](https://github.com/yeslee-v/) | book 18/20 | book 19/20 | book 20/20 | | book 1/20 | book 2/20 | |book 3/20 | | [Byeongguk Ahn](https://github.com/nonoaa/) | book 14/20 | | book 15/20 | | book 16/20 | | book 17/20 | | [Jeongan Lee](https://github.com/fkdl0048/) | | | | | | | book 16/20 | -| [yeslee-v](https://github.com/yeslee-v/) | book 18/20 | book 19/20 | book 20/20 | | book 1/20 | book 2/20 | | [YeongKwonMo](https://github.com/momoci99/) | | | book 10/20 | | book 11/20 | book 12/20 | | [Jiyun Yun](https://github.com/jeeyn) | | book 11/20 | | | book 12/20 | | [soo:bak](https://github.com/soo-bak/) | book 2/20 | From c9a0e6013e29311ad9ec36c2ad56228aa09cf48d Mon Sep 17 00:00:00 2001 From: Kim Jong Feel Date: Mon, 3 Jun 2024 09:10:41 +0900 Subject: [PATCH 3/3] Add 186th online meetup link --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b3cb6b9..e5f9287 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,8 @@ Join link: [Google meet](https://meet.google.com/jyx-mxnq-kpk) ## 2024 2Q meet up list -- [185th, 2024-06-01](https://github.com/ThinkAboutSoftware/OnlineSelfCodingGroup/issues/344), will be open +- [186th, 2024-06-08](https://github.com/ThinkAboutSoftware/OnlineSelfCodingGroup/issues/346), will be open +- [185th, 2024-06-01](https://github.com/ThinkAboutSoftware/OnlineSelfCodingGroup/issues/344), joined 5 - [184th, 2024-05-25](https://github.com/ThinkAboutSoftware/OnlineSelfCodingGroup/issues/342), joined 4 - [183th, 2024-05-18](https://github.com/ThinkAboutSoftware/OnlineSelfCodingGroup/issues/340), joined 5 - [182th, 2024-05-11](https://github.com/ThinkAboutSoftware/OnlineSelfCodingGroup/issues/338), joined 5