forked from ring-lang/ring
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews.html
546 lines (453 loc) · 23.8 KB
/
news.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
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
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Ring Programming Language</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top" >
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li><a href="index.html#">Home</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="index.html#why">Why?</a></li>
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="doc1.6/index.html" target="_blank">Ring 1.6 Documentation</a></li>
<li><a href="doc1.5.4/index.html" target="_blank">Ring 1.5.4 Documentation</a></li>
<li><a href="doc1.5.3/index.html" target="_blank">Ring 1.5.3 Documentation</a></li>
<li><a href="doc1.5.2/index.html" target="_blank">Ring 1.5.2 Documentation</a></li>
<li><a href="doc1.5.1/index.html" target="_blank">Ring 1.5.1 Documentation</a></li>
<li><a href="doc1.5/index.html" target="_blank">Ring 1.5 Documentation</a></li>
<li><a href="doc1.4.1/index.html" target="_blank">Ring 1.4.1 Documentation</a></li>
<li><a href="doc1.4/index.html" target="_blank">Ring 1.4 Documentation</a></li>
<li><a href="doc1.3/index.html" target="_blank">Ring 1.3 Documentation</a></li>
<li><a href="doc1.2/index.html" target="_blank">Ring 1.2 Documentation</a></li>
<li><a href="doc1.1/index.html" target="_blank">Ring 1.1 Documentation</a></li>
<li><a href="doc/index.html" target="_blank">Ring 1.0 Documentation</a></li>
</ul>
</li>
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="https://groups.google.com/forum/#!forum/ring-lang" target="_blank">Group</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="team.html">Team</a></li>
</ul>
</li>
</ul>
<div style="float:right ; margin-top:0.5% ; margin-right: 1%">
<form class="search" action="doc1.6/search.html" method="get" style="width:200px" >
<div class="input-group">
<input name="q" type="text" class="form-control" placeholder="Search for...">
<span class="input-group-btn">
<button class="btn btn-default" type="submit">Go!</button>
</span>
</div>
<input name="check_keywords" value="yes" type="hidden">
<input name="area" value="default" type="hidden">
</form>
</div>
</div>
</nav>
<a href="https://github.com/ring-lang/ring" target="_blank" class="hidden-xs" style="float:right ; margin-top:4%">
<img src="forkme.png" alt="Fork me on GitHub" width="198" height="198">
</a>
<div class="container">
<div class="text-center">
<br><br><br>
<br><br>
<div class="row">
<div class="col-xs-3">
</div>
<div class="col-xs-6">
<img src="thering.jpg" width="297px" height="154px">
</div>
<div class="col-xs-3">
</div>
</div>
<div class="row">
<br>
<div class="col-xs-2">
</div>
<div class="col-sm-12 col-md-2">
<a href="download.html" class="btn btn-default btn-block" style="">Download</a>
</div>
<div class="col-sm-12 col-md-2">
<a href="doc1.6/index.html" target="_blank" class="btn btn-default btn-block" style="">Documents</a>
</div>
<div class="col-sm-12 col-md-2">
<a href="http://ring-lang.sf.net/cgi-bin/ringlang.cgi" class="btn btn-default btn-block" style="">Try Online</a>
</div>
<div class="col-sm-12 col-md-2">
<a href="https://groups.google.com/forum/#!forum/ring-lang" target="_blank" class="btn btn-default btn-block" style="">Group</a>
</div>
<div class="col-xs-2">
</div>
<br>
</div>
<h3>Innovative and practical general-purpose multi-paradigm language</h3>
</div>
<br>
<div id="news" class="panel-group">
<div class="panel panel-info">
<div class="panel-heading"><h4>News <span class="badge">55</span></h4></div>
<div class="panel-body">
<table class="table table-striped">
<thead>
<tr>
<th width="20%">Date</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>November 30, 2017</td>
<td><a href="download.html"> Ring 1.6 Released!</a></td>
</tr>
<tr>
<td>August 30, 2017</td>
<td><a href="https://groups.google.com/forum/#!topic/ring-lang/258HR7K9ehI" target="_blank"> Game : TicTacToe 3D!</a></td>
</tr>
<tr>
<td>August 28, 2017</td>
<td><a href="https://groups.google.com/forum/#!topic/ring-lang/OJFruu_U6yU" target="_blank"> Google API Shortener Application!</a></td>
</tr>
<tr>
<td>August 21, 2017</td>
<td><a href="download.html"> Ring 1.5 Released!</a></td>
</tr>
<tr>
<td>August 10, 2017</td>
<td><a href="https://www.codeproject.com/Articles/1200766/Using-the-Natural-Language-Programming-Library-NLP" target="_blank"> Article : Using the Natural Language Programming Library (NLPL) </a></td>
</tr>
<tr>
<td>July 27, 2017</td>
<td><a href="https://groups.google.com/forum/#!topic/ring-lang/FQc8-R2h_F8" target="_blank"> GitHub can detect Ring projects</a></td>
</tr>
<tr>
<td>June 29, 2017</td>
<td><a href="download.html"> Ring 1.4 Released!</a></td>
</tr>
<tr>
<td>May 15, 2017</td>
<td><a href="download.html"> Ring 1.3 Released!</a></td>
</tr>
<tr>
<td>March 9, 2017</td>
<td><a href="https://groups.google.com/forum/#!topic/ring-lang/jZI51wKx0lU" target="_blank"> Ring enters the top 100</a></td>
</tr>
<tr>
<td>February 10, 2017</td>
<td><a href="https://groups.google.com/forum/#!topic/ring-lang/be0_jlfTyaU" target="_blank"> Ring is added to the TIOBE Index</a></td>
</tr>
<tr>
<td>February 9, 2017</td>
<td><a href="https://github.com/ring-lang/ring/tree/master/editor/emacs" target="_blank"> Ring mode for Emacs Editor</a></td>
</tr>
<tr>
<td>January 25, 2017</td>
<td><a href="download.html"> Ring 1.2 Released!</a></td>
</tr>
<tr>
<td>January 18, 2017</td>
<td><a href="https://en.wikipedia.org/wiki/Ring_(programming_language)" target="_blank"> Ring Article (Wikipedia - English)</a></td>
</tr>
<tr>
<td>November 23, 2016</td>
<td><a href="http://www.youm7.com/story/2016/11/23/%D8%A8%D8%AF%D8%A1-%D8%AA%D8%B7%D9%88%D9%8A%D8%B1-%D8%A7%D9%84%D8%AC%D9%8A%D9%84-%D8%A7%D9%84%D8%AC%D8%AF%D9%8A%D8%AF-%D9%85%D9%86-%D8%AA%D9%82%D9%86%D9%8A%D8%A9-%D8%A7%D9%84%D8%A8%D8%B1%D9%85%D8%AC%D8%A9-%D8%A8%D8%AF%D9%88%D9%86-%D9%83%D9%88%D8%AF/2979508" target="_blank"> Arabic interview in the "Youm7" about using Ring in developing PWCT 2.0</a></td>
</tr>
<tr>
<td>October 13, 2016</td>
<td><a href="http://www.codeproject.com/Articles/1138605/Natural-Language-Programming-in-the-Ring-Programmi" target="_blank"> Article : Natural Language Programming</a></td>
</tr>
<tr>
<td>October 12, 2016</td>
<td><a href="http://www.codeproject.com/Articles/1138194/Build-Flappy-Bird-using-the-Ring-programming-langu" target="_blank"> Article : Flappy Bird 3000 Game</a></td>
</tr>
<tr>
<td>October 12, 2016</td>
<td><a href="http://www.codeproject.com/Articles/1138108/Developing-the-Stars-Fighter-Game-for-Desktop-and" target="_blank"> Article : Stars Fighter Game</a></td>
</tr>
<tr>
<td>October 10, 2016</td>
<td><a href="http://www.codeproject.com/Articles/1137570/Weight-History-Application-for-Desktop-and-Android" target="_blank"> Article : Weight History Application</a></td>
</tr>
<tr>
<td>October 9, 2016</td>
<td><a href="http://www.codeproject.com/Articles/1137388/Syntax-Flexibility-in-the-Ring-Programming-Languag" target="_blank"> Article : Syntax Flexibility</a></td>
</tr>
<tr>
<td>October 6, 2016</td>
<td><a href="download.html"> Ring 1.1 Released!</a></td>
</tr>
<tr>
<td>October 4, 2016</td>
<td><a href="https://github.com/MajdiSobain/ring_wincreg" target="_blank"> Ring_WinCReg Extension </a></td>
</tr>
<tr>
<td>October 4, 2016</td>
<td><a href="http://werdy.info" target="_blank"> Werdy Application </a></td>
</tr>
<tr>
<td>June 6, 2016</td>
<td><a href="download.html#binary" target="_blank"> Ring 1.0 for Mobile App Development using Qt </a></td>
</tr>
<tr>
<td>May 26, 2016</td>
<td><a href="download.html#binary" target="_blank"> Ring 1.0 for MacOS X Released! </a></td>
</tr>
<tr>
<td>May 11, 2016</td>
<td><a href="https://sourceforge.net/projects/ring-lang/files/Ring%201.0/Fayed_SuperMan2016_1.0_win32.zip/download" target="_blank"> Super Man 2016 Game </a></td>
</tr>
<tr>
<td>May 7, 2016</td>
<td><a href="https://sourceforge.net/projects/ring-lang/files/Ring%201.0/Fayed_FlappyBird3000_1.0_win32.zip/download" target="_blank"> Flappy Bird 3000 Game </a></td>
</tr>
<tr>
<td>May 3, 2016</td>
<td><a href="https://sourceforge.net/projects/ring-lang/files/Ring%201.0/Fayed_StarsFighter_1.0_win32.zip/download" target="_blank"> Stars Fighter Game </a></td>
</tr>
<tr>
<td>May 2, 2016</td>
<td><a href="http://www.codeproject.com/Articles/1096942/Squares-Puzzle-using-RingAllegro" target="_blank"> Article: Squares Puzzle using RingAllegro (CodeProject)</a></td>
</tr>
<tr>
<td>April 21, 2016</td>
<td><a href="https://ar.wikipedia.org/wiki/%D8%B1%D9%8A%D9%86%D8%AC_(%D9%84%D8%BA%D8%A9_%D8%A8%D8%B1%D9%85%D8%AC%D8%A9)" target="_blank"> Ring Article (Wikipedia - Arabic)</a></td>
</tr>
<tr>
<td>April 3, 2016</td>
<td><a href="http://www.codeproject.com/Articles/1089887/The-Ring-Programming-Language" target="_blank"> Ring Article (CodeProject)</a></td>
</tr>
<tr>
<td>March 31, 2016</td>
<td><a href="http://github.com/ring-lang/ring" target="_blank"> Ring Source Code (GitHub)</a></td>
</tr>
<tr>
<td>March 28, 2016</td>
<td><a href="download.html#libs"> Ring extension for Atom Editor</a></td>
</tr>
<tr>
<td>March 21, 2016</td>
<td><a href="https://en.wikibooks.org/wiki/Ring" target="_blank"> Ring in WIKIBOOKS</a></td>
</tr>
<tr>
<td>March 16, 2016</td>
<td><a href="https://www.youtube.com/watch?v=QABSHg4zY6M" target="_blank"> Movie : Introducing the Ring Programming Language</a></td>
</tr>
<tr>
<td>March 12, 2016</td>
<td><a href="download.html#libs"> Ring extension for Geany Editor</a></td>
</tr>
<tr>
<td>March 5, 2016</td>
<td><a href="http://ring-lang.sf.net/cgi-bin/ringlang.cgi"> Try Ring Online (Interactive Ring)</a></td>
</tr>
<tr>
<td>March 4, 2016</td>
<td><a href="download.html#libs"> Sublime Text 2 Syntax Coloring for Ring</a></td>
</tr>
<tr>
<td>February 28, 2016</td>
<td><a href="download.html#binary"> Ring 1.0 for Ubuntu Linux Released!</a></td>
</tr>
<tr>
<td>February 17, 2016</td>
<td><a href="https://github.com/ahmadomar/RingForVS" target="_blank">Ring extension for visual studio.</a></td>
</tr>
<tr>
<td>February 5, 2016</td>
<td><a href="https://rosettacode.org/wiki/Category:Ring" target="_blank">Rosettacode page for the Ring programming language.</a></td>
</tr>
<tr>
<td>January 30, 2016</td>
<td><a href="resources.html">New section called Resources</a> is added to the Ring website contains Samples & Blogs</td>
</tr>
<tr>
<td>January 27, 2016</td>
<td><a href="download.html#libs"> WebLib 1.0 Released!</a></td>
</tr>
<tr>
<td>January 26, 2016</td>
<td><a href="https://www.facebook.com/photo.php?fbid=10153496611810345&set=a.10151555440725345.1073741841.640625344&type=3" target="_blank"> In this post</a> about the first release, we get over 1700 likes and <a href="http://sourceforge.net/projects/ring-lang/files/Ring%201.0/Fayed_Ring_1.0_win32_binary_release.zip/stats/map?dates=2016-01-25+to+2016-01-26" target="_blank">over 2000 downloads</a></td>
</tr>
<tr>
<td>January 25, 2016</td>
<td><a href="download.html#binary"> Ring 1.0 Released!</a></td>
</tr>
<tr>
<td>January 23, 2016</td>
<td>The Ring Team! and the <a href="https://groups.google.com/forum/#!forum/ring-lang" target="_blank">Ring Group</a> </td>
</tr>
<tr>
<td>January 21, 2016</td>
<td>This website started!</td>
</tr>
<tr>
<td>January 11, 2016</td>
<td>Arabic Interview about the language in the "Youm7" :
<a href="https://www.facebook.com/Youm7/posts/1331818946888764" target="_blank">Facebook</a>
<a href="http://www.youm7.com/story/2016/1/11/%D9%81%D9%89-25-%D9%8A%D9%86%D8%A7%D9%8A%D8%B1-%D8%A7%D9%84%D9%85%D9%82%D8%A8%D9%84-%D9%84%D8%BA%D8%A9-%D8%A8%D8%B1%D9%85%D8%AC%D8%A9-%D8%AC%D8%AF%D9%8A%D8%AF%D8%A9-%D8%A8%D9%85%D9%88%D8%A7%D8%B5%D9%81%D8%A7%D8%AA-%D8%B9%D8%A7%D9%84%D9%85%D9%8A%D8%A9-%D9%85%D9%86-%D8%A5%D8%A8%D8%AA%D9%83%D8%A7%D8%B1/2532713#.VqNi6U-RZVV" target="_blank"> Website </a> </td>
</tr>
<tr>
<td>December 13, 2015</td>
<td>Arabic Interview about the language in the "Muslim Researchers" :
<a href="http://muslims-res.com/ar/%D9%84%D8%BA%D8%A9-%D8%A8%D8%B1%D9%85%D8%AC%D9%8A%D8%A9-%D8%AC%D8%AF%D9%8A%D8%AF%D8%A9-%D8%A8%D8%A3%D9%8A%D8%AF%D9%8D-%D8%B9%D8%B1%D8%A8%D9%8A%D8%A9-%D9%88%D9%84%D9%82%D8%A7%D8%A1-%D8%AD%D8%B5%D8%B1.html" target="_blank">Website </a></td>
</tr>
<tr>
<td>September, 2015</td>
<td>Most of the Documentation was written!</td>
</tr>
<tr>
<td>August, 2015</td>
<td>Most of the Testing was done!</td>
</tr>
<tr>
<td>May, 2015</td>
<td>Most of the work in the Compiler and The Virtual Machine was done!</td>
</tr>
<tr>
<td>April, 2015</td>
<td>The language name : Ring</td>
</tr>
<tr>
<td>December, 2014</td>
<td><a href="https://www.facebook.com/mahmoudfayed1986/posts/10152635115050345" target="_blank">The first Arabic post about the language in my Facebook profile page!</a>
In this post i said that after
testing many programming languages, i decided to create a new one to use in
developing the new version of the <a href="http://doublesvsoop.sourceforge.net" target="_blank">PWCT software</a>.</td>
</tr>
<tr>
<td>September, 2013</td>
<td>The design and the implementation of the language started!</td>
</tr>
<tr>
<td>November, 2011</td>
<td>The ideas and the general goals behind the new programming language</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<br> <br> <br>
<div class="container-fluid" style="color:black ; background: transparent linear-gradient(to bottom, rgb(240, 249, 255) 0%, rgb(203, 235, 255) 47%, rgb(161, 219, 255) 100%) repeat scroll 0% 0% ; margin-bottom: 0%;">
<div class="container" style=" margin-bottom: 2%;">
<br> <br>
<div class="row">
<div class="col-sm-12 col-md-4">
Basic <br> <br>
<ul>
<li><a href="doc1.6/ringapps.html" target="_blank">Applications developed in little hours</a></li>
<li><a href="doc1.6/introduction.html" target="_blank">Introduction</a></li>
<li><a href="doc1.6/getting_started.html" target="_blank">Getting Started - First Style </a></li>
<li><a href="doc1.6/getting_started2.html" target="_blank">Getting Started - Second Style</a></li>
<li><a href="doc1.6/getting_started3.html" target="_blank">Getting Started - Third Style</a></li>
<li><a href="doc1.6/variables.html" target="_blank">Variables</a></li>
<li><a href="doc1.6/operators.html" target="_blank">Operators</a></li>
<li><a href="doc1.6/controlstructures.html" target="_blank">Control Structures - First Style</a></li>
<li><a href="doc1.6/controlstructures2.html" target="_blank">Control Structures - Second Style</a></li>
<li><a href="doc1.6/controlstructures3.html" target="_blank">Control Structures - Third Style</a></li>
<li><a href="doc1.6/getinput.html" target="_blank">Getting Input</a></li>
<li><a href="doc1.6/functions.html" target="_blank">Functions - First Style</a></li>
<li><a href="doc1.6/functions2.html" target="_blank">Functions - Second Style</a></li>
<li><a href="doc1.6/functions3.html" target="_blank">Functions - Third Style</a></li>
<li><a href="doc1.6/programstructure.html" target="_blank">Program Structure</a></li>
<li><a href="doc1.6/lists.html" target="_blank">Lists</a></li>
<li><a href="doc1.6/strings.html" target="_blank">Strings</a></li>
<li><a href="doc1.6/dateandtime.html" target="_blank">Date and Time</a></li>
<li><a href="doc1.6/checkandconvert.html" target="_blank">Check Data Type and Conversion</a></li>
<li><a href="doc1.6/mathfunc.html" target="_blank">Mathematical Functions</a></li>
<li><a href="doc1.6/files.html" target="_blank">Files</a></li>
<li><a href="doc1.6/systemfunc.html" target="_blank">System Functions</a></li>
<li><a href="doc1.6/evaldebug.html" target="_blank">Eval() and Debugging</a></li>
<li><a href="doc1.6/demo.html" target="_blank">Demo Programs</a></li>
</ul>
</div>
<div class="col-sm-12 col-md-4">
Intermediate <br> <br>
<ul>
<li><a href="doc1.6/odbc.html" target="_blank">ODBC Functions</a></li>
<li><a href="doc1.6/mysql.html" target="_blank">MYSQL Functions</a></li>
<li><a href="doc1.6/sqlite.html" target="_blank">SQLite Functions</a></li>
<li><a href="doc1.6/secfunc.html" target="_blank">Security and Internet Functions</a></li>
<li><a href="doc1.6/oop.html" target="_blank">Object Oriented Programming</a></li>
<li><a href="doc1.6/fp.html" target="_blank">Functional Programming (FP)</a></li>
<li><a href="doc1.6/metaprog.html" target="_blank">Reflection and Meta-programming</a></li>
<li><a href="doc1.6/stdlib.html" target="_blank">Stdlib Functions</a></li>
<li><a href="doc1.6/stdlibclasses.html" target="_blank">Stdlib Classes</a></li>
<li><a href="doc1.6/declarative.html" target="_blank">Declarative Programming using Nested Structures</a></li>
<li><a href="doc1.6/natural.html" target="_blank">Natural language programming</a></li>
<li><a href="doc1.6/naturallibrary.html" target="_blank">Using the Natural Library</a></li>
<li><a href="doc1.6/scope.html" target="_blank">Scope Rules for Variables and Attributes</a></li>
<li><a href="doc1.6/scope2.html" target="_blank">Scope Rules for Functions and Methods</a></li>
<li><a href="doc1.6/syntaxflexibility.html" target="_blank">Syntax Flexibility</a></li>
<li><a href="doc1.6/distribute_ring2exe.html" target="_blank">Distributing Ring Applications using Ring2EXE</a></li>
<li><a href="doc1.6/typehints.html" target="_blank">The Type Hints Library</a></li>
<li><a href="doc1.6/web.html" target="_blank">Web Development (CGI Library)</a></li>
<li><a href="doc1.6/libcurl.html" target="_blank">Using RingLibCurl</a></li>
<li><a href="doc1.6/ringzip.html" target="_blank">Using RingZip</a></li>
<li><a href="doc1.6/allegro.html" target="_blank">Graphics and 2D Games programming using RingAllegro</a></li>
<li><a href="doc1.6/libsdl.html" target="_blank">Using RingLibSDL</a></li>
<li><a href="doc1.6/gameengine.html" target="_blank">Demo Project - Game Engine for 2D Games</a></li>
</ul>
</div>
<div class="col-sm-12 col-md-4">
Advanced <br> <br>
<ul>
<li><a href="doc1.6/gameengineandorid.html" target="_blank">Building Games for Android</a></li>
<li><a href="doc1.6/usingopengl.html" target="_blank">Using RingOpenGL and RingFreeGLUT for 3D Graphics</a></li>
<li><a href="doc1.6/qt.html" target="_blank">Desktop and Mobile development using RingQt</a></li>
<li><a href="doc1.6/qtmobile.html" target="_blank">Building RingQt Applications for Mobile</a></li>
<li><a href="doc1.6/ringqtobjects.html" target="_blank">Objects Library for RingQt Application</a></li>
<li><a href="doc1.6/formdesigner.html" target="_blank">Using the Form Designer</a></li>
<li><a href="doc1.6/lowlevel.html" target="_blank">Low Level Functions</a></li>
<li><a href="doc1.6/debug.html" target="_blank">The Trace Library and the Interactive Debugger</a></li>
<li><a href="doc1.6/extension.html" target="_blank">Extension using the C/C++ languages</a></li>
<li><a href="doc1.6/embedding.html" target="_blank">Embedding Ring Language in C/C++ Programs</a></li>
<li><a href="doc1.6/compiler.html" target="_blank">Command Line Options</a></li>
<li><a href="doc1.6/codegenerator.html" target="_blank">Code Generator for wrapping C/C++ Libraries</a></li>
<li><a href="doc1.6/faq.html" target="_blank">Frequently Asked Questions (FAQ)</a></li>
</ul>
Reference <br> <br>
<ul>
<li><a href="doc1.6/ringlibcurlfuncsdoc.html" target="_blank">RingLibCurl Functions Reference</a></li>
<li><a href="doc1.6/ringlibzipfuncsdoc.html" target="_blank">RingLibZip Functions Reference</a></li>
<li><a href="doc1.6/ringallegrofuncsdoc.html" target="_blank">RingAllegro Functions Reference</a></li>
<li><a href="doc1.6/ringlibsdlfuncsdoc.html" target="_blank">RingLibSDL Functions Reference</a></li>
<li><a href="doc1.6/ringfreeglutfuncsdoc.html" target="_blank">RingFreeGLUT Functions Reference</a></li>
<li><a href="doc1.6/ringopengl46funcsdoc.html" target="_blank">RingOpenGL (OpenGL 4.6) Functions Reference</a></li>
<li><a href="doc1.6/qtclassesdoc.html" target="_blank">RingQt Classes Reference</a></li>
<li><a href="doc1.6/reference.html" target="_blank">Language Reference</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container-fluid" style="text-align:center;color:black; height: 25px; background: transparent linear-gradient(to bottom, rgb(240, 249, 255) 0%, rgb(203, 235, 255) 47%, rgb(161, 219, 255) 100%) repeat scroll 0% 0% ; margin-bottom: 0%;">
<a href="https://groups.google.com/forum/#!forum/ring-lang" target="_blank">Group</a>
<a href="resources.html">Resources</a>
<a href="team.html">Team</a>
</div>
<div class="container-fluid" style="color:black ; height: 5px; background: transparent linear-gradient(to bottom, rgb(0, 183, 234) 0%, rgb(0, 158, 195) 100%) repeat scroll 0% 0% ; margin-bottom: 0%; text-align:center;">
<p>
</p>
</div>
</body>
</html>