Delete site directory
|
@ -1 +0,0 @@
|
||||||
<!DOCTYPE html><head><meta charset="utf-8" /><meta name="description" content="C.C.M. personal website" /><meta name="viewport" content="width=device-width, initial-scale=1" /><title>404 — C.C.M. Homepage</title><link rel="stylesheet" href="/css/default.css" /></head><body><header><div id="block"><p>+>---------------------------<+</p><p>[<a href="/about.html">About</a>]--[<a href="/research.html">Research</a>]--[<a href="/misc.html">Miscellany</a>]</p><p>+>---------------------------<+</p><br /></div></header><div id="block"><h1>404 Page Not Found</h1><p>Unfortunately the page you've tried to access doesn't exist!</p><br /><h2>Return [<a href="https://cristiancmoises.github.io">Home</a>]?</h2></div><footer><div id="block"><br /><p>+>---------------------------<+</p><div>[<a href="https://github.com/cristiancmoises">GitHub</a>]--[<a href="https://www.linkedin.com/in/cristiancezarmoises">LinkedIn</a>]</div><div>[<a href="https://orcid.org/0000-0001-9533-4916">ORCID</a>]--[<a href="https://arxiv.org/search/?">ArXiv</a>]--[<a href="https://youtube.com/@securityops">Youtube</a>]</div><p>© 2024 Cristian Cezar Moises</p><p>[<a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>]</p><p>Built with [<a href="http://haunt.dthompson.us">Haunt</a>] in [<a href="https://www.gnu.org/software/guile/guile.html">Scheme</a>]</p><p>+>---------------------------<+</p></div></footer></body>
|
|
|
@ -1,24 +0,0 @@
|
||||||
<!DOCTYPE html><head>
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
<meta name="description" content="C.C.M. personal website" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
||||||
<title>About — C.C.M. Homepage</title><link rel="stylesheet" href="/css/default.css" />
|
|
||||||
</head><body><header><div id="block"><p>+>---------------------------<+</p>
|
|
||||||
<p>[<a href="/site/about.html">About</a>]--[<a href="/site/projects.html">Projects</a>]
|
|
||||||
--[<a href="/site/research.html">Research</a>]</p><p>+>---------------------------<+</p><br />
|
|
||||||
</div></header><div id="block"><h1>About</h1><p>This is the personal website of Cristian Cezar Moisés. I am a student. (Pronouns: <i>he, him, his</i>).
|
|
||||||
</p><div style="text-align: center"><img src="images/profile.png" /></div><p>Learning about cybersec,infosec and hacking.Information Security Graduate
|
|
||||||
[<a href="https://www.ftec.com.br/">Ftec</a>]. My research focused on the Linux Servers Security.I'm a free software enthusiast.</p><br /><p>
|
|
||||||
I love code and mix many projects like threejs + react. Check my awesome interactive portfolio [<a href="https://live-one.vercel.app">here</a>].
|
|
||||||
Outside of work, I'm a computerphile — I enjoy learning about and using programming languages .
|
|
||||||
This site was written in the LISP dialect Scheme (GNU Guile, version 3.0.9)
|
|
||||||
and built with the Haunt library (version 0.2.6) on Mon 12 Feb 2024 10:40:07 PM -03.
|
|
||||||
The source code can be found on [<a href="https://github.com/cristiancmoises/hauntweb">GitHub</a>].
|
|
||||||
Check my YouTube channel [<a href="https://youtube.com/@securityops">SecurityOps</a>].</p></div><footer><div id="block"><br />
|
|
||||||
<p>+>---------------------------<+</p><div>[<a href="https://github.com/cristiancmoises">GitHub</a>]
|
|
||||||
--[<a href="https://www.linkedin.com/in/cristiancezarmoises">LinkedIn</a>]</div><div>
|
|
||||||
[<a href="https://orcid.org/0000-0001-9533-4916">ORCID</a>]--[<a href="https://arxiv.org/search/?">ArXiv</a>]
|
|
||||||
--[<a href="https://youtube.com/@securityops">Youtube</a>]</div><p>© 2024 Cristian Cezar Moises</p><p>
|
|
||||||
[<a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>]</p><p>Built with
|
|
||||||
[<a href="http://haunt.dthompson.us">Haunt</a>] in [<a href="https://www.gnu.org/software/guile/guile.html">Scheme</a>]
|
|
||||||
</p><p>+>---------------------------<+</p></div></footer></body>
|
|
|
@ -1,35 +0,0 @@
|
||||||
html, body {
|
|
||||||
font-size: 18px;
|
|
||||||
font-family: iosevka;
|
|
||||||
background: #000000;
|
|
||||||
color: #00FF66;
|
|
||||||
line-height: 1.25;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: #ACFFBD;
|
|
||||||
text-decoration: none;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:hover {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
header {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
footer {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
#code {
|
|
||||||
background: #1c1c1c;
|
|
||||||
color: #FF8C00;
|
|
||||||
}
|
|
||||||
|
|
||||||
#block {
|
|
||||||
margin: auto;
|
|
||||||
max-width: 640px;
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
<!DOCTYPE html><head><meta charset="utf-8" /><meta name="description" content="C.C.M. personal website" /><meta name="viewport" content="width=device-width, initial-scale=1" /><title>Faster⚡OS — C.C.M. Homepage</title><link rel="stylesheet" href="/css/default.css" /></head><body><header><div id="block"><p>+>---------------------------<+</p><p>[<a href="https://cristiancmoises.github.io/site/about.html">About</a>]--[<a href="https://cristiancmoises.github.io/site/projects.html">Projects</a>]--[<a href="https://cristiancmoises.github.io/site/research.html">Research</a>]</p><p>+>---------------------------<+</p><br /></div></header><div id="block"><h1>Faster⚡OS</h1><div>February 12, 2024</div><div><h2>Web Operating System</h2><h3>Free.</h3><p>A web operating system for you!</p><h3>Easy.</h3><p>Just click [<a href="https://fasteros.vercel.app">here</a>] and visit now.</p><h3>Nice.</h3><p>All files are running on your local computer. Convert, play music, and more with this.</p></div></div><footer><div id="block"><br /><p>+>---------------------------<+</p><div>[<a href="https://github.com/cristiancmoises">GitHub</a>]--[<a href="https://www.linkedin.com/in/cristiancezarmoises">LinkedIn</a>]</div><div>[<a href="https://orcid.org/0000-0001-9533-4916">ORCID</a>]--[<a href="https://arxiv.org/search/?">ArXiv</a>]--[<a href="https://youtube.com/@securityops">Youtube</a>]</div><p>© 2024 Cristian Cezar Moises</p><p>[<a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>]</p><p>Built with [<a href="http://haunt.dthompson.us">Haunt</a>] in [<a href="https://www.gnu.org/software/guile/guile.html">Scheme</a>]</p><p>+>---------------------------<+</p></div></footer></body>
|
|
Before Width: | Height: | Size: 69 KiB |
Before Width: | Height: | Size: 61 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 140 KiB |
Before Width: | Height: | Size: 2.6 MiB |
Before Width: | Height: | Size: 69 KiB |
Before Width: | Height: | Size: 11 KiB |
|
@ -1,15 +0,0 @@
|
||||||
<!DOCTYPE html><head><meta charset="utf-8" />
|
|
||||||
<meta name="description" content="C.C.M. personal website" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
||||||
<title>Home — C.C.M. Homepage</title><link rel="stylesheet" href="/css/default.css" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<audio src="https://ftp.openbsd.org/pub/OpenBSD/songs/song68.ogg" autoplay></audio>
|
|
||||||
<header><div id="block"><p>+>---------------------------<+</p><p>[<a href="/site/about.html">About</a>]
|
|
||||||
--[<a href="/site/projects.html">Projects</a>]--[<a href="/site/research.html">Research </a>]</p><p>+>---------------------------<+</p>
|
|
||||||
<br /></div></header><div id="block"><div style="text-align: center"><img src="images/mainframe_256x256.gif" /></div></div>
|
|
||||||
<footer><div id="block"><br /><p>+>---------------------------<+</p><div>[<a href="https://github.com/cristiancmoises">GitHub</a>]--
|
|
||||||
[<a href="https://www.linkedin.com/in/cristiancezarmoises">LinkedIn</a>]</div><div>[<a href="https://orcid.org/0000-0001-9533-4916">ORCID</a>]--
|
|
||||||
[<a href="https://arxiv.org/search/?">ArXiv</a>]--[<a href="https://youtube.com/@securityops">Youtube</a>]</div><p>© 2024 Cristian Cezar Moises</p><p>
|
|
||||||
[<a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>]</p><p>Built with [<a href="http://haunt.dthompson.us">Haunt</a>] in
|
|
||||||
[<a href="https://www.gnu.org/software/guile/guile.html">Scheme</a>]</p><p>+>---------------------------<+</p></div></footer></body>
|
|
|
@ -1 +0,0 @@
|
||||||
<!DOCTYPE html><head><meta charset="utf-8" /><meta name="description" content="C.C.M. personal website" /><meta name="viewport" content="width=device-width, initial-scale=1" /><title>Ok. That's All — C.C.M. Homepage</title><link rel="stylesheet" href="/css/default.css" /></head><body><header><div id="block"><p>+>---------------------------<+</p><p>[<a href="https://cristiancmoises.github.io/site/about.html">About</a>]--[<a href="https://cristiancmoises.github.io/site/projects.html">Projects</a>]--[<a href="https://cristiancmoises.github.io/site/research.html">Research</a>]</p><p>+>---------------------------<+</p><br /></div></header><div id="block"><h1>Ok. That's All</h1><div>February 12, 2024</div><div><h2>Why Guix?..."</h2><h3>Liberating.</h3><p>Guix is a distribution of the GNU operating system developed by the GNU Project—which respects the freedom of computer users.</p><h3>Dependable.</h3><p>Guix supports transactional upgrades and roll-backs, unprivileged package management, and more. When used as a standalone distribution, Guix supports declarative system configuration for transparent and reproducible operating systems.</p><h3>Hackable.</h3><p>It provides Guile Scheme APIs, including high-level embedded domain-specific languages (EDSLs) to define packages and whole-system configurations.</p></div></div><footer><div id="block"><br /><p>+>---------------------------<+</p><div>[<a href="https://github.com/cristiancmoises">GitHub</a>]--[<a href="https://www.linkedin.com/in/cristiancezarmoises">LinkedIn</a>]</div><div>[<a href="https://orcid.org/0000-0001-9533-4916">ORCID</a>]--[<a href="https://arxiv.org/search/?">ArXiv</a>]--[<a href="https://youtube.com/@securityops">Youtube</a>]</div><p>© 2024 Cristian Cezar Moises</p><p>[<a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>]</p><p>Built with [<a href="http://haunt.dthompson.us">Haunt</a>] in [<a href="https://www.gnu.org/software/guile/guile.html">Scheme</a>]</p><p>+>---------------------------<+</p></div></footer></body>
|
|
|
@ -1,31 +0,0 @@
|
||||||
<!DOCTYPE html><head><meta charset="utf-8" />
|
|
||||||
<meta name="description" content="C.C.M. personal website" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
||||||
<title>Published Work — C.C.M. Homepage</title><link rel="stylesheet" href="/css/default.css" /></head>
|
|
||||||
<body>
|
|
||||||
<header>
|
|
||||||
<div id="block">
|
|
||||||
<p>+>---------------------------<+</p><p>
|
|
||||||
[<a href="/site/about.html">About</a>]--
|
|
||||||
[<a href="/site/projects.html">Projects</a>]--
|
|
||||||
[<a href="/site/research.html">Research</a>]</p><p>+>---------------------------<+</p><br/>
|
|
||||||
</div></header><div id="block"><h1>Published Work</h1><div>
|
|
||||||
<h2>
|
|
||||||
<a href="https://cristiancmoises.github.io/site/fasteros.html"
|
|
||||||
style="text-decoration: none;">Faster⚡OS</a></h2><div>February 12, 2024</div><div><h2>Web Operating System
|
|
||||||
</h2>
|
|
||||||
</div>
|
|
||||||
[<a href="/site/fasteros.html">read more...</a>]<br/><p style="text-align: center;">-->--<--</p></div></div>
|
|
||||||
<div><h2>
|
|
||||||
<a href="https://cristiancmoises.github.io/site/space.html"
|
|
||||||
style="text-decoration: none;">👾 Space Invaders</a></h2><div>February 15, 2024</div><div><h2>SSH for Hacking
|
|
||||||
</h2>
|
|
||||||
</div>
|
|
||||||
[<a href="/site/space.html">read more...</a>]<br/><p style="text-align: center;">-->--<--</p></div></div>
|
|
||||||
|
|
||||||
<footer><div id="block"><br/>
|
|
||||||
<p>+>---------------------------<+</p><div>[<a href="https://github.com/cristiancmoises">GitHub</a>]--
|
|
||||||
[<a href="https://www.linkedin.com/in/cristiancezarmoises">LinkedIn</a>]</div><div>[<a href="https://orcid.org/0000-0001-9533-4916">ORCID</a>]
|
|
||||||
--[<a href="https://arxiv.org/search/?">ArXiv</a>]--[<a href="https://youtube.com/@securityops">Youtube</a>]</div><p>© 2024 Cristian Cezar Moises</p><p>
|
|
||||||
[<a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>]</p><p>Built with [<a href="http://haunt.dthompson.us">Haunt</a>] in
|
|
||||||
[<a href="https://www.gnu.org/software/guile/guile.html">Scheme</a>]</p><p>+>---------------------------<+</p></div></footer></body>
|
|
|
@ -1,17 +0,0 @@
|
||||||
<!DOCTYPE html><head><meta charset="utf-8" />
|
|
||||||
<meta name="description" content="C.C.M. personal website" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
||||||
<title>Recent Posts — C.C.M. Homepage</title><link rel="stylesheet" href="/css/default.css" />
|
|
||||||
</head><body><header><div id="block"><p>+>---------------------------<+</p><p>[<a href="/site/about.html">
|
|
||||||
About</a>]--[<a href="/site/projects.html">Projects</a>]--[<a href="/site/research.html">Research</a>]</p>
|
|
||||||
<p>+>---------------------------<+</p><br /></div></header><div id="block"><h1>
|
|
||||||
Recent Posts</h1><div><h2><a href="/site/ok-thats-all.html" style="text-decoration: none;">
|
|
||||||
Ok. That's All</a></h2><div>February 12, 2024</div><div><h2>Why Guix?..."</h2>
|
|
||||||
</div>[<a href="/site/ok-thats-all.html">read more...</a>]<br /><p style="text-align: center;">
|
|
||||||
-->--<--</p></div></div><footer><div id="block"><br /><p>+>---------------------------<+</p><div>
|
|
||||||
[<a href="https://github.com/cristiancmoises">GitHub</a>]--[<a href="https://www.linkedin.com/in/cristiancezarmoises">
|
|
||||||
LinkedIn</a>]</div><div>[<a href="https://orcid.org/0000-0001-9533-4916">ORCID</a>]--[<a href="https://arxiv.org/search/?">ArXiv</a>]--
|
|
||||||
[<a href="https://youtube.com/@securityops">Youtube</a>]</div><p>© 2024 Cristian Cezar Moises</p><p>
|
|
||||||
[<a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>]</p><p>Built with
|
|
||||||
[<a href="http://haunt.dthompson.us">Haunt</a>] in [<a href="https://www.gnu.org/software/guile/guile.html">
|
|
||||||
Scheme</a>]</p><p>+>---------------------------<+</p></div></footer></body>
|
|
|
@ -1 +0,0 @@
|
||||||
<!DOCTYPE html><head><meta charset="utf-8" /><meta name="description" content="C.C.M. personal website" /><meta name="viewport" content="width=device-width, initial-scale=1" /><title>404 — C.C.M. Homepage</title><link rel="stylesheet" href="/css/default.css" /></head><body><header><div id="block"><p>+>---------------------------<+</p><p>[<a href="https://cristiancmoises.github.io/site/about.html">About</a>]--[<a href="https://cristiancmoises.github.io/site/research.html">Research</a>]--[<a href="https://cristiancmoises.github.io/site/misc.html">Miscellany</a>]</p><p>+>---------------------------<+</p><br /></div></header><div id="block"><h1>404 Page Not Found</h1><p>Unfortunately the page you've tried to access doesn't exist!</p><br /><h2>Return [<a href="https://cristiancmoises.github.io/site/">Home</a>]?</h2></div><footer><div id="block"><br /><p>+>---------------------------<+</p><div>[<a href="https://github.com/cristiancmoises">GitHub</a>]--[<a href="https://www.linkedin.com/in/cristiancezarmoises">LinkedIn</a>]</div><div>[<a href="https://orcid.org/0000-0001-9533-4916">ORCID</a>]--[<a href="https://arxiv.org/search/?">ArXiv</a>]--[<a href="https://youtube.com/@securityops">Youtube</a>]</div><p>© 2024 Cristian Cezar Moises</p><p>[<a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>]</p><p>Built with [<a href="http://haunt.dthompson.us">Haunt</a>] in [<a href="https://www.gnu.org/software/guile/guile.html">Scheme</a>]</p><p>+>---------------------------<+</p></div></footer></body>
|
|
|
@ -1,94 +0,0 @@
|
||||||
<p><!DOCTYPE html><head><meta charset="utf-8" /><meta name="description" content="C.C.M. personal website" /><meta name="viewport" content="width=device-width, initial-scale=1" /><title>C.C.M. Homepage</title><link rel="stylesheet" href="/css/default.css" /></head><body><header><div id="block"><p>+>---------------------------<+</p><p>[<a href="https://cristiancmoises.github.io/site/about.html">About</a>]--[<a href="https://cristiancmoises.github.io/site/projects.html">Projects</a>]--[<a href="https://cristiancmoises.github.io/site/research.html">Research</a>]</p><p>+>---------------------------<+</p><br /></div></header><div id="block"><h1>👾 Space Invaders</h1><div>February 12, 2024</div><div><h2>SSH for Hacking</h2></p>
|
|
||||||
<h1 id="space-invaders">Space Invaders</h1>
|
|
||||||
<h2 id="power-up-your-segfault-access-with-some-tricks-let-s-hack-">POWER UP YOUR SEGFAULT ACCESS WITH SOME TRICKS! LET'S HACK!</h2>
|
|
||||||
<h3 id="automation-with-ssh-for-hacking">Automation with SSH for Hacking</h3>
|
|
||||||
<p><img src="https://github.com/cristiancmoises/spaceinvaders/assets/86272521/300ad441-f59b-475d-92d0-ae77aa4211ef" width="525" height="190"/></p>
|
|
||||||
<table>
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>First steps:</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td>Debian:</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>apt update && apt upgrade && apt install sshpass pssh torsocks -y</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Fedora:</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>dnf update && dnf upgrade && dnf install sshpass pssh tor torsocks -y</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Gentoo:</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>emerge sshpass pssh tor torsocks</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<table>
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>START TOR!</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td># SYSTEMD USERS</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>systemctl enable tor</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>systemctl start tor</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td># OPENRC USERS</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>rc-service tor enable</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>rc-service tor start</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<h3 id="are-you-prepared-ok-start-with-this-">Are you prepared? OK... start with this:</h3>
|
|
||||||
<pre><code> torify sshpass -<span class="hljs-selector-tag">p</span> <span class="hljs-string">"segfault"</span> pssh -A -<span class="hljs-selector-tag">i</span> -H <span class="hljs-string">"root@lsd.segfault.net:22"</span> uname -<span class="hljs-selector-tag">a</span>
|
|
||||||
</code></pre><h3 id="-_tutorial-youtube_-https-www-youtube-com-embed-oqziuov75wq-"><a href="https://www.youtube.com/embed/OqZiuoV75wQ"><em>Tutorial YouTube</em></a></h3>
|
|
||||||
<h2 id="do-you-want-go-deep-ok-">Do you want go deep? OK...</h2>
|
|
||||||
<p><img src="https://github.com/cristiancmoises/spaceinvaders/assets/86272521/43e10cb7-57f4-4c21-afc8-35ce2e503309" width="540" height="320"/></p>
|
|
||||||
<h2 id="deeeeeeeep-tutorial-">DEEEEEEEEP TUTORIAL...</h2>
|
|
||||||
<h3 id="-_tutorial-youtube_-https-youtu-be-ftgd2ygevre-"><a href="https://youtu.be/fTgD2YGEvrE"><em>Tutorial YouTube</em></a></h3>
|
|
||||||
<table>
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>Go to Segfault interactive shell <a href="https://shell.segfault.net">here</a></th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td>When your machine starts, do this:</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>> ssh@lsd.segfault.net</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Before access complete do this:</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>> ssh@adm.segfault.net</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<h2 id="and-repeat-to-infinity-">And repeat to infinity!</h2>
|
|
||||||
<p><img src="https://github.com/cristiancmoises/spaceinvaders/assets/86272521/a4a527f9-b749-476c-b517-480a5f173143" alt="tunnel"></p>
|
|
||||||
<p><footer><div id="block"><br /><p>+>---------------------------<+</p><div>[<a href="https://github.com/cristiancmoises">GitHub</a>]--[<a href="https://www.linkedin.com/in/cristiancezarmoises">LinkedIn</a>]</div><div>[<a href="https://orcid.org/0000-0001-9533-4916">ORCID</a>]--[<a href="https://arxiv.org/search/?">ArXiv</a>]--[<a href="https://youtube.com/@securityops">Youtube</a>]</div><p>© 2024 Cristian Cezar Moises</p><p>[<a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>]</p><p>Built with [<a href="http://haunt.dthompson.us">Haunt</a>] in [<a href="https://www.gnu.org/software/guile/guile.html">Scheme</a>]</p><p>+>---------------------------<+</p></div></footer></body>
|
|
||||||
<img src="https://github.com/cristiancmoises/spaceinvaders/assets/86272521/11bfe09b-3039-482e-9e1b-5dec2bb4c4a7" width="80" height="60"/> </p>
|
|