root/examples

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @21928 [21928] 3 months rhr syntax fixes from STD++
(edit) @21045 [21045] 5 months gbacon Make svnbot.pl run with pugs v6.2.13.5.
(edit) @20947 [20947] 5 months masak [card_war_game.pl] improved various things, both in English and in Perl 6
(edit) @18691 [18691] 13 months bbkr renamed uniq "operator" to "method"
(edit) @18690 [18690] 13 months bbkr added card_war_game.pl to examples/games
(edit) @17704 [17704] 15 months moritz updated a few examples to s/err/orelse/
(edit) @17701 [17701] 15 months lwall s:g/err/orelse/
(edit) @17655 [17655] 15 months blwood main function
(edit) @17464 [17464] 15 months sartak r37421@onn: sartak | 2007-08-26 18:20:44 -0400 One last Euler problem, …
(edit) @17462 [17462] 15 months sartak r37416@onn: sartak | 2007-08-26 16:18:15 -0400 Euler problems 17, 18, 67
(edit) @17460 [17460] 15 months gnuvince - Added problems 25 and 48 from Project Euler
(edit) @17459 [17459] 15 months sartak r37413@onn: sartak | 2007-08-26 14:23:11 -0400 Two more Euler problems …
(edit) @17457 [17457] 15 months sartak r37410@onn: sartak | 2007-08-26 13:34:40 -0400 Three more Euler problems …
(edit) @17456 [17456] 15 months sartak r37404@onn: sartak | 2007-08-26 12:32:26 -0400 Add an alternate …
(edit) @17455 [17455] 15 months gnuvince - Added new problems - Added problem description and benchmarks to all …
(edit) @17450 [17450] 15 months gnuvince - Added examples by solving problems from Projet Euler.
(edit) @17435 [17435] 15 months Nelson Ferraz Fixed parse command; added dispatch table for actions.
(edit) @17241 [17241] 16 months kjwcode Replace all mentions of m19s28.vlinux.de with m19s28.dyndns.org …
(edit) @17219 [17219] 16 months diakopter moritz: here are evalbot's temp workarounds
(edit) @17176 [17176] 16 months diakopter 'cuz I like it that way.
(edit) @17101 [17101] 16 months moritz added sub prototypes to evalbot
(edit) @17073 [17073] 16 months diakopter modified svnbot.pl to use 'svn info' to obtain the latest repository HEAD …
(edit) @16778 [16778] 17 months diakopter argh; forgot I overrode the svn version on feather with one bugfix; forgot …
(edit) @16776 [16776] 17 months diakopter precache the svn diff url in svnbot
(edit) @16774 [16774] 17 months diakopter another dummy commit. sorry. :)
(edit) @16773 [16773] 17 months diakopter dummy commit. sorry. :)
(edit) @16772 [16772] 17 months diakopter fix my bug
(edit) @16771 [16771] 17 months diakopter adding new diff line to svnbot... tentatively.
(edit) @16655 [16655] 18 months lwall [svnbot.pl] need to predeclare &refs
(edit) @16652 [16652] 18 months rhr [unitsdat-grammar.pm] Misc. fixes
(edit) @16651 [16651] 18 months rhr [unitsdat-grammar.pm] Eliminate left recursion
(edit) @16636 [16636] 18 months moritz fixed /examples/matrix.pl (undeclared variable)
(edit) @16559 [16559] 18 months rhr [unitsdat-grammar.pm] Fix linear interpolator.
(edit) @16556 [16556] 18 months rhr [unitsdat-grammar.pm] Associativity fixes. Misc fixes and cleanups.
(edit) @16543 [16543] 18 months rhr [unitsdat-grammar.pm] Move interpolator code out of nl_piecewise closures. …
(edit) @16542 [16542] 18 months rhr [unitsdat-grammar.pm] NL fixes.
(edit) @16541 [16541] 18 months rhr [unitsdat-grammar.pm] Make NL conversion work right (maybe). Begin …
(edit) @16540 [16540] 18 months rhr [unitsdat-grammar.pm] Add support for constant NL funcs in unit defs. Add …
(edit) @16536 [16536] 18 months rhr [unitsdat-grammar.pm] Parse and (try to) convert nonlinear units. NL …
(edit) @16532 [16532] 18 months rhr [unitsdat-grammar.pm] Prepare for nonlinear units
(edit) @16528 [16528] 18 months rhr [unitsdat-grammar.pm] s/'...'/'{ ... }'/ Aankhen++
(edit) @16527 [16527] 18 months rhr [unitsdat-grammar.pm] Add NumUnit?, StrUnit?, and StrDispUnit?
(edit) @16523 [16523] 18 months rhr [unitsdat-grammar.pm] Call the generic grammar UnitsGeneric?
(edit) @16521 [16521] 18 months rhr unitsdat-grammar.pl is now unitsdat-grammar.pm
(edit) @16520 [16520] 18 months rhr [unitsdat-grammar.pl] Now a module. Add UnitsPerl? grammar for e.g. …
(edit) @16512 [16512] 18 months rhr [unitsdat-grammar.pl] moved to examples/rules for now. fix a typo.
(edit) @16511 [16511] 18 months rhr [examples/unitsdat-grammar.pl] eliminate repetitive actions (even less …
(edit) @16497 [16497] 18 months Aankhen * added examples/rules/Regexp-Common.pm (only contains list, ws and …
(edit) @16494 [16494] 18 months Aankhen * added examples/rules/Grammar-URI-RFC1738.pm
(edit) @16492 [16492] 18 months renormalist - the usual svn props
(edit) @16491 [16491] 18 months renormalist - the Currency recipe from P5's Moose covering roles in Perl6 syntax
(edit) @16485 [16485] 18 months Nelson Ferraz Space for contributors in README
(edit) @16479 [16479] 18 months Aankhen examples/rules/Grammar-IRC.pm: * fixed \c[BEL]
(edit) @16478 [16478] 18 months Aankhen examples/rules/Grammar-IRC.pm: * pretty much everything makes more sense …
(edit) @16474 [16474] 18 months Aankhen examples/rules/basic.pl: * rules have :sigspace implicitly. * program
(edit) @16473 [16473] 18 months Aankhen examples/rules/basic.pl: * fixed unmatched bracket spotted by …
(edit) @16472 [16472] 18 months Aankhen examples/rules/basic.pl: * grammar updates.
(edit) @16471 [16471] 18 months Aankhen examples/rules/Grammar-IRC.pm: * took a shot at the host rule.
(edit) @16470 [16470] 18 months Aankhen * added first stab at set of (as yet non-functional) grammars for parsing …
(edit) @16469 [16469] 18 months renormalist - mini newline fixes for better interactive console feeling
(edit) @16452 [16452] 18 months thoughtpolice added examples/promptr.p6
(edit) @16425 [16425] 18 months rhr [examples/unitsdat-grammar.pl] Add support for numnum, minor cleanups
(edit) @16322 [16322] 18 months rhr [examples/unitsdat-grammar.pl] Was allowing prefixes in the wrong place.
(edit) @16321 [16321] 18 months rhr [examples/unitsdat-grammar.pl] Add support for prefixes and plurals in …
(edit) @16320 [16320] 18 months rhr [examples/unitsdat-grammar.pl] Big refactoring, it actually makes sense …
(edit) @16319 [16319] 18 months rhr [examples/unitsdat-grammar.pl] Handle nested parens correctly …
(edit) @16314 [16314] 18 months rhr [examples/unitsdat-grammar.pl] more prefix fixes
(edit) @16313 [16313] 18 months rhr [examples/unitsdat-grammar.pl] self-recursive rules don't need repitition
(edit) @16312 [16312] 18 months rhr [examples/unitsdat-grammar.pl] add support for numerical builtins log sin …
(edit) @16311 [16311] 18 months rhr [examples/unitsdat-grammar.pl] more prefix thinkos, argh
(edit) @16310 [16310] 18 months rhr [examples/unitsdat-grammar.pl] correct prefix thinko
(edit) @16309 [16309] 18 months rhr [examples/unitsdat-grammar.pl] Support for unit prefixes, plurals. Random …
(edit) @16308 [16308] 18 months rhr [examples/unitsdat-grammar.pl] Add a rough draft of a parser for units(1) …
(edit) @16307 [16307] 18 months tene Stringify directions in adventure.pl correctly.
(edit) @16306 [16306] 18 months tene Fix adventure.pl to compile and run. Add a couple of commands.
(edit) @16241 [16241] 19 months Nelson Ferraz Added link to the presentation
(edit) @16240 [16240] 19 months Nelson Ferraz This is a simple adventure game from the presentation "Adventures in …
(edit) @16180 [16180] 19 months lwall [markov.pl] typo
(edit) @16178 [16178] 19 months rhr Add the silly Markov chain script to examples/ while I'm at it
(edit) @16177 [16177] 19 months rhr Add p5 version of password-manager
(edit) @16176 [16176] 19 months rhr Add a (relatively) full-featured password manager to examples/ (uses …
(edit) @16147 [16147] 19 months lwall corrected output of head-neck-tail test, @foo.say doesn't imply "@foo".say
(edit) @16136 [16136] 19 months gnuvince - Added a very simple example that prints a list or strings inside an …
(edit) @15819 [15819] 20 months darkwolf Update AUTORS and add echoserver.pl to examples
(edit) @15796 [15796] 20 months lwall Some whackage on the <'...'> to '...' transition, mostly tests.
(edit) @15655 [15655] 21 months audreyt * overloading.pl: Put explicit $_ in signature as it's required now.
(edit) @15618 [15618] 21 months audreyt * evalbot.pl: rather than fix pugs's INIT block, let's use a state …
(edit) @15351 [15351] 21 months diakopter closes ticket 8. http://dev.pugscode.org/ticket/8 Fix old repository …
(edit) @15297 [15297] 21 months audreyt * Revert the previous patch; everything back to no