aboutsummaryrefslogtreecommitdiff
path: root/data/projects.yaml
blob: 60e8a48a201c5575c2054a60f833e0af7aa04043 (plain)
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
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
---
# list of projects projects
# (shamelessly stolen from jekyll backend)
- name: "fips203ipd"
  slug: "fips203ipd"
  repo: "https://github.com/pablotron/fips203ipd"
  text: "C11 FIPS 203 IPD implementation."

- name: "hugo-shortcode-table"
  slug: "hugo-shortcode-table"
  repo: "https://github.com/pablotron/hugo-shortcode-table"
  text: "Table shortcode for Hugo."

- name: "Luigi Template"
  slug: "luigi-template"
  repo: "https://github.com/pablotron/luigi-template"
  text: "String templating library for Java, JavaScript, PHP, and Ruby."

- name: "SHA2"
  slug: "sha2"
  repo: "https://github.com/pablotron/sha2"
  text: "Self-contained C11 SHA-2 implementation."

- name: "SHA3"
  slug: "sha3"
  repo: "https://github.com/pablotron/sha3"
  text: "Self-contained C11 SHA-3 implementation."

- name: "Weather Sage"
  slug: "weather-sage"
  repo: "https://github.com/pablotron/weather-sage"
  text: "Command-line tool and Ruby library to get the weather forecast and current weather observations for a domestic US street address."

- name: "ZipStream-PHP"
  slug: "zipstream-php"
  repo: "https://github.com/pablotron/zipstream-php"
  text: "Streaming zip file generator for PHP."

- name: "Feed Bloater"
  slug: "feedbloater"
  repo: "https://github.com/pablotron/feedbloater"
  text: "Command-line tool and Ruby library to expand truncated RSS feeds."

- name: "Census Geocoder"
  type: "go"
  slug: "census-geocoder"
  repo: "https://github.com/pablotron/census-geocoder"
  text: "Go wrapper for Census geocoding API."

# 
# - name: FreeType2-Ruby
#   slug: ft2-ruby
#   text: "Freetype2 bindings for Ruby."
#   old: true
# 
# - name: Bash Tweaks
#   slug: bash-tweaks
#   text: "My Bash shell config."
#   old: true
# 
# - name: Bling
#   slug: bling
#   text: "bling description"
#   old: true
# 
# - name: DBD-Google-ruby
#   slug: dbd-google-ruby
#   text: "dbd-google-ruby description"
#   old: true
# 

- name: "Broker-Cappy"
  slug: "broker-cappy"
  text: "Track justice, valor, honor, and conquest points across World of Warcraft characters."
  repo: "https://github.com/pablotron/broker-cappy"
  old: true

- name: "Cuckoo2"
  slug: "cuckoo2"
  text: "Cuckoo hash table implementation."
  repo: "https://github.com/pablotron/cuckoo2"
  old: true

- name: "DevIL-Ruby"
  slug: "devil-ruby"
  text: "DevIL bindings for Ruby."
  repo: "https://github.com/pablotron/devil-ruby"
  old: true

- name: "EasingJS"
  slug: "easing-js"
  text: "Easing animations for JavaScript."
  repo: "https://github.com/pablotron/easing-js"
  old: true

- name: "Easy Cookie"
  slug: "easy-cookie"
  text: "Easy cookie manipulation in JavaScript."
  repo: "https://github.com/pablotron/easy-cookie"
  old: true

- name: "FAM-Ruby"
  slug: "fam-ruby"
  text: "File Alteration Monitor (FAM) bindings for Ruby."
  repo: "https://github.com/pablotron/fam-ruby"
  old: true

- name: "Forced Timeout"
  slug: "forced-timeout"
  text: "JavaScript library to force client-side session timeout of a web page."
  repo: "https://github.com/pablotron/forced-timeout"
  old: true

- name: "FreshMeat-Ruby"
  slug: "freshmeat-ruby"
  text: "Freshmeat.net API bindings for Ruby."
  repo: "https://github.com/pablotron/freshmeat-ruby"
  old: true

- name: "Honeypot-PHP"
  slug: "honeypot-php"
  text: "Project Honeypot API bindings for PHP."
  repo: "https://github.com/pablotron/honeypot-php"
  old: true

- name: "Honeypot-Ruby"
  slug: "honeypot-ruby"
  text: "Project Honeypot API bindings for Ruby."
  repo: "https://github.com/pablotron/honeypot-ruby"
  old: true

- name: "ID3-Ruby"
  slug: "id3-ruby"
  text: "ID3 parser for Ruby."
  repo: "https://github.com/pablotron/id3-ruby"
  old: true

- name: "Imlib2-Ruby"
  slug: "imlib2-ruby"
  text: "Imlib2 bindings for Ruby."
  repo: "https://github.com/pablotron/imlib2-ruby"
  old: true

- name: "Joggle"
  slug: "joggle"
  text: "Twitter to XMPP relay."
  repo: "https://github.com/pablotron/joggle"
  old: true

- name: "Joystick-Ruby"
  slug: "joystick-ruby"
  text: "Linux joystick support for Ruby."
  repo: "https://github.com/pablotron/joystick-ruby"
  old: true

- name: "libjiffy"
  slug: "libjiffy"
  text: "JSON stream parser."
  repo: "https://github.com/pablotron/libjiffy"
  old: true

- name: "LocalFark"
  slug: "localfark"
  text: "Scraper for fark.com and totalfark.com"
  repo: "https://github.com/pablotron/localfark"
  old: true

- name: "Maildrop Log Colorize"
  slug: "maildrop-log-colorize"
  text: "Colorize maildrop logs."
  repo: "https://github.com/pablotron/maildrop-log-colorize"
  old: true

- name: "MB-Ruby"
  slug: "mb-ruby"
  text: "MusicBrainz bindings for Ruby."
  repo: "https://github.com/pablotron/mb-ruby"
  old: true

- name: "PersistJS"
  slug: "persist-js"
  text: "Persistent storage for JavaScript."
  repo: "https://github.com/pablotron/persist-js"
  old: true

- name: "PTPGP"
  slug: "ptpgp"
  text: "OpenPGP implementation."
  repo: "https://github.com/pablotron/ptpgp"
  old: true

- name: "Raggle"
  slug: "raggle"
  text: "Command-line RSS aggregator."
  repo: "https://github.com/pablotron/raggle"
  old: true

- name: "Reddit Content Filter"
  slug: "reddit-content-filter"
  text: "Greasemonkey script to filter Reddit articles by author, domain, or
title."
  repo: "https://github.com/pablotron/reddit-content-filter"
  old: true

- name: "Rubilicious"
  slug: "rubilicious"
  text: "del.icio.us API bindings for Ruby."
  repo: "https://github.com/pablotron/rubilicious"
  old: true

- name: "SearchKeys-Chrome"
  slug: "searchkeys-chrome"
  text: "SearchKeys extension for Chrome."
  repo: "https://github.com/pablotron/searchkeys-chrome"
  old: true

- name: "sn9c102-webcam"
  slug: "sn9c102-webcam"
  text: "Image writing tool for sn9c102-based webcams."
  repo: "https://github.com/pablotron/sn9c102-webcam"
  old: true

- name: "SpeedTest-KML"
  slug: "speedtest-kml"
  text: "Convert SpeedTest CSV files to KML."
  repo: "https://github.com/pablotron/speedtest-kml"
  old: true

- name: "TarStream-PHP"
  slug: "tarstream-php"
  text: "Streaming tarball library for PHP."
  repo: "https://github.com/pablotron/tarstream-php"
  old: true

- name: "Techmeme Author Filter"
  slug: "techmeme-author-filter"
  text: "Greasemonkey script to filter out unwanted authors' articles on techmeme.com."
  repo: "https://github.com/pablotron/techmeme-author-filter"
  old: true

- name: "Technorati-Ruby"
  slug: "technorati-ruby"
  text: "technorati.net API bindings for Ruby."
  repo: "https://github.com/pablotron/technorati-ruby"
  old: true

- name: "Tile Fu"
  slug: "tilefu"
  text: "Incomplete web scrabble implementation."
  repo: "https://github.com/pablotron/tilefu"
  old: true

- name: "Tunepimp-Ruby"
  slug: "tunepimp-ruby"
  text: "tunepimp bindings for Ruby."
  repo: "https://github.com/pablotron/tunepimp-ruby"
  old: true

- name: "Wirble"
  slug: "wirble"
  text: "IRB syntax highlighting and saner defaults."
  repo: "https://github.com/pablotron/wirble"
  old: true

- name: "XMMS-Ruby"
  slug: "xmms-ruby"
  text: "XMMS bindings for Ruby."
  repo: "https://github.com/pablotron/xmms-ruby"
  old: true

- name: "Mathy"
  slug: "mathy"
  text: "Web-based LaTeX math renderer."
  repo: "https://git.pablotron.org/mathy"

- name: "Mathyd"
  slug: "mathyd"
  text: "Easy TeX to SVG daemon."
  repo: "https://github.com/pablotron/mathyd"

- name: "Password Strength Tester"
  slug: "password-strength"
  text: "Web-based password strength tester based on zxcvbn."
  repo: "https://github.com/pablotron/password-strength"