mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2025-10-09 18:48:38 +00:00
Merge branch 'master' into add-adeonir-kohl
This commit is contained in:
10
code/HelloHacktoberfest.sol
Normal file
10
code/HelloHacktoberfest.sol
Normal file
@@ -0,0 +1,10 @@
|
||||
pragma solidity ^0.4.20;
|
||||
|
||||
// Hacktober greetings smart contract
|
||||
contract HelloHacktoberfest {
|
||||
|
||||
function Hello() external view returns (string) {
|
||||
return "Hello Hacktoberfest 2018!";
|
||||
}
|
||||
|
||||
}
|
1
code/HelloWorld.py
Normal file
1
code/HelloWorld.py
Normal file
@@ -0,0 +1 @@
|
||||
print ("Hello World")
|
78
code/TheNoodleMoose.html
Normal file
78
code/TheNoodleMoose.html
Normal file
@@ -0,0 +1,78 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<!--Made By TheNoodleMoose-->
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>Hacktoberfest - Spooky Bois </title>
|
||||
</head>
|
||||
|
||||
<style>
|
||||
body {
|
||||
background-color: black;
|
||||
}
|
||||
h1 {
|
||||
color: white;
|
||||
}
|
||||
h3 {
|
||||
color: white;
|
||||
}
|
||||
li {
|
||||
color: white;
|
||||
font-size: 37px;
|
||||
}
|
||||
.spook_vid {
|
||||
align-content: center;
|
||||
}
|
||||
.center {
|
||||
border-style: solid;
|
||||
border-color: white;
|
||||
border-width: 5px;
|
||||
display: table;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.skeleton1 {
|
||||
border-color: white;
|
||||
border-width: 3px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<body>
|
||||
<div class="top">
|
||||
<h1 class="center">Spooky Bois Of The Month</h1>
|
||||
<br>
|
||||
<h3 class="center">All The Spookiest Bois have come out this month and here is a list of the TOP 10 SPOOKIEST BOIS OF 2018!</h3>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
<div align="center">
|
||||
<iframe id="spook_vid" width="560" height="315" src="https://www.youtube.com/embed/9DECYte0kZ4" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
|
||||
</div>
|
||||
|
||||
<div align="center">
|
||||
<ol>
|
||||
<li><img id= "skeleton1"src="https://i.kym-cdn.com/entries/icons/square/000/015/990/image.jpg" width="240px" height="240px" border=3px></li>
|
||||
<br>
|
||||
<li><img id= "skeleton1"src="https://i.kym-cdn.com/photos/images/newsfeed/000/376/354/3dd.gif" width="240px" height="240px" border=3px></li>
|
||||
<br>
|
||||
<li><img id= "skeleton1"src="https://i.kym-cdn.com/photos/images/newsfeed/000/937/371/960.jpg" width="240px" height="240px" border=3px></li>
|
||||
<br>
|
||||
<li><img id= "skeleton1"src="https://i.ytimg.com/vi/_-1NagZ2psc/hqdefault.jpg" width="240px" height="240px" border=3px></li>
|
||||
<br>
|
||||
<li><img id= "skeleton1"src="https://i.redd.it/p1ny1kzmo5q11.jpg" width="240px" height="240px" border=3px></li>
|
||||
<br>
|
||||
<li><img id= "skeleton1"src="https://preview.redd.it/u5jcy0hbt0q11.png?width=640&crop=smart&s=1d9eae9e743b3fcb57d396a355510b86e9a0eff1" width="240px" height="240px" border=3px></li>
|
||||
<br>
|
||||
<li><img id= "skeleton1"src="https://i.redd.it/rqna5bhon5q11.jpg" width="240px" height="240px" border=3px></li>
|
||||
<br>
|
||||
<li><img id= "skeleton1"src="https://preview.redd.it/9ut92xtcm5q11.jpg?width=960&crop=smart&s=c67045e6cf69b00a99e510417809600b754d4ce5" width="240px" height="240px" border=3px></li>
|
||||
<br>
|
||||
<li><img id= "skeleton1"src="https://i.redd.it/54sax7kljzp11.jpg" width="240px" height="240px" border=3px></li>
|
||||
<br>
|
||||
<li><img id= "skeleton1"src="https://i.redd.it/1akb1c7vg5q11.jpg" width="240px" height="240px" border=3px></li>
|
||||
</ol>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
2
code/first.txt
Normal file
2
code/first.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
<html>
|
||||
<
|
4
code/goelaakash79.py
Normal file
4
code/goelaakash79.py
Normal file
@@ -0,0 +1,4 @@
|
||||
print("Hello World, it's Aakash")
|
||||
print("You can contact me at:")
|
||||
print("https://linkedin.com/in/goelaakash79")
|
||||
print("https://instagram.com/goelaakash79")
|
5
code/haqqer.py
Normal file
5
code/haqqer.py
Normal file
@@ -0,0 +1,5 @@
|
||||
#!usr/bin/python3
|
||||
|
||||
me = ['hello', 'everyone', 'i am', 'Ahmad Ilham']
|
||||
for i in me:
|
||||
print(i, end=" ")
|
22
code/pr.cpp
Normal file
22
code/pr.cpp
Normal file
@@ -0,0 +1,22 @@
|
||||
#include<iostream>
|
||||
using namespace std;
|
||||
|
||||
bool isOverlap(pair<int,int> p1,pair<int,int> p2,pair<int,int> p3,pair<int,int> p4){
|
||||
if(p1.first>p4.first || p2.first<p3.first) return false;
|
||||
if(p1.second<p4.second || p2.second>p3.second) return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
int main(){
|
||||
int t;
|
||||
cin>>t;
|
||||
while(t--){
|
||||
pair<int,int> p1,p2,p3,p4;
|
||||
cin>>p1.first>>p1.second;
|
||||
cin>>p2.first>>p2.second;
|
||||
cin>>p3.first>>p3.second;
|
||||
cin>>p4.first>>p4.second;
|
||||
cout<<isOverlap(p1,p2,p3,p4)<<'\n';
|
||||
}
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user