hop.perl.plover.com
Higher-Order Perl
http://hop.perl.plover.com/preface.html
How did this happen? Perl was originally designed as a replacement for C on the one hand and Unix scripting languages like Bourne Shell and awk on the other. Perl's first major proponents were Unix system administrators, people familiar with C and with Unix scripting languages; they naturally tended to write Perl programs that resembled C and awk programs. Perl's inventor, Larry Wall, came from this sysadmin community, as did Randal Schwartz, his coauthor on. By Peter Norvig, includes a section titled.
hop.perl.plover.com
Higher-Order Perl (Chinese translation)
http://hop.perl.plover.com/hopcn
Higher-Order Perl (Chinese translation). Translated by Jiahai Teng. The book was published in July 2013. Copies are available in bookstores in China and from online booksellers:. The index was not included in the printed book. You can download it from here. No errors have been reported yet. Return to: Mark Dominus blog. Chinese-language contact jhteng@gmail.com.
hop.perl.plover.com
Higher-Order Perl
http://hop.perl.plover.com/grep.cgi
Return to: Universe of Discourse main page.
effectiveperl.blogspot.com
Effective Perl by Joseph N. Hall: February 2006
http://effectiveperl.blogspot.com/2006_02_01_archive.html
Effective Perl by Joseph N. Hall. Observations and Tips from the author of Effective Perl Programming. Thursday, February 02, 2006. Tip: Regular Expression Precedence Made Simple (as Arithmetic). The basic operations in Perl regular expressions. That is also - from highest to lowest (tightest-binding to loosest-binding) - their precedence. A super-quick review first:. A* # repetition - the character. A repeated zero or more times. B # repetition - the character b repeated one or more times. Multiplied to...
effectiveperl.blogspot.com
Effective Perl by Joseph N. Hall: January 2006
http://effectiveperl.blogspot.com/2006_01_01_archive.html
Effective Perl by Joseph N. Hall. Observations and Tips from the author of Effective Perl Programming. Monday, January 30, 2006. Tip: Creating a String of Random Hex Digits. Every once in a while a string of random hex digits. Comes in handy*, perhaps when you need a random. Alphanumeric name for something. The. My $rand hex = join " , map { unpack "H*", chr(rand(256) } 1.16;. 00 = n 256.0. Turns a character (a single-character string to be precise) into a 2-character MSB-first hex string - the. Another ...
effectiveperl.blogspot.com
Effective Perl by Joseph N. Hall: October 2007
http://effectiveperl.blogspot.com/2007_10_01_archive.html
Effective Perl by Joseph N. Hall. Observations and Tips from the author of Effective Perl Programming. Thursday, October 11, 2007. Your Phone Screen Homework Question. Create a hash that represents a set of items, and another hash that represents another set of items. Compute a hash that represents the union of both sets. Compute a hash that represents the intersection of both sets. Print out the contents of the union and intersection sets sorted in alphabetic order. Links to this post. How do you write ...
decontextualize.com
decontextualize · Scrabble sucks: My talk at !!Con
http://www.decontextualize.com/2014/05/scrabble-sucks-my-talk-at-con
Allison Parrish: words and projects. Lsaquo; RWET Spring 2014 Final Projects Round-Up. Task complete ›. Scrabble sucks: My talk at! May 30, 2014. I gave a talk at! A few weeks ago. The talk was called “Scrabble Sucks! Toward higher-order word games.” The talk is about some problems I have with Scrabble, and some of the games I’ve made in response to those problems. Download the slides and notes here. 8216;s list of all words that players have ever found, that are included in the PDF above for your perusal.
weblog.saardrimer.com
Reddit karma junky? link to Reddit praise, Dilbert, Paul Graham, Lisp… | Side Channels Reddit karma junky? link to Reddit praise, Dilbert, Paul Graham, Lisp… | you get what you pay for
http://weblog.saardrimer.com/index.php/reddit-karma-junky-link-to-reddit-praise-dilbert-paul-graham-lisp_194/comment-page-1
Skip to main content. Skip to secondary content. You get what you pay for. Link to Reddit praise, Dilbert, Paul Graham, Lisp…. December 7, 2005 by Saar Drimer. I was skeptical at first. But it won me over. I don’t bother that much with slashdot. As much as I used to. The simple interface, no comments and up/down moderation is the right combination. Things have changed at Reddit in the last few months due to increase in users, — I’m not talking about the conversion to Python. In short, I want Reddit to in...
videos.missbarbell.co.uk
Conference Videos - 2007
http://videos.missbarbell.co.uk/2007
What dreams may come! YAPC 2007 videos released. All videos are released with the permission of the presenters. If you wish to redistribute them, please respect the licence they are released under. Memoirs Of A Roadie. The Perl Community AdServer. YAPC Videos - 2007. 25-27 June 2007, see website. Perl Programming in Japanese" by Makoto Nozaki ( slides. At Makoto's request, this video has now been discontinued]. File: Copy: broken, inflexible, dangerous. Modules You Won't Find on CPAN. By Curtis "Ovid" Poe.