summary refs log tree commit diff stats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-281-3/+3
| | | | | | | | | | | | | | * Error -> Defect for defects The distinction between Error and Defect is subjective, context-dependent and somewhat arbitrary, so when looking at an exception, it's hard to guess what it is - this happens often when looking at a `raises` list _without_ opening the corresponding definition and digging through layers of inheritance. With the help of a little consistency in naming, it's at least possible to start disentangling the two error types and the standard lib can set a good example here.
* 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 ↵Dominik Picheta2016-06-033-0/+50
|\ | | | | | | zielmicha-tls-psk
| * 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 ↵Dominik Picheta2016-05-302-0/+20
|\ \ | | | | | | | | | girvo-unix-sockets
| * | 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 -> nim
| * | 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 places
| * Use new #? filter prefix in various placesAdam Strzelecki2015-09-301-1/+1
| | | | | | | | This silences deprecation warnings and prevent collision with UNIX shebang.
* | fixes #2473; cleanup of some testsAraq2015-09-302-47/+0
|/
* examples: Trim .txt files trailing whitespaceAdam Strzelecki2015-09-045-42/+42
| | | | via OSX: find . -name '*.txt' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* examples: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-0414-139/+139
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* 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 ↵Clay Sweetser2014-02-151-1/+1
| | | | empty blocks.
* fixes #892Araq2014-02-141-4/+4
|
* Add two CGI example and basic Python CGI server.Michał Zieliński2013-12-183-0/+23
|
f='#n908'>908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155