Commit Graph

24 Commits

Author SHA1 Message Date
Adam Strzelecki
c99a9e5a6c examples: Trim .txt files trailing whitespace
via OSX: find . -name '*.txt' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
2015-09-04 23:12:03 +02:00
Adam Strzelecki
5d80548cce examples: Trim .nim files trailing whitespace
via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
2015-09-04 23:05:22 +02:00
Grzegorz Adam Hankiewicz
fc235833d4 Removes dead references. 2015-08-17 23:30:36 +02:00
Federico Ceratto
657dca5c3b Fix typos 2015-02-15 16:20:32 +00:00
def
6244cc2e4f Fix cross_calculator example 2015-02-15 00:06:51 +01:00
Araq
a4b2762249 fixes #325 2015-01-28 19:31:36 +01:00
Flaviu Tamas
8b807adc08 s/nimrod/nim/g; s/babel/nimble/g 2015-01-09 22:59:16 -05:00
Araq
62e454f41b asynchttpserver compiles again; made some tests green 2014-08-13 01:16:18 +02:00
Grzegorz Adam Hankiewicz
bb34d0380a Makes ios example work again with new paths. Refs #852. 2014-07-27 22:55:03 +02:00
Araq
678f3d7f5b fixes constant array indexing bug 2014-06-30 16:45:55 +02:00
flaviut
1b1bb284d2 Clean up gitignore, the current ignore is equvilent to the previous 2014-04-23 21:57:01 -04:00
Grzegorz Adam Hankiewicz
72a3e21f28 Removes executable bit for text files. 2013-03-16 23:53:07 +01:00
Grzegorz Adam Hankiewicz
b1b01e9f99 Removes misleading comment in build script.
A true program would rather compile the main nim project file which
imports other modules.
2012-12-14 22:12:12 +01:00
Grzegorz Adam Hankiewicz
14038058cf Reduces parenthesis usage for clearness. 2012-11-13 22:27:13 +01:00
Grzegorz Adam Hankiewicz
2faf34b643 Improves the style of some examples.
* Compacts all imports in a single line.
* Cleans whitespace before colons.
* Uses cmd abbreviation for command line enums.
* Replaces if/elif/else chain with case.
2012-11-13 22:27:13 +01:00
Grzegorz Adam Hankiewicz
d98826271a Replaces shell scripts with nimrod configuration files.
This should make compilation more cross platform friendly.
2012-11-08 23:47:08 +01:00
Grzegorz Adam Hankiewicz
c71e0a409a Adds backend code for the cross platform todo example. 2012-11-01 20:41:15 +01:00
Grzegorz Adam Hankiewicz
760e42b3f9 Adds command line interface for backend addition. 2012-10-19 20:09:12 +02:00
Grzegorz Adam Hankiewicz
f6e7aebbd9 Adds interactive user interface for android. 2012-09-08 22:41:18 +02:00
Grzegorz Adam Hankiewicz
3492bb7744 Adds android example using jni. 2012-09-08 22:41:18 +02:00
Grzegorz Adam Hankiewicz
b1ad04e306 Changes NIB to template and generates code manually for UI. 2012-09-08 22:41:18 +02:00
Grzegorz Adam Hankiewicz
68fda81780 Adds native user interface to iOS. 2012-09-08 22:41:18 +02:00
Grzegorz Adam Hankiewicz
ca0c001345 Adds iOS files for crossplatform calculator example. 2012-09-08 22:41:17 +02:00
Grzegorz Adam Hankiewicz
116c54a8dd Splits nimrod and lazarus files into separate directories. 2012-09-08 22:41:17 +02:00