[Show "Revision History"] [Show "General Page Infos"] [Show "Page hits and edits"]

Revision History

Showing page edit history entries from 18 to 27 out of 77 entries total. (5 | 10 | 25 | 50 | 100 | 200 items per page)

# Date Size Editor Comment Action
27 2009-10-29 20:01:44 11717 to previous GreyCat clarify a few things, and add a <() example up front view
26 2009-10-28 13:39:11 11652 to previous 206-248-139-163   view
25 2009-09-15 18:19:02 11640 to previous GreyCat ./* and some minor fixing in one example view
24 2009-09-14 16:59:51 11604 to previous GreyCat add bash 4 stuff (mapfile), reorganize the loading-array section a bit view
23 2009-07-01 20:14:29 11055 to previous GreyCat Lots of clean-up. view
22 2009-07-01 14:26:14 10041 to previous localhost [igli] $'\0' ?! yuck ;) quick comment about ${arr[0]} and $arr view
21 2009-07-01 12:29:40 9893 to previous localhost [igli] ${#arr[*]} is faster than ${#arr[@]} and gives same result; nor should it be checked on every iteration unless you're adding to the array. for is quicker and preferred with loop incr view
20 2009-02-25 22:30:52 9618 to previous GreyCat more, more, more... view
19 2009-02-25 17:09:53 7160 to previous NeilMoore example of the other kind of while..read view
18 2009-02-25 17:04:13 6971 to previous NeilMoore fix delimiter problems with loop (2 edits, forgot to comment the previous) view