-
Notifications
You must be signed in to change notification settings - Fork 0
/
archive.html
74 lines (56 loc) · 2.51 KB
/
archive.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="JuliaWorkshop.GitHub.io : Website">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>JuliaWorkshop.GitHub.io</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<h1 id="project_title">JuliaWorkshop.GitHub.io</h1>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h4>
<span style="text-decoration:underline;"><strong>Julia programming language</strong></span>
<h4>Dublin Julia Talk (May 2016) </h4>
<ul>
<li><strong> <a href="https://dl.dropboxusercontent.com/u/6044937/PyData/ProbabilityTalk.pdf">Main Slide Set</a> </li></strong>
<li><strong> <a href="FizzBuzz.html"> The Fizz Buzz Test </a> </li></strong>
<li><strong> <a href="MouseInAMaze.html">Mouse in a Maze</a></li></strong>
<li><strong> <a href="UsefulVectorCommands.html">Useful Vector Commands</a></li></strong> From www.learnxinyminutes.com.
<li><strong> <a href="ListComprehensions.html">List Comprehensions</a></li></strong>
<li><strong> <a href="DiceRolls.html">Dice Rolls Experiments</a></li></strong>
<li><strong> <a href="CanadianCarLottery.html"> The Canadian Car Lottery </a> </li></strong>
<li><strong> <a href="GamblersFallacy.html"> Gambler's Fallacy </a> </li></strong>
<li><strong> <a href="MontyHallProblem.html"> Monty Hall </a> </li></strong>
<li><strong> <a href="GamblersRuin.html"> Gambler's Ruin </a> </li></strong>
</ul>
<p>
<h4>Project Euler with Julia Dublin Julia Talk (June/July 2016) </h4>
<ul>
<li><strong> Project Euler Question 1</li></strong>
<li><strong> Project Euler Question 2</li></strong>
<li><strong> Project Euler Question 3</li></strong>
<li><strong> Project Euler Question 4</li></strong>
<li><strong> Project Euler Question 5</li></strong>
<li><strong> Project Euler Question 6</li></strong>
<li><strong> Project Euler Question 7</li></strong>
<li><strong> Project Euler Question 8</li></strong>
<li><strong> Project Euler Question 9</li></strong>
<li><strong> Project Euler Question 10</li></strong>
</ul>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>