-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·93 lines (74 loc) · 4.8 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
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
---
layout: home
---
<header>
<h1>Robert Kuykendall <em>(KIRK-en-dahl)</em></h1>
<h2>San Antonio, Texas</h2>
</header>
<div id="sections">
<section>
<h3>Contact</h3>
<ul class="clean">
<li>
Email — <script>
<!--
// http://rumkin.com/tools/mailto_encoder/custom.php
ML="rlot>\"< mu.ya@if=/kdhcbe:n";
MI="6<7D0G?@58<>132H02FG03=0B9;BGIC<11:E285402FG03=0B9;BGIC<11:E286A<4";
OT="";
for(j=0;j<MI.length;j++){
OT+=ML.charAt(MI.charCodeAt(j)-48);
}document.write(OT);
// -->
</script>
<noscript>Encrypted Address</noscript>
</li>
<li>Resume — <a href="/Kuykendall-Resume-2022.pdf">Kuykendall-Resume-2022.pdf</a></li>
<li>Work — <a href="https://getcacheflow.com/">CacheFlow - Automate Deal-Closing With One Tool</a></li>
<li>GitHub — <a href="https://github.com/rkuykendall">rkuykendall</a></li>
<li>Hacker News — <a href="https://news.ycombinator.com/threads?id=rkuykendall-com">rkuykendall-com</a></li>
<li>Twitter — <a href="https://twitter.com/rkuykendall">rkuykendall</a></li>
</ul>
</section>
<section>
<h3>Writing</h3>
<p>
My most successful project is <a href="https://wheretostartreading.com/">Where to start reading</a>,
a comic book reading recommendations wesbite which reaches 5-20k users per month (spiking alongside movie releases).
The Python / Django code is on <a href="https://github.com/rkuykendall/wheretostartreading">github</a>.
The most popular article, <a href="https://wheretostartreading.com/articles/spider-man/">
Where to start reading Spider-Man comics</a> is usually right under Marvel and Wikipedia for the search
<a href="https://www.google.com/search?q=spider-man+comics&oq=spider-man+comics">"Spider-Man comics"</a>.
</p>
<p>
My only popular article not moved over to <em>Where to start reading</em> is
<a href="/articles/classic-who-recommendations/">Classic Doctor Who recommended viewing
list</a>, a list I put together while watching all 50 years of Doctor Who.
</p>
</section>
<section>
<h3>Open Source Libraries</h3>
<p>
<a href="https://pypi.python.org/pypi/marvelous/0.0.1">Marvelous</a> (<a href="https://github.com/rkuykendall/marvelous">github</a>)
— Python Library for interfacing with Marvel API, on PyPI.
</p>
<p><a href="https://github.com/formsy/formsy-react">Formsy</a> (contributor) — A form input builder and validator for React JS</p>
<p><a href="https://github.com/mighty-justice/fields-ant">@mighty-justice/fields-ant</a> — Library with CRUD UI components for Ant Design</p>
</section>
<section>
<h3>Projects</h3>
<p><a href="https://simplici7y.com/">Simplici7y</a> — File sharing downloads for the Marathon Aleph One community. Download community created maps, scenarios, mods, scripts, and applications.</p>
<p>
Weekly Pulls (
<a href="https://github.com/rkuykendall/weeklypulls-data">backend</a>,
<a href="https://github.com/rkuykendall/weeklypulls-client">frontend</a>,
<a href="https://github.com/rkuykendall/weeklypulls-marvel">api cache</a>
) — Personal comic reading list manager, automatically populated from the Marvel API
</p>
<p><a href="https://github.com/rkuykendall/movie-rankings">Movie Rankings</a> — Generates a master-list of my favorite movies by running ELO rankings on pairings generated from a folder of smaller ranking lists.</p>
<p><a href="http://philogen.herokuapp.com/best">Philogen</a> (<a href="https://github.com/rkuykendall/philogen">github</a>) — Generate and vote on funny markov chains online, created for the <a href="https://en.wikipedia.org/wiki/Philolexian_Society">Philolexian Society</a>.</p>
<p><a href="http://mapworldnews.com/">Map World News</a> (<a href="https://github.com/rkuykendall/map-world-news">github</a>) — Visualization of sentiment on all world news sources, in Python/Flask and ES6/React.</p>
<p><a href="https://github.com/rkuykendall/one-page-cms">one-page-cms (Github)</a> — Simple PHP, SQLite, markdown CMS in 300 lines</p>
<p><a href="http://rkuykendall.github.io/html5-comic-book-reader/">HTML5 Comic Book Reader</a> (<a href="http://rkuykendall.github.io/html5-comic-book-reader/">github</a>) — Web Browser Comic Book Reader, forked from existing project in HTML5 and JS.</p>
</section>
</div>