-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Week 3 #50
Open
Frankenstei
wants to merge
11
commits into
CottaCush:master
Choose a base branch
from
Frankenstei:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Week 3 #50
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
a075012
Create aboutme.md
Frankenstei 6545161
Delete aboutme.md
Frankenstei 5ad0aaf
Create aboutme.md
Frankenstei 5e7b84d
Create FIZZBUZZ.cpp
Frankenstei 70d408b
Create about week.md
Frankenstei a0b359b
Add files via upload
Frankenstei b841d2c
HTMLQUIZ1
Frankenstei c9c99e3
Add files via upload
Frankenstei 0a36eb8
Create loveday_week_31_solution_1.txt
Frankenstei 8debd08
Add files via upload
Frankenstei 59c3f45
Add files via upload
Frankenstei File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title> | ||
Loveday's Poetry Page | ||
</title> | ||
<style> | ||
body{background-image:url("one.jpg"); | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<img src="one.jpg" alt="" width=30% height=30% /> | ||
<p> | ||
<a href="">HOME</a>| | ||
<a href="">CONTACT</a>| | ||
<a href="">OTHER SERVICES</a>| | ||
<a href="">LICENSE</a> | ||
</p> | ||
<h1><b>WELCOME TO MY WORLD OF POETRY</b></h1> | ||
<h2>THE RAIN</h2> | ||
<p> | ||
All the dirt has gone away<br /> | ||
All the children go to play<br /> | ||
Call my mother, just one call away<br /> | ||
I am wet<br /> | ||
I have no regret<br /> | ||
For in this depth<br /> | ||
Have I been beaten<br /> | ||
Beaten, yes I say<br /> | ||
By this most gracious rain<br /> | ||
<mark><em>Loveday</em></marK> | ||
</p> | ||
<hr /> | ||
<p><em><a href="">SEE MORE...</a></em></p> | ||
<h2>LVD FOUNDATION CONTEST</h2> | ||
You can fill the form below to register for the forth | ||
-coming poetry challenge | ||
<form action="" method="POST"> | ||
<fieldset> | ||
<legend><h4>INFORMATION</h4></legend> | ||
<ul> | ||
<li>Name: <input type="text" /> | ||
</li> | ||
<li>Email Address:<input type="email" /> | ||
</li> | ||
<li> Phone number: <input type="text" /> | ||
<input type="submit" value="SUBMIT" /> | ||
</ul> | ||
</fieldset> | ||
</form> | ||
<table> | ||
<tr> | ||
<td width="30%"><h3>MOTTO</h3> | ||
Impacting lives through words</td> | ||
<td width="30%"><h3>VISION</h3> | ||
To be one of the leading foundations fostering creative writing</td> | ||
<td width="30%"><h3>SPONSORS</h3> | ||
<ul> | ||
<li>GOOGLE</li> | ||
<li>FACEBOOK</li> | ||
<li>ZENITH</li> | ||
</ul> | ||
</td> | ||
</tr> | ||
</table> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title> | ||
Loveday's Poetry Page | ||
</title> | ||
<style> | ||
body{background-image:url("one.jpg"); | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<img src="one.jpg" alt="" width=30% height=30% /> | ||
<p> | ||
<a href="">HOME</a>| | ||
<a href="">CONTACT</a>| | ||
<a href="">OTHER SERVICES</a>| | ||
<a href="">LICENSE</a> | ||
</p> | ||
<h1><b>WELCOME TO MY WORLD OF POETRY</b></h1> | ||
<h2>THE RAIN</h2> | ||
<p> | ||
All the dirt has gone away<br /> | ||
All the children go to play<br /> | ||
Call my mother, just one call away<br /> | ||
I am wet<br /> | ||
I have no regret<br /> | ||
For in this depth<br /> | ||
Have I been beaten<br /> | ||
Beaten, yes I say<br /> | ||
By this most gracious rain<br /> | ||
<mark><em>Loveday</em></marK> | ||
</p> | ||
<hr /> | ||
<p><em><a href="">SEE MORE...</a></em></p> | ||
<h2>LVD FOUNDATION CONTEST</h2> | ||
You can fill the form below to register for the forth | ||
-coming poetry challenge | ||
<form action="" method="POST"> | ||
<fieldset> | ||
<legend><h4>INFORMATION</h4></legend> | ||
<ul> | ||
<li>Name: <input type="text" /> | ||
</li> | ||
<li>Email Address:<input type="email" /> | ||
</li> | ||
<li> Phone number: <input type="text" /> | ||
<input type="submit" value="SUBMIT" /> | ||
</ul> | ||
</fieldset> | ||
</form> | ||
<table> | ||
<tr> | ||
<td width="30%"><h3>MOTTO</h3> | ||
Impacting lives through words</td> | ||
<td width="30%"><h3>VISION</h3> | ||
To be one of the leading foundations fostering creative writing</td> | ||
<td width="30%"><h3>SPONSORS</h3> | ||
<ul> | ||
<li>GOOGLE</li> | ||
<li>FACEBOOK</li> | ||
<li>ZENITH</li> | ||
</ul> | ||
</td> | ||
</tr> | ||
</table> | ||
</body> | ||
</html> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title> | ||
QUIZ2 | ||
</title> | ||
<script src="quiz.js"> | ||
</script> | ||
</head> | ||
<body> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title> | ||
Loveday's Poetry Page | ||
</title> | ||
<style> | ||
body{background-image:url("one.jpg"); | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<img src="one.jpg" alt="" width=30% height=30% /> | ||
<p> | ||
<a href="">HOME</a>| | ||
<a href="">CONTACT</a>| | ||
<a href="">OTHER SERVICES</a>| | ||
<a href="">LICENSE</a> | ||
</p> | ||
<h1><b>WELCOME TO MY WORLD OF POETRY</b></h1> | ||
<h2>THE RAIN</h2> | ||
<p> | ||
All the dirt has gone away<br /> | ||
All the children go to play<br /> | ||
Call my mother, just one call away<br /> | ||
I am wet<br /> | ||
I have no regret<br /> | ||
For in this depth<br /> | ||
Have I been beaten<br /> | ||
Beaten, yes I say<br /> | ||
By this most gracious rain<br /> | ||
<mark><em>Loveday</em></marK> | ||
</p> | ||
<hr /> | ||
<p><em><a href="">SEE MORE...</a></em></p> | ||
<h2>LVD FOUNDATION CONTEST</h2> | ||
You can fill the form below to register for the forth | ||
-coming poetry challenge | ||
<form action="" method="POST"> | ||
<fieldset> | ||
<legend><h4>INFORMATION</h4></legend> | ||
<ul> | ||
<li>Name: <input type="text" /> | ||
</li> | ||
<li>Email Address:<input type="email" /> | ||
</li> | ||
<li> Phone number: <input type="text" /> | ||
<input type="submit" value="SUBMIT" /> | ||
</ul> | ||
</fieldset> | ||
</form> | ||
<table> | ||
<tr> | ||
<td width="30%"><h3>MOTTO</h3> | ||
Impacting lives through words</td> | ||
<td width="30%"><h3>VISION</h3> | ||
To be one of the leading foundations fostering creative writing</td> | ||
<td width="30%"><h3>SPONSORS</h3> | ||
<ul> | ||
<li>GOOGLE</li> | ||
<li>FACEBOOK</li> | ||
<li>ZENITH</li> | ||
</ul> | ||
</td> | ||
</tr> | ||
</table> | ||
</body> | ||
</html> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Week 3 solutions | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#include <iostream> | ||
using namespace std; | ||
int main() | ||
//this programs prints numbers from 1 -100 | ||
/*when the number is mlultiple of 3 it prints fizz | ||
when it is a multiple of 5 it prints buzz | ||
and it is a multiple of 3 and 5 it prints fizzbuzz | ||
*/ | ||
{ | ||
for(int i=1; i<101; i++) | ||
{ | ||
if (i%3==0&i%5==0) //uses the % operator to signify remainder | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @Frankenstei your indentations are somewhat off. Please work on this, so the code is more readable |
||
{ | ||
cout<<"fizzbuzz"; | ||
|
||
} | ||
else if(i%3==0) | ||
{cout<<"fizz"; | ||
} | ||
else if(i%5==0) | ||
{cout<<"buzz"; | ||
} | ||
else | ||
{ | ||
} cout<<i<<endl; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Brief Introduction | ||
|
||
My name is **Enwere Chineye Loveday**, i am Electrical/Electronics Engineering student of the university of Ibadan, currently in my third year, i love to code in C++. | ||
|
||
# Talk about Coding | ||
|
||
Well, i write **C++** majorly, and i strongly dislike **Python** for now. | ||
|
||
# Favourite Emoji | ||
|
||
I really cant choose anyone right now because that would be cheating, i love them all equally but if i was to choose, id go with , you just dont see that everyday . | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You didn't state the emoji though :) |
||
|
||
|
||
# Just Because i feel connecting is Important | ||
|
||
You can reach out to me on the following platforms: | ||
|
||
- [GitHub](https://github.com/Frankenstei) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
var person={ | ||
name:['LOVEDAY','ENWERE'], | ||
age:19, | ||
gender:MALE, | ||
interests:['MUSIC','SOFTWARE ENGINEERING'], | ||
bio:function() | ||
{alert(this.name[0]+''+this.name[1]+'is'+this.age+'years old. She likes'+this.interests[0]+'and'+this.interests[1]+'.'); | ||
}, | ||
greeting:function(){ | ||
alert('Hi! I\'m'+this.name[0]+'.'); | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
var person={ | ||
name:['LOVEDAY','ENWERE'], | ||
age:19, | ||
gender:MALE, | ||
interests:['MUSIC','SOFTWARE ENGINEERING'], | ||
bio:function() | ||
{alert(this.name[0]+''+this.name[1]+'is'+this.age+'years old. She likes'+this.interests[0]+'and'+this.interests[1]+'.'); | ||
}, | ||
greeting:function(){ | ||
alert('Hi! I\'m'+this.name[0]+'.'); | ||
} | ||
}; |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please transfer your week 3 task to Google docs and share directly with your mentors
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright, I am still trying to install google docs...that's the reason for the delay
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am still trying to install Google docs, that's the reason for the delay
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Frankenstei check here http://docs.google.com/