mingodad ce1b3929ce Add another udp client test 10 ani în urmă
..
ackermann.nut 1e011789d3 Reorganize repository tree. 13 ani în urmă
array.nut 5152b724b7 Because of the change on vargv for the main script, this scripts are updated to work with it. 13 ani în urmă
axssl.nut 5152b724b7 Because of the change on vargv for the main script, this scripts are updated to work with it. 13 ani în urmă
binary-tree.lua 833a304c83 Some examples from http://benchmarksgame.alioth.debian.org/ to compare SquilU with Lua, generally on this samples SquiLu is on average 30% slower. 13 ani în urmă
binary-tree.nut 09f4476406 Remove redundant code. 13 ani în urmă
class.nut 1e011789d3 Reorganize repository tree. 13 ani în urmă
classattributes.nut 1e011789d3 Reorganize repository tree. 13 ani în urmă
coroutines.nut a51df3bdc3 Update sqlite3 and some examples. 11 ani în urmă
coroutines2.nut 8bb8a26cd8 Add new samples for coroutines and a lexer 12 ani în urmă
csv2array.nut debc0f18a0 Fix bug wrong interpretation of return value of string.find that return -1 when not found. 10 ani în urmă
delegation.nut 1e011789d3 Reorganize repository tree. 13 ani în urmă
fibonacci.nut 5152b724b7 Because of the change on vargv for the main script, this scripts are updated to work with it. 13 ani în urmă
flow.nut 1e011789d3 Reorganize repository tree. 13 ani în urmă
generators.nut 7a3c5c06b3 Repository reorganization 13 ani în urmă
hello.nut 5152b724b7 Because of the change on vargv for the main script, this scripts are updated to work with it. 13 ani în urmă
java-jni-generator.nut 1e011789d3 Reorganize repository tree. 13 ani în urmă
lexer.nut 8bb8a26cd8 Add new samples for coroutines and a lexer 12 ani în urmă
list.nut 5152b724b7 Because of the change on vargv for the main script, this scripts are updated to work with it. 13 ani în urmă
loops.nut 1e011789d3 Reorganize repository tree. 13 ani în urmă
matrix.nut 5152b724b7 Because of the change on vargv for the main script, this scripts are updated to work with it. 13 ani în urmă
metamethods.nut 1e011789d3 Reorganize repository tree. 13 ani în urmă
methcall.nut 5152b724b7 Because of the change on vargv for the main script, this scripts are updated to work with it. 13 ani în urmă
n-body.lua 833a304c83 Some examples from http://benchmarksgame.alioth.debian.org/ to compare SquilU with Lua, generally on this samples SquiLu is on average 30% slower. 13 ani în urmă
n-body.nut 09f4476406 Remove redundant code. 13 ani în urmă
process-profile-data.nut efe64886c9 Change the timer used for SQVM profiling with a high resolution timer. 13 ani în urmă
show-vars.nut 1e011789d3 Reorganize repository tree. 13 ani în urmă
spectralnorm.lua 833a304c83 Some examples from http://benchmarksgame.alioth.debian.org/ to compare SquilU with Lua, generally on this samples SquiLu is on average 30% slower. 13 ani în urmă
spectralnorm.nut a51df3bdc3 Update sqlite3 and some examples. 11 ani în urmă
tailstate.nut 1e011789d3 Reorganize repository tree. 13 ani în urmă
test-array.nut 1e011789d3 Reorganize repository tree. 13 ani în urmă
test-base64.nut 1e011789d3 Reorganize repository tree. 13 ani în urmă
test-bitwise.nut 1e011789d3 Reorganize repository tree. 13 ani în urmă
test-bug-default-parameter-recursion.nut 1e011789d3 Reorganize repository tree. 13 ani în urmă
test-bug-function-this.nut 1e011789d3 Reorganize repository tree. 13 ani în urmă
test-class-destructor.nut a51df3bdc3 Update sqlite3 and some examples. 11 ani în urmă
test-class-get-set.nut 1e011789d3 Reorganize repository tree. 13 ani în urmă
test-class-static.nut a51df3bdc3 Update sqlite3 and some examples. 11 ani în urmă
test-class.nut a51df3bdc3 Update sqlite3 and some examples. 11 ani în urmă
test-decimal.nut 0b05002e76 Refactored the code, added method "set". 13 ani în urmă
test-delayed-release-hooks.nut 8a703d736d Sample extension to test delayed_release_hooks implementation ! 13 ani în urmă
test-div-mod.lua 1e011789d3 Reorganize repository tree. 13 ani în urmă
test-duffs-device.nut 9582f667c8 Add a sample that compares Duff's device with normal loops. 13 ani în urmă
test-extensions-copy-paste-error.nut 3b97c79035 Fixed another copy/paste mistake found using a script to search for such mistakes. 13 ani în urmă
test-fltk-2.nut 1e011789d3 Reorganize repository tree. 13 ani în urmă
test-fltk-3.nut 1e011789d3 Reorganize repository tree. 13 ani în urmă
test-fltk-4.nut 1e011789d3 Reorganize repository tree. 13 ani în urmă
test-fltk-5.nut 1e011789d3 Reorganize repository tree. 13 ani în urmă
test-fltk-6.nut 1e011789d3 Reorganize repository tree. 13 ani în urmă
test-fltk-7.nut 1e011789d3 Reorganize repository tree. 13 ani în urmă
test-fltk.nut 1e011789d3 Reorganize repository tree. 13 ani în urmă
test-functions.nut 1e011789d3 Reorganize repository tree. 13 ani în urmă
test-int-overflow.nut 1e011789d3 Reorganize repository tree. 13 ani în urmă
test-io.nut 1e011789d3 Reorganize repository tree. 13 ani în urmă
test-java.nut 1e011789d3 Reorganize repository tree. 13 ani în urmă
test-local-constants.nut 1e011789d3 Reorganize repository tree. 13 ani în urmă
test-match.lua 1e011789d3 Reorganize repository tree. 13 ani în urmă
test-match.nut 5152b724b7 Because of the change on vargv for the main script, this scripts are updated to work with it. 13 ani în urmă
test-multiline-string.nut 43f270e86e Added multiple choices for multiline string delimiter, multiline strings can use [=*[ content ]=*] or {=*{ content }=*} or (=*( content )=*) 13 ani în urmă
test-postgresql.nut 1e011789d3 Reorganize repository tree. 13 ani în urmă
test-readline.nut 1e011789d3 Reorganize repository tree. 13 ani în urmă
test-replace.nut debc0f18a0 Fix bug wrong interpretation of return value of string.find that return -1 when not found. 10 ani în urmă
test-rs232.nut 796f64b4ac Thanks to the original author of librs232 "Petr Štetiar" now all tests pass on linux. 13 ani în urmă
test-serial.nut 796f64b4ac Thanks to the original author of librs232 "Petr Štetiar" now all tests pass on linux. 13 ani în urmă
test-slave-vm.nut a51df3bdc3 Update sqlite3 and some examples. 11 ani în urmă
test-socket-server.nut 1e011789d3 Reorganize repository tree. 13 ani în urmă
test-socket-udp-client.nut ce1b3929ce Add another udp client test 10 ani în urmă
test-socket-udp-echo-client.nut 5152b724b7 Because of the change on vargv for the main script, this scripts are updated to work with it. 13 ani în urmă
test-socket-udp-echo-server.nut 1e011789d3 Reorganize repository tree. 13 ani în urmă
test-socket-unix-client.nut c3eaa1ba81 Small fixes and code refactoring to work with the switch bug found and somehow fixed now. 12 ani în urmă
test-socket-unix-server.nut c3eaa1ba81 Small fixes and code refactoring to work with the switch bug found and somehow fixed now. 12 ani în urmă
test-socket.lua 1e011789d3 Reorganize repository tree. 13 ani în urmă
test-socket.nut 5152b724b7 Because of the change on vargv for the main script, this scripts are updated to work with it. 13 ani în urmă
test-split.nut 1e011789d3 Reorganize repository tree. 13 ani în urmă
test-sqlite3-memory-backup-restore.nut a5442972fd Added sqlite backup/restore functions 11 ani în urmă
test-sqlite3.nut 4f900f99b1 Update to show more possible ways of usage. 13 ani în urmă
test-sqpage.lua 1e011789d3 Reorganize repository tree. 13 ani în urmă
test-sqpage.nut 1e011789d3 Reorganize repository tree. 13 ani în urmă
test-string-concatenation.nut 91497d5794 Added explicit function "set" for array, surprisingly it has worst performance than "[]" operator, see test-string-concatenation.nut . 13 ani în urmă
test-sublatin.nut 1e011789d3 Reorganize repository tree. 13 ani în urmă
test-switch.nut c3eaa1ba81 Small fixes and code refactoring to work with the switch bug found and somehow fixed now. 12 ani în urmă
test-tcp-virtual-ip.nut 675127b095 Fix bindtointerface code 11 ani în urmă
test-tcp.nut fb2e7ff192 Add bindtodevice socket option, note root is needed to use this option 11 ani în urmă
test-tinyxml2.nut a51df3bdc3 Update sqlite3 and some examples. 11 ani în urmă
test-weakref.nut a51df3bdc3 Update sqlite3 and some examples. 11 ani în urmă
test-zmq-weather-client.nut 1e011789d3 Reorganize repository tree. 13 ani în urmă
test-zmq-weather-server.nut 1e011789d3 Reorganize repository tree. 13 ani în urmă
test-zmq.nut 1e011789d3 Reorganize repository tree. 13 ani în urmă