-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.html
More file actions
335 lines (304 loc) · 17.1 KB
/
Copy pathproject.html
File metadata and controls
335 lines (304 loc) · 17.1 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
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="icon" href="/Assets/ico/user.ico" type="image/x-icon">
<title>Duc Le Portfolio</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" />
<link rel="stylesheet" href="Assets/styles/project.css" />
</head>
<body>
<header class="glass">
<nav class="glass">
<a href="index.html">DUC LE/ PROFILE</a>
<a href="educaiton.html">EDUCATION</a>
<a href="project.html">PROJECT</a>
<a href="blog.html">BLOG</a>
<a href="research.html">RESEARCH</a>
<a href="skillaward.html">SKILL/AWARD</a>
<a href="internship.html">INTERNSHIP</a>
</nav>
</header>
<!-- You can add your page content here -->
<main style="flex: 1; padding: 2em;">
<section class="project-grid">
<div class="project-boxHWT">
<h3>Hardware Test Project</h3>
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="Assets/images/HWT.png" alt="Hardware Test Project Screenshot" class="project-imageHWT" />
</div>
<div class="flip-card-back">
<p>
Hardware project is mainly written in C#, PowerShell: a robust tool for comprehensive device hardware testing, featuring a refurbishment interface and a boost mechanism to accelerate testing and drive higher refurb sales.
<br><br>
Computer2Kids is a non-profit organization that provides refurbished computers to children in need. This program ensures that devices are thoroughly tested and ready for use, bridging the digital divide.
<br><br>
I contributed significantly to its functionality and efficiency. It aligns with my passion to create solutions that make a positive impact.
</p>
</div>
</div>
</div>
</div>
<div class="project-boxWU">
<h3>Project Window Show Hide</h3>
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="Assets/images/WUSHU.png" alt="Window Show Hide Screenshot" class="project-imageWUSHU" />
</div>
<div class="flip-card-back">
<p>
This project is a simple application that allows users to show or hide windows on their computer. It provides a user-friendly interface for managing open windows and improving productivity.
The application is designed to help users quickly access or minimize windows without cluttering their desktop.
<br><br>
I make this project since the windows show hide feature is not available in Windows 10, and I want to create a simple application that can help users manage their windows more efficiently.
<br><br>
it is written in <strong>C#</strong> and uses <strong>Windows Forms</strong> for development.
</p>
</div>
</div>
</div>
</div>
<div class="project-boxNN">
<h3>Project Nail News</h3>
<div class="flip-cardNN">
<div class="flip-card-innerNN">
<div class="flip-card-frontNN">
<img src="Assets/images/NailNews.png" alt="Nail News Screenshot" class="project-imageNN" />
<img src="Assets/images/NailGroup.png" alt="Nail News Screenshot" class="project-imageNN" />
<img src="Assets/images/NailHandSake.png" alt="Nail News Screenshot" class="project-imageNN" />
<img src="Assets/images/NailCommunication.png" alt="Nail News Screenshot" class="project-imageNN" />
</div>
<div class="flip-card-backNN">
<p>
This project is a mobile application that provides news and updates related to the nail industry. It includes features such as articles, tutorials, and product reviews.
It is designed to keep users informed about the latest trends and developments in the nail care field.
<br><br>
I created this project to address the lack of a dedicated platform for nail enthusiasts to access news and information.
The application is user-friendly and visually appealing, making it easy for users to navigate and find relevant content.
<br><br>
It is written in <strong>Swift</strong> and uses <strong>Swift UI</strong> for development.
</p>
</div>
</div>
</div>
</div>
<div class="project-boxCK">
<h3>Project Custom Kernel</h3>
<div class="flip-cardCK">
<div class="flip-card-innerCK">
<div class="flip-card-frontCK">
<img src="Assets/images/CK1.png" alt="Custom Kernel Screenshot" class="project-imageCK" />
<img src="Assets/images/CK2.png" alt="Custom Kernel Screenshot" class="project-imageCK" />
<img src="Assets/images/CK3.png" alt="Custom Kernel Screenshot" class="project-imageCK" />
<img src="Assets/images/CK4.png" alt="Custom Kernel Screenshot" class="project-imageCK" />
</div>
<div class="flip-card-backCK">
<p>
This project is a custom kernel developed for a specific operating system. It includes features such as improved performance, enhanced security, and support for new hardware.
The custom kernel is designed to provide a better user experience and optimize system resources.
<br><br>
I make this project since the windows show hide feature is not available in Windows 10, and I want to create a simple application that can help users manage their windows more efficiently.
<br><br>
It is written in <strong>C</strong> and uses <strong>Linux Kernel</strong> for development.
</p>
</div>
</div>
</div>
</div>
<div class="project-boxBlackjack">
<h3>Project Black Jack Game</h3>
<div class="flip-cardBlackjack">
<div class="flip-card-innerBlackjack">
<div class="flip-card-frontBlackjack">
<img src="Assets/images/GamePlay.png" alt="Black Jack Game Screenshot" class="project-imageBlackjack" />
<img src="Assets/images/GamePlay1.png" alt="Black Jack Game Screenshot" class="project-imageBlackjack" />
<img src="Assets/images/GamePlay3.png" alt="Black Jack Game Screenshot" class="project-imageBlackjack" />
<img src="Assets/images/EndGame.png" alt="Black Jack Game Screenshot" class="project-imageBlackjack" />
</div>
<div class="flip-card-backBlackjack">
<p>
This project is a simple implementation of the classic card game Blackjack. It allows users to play against the computer, following the standard rules of the game.
The project is designed to provide an enjoyable gaming experience while also demonstrating basic programming concepts.
<br><br>
I make this project while I was in San Diego City College, and this project make me understand more about game development and programming logic.
From there on I felt in love with computer science and game development.
I decided to create a simple game that can help users understand the basic rules of Blackjack and improve their programming skills.
The class I was in was C++ Programming, and I learned a lot from it.
The class was a fun and interactive way to learn programming, and I enjoyed every moment of it.
<br><br>
It is written in <strong>C++</strong> and uses <strong>Window Form</strong> for development.
</p>
</div>
</div>
</div>
</div>
<div class="project-boxConnect4">
<h3>Project Connect 4 Game</h3>
<div class="flip-cardConnect4">
<div class="flip-card-innerConnect4">
<div class="flip-card-frontConnect4">
<img src="Assets/gif/Connect4WH.gif" alt="Connect 4 Animation" class="project-imageConnect4" />
</div>
<div class="flip-card-backConnect4">
<p>
This project is a simple implementation of the classic board game Connect 4. It allows users to play against the computer or another player, following the standard rules of the game.
The project is designed to provide an enjoyable gaming experience while also demonstrating basic programming concepts.
This project has features such as wormhole and teleportation, which adds an extra layer of complexity and fun to the game.
This project is run on MARS, which is a MIPS simulator that allows users to run MIPS assembly code.
It has flipping coin animation, which adds an extra layer of fun to player experience.
<br><br>
It is written in <strong>Assembly Language</strong> and uses <strong>MARS</strong> for development.
<br><br>
<a href="https://github.com/KphStar/Connect4STWMips">Duc Le Connect4Wormhole Game Assembly</a>
</p>
</div>
</div> <!-- .flip-card-innerConnect4 -->
</div> <!-- .flip-cardConnect4 -->
</div> <!-- .project-boxConnect4 -->
<div class="project-boxACT">
<h3>Custom Window Activation</h3>
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="Assets/images/ActivationWonderland.PNG" alt="Activation Screenshot" class="project-imageACT" />
</div>
<div class="flip-card-back">
<p>
This is a custom activation tool designed to activate Windows operating systems. It provides a user-friendly interface for users to easily activate their Windows installations.
I created this project for Computer2Kids, a non-profit organization that provides refurbished computers to children in need. This program ensures that devices are thoroughly tested and ready for use, bridging the digital divide.
I felt the need to create a custom activation tool to streamline the activation process for refurbished computers.
Since many of these computers come through donations, having a reliable activation tool is essential to ensure that the devices are fully functional and ready for use.
This project boost the production of refurbished computers by providing a simple and effective way to activate Windows.
<br><br>
It is written in <strong>C#</strong> and uses <strong>Window Form</strong> for development.
</p>
</div>
</div>
</div>
</div>
<div class="project-boxHS">
<h3>Custom Coffee Shop Hoa Su</h3>
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="Assets/images/CafeHoaSuShop.png" alt="Coffee Hoa Su Shop Screenshot" class="project-imageHS" />
</div>
<div class="flip-card-back">
<p>
This project is a custom coffee shop application designed for Hoa Su Coffee Shop. It includes features such as menu management, order processing, and customer management.
The application is designed to streamline the operations of the coffee shop and improve customer service.
I created this project to help Hoa Su Coffee Shop manage their operations more efficiently. The application provides a user-friendly interface for managing orders and customers, making it easier for the staff to serve customers quickly.
The project is designed to improve the overall efficiency of the coffee shop and enhance the customer experience.
Since Hoa Su Coffee Shop is a small business, I wanted to create a simple application that can help them manage their operations more efficiently.
I also wanted to create a project that can help me improve my programming skills and learn more about software development.
This project is a great opportunity for me to apply my knowledge and skills in a real-world scenario.
I felt in love with software development and programming when I was in high school, and I wanted to create a project that can help me improve my skills and learn more about software development.
It is a dream of mine to create a project that can help small businesses manage their operations more efficiently.
<br><br>
It is written in <strong>C#</strong> and uses <strong>Window Form</strong> for development.
</p>
</div>
</div>
</div>
</div>
<div class="project-boxSG">
<h3>Steam Game Recomender</h3>
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="Assets/images/SteamRecomender.png" alt="Steam Game Recomender Screenshot" class="project-imageSG" />
</div>
<div class="flip-card-back">
<p>
This project is a web application that provides game recommendations based on user preferences. It uses machine learning algorithms to analyze user data and suggest games that match their interests.
The application is designed to help users discover new games and enhance their gaming experience.
I created this project to address the challenge of finding new games that match user preferences. The application uses machine learning algorithms to analyze user data and provide personalized recommendations.
The project is designed to improve the overall gaming experience by helping users discover new games that they are likely to enjoy.
I felt the need to create a game recommendation system because many users struggle to find new games that match their interests. This project aims to solve that problem by providing personalized recommendations based on user preferences.
The application is designed to be user-friendly and visually appealing, making it easy for users to navigate and find relevant content.
<br><br>
It is written in <strong>Python</strong> and uses <strong>Pandas, NumPy, Flask, Scikit-learn, Implicit</strong> for development.
</p>
</div>
</div>
</div>
</div>
<div class="project-boxGP">
<h3>Project Vietnamese Gold Price</h3>
<ul>
<li>
This project is a web application that provides real-time updates on gold prices in Vietnam. It includes features such as price charts, historical data, and news related to the gold market.
<a href="Projects/ProjectGPAPI.html">VIETNAMESE GOLD PRICE</a>
</li>
</ul>
</div>
<div class="project-boxVH">
<h3>Project Vietnamese Falling Neon Couple Message Light</h3>
<ul>
<li>
This project is a web application that simulates falling neon lights with messages. It is designed to create a visually appealing and interactive experience for users.
When I see how beautiful the falling neon from on of the project of the web, I felt it is really interesting and wanted to create a project that can simulate it.
<br><br>
It is written in <strong>JavaScript</strong> and uses <strong>Three.js</strong> for development.
<br><br>
The link will take you to the project page where you can see the live demo and source code.
<br><br>
<a href="Projects/VietHeart.html">VIETNAMESE HEART</a>
</li>
</ul>
</div>
<div class="project-boxF3D">
<h3>Project Fish 3D Animation</h3>
<ul>
<li>
This project is a web application that simulates 3D fish animaiton and inspired by Paul with the title is Flying lanterns and a Koi Fish Three JS ANimation. It is designed to create a visually appealing and interactive experience for users.
I am adding the mobbydock to the scene look more better and have another fish side by side swimming with each other.
<br><br>
It is written in <strong>JavaScript</strong> and uses <strong>Three.js</strong> for development.
<br><br>
The link will take you to the project page where you can see the live demo and source code.
<br><br>
<a href="Projects/Fish3d.html">3D FISH</a>
</li>
</ul>
</div>
<div class="project-boxGH">
<h3>Project Github Desktop App</h3>
<ul>
<li>
This project is a desktop application that provides a user-friendly interface for managing GitHub repositories. It includes features such as repository management, commit history, and branch management.
The application is designed to simplify the process of working with GitHub repositories and enhance productivity.
<br><br>
It is written in <strong>C#</strong> and uses <strong>WindowForm</strong> for development.
<br><br>
The link will take you to the project page where you can see the live demo and source code.
<br><br>
<a href="https://github.com/KphStar/git_hub_app">GitHub Desktop Authentication App </a>
</li>
</ul>
</div>
<div class="project-boxiPxe">
<h3>Project iPXE</h3>
<ul>
<li>
This project is a network boot firmware that provides a user-friendly interface for managing network booting. It includes features such as network management, boot options, and configuration settings.
The application is designed to simplify the process of network booting and enhance productivity.
<br><br>
It is use in <strong>network environments</strong> and <strong>data centers</strong> with <strong>PXE (Preboot Execution Environment)</strong> support.
<strong>iPXE</strong> is an open-source project that aims to provide a flexible and extensible network boot firmware.
<strong> Ubuntu</strong> is the OS used for development.
</li>
</ul>
</div>
</section>
</main>
<!-- Footer -->
<footer class="glass">
<p>© 2025 Duc Le. All rights reserved.</p>
</footer>
</body>
</html>