-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
211 lines (209 loc) · 6.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>
C is my scripting language
</title>
<style type="text/css">
/*<![CDATA[*/
body {
margin-top: 1.0em;
background-color: #EDF1F3;
font-family: "Helvetica,Arial,FreeSans";
color: #000000;
}
#container {
margin: 0 auto;
width: 700px;
}
h1 { font-size: 3.8em; color: #120e0c; margin-bottom: 3px; }
h1 .small { font-size: 0.4em; }
h1 a { text-decoration: none }
h2 { font-size: 1.5em; color: #120e0c; }
h3 { text-align: center; color: #120e0c; font-face: courier; }
a { color: #120e0c; }
.description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
.download { float: right; }
pre { background: #000; color: #fff; padding: 15px;}
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
.footer { text-align:center; padding-top:30px; font-style: italic; }
ul { background-color: #f8FaFf; margin:5px; padding-top:10px; padding-bottom:10px;}
/*]]>*/
</style>
</head>
<body>
<p>
<a href="http://github.com/kybernetyk/"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
</p>
<div id="container">
<h1>
I have terminal RMS
</h1>
<div class="description">
My doctors diagnosed me with terminal RMS and a mild case of EMACS syndrome.
</div>
<div>
<p>
Here you can find links to some of my open source projects and other stuff. Many of the iPhone/Mac apps are available in the respective "App Stores" and cost somewhere between one and two bucks. So if you're smart and can figure out how to compile the code (hint: click the play button in XCode) you can save a lot of money ;) Isn't open source great?
</p>
</div>
<div>
<h2>
(Some of) My Code By Category
</h2>
<h3>
Games
</h3>
<ul>
<li>
<a href="https://github.com/jsz/Mega-Fill-Up">Mega Fill-Up</a>[Obj-C] - A balloon blowing game for iOS
</li>
<li>
<a href="https://github.com/jsz/Fruitmunch">Fruit Munch</a>[C++] - Fruit Matching game for iOS
</li>
<li>
<a href="https://github.com/jsz/marble_mayhem">Marble Mayhem</a>[C++] - Marble Matching game for iOS
</li>
<li>
<a href="https://github.com/jsz/Project-Donnerfaust">Project Donnerfaust</a>[C++] - Unfinished Puyo Puyo Clone for iOS
</li>
<li>
<a href="https://github.com/jsz/hellstorm">TexxnoPillz</a>[C++] - Dr Mario Clone for iOS
</li>
</ul>
<h3>
Game Dev Related
</h3>
<ul>
<li>
<a href="https://github.com/jsz/hellstorm">Hellstorm Game Framework</a>[C++] - game framework for iOS (used in production)
</li>
<li>
<a href="https://github.com/jsz/FrameworkV3">FrameworkV3</a>[C++] - game framework for iOS/OS X (used in production)
</li>
<li>
<a href="https://github.com/jsz/c4">C4 Game Framework</a>[C99] - unfinished iOS game framework
</li>
</ul>
<h3>
"Serious" OS X Apps
</h3>
<ul>
<li>
<a href="https://github.com/jsz/Image-Drop">Image Drop</a>[Obj-C] - image uploading utility
</li>
<li>
<a href="https://github.com/jsz/KingPIN">KingPIN</a>[Obj-C] - PIN entry helper for UMTS modems
</li>
<li>
<a href="https://github.com/jsz/Quantum-Noise">Quantum Noise</a>[Obj-C] - One Click hoster download manager (like jdownloader)
</li>
<li>
<a href="https://github.com/jsz/Search-It">Search It</a>[Obj-C] - Omni Present Search Bar
</li>
<li>
<a href="http://www.fluxforge.com/kvlt/">Kvlt Audio Recorder</a> - an audio recorder for Mac OS X
</li>
<li>
<a href="http://armadilloapp.com/">Armadillo Audio Notes</a> - an audio notes application for Mac OS X
</li>
</ul>
<h3>
Oter Apps/tools/utilities
</h3>
<ul>
<li>
<a href="https://github.com/jsz/Blogtard">Blogtard</a>[C99] - static blog generator
</li>
<li>
<a href="https://github.com/jsz/mbpfand">Mbpfand</a>[Go] - fan speed control demon for linux (for mbp 5,5)
</li>
<li>
<a href="https://github.com/jsz/nowplaying">Nowplaying</a>[Obj-C] - cli utility to print the currently played music by itunes
</li>
</ul>
<h3>
Web Apps
</h3>
<ul>
<li>
<a href="https://github.com/jsz/htlr">Htlr.org</a>[Ruby] - image hosting rails app
</li>
<li>
<a href="https://github.com/jsz/picvoting">Picvoting</a>[Ruby] - picture rating/voring rails app
</li>
<li>
<a href="https://github.com/jsz/fettemama">Fettemama</a>[Go] - blog system with telnet frontend
</li>
<li>
<a href="https://github.com/jsz/fettemama2">Fettemama 2</a>[C++0x] - blog system in C++0x
</li>
</ul>
<h3>
Misc
</h3>
<ul>
<li>
<a href="https://github.com/jsz/gosms">Gosms</a>[Go] - package to send SMS with Go
</li>
<li>
<a href="https://github.com/jsz/PanTORa">PanTORa</a>[Shell] - listen to Pandora from outside the USA
</li>
<li>
<a href="https://github.com/jsz/WoWPad">WoWPad</a>[Obj-C] - control World of Warcraft with your iPhone
</li>
</ul>
<p>
You can find more of my code on <a href="https://github.com/jsz">github</a>.
</p>
</div>
<div style="margin-top: 2em;">
<h2>
Other stuff
</h2>
<h3>
Articles / Posts
</h3>
<ul>
<li>
<a href="reverse_engineering_mac_defender.html">Reverse Engineering Mac Defender</a> - OS X malware analysis for total beginners.
</li>
</ul>
<h3>
Photos
</h3>Like almost every hacker I got a DSLR and believe this makes me an artist ;)
<ul>
<li>
<a href="http://500px.com/kingofleon">500px Account</a>
</li>
<li>
<a href="http://www.flickr.com/photos/fettemama/">Flickr Account #1</a>
</li>
<li>
<a href="http://www.flickr.com/photos/fluxforge/">Flickr Account #2</a>
</li>
<li>
<a href="http://mongoloideskind.deviantart.com/">Deviant Art Account</a>
</li>
</ul>
<h3>My Geek Code</h3>
<code>
-----BEGIN GEEK CODE BLOCK-----<br>
Version: 3.1<br>
GCS d-(--)>--- s+:++ a- C++++$ UBLX>$ P--- L+ E--- !W-- N o- K- !w--- !O M++$ !V- PS+++ PE-- !Y PGP t+ 5++++ X++ !R tv-- b+ DI-- !D G e>++++ h+()>++ r?>$ y+** <br>
------END GEEK CODE BLOCK------<br>
</code>
<h3>
Contact
</h3>Mail Me: <a href="mailto:[email protected]">...@...</a>
</div>
<div class="footer">
<p>
(c) Leon Szpilewski / <a href="mailto:[email protected]">contact me</a>
</p>
</div>
</div>
</body>
</html>