From 5bdc6bace4287eef2ca05a4c1e5325995990476d Mon Sep 17 00:00:00 2001 From: the-1Riddle <154701770+the-1Riddle@users.noreply.github.com> Date: Sat, 6 Jan 2024 21:28:01 +0300 Subject: [PATCH 01/24] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0f6934..754ad43 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [![TypingSVG](https://readme-typing-svg.demolab.com?lines=Hey!+You+Are+Welcome+To+My+Profile;My+Name+Is+Elvis+Earl;I+Am+Passionate+About+Coding;a+Fullstack+Software+Engineer;I+am+from+Nirobi+Kenya)](https://git.io/typing-svg) +# [![TypingSVG](https://readme-typing-svg.demolab.com?lines=Hey!+You+Are+Welcome+To+My+Profile;My+Name+Is+Elvis+Earl;I+Am+Passionate+About+Coding;a+Fullstack+Software+Engineer;I+am+from+Nairobi+Kenya)](https://git.io/typing-svg) ## Tech Stack:

From a81aea42c622593121d4dad3f303d9ca41aa05f0 Mon Sep 17 00:00:00 2001 From: the-1Riddle <154701770+the-1Riddle@users.noreply.github.com> Date: Sat, 23 Mar 2024 18:02:20 +0300 Subject: [PATCH 02/24] ... --- .github/workflows/main.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index b55ec15..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: Python -on: - schedule: - - cron: '30 1,8 * * 1-5' - -jobs: - build: - runs-on: ubuntu-latest - steps: - - - name: checkout repo content - uses: actions/checkout@v2 # checkout the repository content to github runner. - - name: setup python - uses: actions/setup-python@v2 - with: - python-version: 3.8 #install the python needed - - name: execute py script # run the run.py to get the latest data - run: | - python the-1Riddle.py - - - name: commit files - run: | - git config --local user.email "elv.s.earl@gmail.com" - git config --local user.name "the-1Riddle" - git add -A - git commit -m "update data" -a - - - name: push changes - uses: ad-m/github-push-action@v0.6.0 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - branch: main From 087e63c8227498a57f9bcc0198cf777bbc499ef1 Mon Sep 17 00:00:00 2001 From: the-1Riddle <154701770+the-1Riddle@users.noreply.github.com> Date: Sat, 23 Mar 2024 18:02:39 +0300 Subject: [PATCH 03/24] ... --- .secreto/SECRETO.md | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 .secreto/SECRETO.md diff --git a/.secreto/SECRETO.md b/.secreto/SECRETO.md deleted file mode 100644 index bbc782d..0000000 --- a/.secreto/SECRETO.md +++ /dev/null @@ -1,41 +0,0 @@ -# Hello... - -***realy! you want to have my secrets?*** - -anyway because you are here, then here they are... - -1. Click on use this template, then create a new repo based on the template. - - ![image](https://github.com/the-1Riddle/Leetcode-c-Solutions/assets/154701770/f3dce173-b3a5-4d89-bc2b-13d96d1e347a) -2. After after creating the repo, go to the settings: - - ![image](https://github.com/the-1Riddle/Github-Profile-Achievements/assets/154701770/7386130b-42a6-4aa8-8a15-fec900d1a320) - -- on the settings section, navigate to **actions** then on drop-down options, and select `general`. -- then check the following options: - ![image](https://github.com/the-1Riddle/Github-Profile-Achievements/assets/154701770/fcf1c798-67fc-4cb8-8fa3-45a97b52789e) - -- save after you are done - -3. Move to .github/workflows/main.yml and make the necessary changes: - -***Changes to make*** - - change the email to your own primary email - - change the user name to your user name. - -**Additionally**, if you haven't set your location, then go to [settings](https://github.com/settings/profile) then set your country name as the location and click on update. - -![image](https://github.com/the1Riddle/Play-Chess/assets/154701770/63289a90-4d6d-4714-aa9c-473863fe6f7f) - -***Congratulations on completion.*** 🎉 🎊 - -Now one thing is left: keeping the secret; -> Once you are done and everything is running smoothly, be sure to delete the `.secreto` so that no one -> Finds the secret 😅, *this is optional but recommended* - -To achieve that, click on the secreto directory then, navigate to the three option dots -![image](https://github.com/the-1Riddle/Github-Profile-Achievements/assets/154701770/57626f86-92ca-477f-9164-75de9ddffb96) - -delete the directory then commit the changes. - -**Good Luck** From f5c7727d2f5e32b46d20424a98f29a4d32dbc1df Mon Sep 17 00:00:00 2001 From: the-1Riddle <154701770+the-1Riddle@users.noreply.github.com> Date: Sat, 23 Mar 2024 18:03:15 +0300 Subject: [PATCH 04/24] ... --- the-1Riddle.py | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 the-1Riddle.py diff --git a/the-1Riddle.py b/the-1Riddle.py deleted file mode 100644 index 333fdf1..0000000 --- a/the-1Riddle.py +++ /dev/null @@ -1,9 +0,0 @@ -import time -time = time.time() - -ts = time - -file = open("the-1Riddle.txt", 'w') -file.write("Time of run | ") -file.write(str(ts)) -file.close() From 5eb5a775975410f7f004dceb3ea28da8f5bec096 Mon Sep 17 00:00:00 2001 From: the-1Riddle <154701770+the-1Riddle@users.noreply.github.com> Date: Wed, 27 Mar 2024 22:09:44 +0300 Subject: [PATCH 05/24] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a3c9f33..3c1fdad 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ ![Google Cloud](https://img.shields.io/badge/-GoogleCloud-000?&logo=GoogleCloud) ![Dotnet](https://img.shields.io/badge/-dotnet-000?&logo=dotnet) ![Next JS](https://img.shields.io/badge/c-000?&logo=c) +
# [![TypingSVG](https://readme-typing-svg.demolab.com?lines=Hey!+You+Are+Welcome+To+My+Profile;My+Name+Is+Elvis+Earl;I+Am+Passionate+About+Coding;a+Fullstack+Software+Engineer;I+am+from+Nairobi+Kenya)](https://git.io/typing-svg) From ebec27bbc51f39bad84c868da0078d67c97c021a Mon Sep 17 00:00:00 2001 From: the-1Riddle <154701770+the-1Riddle@users.noreply.github.com> Date: Wed, 27 Mar 2024 22:19:11 +0300 Subject: [PATCH 06/24] README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 3c1fdad..b977a06 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,6 @@ # [![TypingSVG](https://readme-typing-svg.demolab.com?lines=Hey!+You+Are+Welcome+To+My+Profile;My+Name+Is+Elvis+Earl;I+Am+Passionate+About+Coding;a+Fullstack+Software+Engineer;I+am+from+Nairobi+Kenya)](https://git.io/typing-svg) -# [![TypingSVG](https://readme-typing-svg.demolab.com?lines=Hey!+You+Are+Welcome+To+My+Profile;My+Name+Is+Elvis+Earl;I+Am+Passionate+About+Coding;a+Fullstack+Software+Engineer;I+am+from+Nairobi+Kenya)](https://git.io/typing-svg) - ## Tech Stack:

From 5de18a80f86f552370a78ec143e35d5562b30242 Mon Sep 17 00:00:00 2001 From: the-1Riddle <154701770+the-1Riddle@users.noreply.github.com> Date: Wed, 27 Mar 2024 22:20:33 +0300 Subject: [PATCH 07/24] README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b977a06..3b94f37 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ ![](https://komarev.com/ghpvc/?username=the-1Riddle&style=plastic&color=blue&label=PROFILE+VIEWS) From 3a02b5f124a55d4e8ca7a6a6dd23addbb27ba109 Mon Sep 17 00:00:00 2001 From: the-1Riddle <154701770+the-1Riddle@users.noreply.github.com> Date: Mon, 1 Apr 2024 19:42:01 +0300 Subject: [PATCH 08/24] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b94f37..bc42717 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ # [![TypingSVG](https://readme-typing-svg.demolab.com?lines=Hey!+You+Are+Welcome+To+My+Profile;My+Name+Is+Elvis+Earl;I+Am+Passionate+About+Coding;a+Fullstack+Software+Engineer;I+am+from+Nairobi+Kenya)](https://git.io/typing-svg) +## Contact Me: + ## Tech Stack:

@@ -25,13 +27,14 @@ ## 📈 Statistics
-

+

### ✍️ Random Dev Joke. +         A SQL query goes into a bar, walks up to two tables and ask...         Can I JOIN you? 😂 😄 From fad0b5d7745f858b5e709723c418425d365619f9 Mon Sep 17 00:00:00 2001 From: the-1Riddle <154701770+the-1Riddle@users.noreply.github.com> Date: Tue, 2 Apr 2024 23:50:38 +0300 Subject: [PATCH 09/24] README.md --- README.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/README.md b/README.md index bc42717..bee66b4 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,3 @@ -![Python](https://img.shields.io/badge/-Python-000?&logo=Python) -![JavaScript](https://img.shields.io/badge/-JavaScript-000?&logo=JavaScript) -![TypeScript](https://img.shields.io/badge/-TypeScript-000?&logo=TypeScript) -![GitHub](https://img.shields.io/badge/-GitHub-000?&logo=GitHub) -![C-sharp](https://img.shields.io/badge/-Csharp-000?&logo=csharp) -![AWS](https://img.shields.io/badge/-AWS-000?&logo=Amazon-AWS&logoColor=F90) -![Linux](https://img.shields.io/badge/-Linux-000?&logo=ubuntu) -![Node.js](https://img.shields.io/badge/-Node.js-000?&logo=node.js) -![Google Cloud](https://img.shields.io/badge/-GoogleCloud-000?&logo=GoogleCloud) -![Dotnet](https://img.shields.io/badge/-dotnet-000?&logo=dotnet) -![Next JS](https://img.shields.io/badge/c-000?&logo=c) - -
- -# [![TypingSVG](https://readme-typing-svg.demolab.com?lines=Hey!+You+Are+Welcome+To+My+Profile;My+Name+Is+Elvis+Earl;I+Am+Passionate+About+Coding;a+Fullstack+Software+Engineer;I+am+from+Nairobi+Kenya)](https://git.io/typing-svg) - -## Contact Me: - ## Tech Stack:

From 05ce41c9ecbd1edce54c10837a252798a3afdf72 Mon Sep 17 00:00:00 2001 From: the-1Riddle <154701770+the-1Riddle@users.noreply.github.com> Date: Mon, 15 Apr 2024 20:00:21 +0300 Subject: [PATCH 10/24] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bee66b4..3cdb54e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@
-![](https://komarev.com/ghpvc/?username=the-1Riddle&style=plastic&color=blue&label=PROFILE+VIEWS) +[![](https://visitcount.itsvg.in/api?id=the-1Riddle&label=Profile%20Views&color=9&pretty=true)](https://visitcount.itsvg.in)