forked from JPaulMora/jpaulmora.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindexold.html
86 lines (62 loc) · 4.6 KB
/
indexold.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Jpaulmora.GitHub.io : Cydia Repo">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>JPaulMora.GitHub.io</title>
<!-- Pixel Code for https://influence.growthengineai.com/ -->
<script async src="https://influence.growthengineai.com/pixel/306bed9c466c6796b9199dbd522413bd"></script>
<!-- END Pixel Code -->
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/JPaulMora">Go to Profile</a>
<h1 id="project_title">JPaulMora's Page!</h1>
<h2 id="project_tagline">Welcome!</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>
<a id="intro" class="anchor" href="#intro" aria-hidden="true"><span class="octicon octicon-link"></span></a>Introduction</h3>
<p>Welcome to my awesome page on GitHub, here you'll be able to read about my current projects and their progress, or about whatever I'm into at the time of writting.</p>
<h3>
<a id="designer-templates" class="anchor" href="#designer-templates" aria-hidden="true"><span class="octicon octicon-link"></span></a>Current Interests</h3>
<p>If you havent already, make sure to go check out <a href="https://github.com/JPaulMora/Pyrit">Pyrit</a> as I have been (slowly) updating it to current standards, any help or feedback is greatly apreciated.</p>
<p>My school project this year was Java-based, it basically consisted in a program a local store in school could use to manage credit given to students. The project is pretty simple, yet uses a lot of neat java things you may want to add to your own apps. Feel free to use any code found in <a href="https://github.com/JPaulMora/Proyecto-POO">here</a>.
</p>
<p>I am personally a deep learning fan, recently I discovered this simple, yet complete and cool project on this topic. Its about the 2048 game im sure you have played before, but this time watch how your computer learns to do it <a href="2048DL/2048.html">right on your screen</a>!
</p>
<p>Even though I edited some code, I never got it to win, here's a challenge for you: beat me! (or my code)</p>
<img src="2048-trained.png" width="200" height="300">
<p>Another machine-learning related project I've been working on is <a href="https://github.com/JPaulMora/IAMDinosaur">IAMDinosaur</a> which is a Nodejs neural network that learns to play Chrome's Dinosaur game.</p>
<p>Finally, with the previous projects we teach a computer how to interpret input to produce good output, but what happens when we ask a neural network what thinks is a good input? Google's trained image recognizing network was "used backwards" by changing its work from "tell us what's in this picture?" to "change this picture until it looks like something", this was called a Deep Dream! go check out how to make your own at <a href="https://github.com/google/deepdream/">Google's Deep Dream Project</a> to grab a copy of the source, or to <a href="deepdreamgenerator.com">this page</a> to make one using Google's AI.</p>
<h3>
<a id="creating-pages-manuaslly" class="anchor" href="#creating-pages-manually" aria-hidden="true"><span class="octicon octicon-link"></span></a>Projects You may like</h3>
<p><div id="My Projects">
<ul>
<li><a href="https://github.com/JPaulMora/Pyrit">Pyrit 0.5.1: The famous precomputed WPA cracker.</a></li>
<li><a href="https://github.com/JPaulMora/Duck-Decoder">Duck-Decoder: Decode Hak5 Duckyscripts.</a></li>
<li><a href="https://github.com/JPaulMora/BypassUAC">BypassUAC: Duckyscript to bypass windows UAC.</a></li>
<li><a href="https://JPaulmora.github.io/repo">Add my Cyida repo!</a></li>
</ul>
</div>
<h3>
<a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span class="octicon octicon-link"></span></a>Contact</h3>
<p>Feel free to send me an <a href="mailto:talomora_@hotmail.com">Email</a> with requests, questions, or whatever project you think I may like. By the way, I speak English and Spanish both very fluently.
</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with GitHub Pages<a href="https://pages.github.com"> Make your own!</a></p>
</footer>
</div>
</body>
</html>