From 3cbf1baacedb42063cf9e68ad207a60df89104f5 Mon Sep 17 00:00:00 2001 From: ugwulo Date: Thu, 30 Apr 2020 02:29:25 +0100 Subject: [PATCH 1/6] Add my name to contributors list add screenshot of commands made fix issue #31 --- day3challenge/contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/day3challenge/contributors.md b/day3challenge/contributors.md index feeefb4..85663e2 100644 --- a/day3challenge/contributors.md +++ b/day3challenge/contributors.md @@ -1,3 +1,4 @@ # Contributors List * Ndubuisi Onyemenam(Software Engineer) -* Josiah Augustine(Backend Developer) \ No newline at end of file +* Josiah Augustine(Backend Developer) +* Ndubuisi Ugwulo(Android Developer) \ No newline at end of file From a42ad90b68a71bec01ec45c48622a1f1a82e0c00 Mon Sep 17 00:00:00 2001 From: ugwulo Date: Thu, 30 Apr 2020 02:56:12 +0100 Subject: [PATCH 2/6] add ugwulo-day3.md file --- day3challenge/ugwulo-day3.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 day3challenge/ugwulo-day3.md diff --git a/day3challenge/ugwulo-day3.md b/day3challenge/ugwulo-day3.md new file mode 100644 index 0000000..ad7c96e --- /dev/null +++ b/day3challenge/ugwulo-day3.md @@ -0,0 +1,8 @@ +# Git log screen grab +![gitLog](https://user-images.githubusercontent.com/52312550/80663860-11178f80-8a8d-11ea-8906-e9ce3523b83d.PNG) + +# Git status screen grab +![gitStatus](https://user-images.githubusercontent.com/52312550/80663872-1a086100-8a8d-11ea-9f88-db9c425c0216.PNG) + +# Command Editor screen grab +![commandEditor](https://user-images.githubusercontent.com/52312550/80663944-53d96780-8a8d-11ea-9dba-7ec7af0adebf.PNG) From 03231c50aaef9ffeb916b243a6e7d2795c060aa1 Mon Sep 17 00:00:00 2001 From: ugwulo Date: Fri, 1 May 2020 00:53:35 +0100 Subject: [PATCH 3/6] add ugwulo-day4.md --- day4challenge/ugwulo-day4.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 day4challenge/ugwulo-day4.md diff --git a/day4challenge/ugwulo-day4.md b/day4challenge/ugwulo-day4.md new file mode 100644 index 0000000..9cca190 --- /dev/null +++ b/day4challenge/ugwulo-day4.md @@ -0,0 +1,35 @@ +## Day 4, Getting Immersed with Markdown Syntax for Tables, Lists, Urls etc. + +## Unordered List + +* Day 1 +* Day 2 + * Sub day 1 :sparkles: + * Sub day 2 :sparkles: + +## Ordered List + +1. Day 1 +2. Day 2 + 1. Sub day 1 :sparkles: + 2. Sub day 2 :sparkles: + +Block Quotes: +> The little steps you make today will someday pay off.
+> You just need to keep moving.
+> One day it will all make sense, you got this. + +## Tables + +## fbdevcowerri github-14days-challenge Contributors +`Name ` | `Stack` | `Github Profile` +| :---------| :------------ | ----- | +| Ndubuisi Ugwulo | Java, SQLite(ROOM), Firebase. | [ugwulo](https://github.com/ugwulo) +| Ndubuisi Onyemenam | PHP, MySql, Laravel | [prondubuisi](https://github.com/prondubuisi) +| Anowe Godspower | Python | [anowe-godspower](https://github.com/anowe-godspower) +| Mbaoma Chioma | == | [Mbaoma](https://github.com/Mbaoma) +| Onuoha G. Chibuzor | FE | [ChibuFirst](https://github.com/ChibuFirst) +- and more... + +## Markdown Screen grab +![markdownScreenshot](https://user-images.githubusercontent.com/52312550/80769363-d96c1e80-8b44-11ea-9fc7-2b5d58d4f4f9.PNG) From 2043816ada11890b0a0019323a8f94c4be99638c Mon Sep 17 00:00:00 2001 From: ugwulo Date: Fri, 1 May 2020 01:07:01 +0100 Subject: [PATCH 4/6] delete contribution.md --- day3challenge/contributors.md | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 day3challenge/contributors.md diff --git a/day3challenge/contributors.md b/day3challenge/contributors.md deleted file mode 100644 index 85663e2..0000000 --- a/day3challenge/contributors.md +++ /dev/null @@ -1,4 +0,0 @@ -# Contributors List -* Ndubuisi Onyemenam(Software Engineer) -* Josiah Augustine(Backend Developer) -* Ndubuisi Ugwulo(Android Developer) \ No newline at end of file From 4974b997057914e33bdc3e3ad3d73d4846186b42 Mon Sep 17 00:00:00 2001 From: ugwulo Date: Tue, 5 May 2020 22:16:15 +0100 Subject: [PATCH 5/6] add ugwulo-day5.md close issue #83 --- day5challenge/ugwulo-day5.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 day5challenge/ugwulo-day5.md diff --git a/day5challenge/ugwulo-day5.md b/day5challenge/ugwulo-day5.md new file mode 100644 index 0000000..7aab731 --- /dev/null +++ b/day5challenge/ugwulo-day5.md @@ -0,0 +1,6 @@ +# Git remote -help screenshot +![gitHelp](https://user-images.githubusercontent.com/52312550/81114096-3e46c080-8f19-11ea-8b6e-6e78da2555be.PNG) +![gitRemotes](https://user-images.githubusercontent.com/52312550/81114191-74844000-8f19-11ea-8589-3f6a55800dcd.PNG) +![gitRemotesFinal](https://user-images.githubusercontent.com/52312550/81114212-7fd76b80-8f19-11ea-82a7-21d77a888e13.PNG) + +![gitRebaseHelp](https://user-images.githubusercontent.com/52312550/81114053-25d6a600-8f19-11ea-8da4-fc02b24113d8.PNG) \ No newline at end of file From 192793638772e077677f046e63ae94c8e55792c1 Mon Sep 17 00:00:00 2001 From: ugwulo Date: Sat, 16 May 2020 16:35:54 +0100 Subject: [PATCH 6/6] add ugwulo-day9.md close issue #161 --- day9challenge/ugwulo-day9.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 day9challenge/ugwulo-day9.md diff --git a/day9challenge/ugwulo-day9.md b/day9challenge/ugwulo-day9.md new file mode 100644 index 0000000..93175b9 --- /dev/null +++ b/day9challenge/ugwulo-day9.md @@ -0,0 +1,10 @@ +# Day9 github gist + +## Finding the Greatest Common Divisor using Euclid's algorithm +[GCD.java](https://gist.github.com/ugwulo/b8891ecfa0956943261f50d27f82f431) + +## Bug for gist 2 +![Bug](https://user-images.githubusercontent.com/52312550/82123681-8f18ad80-9792-11ea-9461-8712372407da.PNG) + +## Correction of bug in github gist +[GreatestSmalletString.java](https://gist.github.com/ugwulo/3a0baa3a2f1d361afd1dfc2996c7ca2a) \ No newline at end of file