summary refs log tree commit diff stats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Clean up macros (#14959)Juan Carlos2020-07-141-1/+1
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-281-3/+3
* updated tests to be executedArne Döring2018-11-231-1/+1
* cleanup Nim's examples/ directory; closes #7725Araq2018-09-0368-8623/+2
* make tests green againAndreas Rumpf2018-08-101-1/+1
* make tests green againAndreas Rumpf2018-07-051-3/+3
* cleanup examples/readme.txtAndreas Rumpf2018-05-281-3/+0
* cleanup old allany.nim exampleAndreas Rumpf2018-05-281-14/+12
* more fixes for the new string behaviourAndreas Rumpf2018-04-301-2/+2
* Change expr/stmt in examples to untyped (#6734)Lynn C. Rees2017-11-1516-119/+56
* Remove expr/stmt (#5857)Arne Döring2017-07-251-2/+2
* Modified #3472 to make its API more idiomatic.Dominik Picheta2016-06-031-7/+19
* Merge branch 'tls-psk' of https://github.com/zielmicha/nim into zielmicha-tls...Dominik Picheta2016-06-033-0/+50
|\
| * net.nim: destroyContext for destroying SSLContextMichał Zieliński2015-10-241-0/+1
| * net.nim: support for TLS-PSK ciphersuitesMichał Zieliński2015-10-242-0/+35
| * net.nim: support storing arbitrary data inside SSLContextMichał Zieliński2015-10-241-0/+14
* | Merge branch 'unix-sockets' of https://github.com/girvo/Nim into girvo-unix-s...Dominik Picheta2016-05-302-0/+20
|\ \
| * | net.nim: add support for Unix socketsMichał Zieliński2015-10-282-0/+20
| |/
* | Merge pull request #3831 from ephja/nimrod-to-nimAndreas Rumpf2016-02-063-4/+4
|\ \
| * | nimrod -> nimErik Johansson Andersson2016-02-053-4/+4
* | | Fix a few deprecation warningsdef2016-01-253-16/+16
|/ /
* / import the new stats libJamesP2015-11-071-1/+1
|/
* fixes regression: tactiontableAraq2015-10-141-52/+0
* sequtils related changesPeter Mora2015-10-051-1/+1
* Merge pull request #3394 from nanoant/patch/use-new-filter-prefixAndreas Rumpf2015-10-011-1/+1
|\
| * Use new #? filter prefix in various placesAdam Strzelecki2015-09-301-1/+1
* | fixes #2473; cleanup of some testsAraq2015-09-302-47/+0
|/
* examples: Trim .txt files trailing whitespaceAdam Strzelecki2015-09-045-42/+42
* examples: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-0414-139/+139
* Removes dead references.Grzegorz Adam Hankiewicz2015-08-173-12/+0
* deleted wingui exampleAraq2015-07-121-9/+0
* renamed writeln to writeLine in examplespatrick dw2015-06-192-4/+4
* Use declaredInScope instead of definedInScopedef2015-02-181-1/+1
* Fix typosFederico Ceratto2015-02-153-3/+3
* Fix cross_todo exampledef2015-02-156-15/+15
* Fix cross_calculator exampledef2015-02-154-7/+7
* fixes #325Araq2015-01-281-3/+3
* s/nimrod/nim/g; s/babel/nimble/gFlaviu Tamas2015-01-097-19/+19
* made tests greenAraq2014-09-224-47/+47
* merged things from develAraq2014-09-122-25/+0
|\
| * Remove outdated ZeroMQ example (zmq has been moved out of the stdlib)Erwan Ameil2014-08-302-25/+0
* | updated iup.nim; made tests greenAraq2014-08-313-35/+35
* | renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamingsAraq2014-08-291-1/+1
* | big renameAraq2014-08-272-2/+2
|/
* asynchttpserver compiles again; made some tests greenAraq2014-08-131-0/+0
* Makes ios example work again with new paths. Refs #852.Grzegorz Adam Hankiewicz2014-07-272-15/+7
* fixes constant array indexing bugAraq2014-06-305-0/+0
* Clean up gitignore, the current ignore is equvilent to the previousflaviut2014-04-231-0/+12
* Changed tests and tools to use 'discard' statements instead of 'nil' for empt...Clay Sweetser2014-02-151-1/+1
* fixes #892Araq2014-02-141-4/+4
class='alt'>
c3cc52087 ^

807784db8 ^
c3cc52087 ^
4298553de ^

c3cc52087 ^
4298553de ^
b2f577df2 ^

04a4f3540 ^
b2f577df2 ^
50e921bb9 ^


2aff71613 ^


47335aab4 ^
2aff71613 ^

05724645f ^




9d488261d ^
05724645f ^
86556ebfd ^
c3cc52087 ^
807784db8 ^




















1f85b3b5d ^
041d15392 ^

da178e409 ^



688c54d8f ^
8d850f7a6 ^


688c54d8f ^

84d10f7d8 ^

041d15392 ^
688c54d8f ^
50e921bb9 ^
688c54d8f ^


c3cc52087 ^
c4e3c4ca2 ^


041d15392 ^


d5840e1e3 ^


041d15392 ^
d5840e1e3 ^






ab48d7901 ^


























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