-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (38 loc) · 2.55 KB
/
index.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
<html>
<head>
<title>one2bla.me</title>
<meta charset="utf-8" />
<link href="./style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="txtdiv">
<pre>
██████╗ ███╗ ██╗███████╗██████╗ ██████╗ ██╗ █████╗ ███╗ ███╗███████╗
██╔═══██╗████╗ ██║██╔════╝╚════██╗██╔══██╗██║ ██╔══██╗████╗ ████║██╔════╝
██║ ██║██╔██╗ ██║█████╗ █████╔╝██████╔╝██║ ███████║██╔████╔██║█████╗
██║ ██║██║╚██╗██║██╔══╝ ██╔═══╝ ██╔══██╗██║ ██╔══██║██║╚██╔╝██║██╔══╝
╚██████╔╝██║ ╚████║███████╗███████╗██████╔╝███████╗██║ ██║██║ ╚═╝ ██║███████╗
╚═════╝ ╚═╝ ╚═══╝╚══════╝╚══════╝╚═════╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝
~ Grok
~ <a href="https://one2bla.me/the-dark-arts/">The Dark Arts</a>
~ <a href="https://one2bla.me/cs6250/">Computer Networks</a>
~ <a href="https://github.com/one2blame/heaplab/">glibc Heap Exploitation</a>
~ <a href="/web-application-security/">Web Application Security</a>
~ <a href="/reverse-engineering-malware/for610.pdf">Reverse Engineering Malware</a>
~ <a href="https://one2bla.me/cs7646/">Machine Learning for Trading</a>
~ <a href="https://one2bla.me/cs6340/">Software Analysis and Testing</a>
~ <a href="/dsa/">Data Structures and Algorithms</a>
~ Projects
~ <a href="https://github.com/one2blame/cs6210/">MapReduce</a>
~ <a href="https://github.com/one2blame/splintershell/">splintershell</a>
~ <a href="https://github.com/one2blame/cs6200/">Distributed File System</a>
~ Socials
~ <a href="https://github.com/one2blame/">GitHub</a>
~ <a href="https://leetcode.com/one2blame/">LeetCode</a>
~ <a href="https://linkedin.com/in/austinjheath/">LinkedIn</a>
~ <a href="https://one2bla.me/cv/">Résumé</a>
~ <a href="mailto:one2blame@icloud.com">Contact</a>
</pre>
</div>
</body>
</html>