サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
ドラクエ3
perl.plover.com
(Git Is Awesome) Length: 60 minutes Description This talk is about Git, the greatest creation of Linus Torvalds, who is also sometimes known as the author of the Linux kernel. Git is a revision control system with a number of innovative features. The talk does not explain how to use Git, but it does explain three of the innovative features, how they work, and why they are clever. The three feature
Length: 5 minutes Description The "design patterns" movement in software claims to have been inspired by the works of architect Christopher Alexander. But an examination of Alexander's books reveals that he was actually talking about something much more interesting. Readers are cautioned that these slides were not originally intended for distribution on the web; they were written to accompany a fi
What are Lightning Talks? Lightning Talks are sixteen five-minute talks in a ninety-minute time slot (or eleven in a sixty-minute slot.) Why Would You Want to do a Lightning Talk? Maybe you've never given a talk before, and you'd like to start small. For a Lightning Talk, you don't need to make slides, and if you do decide to make slides, you only need to make three. Maybe you're nervous and you'r
Mark-Jason Dominus Copyright © 1998 The Perl Journal. Reprinted with permission. This isn't an article about how to use regexes; you've probably seen plenty of those already. It's about how you would write a regex package from scratch, in a language like C that doesn't already have regexes. I'll demonstrate a new module, Regex.pm, which implements regexes from nothing, in Perl. This will give you
Matching ordinary regular expresions can be done in polynomial time, proportional to MN, where M is the length of the regular expression and N is the length of the string to be matched. The usual method for this is: Parse the regular expression and construct an equivalent finite automaton (FA), which will have O(M) states; then simulate the action of the FA on the input, which takes O(MN) time. My
Last Change: 11 July 2003 History of changes to my pages, including this one. Legend Added in the last four weeks. Updated in the last four weeks. Don't hold your breath. Complete List of Perl Paraphernalia Why I am boycotting Amazon -- $581.96 so far. List of upcoming public appearances Search Perl Paraphernalia Classes and Talks: General Information Lightning Talks / Communications éclair Paid C
このページを最初にブックマークしてみませんか?
『M-J. Dominus Perl Paraphernalia』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く