Perl Line Count Videos
![]() | p6apclps #27 Perl 6 Apocalypse www.perlfoundation.org - - would be equivalent to for ($a, $b) { s/foo/bar/ } But then maybe it's redundant, except that you could say @foo =~ s/foo/bar/ in the middle of an expression. But by and large, I think I'd rather see: @foo.grep {!m/\s/} instead of using "=~" for what is essentially a method call. In line with what we discussed before, the list version could be a hyperoperator: @foo . ^s/foo/bar/; or possibly: @foo ^. s/foo/bar/; Note that in the general case this all implies that there |
![]() | p6apclps #104 Perl 6 Apocalypse www.perlfoundation.org - - from other scopes. By default it exits from the innermost block (anything matching base class "Code"), but, as with "caller" and "want", you can optionally select the scope you want to return from. It's declared like this: multi leave (?$where = Code, *@value, Int +$skip, Str +$label) {...} which lets you say things like: leave; leave Block; leave &_ [== 1,2,3; # same as "return 1,2,3" leave where =] Parametric, value =] (1,2,3); leave Loop, label =] 'LINE', $retva |
![]() | An Introduction to sqlite Google techtalks May 31, 2006 Richard Hipp ABSTRACT sqlite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. sqlite implements a large subset of SQL-92 and stores a complete database in a single disk file. The library footprint is less than 250 KB making is suitable for use in embedded devices and applications where memory space is scarce. This talk provides a quick overview of sqlite, its history, its strengths and weaknesses, and describ |
![]() | Google I/O 2009 - Ignite Google I/O Google I/O 2009 - Ignite Google I/O Brady Forrest Ignite is a series of five minute geek talks. Each speaker gets 20 slides that auto-advance after 15 seconds. We've selected 9 speakers: Leo Dirac, Michael Driscoll, Pamela Fox, Tim Ferriss, Nitin Borwankar, Kevin Marks, Andrew Hatton, Robin Sloan, and Kathy Sierra. More about their talks on radar.oreilly.com For presentation slides and all I/O sessions, please go to: code.google.com/events/io/sessions.html |
![]() | Google I/O 2009 - ..Life of an App Engine Request Google I/O 2009 - From Spark Plug to Drive Train: Life of an App Engine Request Alon Levi App Engine's serving architecture allows for real-time autoscaling without using virtualization. In this session, we'll explore the path of a single app engine request, from front end to appserver, and explain how App Engine's small app footprint permits thousands of applications to share a single appserver. For presentation slides and all I/O sessions, please go to: code.google.com/events/io/sessions.html |




