-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdemos.html
More file actions
261 lines (223 loc) · 13.4 KB
/
demos.html
File metadata and controls
261 lines (223 loc) · 13.4 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Loic Pelleau</title>
<link rel="shortcut icon" type="image/png" href="/img/logo.ico"/>
<meta name="description" content="Profesional website of Loic Pelleau, Computer Engineer." />
<meta name="keywords" content="Loic Pelleau, Loic, Pelleau, lpelleau, Engineer, Computer Science, IT, Software, front-end, back-end, Development, Developer, Amazon" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="#FFF" />
<meta name="apple-mobile-web-app-title" content="Loic Pelleau" />
<link rel="apple-touch-icon-precomposed" href="/img/logo.ico" />
<meta name="msapplication-TileColor" content="#FFF" />
<meta name="theme-color" content="#FFF">
<meta name="author" content="Loic Pelleau">
<!-- Bootstrap -->
<link href="/css/theme.min.css" rel="stylesheet">
<link href="/css/custom.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<a href="https://github.com/lpelleau" class="hidden-xs hidden-sm hidden-md"><img style="position: fixed; top: 0; left: 0; border: 0;" src="https://camo.githubusercontent.com/567c3a48d796e2fc06ea80409cc9dd82bf714434/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_left_darkblue_121621.png"></a>
<nav class="navbar navbar-fixed-top">
<div class="container" style="background-color: white;">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar" style="border: 1px solid black;">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar" style="background-color: black;"></span>
<span class="icon-bar" style="background-color: black;"></span>
<span class="icon-bar" style="background-color: black;"></span>
</button>
<a class="navbar-brand" style="padding-top: 3px; padding-bottom: 0px;" href="/"><img src="/img/logo.png" alt="Loic Pelleau"/></a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="/">Home</a></li>
<li class="active"><a href="/Demos/PooP.html">Demo</a></li>
<li><a href="/docs.html">Docs</a></li>
<li><a href="/get-started.html">Get started</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="container" style="padding-top: 113px; min-height: 1250px;">
<div class="row">
<nav class="col-xs-3 bs-docs-sidebar hidden-xs">
<ul id="sidebar" class="nav nav-stacked fixed">
<li><a href="#PooP">PooP</a></li>
<li><a href="#RanGit">RanGit</a></li>
<li><a href="#telegraphy">Telegraphy</a></li>
<li><a href="#OuestINSA">Ouest INSA</a></li>
<li><a href="#load-balancing">load-balancing</a></li>
</ul>
</nav>
<div class="col-sm-9">
<section id="PooP">
<h1><a href="https://github.com/lpelleau/PooP">PooP <i class="fa fa-external-link fa-1x" aria-hidden="true"></i></a></h1>
<h5><i>Project: Oriented Object Programmation</i></h5>
<p>
<img src="/img/demos/PooP.png" class="hidden-xs" style="float: left; width: 470px; margin-right: 25px; margin-top: 5px;"/>
<span class="hidden-sm hidden-md hidden-lg"><img src="/img/demos/PooP.png" style="width: 300px;"/><br/><br/></span>
This project took place during a school project at INSA Rennes.
In a team of <strong>two students</strong> (including Loic Pelleau), PooP was made in four months beside class hours.<br/><br/>
The main goal of this project was to re-create the game <strong><a href="http://store.steampowered.com/app/235620/">Small World</a></strong>.
Small World is a turn based game. Two players fight to kill enemy's units.
This game was developed in <strong>C++</strong> (for the algorithms part) and in <strong>C#</strong> and <strong>WPF</strong> (for the GUI).
Before to begin to develop, they conceived <strong>UML</strong> diagrams.<br/><br/>
Loic Pelleau took part in each section of this project.
From <strong>modeling</strong>, to <strong>develop</strong> and writing the <strong>documentation</strong>.
He developed a custom <strong>algorithm</strong> to create the map where players move.
He conceived with the help of his teammate the <strong>GUI</strong> along the lines of Age of Empires 2.<br/><br/>
They both learned a lot during this project and had a lot of <strong>fun</strong>.
They liked the technologies they worked with.
</p>
</section>
<section id="RanGit" style="margin-top: 100px;">
<h1><a href="https://github.com/lpelleau/RanGit">RanGit <i class="fa fa-external-link" aria-hidden="true"></i></a></h1>
<h5><i>Random GitHub Repository</i></h5>
<p>
RanGit is a presonal project of Loic Pelleau.
It took place when he began to learn the language <strong><a href="https://www.rust-lang.org/en-US/">Rust</a></strong>.
He wanted to have a first real experience with this language and in the meantime he wanted to do something useful.
He likes to explore <strong>Github</strong>, that's why this project come up.<br/><br/>
RanGit select one Github repository based on criterias with the help of the Github API.<br/><br/>
He tried to develop a high quality code, separate distinct parts of the software.<br/><br/>
One of the improvement he plans to do is to extract from this software a <strong>library</strong> to help to communicate with external Rest API.
</p>
</section>
<section id="telegraphy" style="margin-top: 100px;">
<h1><a href="https://github.com/mbrubeck/telegraphy">Telegraphy <i class="fa fa-external-link" aria-hidden="true"></i></a></h1>
<h5><i>Web application for editing text files in a git repository</i></h5>
<p>
After having found a repository on Github that looked interesting, Loic Pelleau wanted to test it on his computer.
As the project wouldn't run, he started to get into the code, fixed the issues and <strong>contribute</strong> to it.<br/><br/>
This project allows a user to edit a file that is in a Git repository from a web browser.<br/><br/>
Telegraphy initially used <strong><a href="https://github.com/mojombo/grit">Grit</a></strong> as an interface to a Git repository.
As it is no more maintained, Loic Pelleau changed it to <strong><a href="https://github.com/libgit2/rugged">Rugged</a></strong>.
He also changed the graphical interface so that the app would be more <strong>user-friendly</strong>.
He also used the template engine <strong><a href="http://slim-lang.com/">Slim</a></strong>.<br/><br/>
This was the first steps of Loic Pelleau into <strong><a href="https://www.ruby-lang.org/en/">Ruby</a></strong>'s world, and he liked it.
</p>
</section>
<section id="OuestINSA" style="margin-top: 100px;">
<h1><a href="https://github.com/lpelleau/AndroidApp">Ouest INSA's App <i class="fa fa-external-link" aria-hidden="true"></i></a></h1>
<p>
During Loic Pelleau's mandate at <a href="http://ouest-insa.fr"><strong>Ouest INSA</strong> Junior-Entreprise</a>,
he developed an <strong><a href="https://developer.android.com/index.html">Android</a></strong> application. This application was intended for INSA's students to apply to Ouest INSA's projects.
Its main objective was to add visibility to the association.<br/><br/>
The application retrieve data from a <strong>Rest API</strong>, which is no longer maintained (that's why the app is no longer on the store).
Students were able to see all projects available and apply to one if they were interested.<br/><br/>
This application was not a huge success: very few people downloaded the app.
This is because very few students of INSA Rennes are accustomed to work with Ouest INSA.
Moreover, the app doesn't offer enough functionalities.
</p>
</section>
<section id="load-balancing" style="margin-top: 100px;">
<h1><a href="https://github.com/lpelleau/load-balancing">load-balancing <i class="fa fa-external-link" aria-hidden="true"></i></a></h1>
<h5><i>Load balancing by empirical learning</i></h5>
<p>
This personal project is simple enough and easy to setup to enable a novice to practice several <strong><a href="https://nginx.org/">Nginx</a></strong>
configurations and see the application's comportment change.<br/><br/>
Loic Pelleau used <strong><a href="https://nodejs.org/en/">Node.JS</a></strong>
(and <strong><a href="http://expressjs.com/">expressjs</a></strong> framework) for the back-end
and <strong><a href="http://materializecss.com/">Materializecss</a></strong>
with <strong><a href="https://angularjs.org/">Angular JS</a></strong> for the front-end.<br/><br/>
This project allows the user to see his CPU's load to learn how to configure Nginx so that it can fit to his future needs.
</p>
</section>
</div>
</div>
</div>
<div class="container-fluid" style="margin-top: 100px; padding: 10px; background-color: #ddddff;">
<div class="container">
<div class="row">
<div class="col-xs-12 text-right">
Made with Loic Pelleau 1.0 for you. This web site is open-source (MIT).
</div>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script type="text/javascript" src="https://rawgit.com/ricmoo/aes-js/master/index.js"></script>
<script type="text/javascript" src="/js/script.js"></script>
<script type="text/javascript">
(function() {
var encryptedBytesStep = [219,34,152,149,157,225,118,
129,174,167,205,206,133,5,
96,56,231,45,127,200,74,
185,57,215,39,179,9,242,
104,154,95,83,28,71,13,
228,249,195,167,106,119,25];
var encryptedBytes = [252,54,95,93,126,145,115,30,240,
184,35,167,131,235,27,79,185,40,
121,99,53,26,39,231,188,193,104,
152,55,212,140,211,31,92,255,52,
204,86,169,224,42,16,236,180,90,
49,102,198,40,193,168,45,191,91,
182,214,75,130,195,94,227,191,7,
199,54,191,237,254,16,140,204,5,
205,175,221,230,38,214,191,55,189,
238,215,43,49,140,179,93,200,73,
127,64,140,153,162,184,192,188,
42,79,13,21];
$('#secretInput').on('input', function() {
var keyAscii = $('#secretInput').val().toUpperCase().trim();
if (keyAscii.length == 12) {
keyAscii += "####";
}
var text = decrypt(keyAscii, encryptedBytesStep);
if (!isASCII(text)) {
text = decrypt(keyAscii, encryptedBytes)
if (text === "...") {
$('#secretOutput').removeClass('text-warning');
$('#secretOutput').removeClass('text-success');
} else {
$('#secretOutput').removeClass('text-warning');
$('#secretOutput').addClass('text-success');
}
} else {
$('#secretOutput').removeClass('text-success');
$('#secretOutput').addClass('text-warning');
}
$('#secretOutput').text(text);
});
function isASCII(str) {
return /^[\x00-\x7F]*$/.test(str);
}
function decrypt(keyAscii, encryptedBytes) {
if (keyAscii.length != 16) {
return "...";
}
var key = aesjs.util.convertStringToBytes(keyAscii);
var aesCtr = new aesjs.ModeOfOperation.ctr(key, new aesjs.Counter(5));
var decryptedBytes = aesCtr.decrypt(encryptedBytes);
var decryptedText = aesjs.util.convertBytesToString(decryptedBytes);
return decryptedText;
}
})();
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-78255115-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>