From roberthpike at yahoo.com Wed Nov 4 09:05:59 2009 From: roberthpike at yahoo.com (Robert Pike) Date: Wed, 4 Nov 2009 09:05:59 -0800 (PST) Subject: [kw-pm] Adding to @INC Message-ID: <976200.72818.qm@web58708.mail.re1.yahoo.com> What's the easiest way to add onto the list of directories referenced by @INC (system level, not in the scripts themselves)? Thanks in advance for any help. __________________________________________________________________ Looking for the perfect gift? Give the gift of Flickr! http://www.flickr.com/gift/ From broadswd at gmail.com Wed Nov 4 14:52:39 2009 From: broadswd at gmail.com (Raymond) Date: Wed, 4 Nov 2009 17:52:39 -0500 Subject: [kw-pm] Adding to @INC In-Reply-To: <976200.72818.qm@web58708.mail.re1.yahoo.com> References: <976200.72818.qm@web58708.mail.re1.yahoo.com> Message-ID: You can add your modules into the site hierarchy, whose path is compiled into perl by default. You can expose the PERL5LIB environment variable with your paths in it. If you're using taint mode for anything though this isn't an option. Under apache you can do the above just for CGI, or in startup.pl or similar under mod_perl. Recompiling Perl is an option as well. On 11/4/09, Robert Pike wrote: > What's the easiest way to add onto the list of directories referenced by > @INC (system level, not in the scripts themselves)? Thanks in advance for > any help. > > > __________________________________________________________________ > Looking for the perfect gift? Give the gift of Flickr! > > http://www.flickr.com/gift/ > _______________________________________________ > kw-pm mailing list > kw-pm at pm.org > http://mail.pm.org/mailman/listinfo/kw-pm > -- Sent from my mobile device From abez at abez.ca Mon Nov 16 20:52:33 2009 From: abez at abez.ca (abez) Date: Mon, 16 Nov 2009 23:52:33 -0500 Subject: [kw-pm] Abstracts for the presentations I plan to give this week on Thursday Nov.19 Message-ID: <4B022C11.5090203@abez.ca> Here are the abstracts for the presentations I plan to give this week on Thursday Nov.19. What I deliver will be determined by the interests of those in the audience, so there is some choice about what is show. **** Mandelbulb (20mins+) Mandelbulb: Mandelbrot in 3D, an initial implementation and exploration. For this talk I will go over the idea of fractals and how one author has extended the classic Mandelbrot fractal into 3D and produced a very interesting structure. I will go over a few implementations of the fractal in multiple languages. By the end of the talk, the audience should be able to code up their own Mandelbulb generator or render. (mildly interactive, implementation driven) **** Email Extractor (10mins+) Email Extractor: I will go over an email extractor I wrote with the great help of Mail::MboxParser, which I use to analyze emails. I will go over what Mail::MboxParser has to offer, ways to clean up data, and potential uses for such an extraction. I will also discuss other modules like Mail::Box and how the modules differ, why you would use either and how you port some of the missing functionality over. (implementation driven) **** Optional: What's Hot and What's Not: Windowed Developer Topic Analysis (20mins+) This talk will go over the idea of topic analysis which is a technique you can apply to datasets consisting mostly of text. This work was presented at ICSM 2009 this year in Edmonton. What's Hot and What's Not: Windowed Developer Topic Analysis As development on a software project progresses, developers shift their focus between different topics and tasks many times. Managers and newcomer developers often seek ways of understanding what tasks have recently been worked on and how much effort has gone into each; for example, a manager might wonder what unexpected tasks occupied their team's attention during a period when they were supposed to have been implementing new features. Tools such as Latent Dirichlet Allocation (LDA) and Latent Semantic Indexing (LSI) can be used to extract a set of independent topics from a corpus of commit-log comments. Previous work in the area has created a single set of topics by analyzing comments from the entire lifetime of the project. In this paper, we propose windowing the topic analysis to give a more nuanced view of the system's evolution. By using a defined time-window of, for example, one month, we can track which topics come and go over time, and which ones recur. We propose visualizations of this model that allows us to explore the evolving stream of topics of development occurring over time. We demonstrate that windowed topic analysis offers advantages over topic analysis applied to a project's lifetime because many topics are quite local. (slides and colors wowee, interactive in terms of questions or tutorial aspect only) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 260 bytes Desc: OpenPGP digital signature URL: From daniel at coder.com Tue Nov 17 16:24:57 2009 From: daniel at coder.com (Daniel R. Allen) Date: Tue, 17 Nov 2009 19:24:57 -0500 (EST) Subject: [kw-pm] November KW Perl Mongers Meeting Message-ID: We have talks! We have our November kw-pm meeting this Thursday, 19 November, 2009 at 7pm at the usual place and time: University of Waterloo, DC 3323. Abez will talk on a subset of: "Mandelbulb", "Email Extractor" and/or "Windowed Topic Analysis" (his abstracts at: http://kw.pm.org/wiki/index.cgi?Abez19nov2009abstracts) fishbot will present on "Redefining Perl: Extending Perl Syntax the 21st Century Way" As usual, pizza is on us; so we know how much to order, please put your name onto: http://kw.pm.org/wiki/index.cgi?PizzaList by Thursday 5:30pm. For directions, check http://kw.pm.org/wiki/index.cgi?FAQ -- Advance warning: December's /pub/social meeting at the Whale and Ale will be a week early, unless a plurality of people can't make Thursday December 10th. For details, check our website. (If you can't make the 10th, let Daniel know either on IRC or at daniel at coder.com). Hope to see you Thursday! -Daniel From daniel at coder.com Tue Nov 17 19:13:42 2009 From: daniel at coder.com (Daniel R. Allen) Date: Tue, 17 Nov 2009 22:13:42 -0500 (EST) Subject: [kw-pm] November KW Perl Mongers Meeting In-Reply-To: <568402.32747.qm@web62401.mail.re1.yahoo.com> Message-ID: In response to a question about usernames on the wiki- just click 'log in' and make up any username and hit save (then go back to the page you want to edit). It is a rudimentary anti-spam measure. Thanks. -Daniel > ----- Original Message ---- > > We have talks! We have our November kw-pm meeting this Thursday, 19 > November, 2009 at 7pm at the usual place and time: University of Waterloo, > DC 3323. > > As usual, pizza is on us; so we know how much to order, please put your > name onto: http://kw.pm.org/wiki/index.cgi?PizzaList > by Thursday 5:30pm. > > -- > > Advance warning: December's /pub/social meeting at the Whale and Ale will > be a week early, unless a plurality of people can't make Thursday December > 10th. For details, check our website. (If you can't make the 10th, let > Daniel know either on IRC or at daniel at coder.com). > > Hope to see you Thursday! > -Daniel > > > > > From abez at abez.ca Fri Nov 20 11:51:24 2009 From: abez at abez.ca (Abram Hindle) Date: Fri, 20 Nov 2009 14:51:24 -0500 Subject: [kw-pm] Mandelbulb information Message-ID: <4B06F33C.4080007@abez.ca> So the White website which covers the Mandelbulb is here: http://www.skytopia.com/project/fractal/mandelbulb.html Where as my voxel and povray mandelbulb implementation and notes are here: http://softwareprocess.us/index.cgi/Mandelbulb Using the povray function mandelbulb that I added you can mod your own povray sources and go forth and explore raytraced mandelbulbs. It isn't hard :) abram -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 260 bytes Desc: OpenPGP digital signature URL: From roberthpike at yahoo.com Mon Nov 30 07:11:29 2009 From: roberthpike at yahoo.com (Robert Pike) Date: Mon, 30 Nov 2009 07:11:29 -0800 (PST) Subject: [kw-pm] "Tree" Display using Perl Message-ID: <909782.43207.qm@web58701.mail.re1.yahoo.com> Is anyone familar with any Perl modules that generate HTML code for tree display of data? I'm looking for something that accept data and generate a "tree of data" very similar to the way family trees are displayed. The data (per block - using the family tree as an example a person's block) will consist of an ID (primary display variable) and other biographic data below it and then each child block will have it's own information of course. Anyone work with such a module? I would appreciate any info you might have so I don't have to reinvent someting I don't have to. Thanks in advance. __________________________________________________________________ Looking for the perfect gift? Give the gift of Flickr! http://www.flickr.com/gift/ From foxryan at gmail.com Mon Nov 30 08:41:14 2009 From: foxryan at gmail.com (Ryan Fox) Date: Mon, 30 Nov 2009 11:41:14 -0500 Subject: [kw-pm] "Tree" Display using Perl In-Reply-To: <909782.43207.qm@web58701.mail.re1.yahoo.com> References: <909782.43207.qm@web58701.mail.re1.yahoo.com> Message-ID: It's not exactly HTML, but 'dot' (http://www.graphviz.org/) can output images and image maps (different parts of the image have URLs associated, and you can click on them) On Mon, Nov 30, 2009 at 10:11 AM, Robert Pike wrote: > Is anyone familar with any Perl modules that generate HTML code for tree > display of data? I'm looking for something that accept data and generate a > "tree of data" very similar to the way family trees are displayed. The data > (per block - using the family tree as an example a person's block) will > consist of an ID (primary display variable) and other biographic data below > it and then each child block will have it's own information of course. > Anyone work with such a module? I would appreciate any info you might have > so I don't have to reinvent someting I don't have to. Thanks in advance. > > > __________________________________________________________________ > Looking for the perfect gift? Give the gift of Flickr! > > http://www.flickr.com/gift/ > _______________________________________________ > kw-pm mailing list > kw-pm at pm.org > http://mail.pm.org/mailman/listinfo/kw-pm > -------------- next part -------------- An HTML attachment was scrubbed... URL: