-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.html
More file actions
243 lines (227 loc) · 10.9 KB
/
Copy pathcode.html
File metadata and controls
243 lines (227 loc) · 10.9 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
<!DOCTYPE HTML>
<!--
Hielo by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Programming Projects</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/search.css" />
</head>
<body class="subpage">
<!-- Header -->
<header id="header">
<div class="logo"><a href="index.html">William Carbonneau<span> Portfolio</span></a></div>
<a href="#menu">Menu</a>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="blender.html">Blender / 3D</a></li>
<li><a href="code.html">Programming</a></li>
<li><a href="Adobe.html">Adobe Projects</a></li>
<li><a href="misc.html">Miscellaneous</a></li>
<li><a href="index.html#contact">Contact</a></li>
<li><a href="index.html#about">About</a></li>
<li><a href="search.html" id="searchBtn"class="button alt fa fa-search" style="font-family: FontAwesome, sans-serif; font-style: normal;-webkit-tap-highlight-color: rgba(255, 255, 255, 0.25); margin-top: -0.5px;"> Search Projects</a></li>
<a href="https://github.com/WMCarbonneau" class="icon fa-github" style="font-size: 2.5rem; padding-top: 3.5px; float: left; color: rgba(255, 255, 255, 0.25);"></a>
</ul>
</nav>
<!-- One -->
<section id="One" class="wrapper style3">
<div class="inner">
<header class="align-center">
<p>Search for Projects</p>
<h2>Programming Projects</h2>
</header>
</div>
</section>
<section class="mian"> <!-- Main section, put all articles in here -->
<!-- Trigger/Open The Modal -->
<button id="myBtn" class="button fit" style="margin: auto;">Projects on This Page</button>
<!-- The Modal -->
<div id="myModal" class="modal">
<!-- Modal content -->
<div class="modal-content">
<span class="close">×</span>
<ul class="alt" style="padding-left: 10px; padding-right: 10px; color: #444">
<h4 style="font-weight: 500; color: #444; padding-bottom: 0.8rem;">Projects on this page:</h4>
<li><a href="#cipher1" class="pageLink">Python caesar cipher with tkinter GUI</a></li>
<li><a href="#cipherc" class="pageLink">C caesar cipher command line application</a></li>
<li><a href="#Webserver_Rust_1" class="pageLink">Simple Rust Language Based Webserver</a></li>
<li><a href="#Rust_Sobel" class="pageLink">Rust Language Based Sobel Operator and Image Convolution</a></li>
<li><a href="#Cellular Automation" class="pageLink">Java/JavaFX Cellular Automation Team Project</a></li>
<li><a href="#Global Ilumination" class="pageLink">Java/JavaFX Global Illumination and Image Processing Application</a></li>
</ul>
</div>
</div>
<article class="articlebox">
<div class="inner" id="cipher1">
<div class="box">
<div class="content">
<header class="align-center">
<p>tkinter GUI and file manipulation</p>
<h2>Python Caesar Cipher With GUI</h2>
</header>
<img src="images/cipher.jpg" alt="Image of a cipher program made in python with the tkinter library."/>
<p>This is a caesar cipher made in python using the tkinter library for the GUI
The required packages are "string", "collections", and "tkinter".</p>
<a class="button alt" href="https://github.com/WMCarbonneau/caesar-cipher-python-GUI">Project Github Page</a>
</div>
</div>
</div>
</article>
<article class="articlebox">
<div class="inner" id="cipherc">
<div class="box">
<div class="content">
<header class="align-center">
<p>Basic C data manipulation and command line interface</p>
<h2>C Caesar Cipher & Command Line Application</h2>
</header>
<p style="text-align: center;">Using the standard library and a few other basic libraries, this program attempts to create a basic caesar cipher interface for
the command line. This should be memory safe enough, though I would not use it for anything that is "mission critical". This was my
first attempt at a C project after reading a manual for a few minutes.</p>
<a class="button alt" href="downloadable/cipher_c.zip" download="simple_cipher_in_c.zip">Download The Source Code</a>
</div>
</div>
</div>
</article>
<article class="articlebox">
<div class="inner" id="Webserver_Rust_1">
<div class="box">
<div class="content">
<header class="align-center">
<p>Webserver created in Rust using the Rust Book</p>
<h2>Simple Rust Language Based Webserver</h2>
</header>
<p style="text-align: center;">Upon reading the Rust Book, I completed the final project to build a multithreaded webserver, built to
serve basic HTML files. I then extended it with a library enabling ctrl-c keyboard interrupts to test my understanding.
You can access my project on the dedicated GitHub repository below.
</p>
<a class="button alt" href="https://github.com/WMCarbonneau/Rust_Webserver_Control-C_Break/tree/main">Project Github Page</a>
</div>
</div>
</div>
</article>
<article class="articlebox">
<div class="inner" id="Rust_Sobel">
<div class="box">
<div class="content">
<header class="align-center">
<p>Kernel convolution of an image in Rust</p>
<h2>Rust Sobel Operator and Kernel Convolution</h2>
</header>
<div style=" margin-left: auto; margin-right: auto;width: 90%;">
<img style="display:inline-block" src="images/BeforeSobel.jpg" alt="Grayscale image of a woman before a sobel operation is used."/>
<img style="display:inline-block" src="images/ConvergedSobel.jpg" alt="Result of Sobel operation."/>
</div>
<p>A program in rust used to convolve a kernel over an image. This results in the ability to run a Gaussian blur, a Sobel operation, and many other things. This version is hard coded for Sobel and Gaussian blur. The program is capable of making the image grayscale before running the operation.</p>
<a class="button alt" href="https://github.com/WMCarbonneau/Rust_Sobel_and_Gaussian-Blur_Convolution">Project Github Page</a>
</div>
</div>
</div>
</article>
<article class="articlebox">
<div class="inner" id="Cellular Automation">
<div class="box">
<div class="content">
<header class="align-center">
<p>Team Project in Java</p>
<h2>Cellular Automation in JavaFX</h2>
</header>
<p style="text-align: center;">A Java/JavaFX application created in FXML to run cellular automation simulations. Contains a user choice of 7 simulations. This was a team project for a CEGEP course in which I was the team leader and lead designer.</p>
<a class="button alt" href="https://github.com/William-Carbonneau/wave-simulation">Project Github Page</a>
</div>
</div>
</div>
</article>
<article class="articlebox">
<div class="inner" id="Global Ilumination">
<div class="box">
<div class="content">
<header class="align-center">
<p>Team Project in Java</p>
<h2>Global Illumination Path Tracing and Image Processing</h2>
<h4>Click Images to Expand</h4>
</header>
<div style=" margin-left: auto; margin-right: auto;width: 90%;">
<div class="isolated">
<div class="GalleryRow">
<div class="GalleryCol">
<img src="images\GlobalIllumination\RenderGlobalIllumination.jpg" alt="Default Render Engine: Global Illumination" onClick="expandImage(this);"/>
</div>
<div class="GalleryCol">
<img src="images\GlobalIllumination\RenderColouredLights.jpg" alt="Default Render Engine Demonstration of Coloured Lights" onClick="expandImage(this);"/>
</div>
<div class="GalleryCol">
<img src="images\GlobalIllumination\RenderRefractiveIndices.jpg" alt="Default Render Engine Demonstration of Refractive Indices" onClick="expandImage(this);"/>
</div>
<div class="GalleryCol">
<img src="images\GlobalIllumination\RenderPsycho.jpg" alt=""Psycho" Render Engine"onClick="expandImage(this);"/>
</div>
<div class="GalleryCol">
<img src="images\GlobalIllumination\RenderPsychoEdges.jpg" alt=""Psycho" Render Engine: Edge Detection" onClick="expandImage(this);"/>
</div>
</div>
<!-- Expanding image container -->
<div class="GalleryContainer">
<!-- Close the image -->
<span onclick="this.parentElement.style.display='none'" class="closebtn">×</span>
<!-- Expanded image -->
<img id="expandedImg" style="width:100%">
<!-- Image text -->
<div id="imgtext"></div>
</div>
<script>
function expandImage(imgs) {
// Get the expanded image
var expandImg = document.getElementById("expandedImg");
// Get the image text
var imgText = document.getElementById("imgtext");
// Use the same src in the expanded image as the image being clicked on from the grid
expandImg.src = imgs.src;
// Use the value of the alt attribute of the clickable image as text inside the expanded image
imgText.innerHTML = imgs.alt;
// Show the container element (hidden with CSS)
expandImg.parentElement.style.display = "block";
}
</script>
</div>
</div>
<p style="text-align: center;">A Java/JavaFX application created in FXML. Global Illumination path tracer and image processing by convolutions.
Implementations of Sobel and Prewitt egde detection. Implementations of Gaussian blur with various kernel sizes. Custom user-defined kernels, and some other convolutions.
This was a team project for a CEGEP course in which I was the team leader and lead designer.</p>
<a class="button alt" href="https://github.com/William-Carbonneau/Image-Processing-Global-Illumination-and-Edge-Detection">Project Github Page</a>
</div>
</div>
</div>
</article>
</section>
<!-- Footer -->
<!-- Footer -->
<div style="clear: both;">
<footer id="footer">
<div class="container">
<ul class="icons" style="text-align: center;">
<li><a href="https://github.com/WMCarbonneau" class="icon fa-github"><span class="label">Github</span></a></li>
</ul>
</div>
<div class="copyright" style="text-align: center;">
© William Carbonneau.
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/projectlist.js"></script>
</body>
</html>