diff options
-rw-r--r-- | site/404.html | 1 | ||||
-rw-r--r-- | site/about.html | 24 | ||||
-rw-r--r-- | site/css/default.css | 35 | ||||
-rw-r--r-- | site/fasteros.html | 1 | ||||
-rw-r--r-- | site/images/IBM_3033_with_users.jpg | bin | 70940 -> 0 bytes | |||
-rw-r--r-- | site/images/galaxy_256x256.png | bin | 62123 -> 0 bytes | |||
-rw-r--r-- | site/images/github_profile.png | bin | 1359 -> 0 bytes | |||
-rw-r--r-- | site/images/logo_256x256.gif | bin | 143725 -> 0 bytes | |||
-rw-r--r-- | site/images/mainframe_256x256.gif | bin | 2691798 -> 0 bytes | |||
-rw-r--r-- | site/images/profile.png | bin | 70313 -> 0 bytes | |||
-rw-r--r-- | site/images/using_RFE.png | bin | 11632 -> 0 bytes | |||
-rw-r--r-- | site/index.html | 15 | ||||
-rw-r--r-- | site/ok-thats-all.html | 1 | ||||
-rw-r--r-- | site/projects.html | 31 | ||||
-rw-r--r-- | site/research.html | 17 | ||||
-rw-r--r-- | site/site/404.html | 1 | ||||
-rw-r--r-- | site/space.html | 94 |
17 files changed, 0 insertions, 220 deletions
diff --git a/site/404.html b/site/404.html deleted file mode 100644 index 9901708..0000000 --- a/site/404.html +++ /dev/null @@ -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>
\ No newline at end of file diff --git a/site/about.html b/site/about.html deleted file mode 100644 index a6436bd..0000000 --- a/site/about.html +++ /dev/null @@ -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> diff --git a/site/css/default.css b/site/css/default.css deleted file mode 100644 index e93f70f..0000000 --- a/site/css/default.css +++ /dev/null @@ -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; -} diff --git a/site/fasteros.html b/site/fasteros.html deleted file mode 100644 index bf8b657..0000000 --- a/site/fasteros.html +++ /dev/null @@ -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> diff --git a/site/images/IBM_3033_with_users.jpg b/site/images/IBM_3033_with_users.jpg Binary files differdeleted file mode 100644 index 2753440..0000000 --- a/site/images/IBM_3033_with_users.jpg +++ /dev/null diff --git a/site/images/galaxy_256x256.png b/site/images/galaxy_256x256.png Binary files differdeleted file mode 100644 index 8234ce1..0000000 --- a/site/images/galaxy_256x256.png +++ /dev/null diff --git a/site/images/github_profile.png b/site/images/github_profile.png Binary files differdeleted file mode 100644 index 127bd91..0000000 --- a/site/images/github_profile.png +++ /dev/null diff --git a/site/images/logo_256x256.gif b/site/images/logo_256x256.gif Binary files differdeleted file mode 100644 index 3dd9385..0000000 --- a/site/images/logo_256x256.gif +++ /dev/null diff --git a/site/images/mainframe_256x256.gif b/site/images/mainframe_256x256.gif Binary files differdeleted file mode 100644 index 9f7f6dd..0000000 --- a/site/images/mainframe_256x256.gif +++ /dev/null diff --git a/site/images/profile.png b/site/images/profile.png Binary files differdeleted file mode 100644 index f85c673..0000000 --- a/site/images/profile.png +++ /dev/null diff --git a/site/images/using_RFE.png b/site/images/using_RFE.png Binary files differdeleted file mode 100644 index 5cbaa53..0000000 --- a/site/images/using_RFE.png +++ /dev/null diff --git a/site/index.html b/site/index.html deleted file mode 100644 index b3f2c4d..0000000 --- a/site/index.html +++ /dev/null @@ -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> diff --git a/site/ok-thats-all.html b/site/ok-thats-all.html deleted file mode 100644 index ca17867..0000000 --- a/site/ok-thats-all.html +++ /dev/null @@ -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> diff --git a/site/projects.html b/site/projects.html deleted file mode 100644 index 4eb8bbb..0000000 --- a/site/projects.html +++ /dev/null @@ -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> diff --git a/site/research.html b/site/research.html deleted file mode 100644 index e75dbb5..0000000 --- a/site/research.html +++ /dev/null @@ -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> diff --git a/site/site/404.html b/site/site/404.html deleted file mode 100644 index c57c825..0000000 --- a/site/site/404.html +++ /dev/null @@ -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>
\ No newline at end of file diff --git a/site/space.html b/site/space.html deleted file mode 100644 index 4e2bb06..0000000 --- a/site/space.html +++ /dev/null @@ -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">"[email protected]: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>> [email protected]</td> -</tr> -<tr> -<td></td> -</tr> -<tr> -<td>Before access complete do this:</td> -</tr> -<tr> -<td>> [email protected]</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> |