-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapplications.data
410 lines (409 loc) · 14.5 KB
/
applications.data
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
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
aApplications = [
["Arabic Applications",
[
[
'<a href="https://github.com/ringpackages/werdy2" >Werdy Application</a>',
'<img src="werdy2.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/blob/master/applications/poetryanalysis" >Arabic Poetry Analysis</a>',
'<img src="poetryanalysis.png" width="100%">'
],
[
'<a href="https://github.com/mohannad-aldulaimi/quran_ring" >Listen to Quran</a>',
'<img src="listentoquran.png" width="100%">'
]
]
],
["GUI for Machine Learning Models",
[
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/chessendgame" >Chess Endgame Application</a>',
'<img src="chessendgame1.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/blob/master/applications/citationsprediction" >Citations Prediction Application</a>',
'<img src="predictionapp1.png" width="100%">'
]
]
],
["Using Ring Game Engine for 2D Games",
[
[
'<a href="https://github.com/ring-lang/ring/blob/master/applications/starsfighter" >Stars Fighter Game</a>',
'<img src="starsfighter.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/blob/master/applications/flappybird3000" >Flappy Bird Game</a>',
'<img src="flappybird.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/blob/master/applications/superman2016" >Super Man Game</a>',
'<img src="superman.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/pong" >Pong</a>',
'<img src="ponggame.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/maze" >Maze Game</a>',
'<img src="maze.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/sokoban" >Sokoban Game</a>',
'<img src="sokoban.jpg" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/snake" >Snake Game</a>',
'<img src="snake.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/tetris" >Tetris Game</a>',
'<img src="tetris.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/escape" >Escape Game</a>',
'<img src="escapegame.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/towersofhanoi" >Towers of Hanoi</a>',
'<img src="towersofhanoi.png" width="100%">'
]
]
],
["Using RayLib",
[
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/spaceshooter" >Space Shooter Game</a>',
'<img src="spaceshootergame.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/pong2" >Pong2 Game</a>',
'<img src="pong2game.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/typingquiz" >Typing Quiz</a>',
'<img src="typingquiz.png" width="100%">'
]
]
],
["Using Allegro & OpenGL",
[
[
'<a href="https://store.steampowered.com/app/939200/Gold_Magic_800/" >Gold Magic 800</a>',
'<img src="goldmagic800.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/blob/master/applications/tictactoe3d" >TicTacToe 3D</a>',
'<img src="tictactoe3d.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/blob/master/applications/fifteenpuzzle3d" >Fifteen Puzzle 3D Game</a>',
'<img src="fifteen3d.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/squarespuzzle" >Squares Puzzle</a>',
'<img src="squarespuzzle.png" width="100%">'
]
]
],
["Using Qt3D",
[
[
'<a href="https://github.com/ring-lang/ring/blob/master/samples/UsingQt3D" >Using Qt3D</a>',
'<img src="ringdemo13.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/blob/master/marketing/chess3d/README.md" >Chess 3D (Qt3D Sample)</a>',
'<img src="chess3dshot2.png" width="100%">'
]
]
],
["General Tools",
[
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/imagepixel" >Image Pixel Application</a>',
'<img src="imagepixel.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/desktopscreenshot" >Desktop Screen Shot Application</a>',
'<img src="dssapp.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/blob/master/applications/mergetwofiles" >Merge Two Files (Line by Line)</a>',
'<img src="mergetwofiles.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/blob/master/applications/readfiles" >Read Files (Hexadeciamal/Characters)</a>',
'<img src="readfiles.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/blob/master/applications/calculator" >Calculator</a>',
'<img src="newcalc2.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/blob/master/applications/urlshortener" >Google URL Shortener</a>',
'<img src="urlapp.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/winstartupmanager" >Windows Startup Manager</a>',
'<img src="winstartupman.jpg" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/blob/master/applications/videomusicplayer" >Video Music Player</a>',
'<img src="videomusicplayer.jpg" width="100%">'
]
]
],
["Date & Time",
[
[
'<a href="https://github.com/ring-lang/ring/blob/master/applications/analogclock" >Analog Clock</a>',
'<img src="analogclock.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/stopwatch" >Stop Watch</a>',
'<img src="stopwatch.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/calendar" >Calendar application</a>',
'<img src="calendar.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/juliandaycalendar" >Julian Day Calendar application</a>',
'<img src="juliandaycalendar.png" width="100%">'
]
]
],
["Games using Qt",
[
[
'<a href="https://github.com/ring-lang/ring/blob/master/applications/cards" >The Cards Game</a>',
'<img src="cards.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/blob/master/applications/fifteenpuzzle" >Fifteen Puzzle Game</a>',
'<img src="fifteen2.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/blob/master/applications/game2048" >2048 Game</a>',
'<img src="game2048.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/blob/master/applications/tictactoe" >TicTacToe</a>',
'<img src="tictactoe.jpg" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/chess" >Chess Game</a>',
'<img src="chessgame.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/gameoflife" >Game of Life</a>',
'<img src="gameoflife.jpg" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/knighttour" >Knight Tour</a>',
'<img src="knighttour.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/minesweeper" >Minesweeper</a>',
'<img src="minesweeper.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/sumpuzzlegame" >Sum Puzzle</a>',
'<img src="sumpuzzle.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/othellogame" >Othello Game</a>',
'<img src="othello.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/sudoku" >Sudoku Game</a>',
'<img src="sudoku.jpg" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/checkers" >Checkers Game</a>',
'<img src="checkersgame.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/tesseragame" >Tessera Game</a>',
'<img src="tesseragame.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/magicballs" >Magic Balls Game</a>',
'<img src="magicballs.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/laser" >Laser Game</a>',
'<img src="lasergame2.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/go" >Go Game</a>',
'<img src="go.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/nimgame" >Nim Game</a>',
'<img src="nimgame.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/pairs" >Pairs Game</a>',
'<img src="pairsgame.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/lottery" >Lottery Game</a>',
'<img src="lotterygame.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/wordgame" >Word Game</a>',
'<img src="wordgame2.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/eightqueens" >Eight Queens Game</a>',
'<img src="eightqueensgame.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/questions" >Questions Game</a>',
'<img src="questionsgame.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/moneycase" >MoneyCase Game</a>',
'<img src="moneycase.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/moneyboxes" >MoneyBoxes Game</a>',
'<img src="moneyboxes.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/rockpaperscissors" >Rock Paper Scissors Game</a>',
'<img src="rockgame.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/matching" >Matching Game</a>',
'<img src="matchinggame.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/blob/master/applications/sixteenpuzzle" >Sixteen Puzzle</a>',
'<img src="sixteenpuzzle.jpg" width="100%">'
]
]
],
["Web Applications",
[
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/mycoffee" >MyCoffee (Web Application)</a>',
'<img src="mycoffee.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/marketing/website" >Ring Website (Generated HTML Files)</a>',
'<img src="ringwebsite.png" width="100%">'
]
]
],
["General Applications",
[
[
'<a href="https://github.com/ring-lang/ring/blob/master/applications/getquoteshistory" >Yahoo Stock Data</a>',
'<img src="getquotesmac.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/erlangbformula" >Erlang B Formula</a>',
'<img src="erlangbformula.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/blob/master/applications/employee" >Employee Data</a>',
'<img src="empapp.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/blob/master/applications/weighthistory" >Weight History</a>',
'<img src="weighthistory.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/asciitable" >ASCII Table application</a>',
'<img src="asciitable.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/bmicalculator" >BMI Caclculator application</a>',
'<img src="BMI.png" width="100%">'
],
[
'<a href="https://github.com/AbdelrahmanGIT/RingSamples/blob/master/src/ConvertNumbersToString.ring" >Convert Numbers To String</a>',
'<img src="numtostr.jpg" width="100%">'
]
]
],
["Development Tools (GUI)",
[
[
'<a href="https://github.com/ring-lang/ring/blob/master/tools/ringnotepad" >Ring Notepad</a>',
'<img src="ringnotepad.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/tools/formdesigner" >Ring Form Designer</a>',
'<img src="ringformdesigner.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/tools/findinfiles" >Find in files</a>',
'<img src="findinfiles.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/blob/master/tools/ringrepl" >Ring REPL</a>',
'<img src="ringrepl.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/tools/string2constant" >String To Constant</a>',
'<img src="string2constant.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/extensions/ringqt/converter" >Qt Class Converter</a>',
'<img src="qtconverter.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/tree/master/applications/goldmagic800/editor" >Gold Magic 800 Level Editor</a>',
'<img src="gm800le.png" width="100%">'
]
]
],
["Development Tools (Console)",
[
[
'<a href="https://github.com/ring-lang/ring/blob/master/tools/ringpm" >Ring Package Manager</a>',
'<img src="cmddemo2.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/blob/master/tools/ring2exe" >Ring2EXE</a>',
'<img src="ring2exe.png" width="100%">'
],
[
'<a href="https://github.com/ring-lang/ring/blob/master/extensions/codegen" >Code Generator for extensions</a>',
'<img src="codegen.png" width="100%">'
]
]
],
["Online Applications (WebAssembly)",[
[
'<a href="web/matching/project.html" >The Matching Game</a>',
'<img src="wasm_matching.png" width="100%">'
],
[
'<a href="web/othello/project.html" >The Othello Game</a>',
'<img src="wasm_othello.png" width="100%">'
],
[
'<a href="web/gameoflife/project.html" >The Game of Life</a>',
'<img src="wasm_gameoflife.png" width="100%">'
],
[
'<a href="web/pairs/project.html" >The Pairs Game</a>',
'<img src="wasm_pairs.png" width="100%">'
],
[
'<a href="web/word/project.html" >The Word Game</a>',
'<img src="wasm_word.png" width="100%">'
],
[
'<a href="web/formdesigner/project.html" >The Form Designer</a>',
'<img src="wasm_formdesigner.png" width="100%">'
]
]
]
]