This file contains hidden or 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
a = 5 | |
a_arry = [1,2,3,4,5] | |
b = 5.0 | |
b_arry = [1.0, 2.0, 3.0, 4.0, 5.0] | |
c = 'Stephan' | |
c_arry = %w(Stephan Beatrix Antonio Eugen) | |
## | |
def statistic(*extra) |
This file contains hidden or 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
class Paperscissorsrock | |
def start_game | |
puts | |
puts 'Welcome to the paper, scissors, rock game!' | |
puts | |
puts 'please choose your option paper, scrissors, rock' | |
puts | |
puts "(press ctr-c to quit)" | |
puts | |
sampler |
This file contains hidden or 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
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link rel="stylesheet" href="css/normalize.css"> | |
<link rel="stylesheet" href="css/about_styles.css"> | |
<title>Portfolio and About me</title> | |
<!--[if lt IE 9]> | |
<script src="dist/html5shiv.js"></script> |
This file contains hidden or 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
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link rel="stylesheet" href="./online_good_index_files/bootstrap.min.css"> | |
<link rel="stylesheet" href="css/about_styles.css"> | |
<title>Portfolio and about me</title> | |
<!--[if lt IE 9]> | |
<script src="dist/html5shiv.js"></script> |
This file contains hidden or 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
* { box-sizing: border-box; } | |
.bottom_bg { | |
height:100%; | |
width:100%; | |
min-height:500px; | |
margin:0 0 10px; | |
background-image: url("https://assets.about.me/background/users/a/n/t/antonioserna_1411265393_7.jpg"); | |
background-position: 50% 70%; | |
background-color: black; |
This file contains hidden or 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
* { box-sizing: border-box; } | |
.bottom_bg { | |
height:100%; | |
width:100%; | |
min-height:500px; | |
margin:0 0 10px; | |
background-image: url("https://assets.about.me/background/users/a/n/t/antonioserna_1411265393_7.jpg"); | |
background-position: 50% 70%; | |
background-color: black; |
This file contains hidden or 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
* { box-sizing: border-box; } | |
.bottom_bg { | |
height:100%; | |
width:100%; | |
min-height:500px; | |
margin:0 0 10px; | |
background-image: url("https://assets.about.me/background/users/a/n/t/antonioserna_1411265393_7.jpg"); | |
background-position: 50% 70%; | |
background-color: black; |
This file contains hidden or 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
* { box-sizing: border-box; } | |
.bottom_bg { | |
height:100%; | |
width:100%; | |
min-height:500px; | |
margin:0 0 10px; | |
background-image: url("https://assets.about.me/background/users/a/n/t/antonioserna_1411265393_7.jpg"); | |
background-position: 50% 70%; | |
background-color: black; |
This file contains hidden or 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
* { box-sizing: border-box; } | |
.bottom_bg { | |
height:100%; | |
width:100%; | |
min-height:500px; | |
margin:0 0 10px; | |
background-image: url("https://assets.about.me/background/users/a/n/t/antonioserna_1411265393_7.jpg"); | |
background-position: 50% 70%; | |
background-color: black; |
This file contains hidden or 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
* { box-sizing: border-box; } | |
.bottom_bg { | |
height:100%; | |
width:100%; | |
/* min-height:500px;*/ | |
margin:0 0 10px; | |
background-image: url("https://assets.about.me/background/users/a/n/t/antonioserna_1411265393_7.jpg"); | |
background-position: 50% 70%; | |
background-color: black; |
OlderNewer