Perl - Recent Bookmarks - Page 1:
html - regular expression pattern not matching anywhere in string - Stack Overflow
Oh Yes You Can Use Regexes to Parse HTML http://bit.ly/pvxENT – Justin Vincent (justinvincent) http://twitter.com/justinvincent/status/89321205626187776
http://stackoverflow.com/questions/4231382/regular-expression-pattern-not-matching-anywhere-in-string/4234491#4234491
Tags: html, regex, perl, programming, reference, parsing, article, stackoverflow, interesting, parse Saved by: admin at 09 Jul 2011
Oh Yes You Can Use Regexes to Parse HTML http://bit.ly/pvxENT – Justin Vincent (justinvincent) http://twitter.com/justinvincent/status/89321205626187776
http://stackoverflow.com/questions/4231382/regular-expression-pattern-not-matching-anywhere-in-string/4234491#4234491
Tags: html, regex, perl, programming, reference, parsing, article, stackoverflow, interesting, parse Saved by: admin at 09 Jul 2011
pissed off about functional programming
Functional programming changes that by declaring that the frame of reference for a variable and the frame of reference for its value will always be the same. The frame of reference for a value equals ... Read more
http://perlmonks.org/?node_id=450922
Tags: programming, functional, perl, haskell, rant, toread, fp, functional-programming, compsci, functionalprogramming Saved by: admin at 27 Mar 2011
Functional programming changes that by declaring that the frame of reference for a variable and the frame of reference for its value will always be the same. The frame of reference for a value equals ... Read more
http://perlmonks.org/?node_id=450922
Tags: programming, functional, perl, haskell, rant, toread, fp, functional-programming, compsci, functionalprogramming Saved by: admin at 27 Mar 2011
serendipity - Project Hosting on Google Code
>If there's somewhere else you'd like to be, Serendipity Fare Tracker is a self-contained Perl script that runs continuously in the background and uses Kayak.com to find answers to questions like "Wha... Read more
http://code.google.com/p/serendipity/
Tags: travel, perl, programming, airplane, flight, kayak, opensource, tech, todo, 27c3 Saved by: admin at 30 Dec 2010
>If there's somewhere else you'd like to be, Serendipity Fare Tracker is a self-contained Perl script that runs continuously in the background and uses Kayak.com to find answers to questions like "Wha... Read more
http://code.google.com/p/serendipity/
Tags: travel, perl, programming, airplane, flight, kayak, opensource, tech, todo, 27c3 Saved by: admin at 30 Dec 2010
Modern Perl, by chromatic - Onyx Neon Press
Modern Perl is one way to describe how experienced and effective Perl 5 programmers work. They use language idioms. They take advantage of the CPAN. They're recognizably Perlish, and they show good ta... Read more
http://www.onyxneon.com/books/modern_perl/index.html
Tags: perl, programming, book, ebook, books, free, computer, pdf, education, ebooks Saved by: admin at 13 Nov 2010
Modern Perl is one way to describe how experienced and effective Perl 5 programmers work. They use language idioms. They take advantage of the CPAN. They're recognizably Perlish, and they show good ta... Read more
http://www.onyxneon.com/books/modern_perl/index.html
Tags: perl, programming, book, ebook, books, free, computer, pdf, education, ebooks Saved by: admin at 13 Nov 2010
簡単!たった13行のコードでHTML取得&解析をするPerlスクリプト - DQNEO起業日記
13行のコードで、Yahoo!Japanのトピックス一覧を取得する! PerlでHTML取得・解析したいときはLWP::UserAgentとHTML::TreeBuilderというのを使うと簡単にでき... Read more
http://dqn.sakusakutto.jp/2010/06/perlhtml.html
Tags: perl, html, library, parser, tips, lwp, module, programming, web, html::treebuilder Saved by: admin at 07 Jun 2010
13行のコードで、Yahoo!Japanのトピックス一覧を取得する! PerlでHTML取得・解析したいときはLWP::UserAgentとHTML::TreeBuilderというのを使うと簡単にでき... Read more
http://dqn.sakusakutto.jp/2010/06/perlhtml.html
Tags: perl, html, library, parser, tips, lwp, module, programming, web, html::treebuilder Saved by: admin at 07 Jun 2010
Ksplice » The top 10 tricks of Perl one-liners - System administration and software blog
I’ll never give up perl for quick one-liners on the command-line or in one-off scripts for munging text, though. Anything that lasts long enough to make it into git somewhere usually gets rewritten ... Read more
http://blog.ksplice.com/2010/05/top-10-perl-one-liner-tricks/
Tags: perl, oneliners, programming, tips, oneliner, toread, linux, shell, bash, reference Saved by: admin at 28 May 2010
I’ll never give up perl for quick one-liners on the command-line or in one-off scripts for munging text, though. Anything that lasts long enough to make it into git somewhere usually gets rewritten ... Read more
http://blog.ksplice.com/2010/05/top-10-perl-one-liner-tricks/
Tags: perl, oneliners, programming, tips, oneliner, toread, linux, shell, bash, reference Saved by: admin at 28 May 2010
Famous Perl One-Liners Explained, Part III: Calculations - good coders code, great reuse
@newsycombinator: "Famous Perl One-Liners Explained, Part III: Calculations http://bit.ly/2tbxjl" (from http://twitter.com/newsycombinator/status/5394503416)
http://www.catonmat.net/blog/perl-one-liners-explained-part-three/
Tags: perl, programming, oneliners, reference, tips, console, linux, shell, code, hacks Saved by: admin at 04 Nov 2009
@newsycombinator: "Famous Perl One-Liners Explained, Part III: Calculations http://bit.ly/2tbxjl" (from http://twitter.com/newsycombinator/status/5394503416)
http://www.catonmat.net/blog/perl-one-liners-explained-part-three/
Tags: perl, programming, oneliners, reference, tips, console, linux, shell, code, hacks Saved by: admin at 04 Nov 2009
Extending ltrace to make your Ruby/Python/Perl/PHP apps faster at time to bleed by Joe Damato
I want to see what is happening in userland and trace calls to extensions. Why doesn’t ltrace work for Ruby processes? I want to figure out which MySQL queries are causing my app to be slow.
http://timetobleed.com/extending-ltrace-to-make-your-rubypythonperlphp-apps-faster/
Tags: ltrace, ruby, performance, python, unix, php, perl, profiling, linux, libraries Saved by: admin at 09 Oct 2009
I want to see what is happening in userland and trace calls to extensions. Why doesn’t ltrace work for Ruby processes? I want to figure out which MySQL queries are causing my app to be slow.
http://timetobleed.com/extending-ltrace-to-make-your-rubypythonperlphp-apps-faster/
Tags: ltrace, ruby, performance, python, unix, php, perl, profiling, linux, libraries Saved by: admin at 09 Oct 2009
* is Unix
AaronFish: a little followup on that forking servers post with a couple more examples: http://jacobian.org/writing/star-is-unix/
http://jacobian.org/writing/star-is-unix/
Tags: programming, unix, python, networking, server, dev, ruby, c, perl, code Saved by: admin at 08 Oct 2009
AaronFish: a little followup on that forking servers post with a couple more examples: http://jacobian.org/writing/star-is-unix/
http://jacobian.org/writing/star-is-unix/
Tags: programming, unix, python, networking, server, dev, ruby, c, perl, code Saved by: admin at 08 Oct 2009
List of freely available programming books - Stack Overflow
Python * Dive Into Python * How to Think Like a Computer Scientist * A Byte of Python * Python for Fun Ruby * Why's (Poignant) Guide to Ruby PHP * Practical PHP Programmin... Read more
http://stackoverflow.com/questions/194812/list-of-freely-available-programming-books
Tags: programming, books, free, reference, python, ebooks, java, c++, php, perl Saved by: admin at 10 Aug 2009
Python * Dive Into Python * How to Think Like a Computer Scientist * A Byte of Python * Python for Fun Ruby * Why's (Poignant) Guide to Ruby PHP * Practical PHP Programmin... Read more
http://stackoverflow.com/questions/194812/list-of-freely-available-programming-books
Tags: programming, books, free, reference, python, ebooks, java, c++, php, perl Saved by: admin at 10 Aug 2009