From cj at enersave.ca Fri Mar 1 08:48:43 2013 From: cj at enersave.ca (Chris Jones) Date: Fri, 01 Mar 2013 11:48:43 -0500 Subject: [tpm] Last night In-Reply-To: <1B4AEADB-5BA1-4969-B252-4674B7C6D5B7@stok.ca> References: <1B4AEADB-5BA1-4969-B252-4674B7C6D5B7@stok.ca> Message-ID: <20130301164846.004E02E8A81@xx1.develooper.com> I thoroughly enjoyed the meeting last night. Thank you for all the feed back. I am looking forward to revising my Perl CGI scripts so they are more efficient and less "bulky". >> Christopher Jones, P.Eng. Suite 1801, 1 Yonge Street Toronto, ON M5E1W7 Tel. 416-203-7465 Fax. 416-946-1005 email cj at enersave.ca -------------- next part -------------- An HTML attachment was scrubbed... URL: From arocker at Vex.Net Fri Mar 1 14:35:02 2013 From: arocker at Vex.Net (arocker at Vex.Net) Date: Fri, 1 Mar 2013 17:35:02 -0500 Subject: [tpm] And for my next trick.... Message-ID: Chris's problem made for an interesting meeting, but now we need something for March. Any offers? From mike at stok.ca Fri Mar 1 14:47:46 2013 From: mike at stok.ca (Mike Stok) Date: Fri, 1 Mar 2013 17:47:46 -0500 Subject: [tpm] And for my next trick.... In-Reply-To: References: Message-ID: I thought Stuart Watt was able to do something about Scala (Yay!) He should confirm that though, as my memory is a tad unreliable! Mike On 2013-03-01, at 5:35 PM, arocker at Vex.Net wrote: > Chris's problem made for an interesting meeting, but now we need something > for March. Any offers? > > > > > > _______________________________________________ > toronto-pm mailing list > toronto-pm at pm.org > http://mail.pm.org/mailman/listinfo/toronto-pm -- Mike Stok http://www.stok.ca/~mike/ The "`Stok' disclaimers" apply. From arocker at Vex.Net Sat Mar 2 12:42:21 2013 From: arocker at Vex.Net (arocker at Vex.Net) Date: Sat, 2 Mar 2013 15:42:21 -0500 Subject: [tpm] PDL Message-ID: <0e2c7a96af01313ba9969865f5a2585f.squirrel@mail.vex.net> Something I should have remembered on Thursday evening: Perl Data Language. http://pdl.perl.org/ It might well be relevant to the application. From cj at enersave.ca Sat Mar 2 16:59:16 2013 From: cj at enersave.ca (Chris Jones) Date: Sat, 02 Mar 2013 19:59:16 -0500 Subject: [tpm] PDL In-Reply-To: <0e2c7a96af01313ba9969865f5a2585f.squirrel@mail.vex.net> References: <0e2c7a96af01313ba9969865f5a2585f.squirrel@mail.vex.net> Message-ID: <20130303005917.7AEAF120FC3@xx1.develooper.com> How about an intro to PDL? At 03:42 PM 02/03/2013, arocker at Vex.Net wrote: >Something I should have remembered on Thursday evening: Perl Data Language. > > http://pdl.perl.org/ It might well be relevant to the application. > > > >_______________________________________________ >toronto-pm mailing list >toronto-pm at pm.org >http://mail.pm.org/mailman/listinfo/toronto-pm >> Christopher Jones, P.Eng. Suite 1801, 1 Yonge Street Toronto, ON M5E1W7 Tel. 416-203-7465 Fax. 416-946-1005 email cj at enersave.ca -------------- next part -------------- An HTML attachment was scrubbed... URL: From cj at enersave.ca Tue Mar 5 02:35:32 2013 From: cj at enersave.ca (Chris Jones) Date: Tue, 05 Mar 2013 05:35:32 -0500 Subject: [tpm] Meeting last week, task priority In-Reply-To: <20130301164846.004E02E8A81@xx1.develooper.com> References: <1B4AEADB-5BA1-4969-B252-4674B7C6D5B7@stok.ca> <20130301164846.004E02E8A81@xx1.develooper.com> Message-ID: <20130305103532.EAE162E8A81@xx1.develooper.com> Good morning Mongers! Last weeks meeting left me with a list of priorities. The first priority is to break things down into bite size pieces. To that end, I have two tasks for which I would like to enlist help. The first, and more important of the two is to help me create a script that can read in the modelling program results file and spit out some tab delineated files. At the moment, I am only interested in two reports in that file. The second is more onerous, provide guidance on how to start cleaning up my very bad CGI scripts to pull out functions that are defined in each of the script files. I don't know how to make a library or module of functions that can be called from more than one script. A nice young man, also named Chris, indicated he might have to time to provide to some guidance. Both of these tasks are tied to how productive my day job work becomes and to that end I feel it is only fair to provide compensation for those who assist. My question is can I attach files to email to the Perl Mongers list so you can gain an appreciation of how much work is required? >> Christopher Jones, P.Eng. Suite 1801, 1 Yonge Street Toronto, ON M5E1W7 Tel. 416-203-7465 Fax. 416-946-1005 email cj at enersave.ca -------------- next part -------------- An HTML attachment was scrubbed... URL: From fifteen3 at gmail.com Tue Mar 5 05:29:55 2013 From: fifteen3 at gmail.com (Carlo Costantini) Date: Tue, 5 Mar 2013 08:29:55 -0500 Subject: [tpm] Meeting last week, task priority In-Reply-To: <20130305103532.EAE162E8A81@xx1.develooper.com> References: <1B4AEADB-5BA1-4969-B252-4674B7C6D5B7@stok.ca> <20130301164846.004E02E8A81@xx1.develooper.com> <20130305103532.EAE162E8A81@xx1.develooper.com> Message-ID: You are probably better off using Dropbox or Google Drive to store all the documents you want to share with people and then sharing the folder. If you are planning on sharing code you should set up a git repository and put that in dropbox or host on as either a public or private repo depending on whether or not you plan on sharing the results with the world. On Tue, Mar 5, 2013 at 5:35 AM, Chris Jones wrote: > Good morning Mongers! Last weeks meeting left me with a list of priorities. > The first priority is to break things down into bite size pieces. To that > end, I have two tasks for which I would like to enlist help. > > The first, and more important of the two is to help me create a script that > can read in the modelling program results file and spit out some tab > delineated files. At the moment, I am only interested in two reports in > that file. > > > The second is more onerous, provide guidance on how to start cleaning up my > very bad CGI scripts to pull out functions that are defined in each of the > script files. I don't know how to make a library or module of functions > that can be called from more than one script. A nice young man, also named > Chris, indicated he might have to time to provide to some guidance. > > Both of these tasks are tied to how productive my day job work becomes and > to that end I feel it is only fair to provide compensation for those who > assist. > > My question is can I attach files to email to the Perl Mongers list so you > can gain an appreciation of how much work is required? > > > > > > >>> > Christopher Jones, P.Eng. > Suite 1801, 1 Yonge Street > Toronto, ON M5E1W7 > Tel. 416-203-7465 > Fax. 416-946-1005 > email cj at enersave.ca > > > _______________________________________________ > toronto-pm mailing list > toronto-pm at pm.org > http://mail.pm.org/mailman/listinfo/toronto-pm > From cj at enersave.ca Tue Mar 5 09:36:47 2013 From: cj at enersave.ca (Chris Jones) Date: Tue, 05 Mar 2013 12:36:47 -0500 Subject: [tpm] Meeting last week, task priority In-Reply-To: References: <1B4AEADB-5BA1-4969-B252-4674B7C6D5B7@stok.ca> <20130301164846.004E02E8A81@xx1.develooper.com> <20130305103532.EAE162E8A81@xx1.develooper.com> Message-ID: <20130305173651.D766F11EBC3@xx1.develooper.com> I would like to share the first task with the world. The second one I can't really share but for that task, I do need help to "optimize" the CGI scripts and how to create library of functions that I copy from one file to the others for lack of knowledge. Would I share the dropbox with the Mongers or just with those who are interested in assisting me? Is Git like an SVN type version control site? At 08:29 AM 05/03/2013, Carlo Costantini wrote: >You are probably better off using Dropbox or Google Drive to store all >the documents you want to share >with people and then sharing the folder. > >If you are planning on sharing code you should set up a git repository >and put that in dropbox or host on as >either a public or private repo depending on whether or not you plan >on sharing the results with the world. > > > >On Tue, Mar 5, 2013 at 5:35 AM, Chris Jones wrote: > > Good morning Mongers! Last weeks meeting left me with a list of > priorities. > > The first priority is to break things down into bite size pieces. To that > > end, I have two tasks for which I would like to enlist help. > > > > The first, and more important of the two is to help me create a script that > > can read in the modelling program results file and spit out some tab > > delineated files. At the moment, I am only interested in two reports in > > that file. > > > > > > The second is more onerous, provide guidance on how to start cleaning up my > > very bad CGI scripts to pull out functions that are defined in each of the > > script files. I don't know how to make a library or module of functions > > that can be called from more than one script. A nice young man, also named > > Chris, indicated he might have to time to provide to some guidance. > > > > Both of these tasks are tied to how productive my day job work becomes and > > to that end I feel it is only fair to provide compensation for those who > > assist. > > > > My question is can I attach files to email to the Perl Mongers list so you > > can gain an appreciation of how much work is required? > > > > > > > > > > > > > >>> > > Christopher Jones, P.Eng. > > Suite 1801, 1 Yonge Street > > Toronto, ON M5E1W7 > > Tel. 416-203-7465 > > Fax. 416-946-1005 > > email cj at enersave.ca > > > > > > _______________________________________________ > > toronto-pm mailing list > > toronto-pm at pm.org > > http://mail.pm.org/mailman/listinfo/toronto-pm > > >> Christopher Jones, P.Eng. Suite 1801, 1 Yonge Street Toronto, ON M5E1W7 Tel. 416-203-7465 Fax. 416-946-1005 email cj at enersave.ca -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at stok.ca Tue Mar 5 19:37:36 2013 From: mike at stok.ca (Mike Stok) Date: Tue, 5 Mar 2013 22:37:36 -0500 Subject: [tpm] Meeting last week, task priority In-Reply-To: <20130305173651.D766F11EBC3@xx1.develooper.com> References: <1B4AEADB-5BA1-4969-B252-4674B7C6D5B7@stok.ca> <20130301164846.004E02E8A81@xx1.develooper.com> <20130305103532.EAE162E8A81@xx1.develooper.com> <20130305173651.D766F11EBC3@xx1.develooper.com> Message-ID: <04DA6987-528F-47BF-83D8-9CAC53FE844E@stok.ca> Chris, How familiar are you with git? The Toronto Perl Mongers already have an account on github - https://github.com/toronto-perl-mongers and if you have (or create yourself) a free github account we can add you to the group and maybe set up a project for the first task. If that was set up then maybe you could supply some sample input and output files to specify what needs doing, and we can progress from there. To make the best use of a site like github you need to be proficient with git. The site is very convenient. Mike On 2013-03-05, at 12:36 PM, Chris Jones wrote: > I would like to share the first task with the world. The second one I can't really share but for that task, I do need help to "optimize" the CGI scripts and how to create library of functions that I copy from one file to the others for lack of knowledge. > > Would I share the dropbox with the Mongers or just with those who are interested in assisting me? > > Is Git like an SVN type version control site? > > At 08:29 AM 05/03/2013, Carlo Costantini wrote: >> You are probably better off using Dropbox or Google Drive to store all >> the documents you want to share >> with people and then sharing the folder. >> >> If you are planning on sharing code you should set up a git repository >> and put that in dropbox or host on as >> either a public or private repo depending on whether or not you plan >> on sharing the results with the world. >> >> >> >> On Tue, Mar 5, 2013 at 5:35 AM, Chris Jones wrote: >> > Good morning Mongers! Last weeks meeting left me with a list of priorities. >> > The first priority is to break things down into bite size pieces. To that >> > end, I have two tasks for which I would like to enlist help. >> > >> > The first, and more important of the two is to help me create a script that >> > can read in the modelling program results file and spit out some tab >> > delineated files. At the moment, I am only interested in two reports in >> > that file. >> > >> > >> > The second is more onerous, provide guidance on how to start cleaning up my >> > very bad CGI scripts to pull out functions that are defined in each of the >> > script files. I don't know how to make a library or module of functions >> > that can be called from more than one script. A nice young man, also named >> > Chris, indicated he might have to time to provide to some guidance. >> > >> > Both of these tasks are tied to how productive my day job work becomes and >> > to that end I feel it is only fair to provide compensation for those who >> > assist. >> > >> > My question is can I attach files to email to the Perl Mongers list so you >> > can gain an appreciation of how much work is required? >> > >> > >> > >> > >> > >> > >> >>> >> > Christopher Jones, P.Eng. >> > Suite 1801, 1 Yonge Street >> > Toronto, ON M5E1W7 >> > Tel. 416-203-7465 >> > Fax. 416-946-1005 >> > email cj at enersave.ca >> > >> > >> > _______________________________________________ >> > toronto-pm mailing list >> > toronto-pm at pm.org >> > http://mail.pm.org/mailman/listinfo/toronto-pm >> > > > >> > Christopher Jones, P.Eng. > Suite 1801, 1 Yonge Street > Toronto, ON M5E1W7 > Tel. 416-203-7465 > Fax. 416-946-1005 > email cj at enersave.ca > > _______________________________________________ > toronto-pm mailing list > toronto-pm at pm.org > http://mail.pm.org/mailman/listinfo/toronto-pm -- Mike Stok http://www.stok.ca/~mike/ The "`Stok' disclaimers" apply. -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at stok.ca Tue Mar 5 19:43:04 2013 From: mike at stok.ca (Mike Stok) Date: Tue, 5 Mar 2013 22:43:04 -0500 Subject: [tpm] Meeting last week, task priority In-Reply-To: <20130305173651.D766F11EBC3@xx1.develooper.com> References: <1B4AEADB-5BA1-4969-B252-4674B7C6D5B7@stok.ca> <20130301164846.004E02E8A81@xx1.develooper.com> <20130305103532.EAE162E8A81@xx1.develooper.com> <20130305173651.D766F11EBC3@xx1.develooper.com> Message-ID: On 2013-03-05, at 12:36 PM, Chris Jones wrote: > Is Git like an SVN type version control site? Git is a version control system - see http://git-scm.com, and github.com is a site which hosts many git repositories. There are other public git hosting sites - see https://git.wiki.kernel.org/index.php/GitHosting for a sampling. Mike -- Mike Stok http://www.stok.ca/~mike/ The "`Stok' disclaimers" apply. -------------- next part -------------- An HTML attachment was scrubbed... URL: From arocker at Vex.Net Wed Mar 6 14:01:21 2013 From: arocker at Vex.Net (arocker at Vex.Net) Date: Wed, 6 Mar 2013 17:01:21 -0500 Subject: [tpm] Subroutines and modules Message-ID: <67546d3e3cb6c46e13d3da11cb775599.squirrel@mail.vex.net> Following our discussion last week, I've prepared a simple example of refactoring repeated code, (naive), first to a subroutine, (subro), then to a module (Counter.pm) used by a program (counts). I'm courting public humiliation by publishing them. (See the attached.) The first 2 are easy to run, but "counts" requires Counter.pm to be in one of the directories named in @INC. In every case, the result should be: Number is 4 Number is 5 The programs are pretty useless in themselves, but I wanted to concentrate on the essential points. -------------- next part -------------- A non-text attachment was scrubbed... Name: naive Type: application/octet-stream Size: 329 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: subro Type: application/octet-stream Size: 634 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: counts Type: application/octet-stream Size: 264 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Counter.pm Type: application/octet-stream Size: 468 bytes Desc: not available URL: From cj at enersave.ca Fri Mar 8 18:51:00 2013 From: cj at enersave.ca (Chris Jones) Date: Fri, 08 Mar 2013 21:51:00 -0500 Subject: [tpm] Last meeting last week, task priority 1 In-Reply-To: References: <1B4AEADB-5BA1-4969-B252-4674B7C6D5B7@stok.ca> <20130301164846.004E02E8A81@xx1.develooper.com> <20130305103532.EAE162E8A81@xx1.develooper.com> <20130305173651.D766F11EBC3@xx1.develooper.com> Message-ID: <20130309025100.9609611EF02@xx1.develooper.com> At 10:43 PM 05/03/2013, Mike Stok wrote: >On 2013-03-05, at 12:36 PM, Chris Jones ><cj at enersave.ca> wrote: > >>Is Git like an SVN type version control site? > >Git is a version control system - see >http://git-scm.com, and >github.com is a site which hosts many git >repositories. There are other public git hosting sites - see >https://git.wiki.kernel.org/index.php/GitHosting >for a sampling. > >Mike > Mike, I have installed Git and started reading the documentation. It will take me a bit to get up to speed on setting up my repository but I keep plugging away in my "spare" time. In the mean time, I am wondering if someone would be willing to look at my first task - parsing the text file results report file to coach me on the best approach to parsing and storing the data. One of the issues is the on part of the report will change depending on what the type system included in the model. The other issue is some lines wrap to two lines depening on the equipment defined for that portion of the model. It seems line a big issue to me at this point. So if someone wishes to look at the problem and can provide an estimate of possible time they would have to spend helping out, I am certainly willing to compensate. Thanks again for having me to the Mongers meeting. >> Christopher Jones, P.Eng. Suite 1801, 1 Yonge Street Toronto, ON M5E1W7 Tel. 416-203-7465 Fax. 416-946-1005 email cj at enersave.ca -------------- next part -------------- An HTML attachment was scrubbed... URL: From olaf.alders at gmail.com Fri Mar 8 19:28:53 2013 From: olaf.alders at gmail.com (Olaf Alders) Date: Fri, 8 Mar 2013 22:28:53 -0500 Subject: [tpm] brian d foy looking for Mongers to hang out with tomorrow (Saturday) evening Message-ID: Hi Folks, Please see this tweet: https://twitter.com/briandfoy_perl/status/310205162566336512 I've got family stuff going on tomorrow evening, but I'm guessing there might be some folks on the list who would want to hang with brian. :) Olaf -- Olaf Alders olaf.alders at gmail.com http://www.wundercounter.com http://twitter.com/wundercounter 866 503 2204 (Toll free - North America) 416 944 8306 (direct) From cj at enersave.ca Sat Mar 9 05:17:45 2013 From: cj at enersave.ca (Chris Jones) Date: Sat, 09 Mar 2013 08:17:45 -0500 Subject: [tpm] Subroutines and modules In-Reply-To: <67546d3e3cb6c46e13d3da11cb775599.squirrel@mail.vex.net> References: <67546d3e3cb6c46e13d3da11cb775599.squirrel@mail.vex.net> Message-ID: <20130309131750.7B71E11EEB4@xx1.develooper.com> At 05:01 PM 06/03/2013, arocker at Vex.Net wrote: >Following our discussion last week, I've prepared a simple example of >refactoring repeated code, (naive), first to a subroutine, (subro), then >to a module (Counter.pm) used by a program (counts). > >I'm courting public humiliation by publishing them. (See the attached.) >The first 2 are easy to run, but "counts" requires Counter.pm to be in one >of the directories named in @INC. > >In every case, the result should be: >Number is 4 >Number is 5 > >The programs are pretty useless in themselves, but I wanted to concentrate >on the essential points. Thank you, that provides great direction. >> Christopher Jones, P.Eng. Suite 1801, 1 Yonge Street Toronto, ON M5E1W7 Tel. 416-203-7465 Fax. 416-946-1005 email cj at enersave.ca -------------- next part -------------- An HTML attachment was scrubbed... URL: From jztam at yahoo.com Sat Mar 9 07:20:32 2013 From: jztam at yahoo.com (J Z Tam) Date: Sat, 9 Mar 2013 07:20:32 -0800 (PST) Subject: [tpm] brian d foy looking for Mongers to hang out with tomorrow (Saturday) evening In-Reply-To: Message-ID: <1362842432.7377.YahooMailClassic@web120902.mail.ne1.yahoo.com> holy SNAP... gone to montreal.? But him a beer for me.. pay you back next time.? ;-) For all he`s done for me... buy him THREE! jordan --- On Fri, 3/8/13, Olaf Alders wrote: From: Olaf Alders Subject: [tpm] brian d foy looking for Mongers to hang out with tomorrow (Saturday) evening To: toronto-pm at pm.org Received: Friday, March 8, 2013, 10:28 PM Hi Folks, Please see this tweet: https://twitter.com/briandfoy_perl/status/310205162566336512 I've got family stuff going on tomorrow evening, but I'm guessing there might be some folks on the list who would want to hang with brian.? :) Olaf -- Olaf Alders olaf.alders at gmail.com http://www.wundercounter.com http://twitter.com/wundercounter 866 503 2204 (Toll free - North America) 416 944 8306 (direct) _______________________________________________ toronto-pm mailing list toronto-pm at pm.org http://mail.pm.org/mailman/listinfo/toronto-pm -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at stok.ca Sat Mar 9 13:24:46 2013 From: mike at stok.ca (Mike Stok) Date: Sat, 9 Mar 2013 16:24:46 -0500 Subject: [tpm] brian d foy looking for Mongers to hang out with tomorrow (Saturday) evening In-Reply-To: References: Message-ID: <2DE26283-BF6F-4E69-86FB-F7AB73D3CF92@stok.ca> Plan "A" : C'est What. This evening. 6PM Mike On 2013-03-08, at 10:28 PM, Olaf Alders wrote: > Hi Folks, > > Please see this tweet: > > https://twitter.com/briandfoy_perl/status/310205162566336512 > > I've got family stuff going on tomorrow evening, but I'm guessing there might be some folks on the list who would want to hang with brian. :) > > Olaf > -- > Olaf Alders > olaf.alders at gmail.com > > http://www.wundercounter.com > http://twitter.com/wundercounter > > 866 503 2204 (Toll free - North America) > 416 944 8306 (direct) > > _______________________________________________ > toronto-pm mailing list > toronto-pm at pm.org > http://mail.pm.org/mailman/listinfo/toronto-pm -- Mike Stok http://www.stok.ca/~mike/ The "`Stok' disclaimers" apply. From talexb at gmail.com Sat Mar 9 13:29:01 2013 From: talexb at gmail.com (Alex Beamish) Date: Sat, 9 Mar 2013 16:29:01 -0500 Subject: [tpm] brian d foy looking for Mongers to hang out with tomorrow (Saturday) evening In-Reply-To: <2DE26283-BF6F-4E69-86FB-F7AB73D3CF92@stok.ca> References: <2DE26283-BF6F-4E69-86FB-F7AB73D3CF92@stok.ca> Message-ID: I will be there 6pm plus delta. Alex On Mar 9, 2013 4:25 PM, "Mike Stok" wrote: > Plan "A" : C'est What. This evening. 6PM > > Mike > > On 2013-03-08, at 10:28 PM, Olaf Alders wrote: > > > Hi Folks, > > > > Please see this tweet: > > > > https://twitter.com/briandfoy_perl/status/310205162566336512 > > > > I've got family stuff going on tomorrow evening, but I'm guessing there > might be some folks on the list who would want to hang with brian. :) > > > > Olaf > > -- > > Olaf Alders > > olaf.alders at gmail.com > > > > http://www.wundercounter.com > > http://twitter.com/wundercounter > > > > 866 503 2204 (Toll free - North America) > > 416 944 8306 (direct) > > > > _______________________________________________ > > toronto-pm mailing list > > toronto-pm at pm.org > > http://mail.pm.org/mailman/listinfo/toronto-pm > > -- > > Mike Stok > http://www.stok.ca/~mike/ > > The "`Stok' disclaimers" apply. > > > > > _______________________________________________ > toronto-pm mailing list > toronto-pm at pm.org > http://mail.pm.org/mailman/listinfo/toronto-pm > -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike_sivec at yahoo.ca Sat Mar 9 13:50:51 2013 From: mike_sivec at yahoo.ca (Sivec Mike) Date: Sat, 9 Mar 2013 13:50:51 -0800 (PST) Subject: [tpm] brian d foy looking for Mongers to hang out with tomorrow (Saturday) evening In-Reply-To: References: <2DE26283-BF6F-4E69-86FB-F7AB73D3CF92@stok.ca> Message-ID: <1362865851.47993.YahooMailNeo@web161406.mail.bf1.yahoo.com> count me in too. ________________________________ From: Alex Beamish To: Mike Stok Cc: toronto-pm at pm.org Sent: Saturday, March 9, 2013 4:29:01 PM Subject: Re: [tpm] brian d foy looking for Mongers to hang out with tomorrow (Saturday) evening I will be there 6pm plus delta. Alex On Mar 9, 2013 4:25 PM, "Mike Stok" wrote: Plan "A" : C'est What. This evening. ?6PM > >Mike > >On 2013-03-08, at 10:28 PM, Olaf Alders wrote: > >> Hi Folks, >> >> Please see this tweet: >> >> https://twitter.com/briandfoy_perl/status/310205162566336512 >> >> I've got family stuff going on tomorrow evening, but I'm guessing there might be some folks on the list who would want to hang with brian. ?:) >> >> Olaf >> -- >> Olaf Alders >> olaf.alders at gmail.com >> >> http://www.wundercounter.com/ >> http://twitter.com/wundercounter >> >> 866 503 2204 (Toll free - North America) >> 416 944 8306 (direct) >> >> _______________________________________________ >> toronto-pm mailing list >> toronto-pm at pm.org >> http://mail.pm.org/mailman/listinfo/toronto-pm > >-- > >Mike Stok >http://www.stok.ca/~mike/ > >The "`Stok' disclaimers" apply. > > > > >_______________________________________________ >toronto-pm mailing list >toronto-pm at pm.org >http://mail.pm.org/mailman/listinfo/toronto-pm > _______________________________________________ toronto-pm mailing list toronto-pm at pm.org http://mail.pm.org/mailman/listinfo/toronto-pm -------------- next part -------------- An HTML attachment was scrubbed... URL: From dave.s.doyle at gmail.com Sat Mar 9 15:57:56 2013 From: dave.s.doyle at gmail.com (Dave Doyle) Date: Sat, 9 Mar 2013 18:57:56 -0500 Subject: [tpm] brian d foy looking for Mongers to hang out with tomorrow (Saturday) evening In-Reply-To: <2DE26283-BF6F-4E69-86FB-F7AB73D3CF92@stok.ca> References: <2DE26283-BF6F-4E69-86FB-F7AB73D3CF92@stok.ca> Message-ID: Obviously, I couldn't make it so my regards to mr foy. -- dave.s.doyle at gmail.com Sent from my iPhone On 2013-03-09, at 4:24 PM, Mike Stok wrote: > Plan "A" : C'est What. This evening. 6PM > > Mike > > On 2013-03-08, at 10:28 PM, Olaf Alders wrote: > >> Hi Folks, >> >> Please see this tweet: >> >> https://twitter.com/briandfoy_perl/status/310205162566336512 >> >> I've got family stuff going on tomorrow evening, but I'm guessing there might be some folks on the list who would want to hang with brian. :) >> >> Olaf >> -- >> Olaf Alders >> olaf.alders at gmail.com >> >> http://www.wundercounter.com >> http://twitter.com/wundercounter >> >> 866 503 2204 (Toll free - North America) >> 416 944 8306 (direct) >> >> _______________________________________________ >> toronto-pm mailing list >> toronto-pm at pm.org >> http://mail.pm.org/mailman/listinfo/toronto-pm > > -- > > Mike Stok > http://www.stok.ca/~mike/ > > The "`Stok' disclaimers" apply. > > > > > _______________________________________________ > toronto-pm mailing list > toronto-pm at pm.org > http://mail.pm.org/mailman/listinfo/toronto-pm From mike at stok.ca Tue Mar 12 04:54:10 2013 From: mike at stok.ca (Mike Stok) Date: Tue, 12 Mar 2013 07:54:10 -0400 Subject: [tpm] Fwd: How many programming languages do you recognise... References: <513EFC36.6070508@sgul.ac.uk> Message-ID: Like he said, "a bit of Tuesday fun" Begin forwarded message: > From: Adam Witney > Subject: How many programming languages do you recognise... > Date: 12 March, 2013 5:58:14 AM EDT > To: "London. M[ou]ngers" > Reply-To: "London.pm Perl M\[ou\]ngers" > > [a bit of Tuesday fun!] > > from 20 small Hello World code snippets: > > http://www.infoworld.com/d/application-development/hello-world-programming-languages-quiz-188874 -- Mike Stok http://www.stok.ca/~mike/ The "`Stok' disclaimers" apply. -------------- next part -------------- An HTML attachment was scrubbed... URL: From olaf.alders at gmail.com Thu Mar 21 14:18:58 2013 From: olaf.alders at gmail.com (Olaf Alders) Date: Thu, 21 Mar 2013 17:18:58 -0400 Subject: [tpm] And for my next trick.... In-Reply-To: References: Message-ID: <59883967-0857-493D-B6C3-9632C0D3CA77@gmail.com> On 2013-03-01, at 5:47 PM, Mike Stok wrote: > I thought Stuart Watt was able to do something about Scala (Yay!) He should confirm that though, as my memory is a tad unreliable! > > Mike > Do we have a confirmation on this? Let me know and I'll update the site. Olaf -- Olaf Alders olaf.alders at gmail.com http://www.wundercounter.com http://twitter.com/wundercounter 866 503 2204 (Toll free - North America) 416 944 8306 (direct) From stuart at morungos.com Thu Mar 21 14:33:20 2013 From: stuart at morungos.com (Stuart Watt) Date: Thu, 21 Mar 2013 17:33:20 -0400 Subject: [tpm] And for my next trick.... In-Reply-To: <59883967-0857-493D-B6C3-9632C0D3CA77@gmail.com> References: <59883967-0857-493D-B6C3-9632C0D3CA77@gmail.com> Message-ID: <3811863D-FB47-4714-A77F-1B0C1BC28B54@morungos.com> You do. Haven't written it yet, but I'll be able do this. --S On 2013-03-21, at 5:18 PM, Olaf Alders wrote: > > On 2013-03-01, at 5:47 PM, Mike Stok wrote: > >> I thought Stuart Watt was able to do something about Scala (Yay!) He should confirm that though, as my memory is a tad unreliable! >> >> Mike >> > > Do we have a confirmation on this? Let me know and I'll update the site. > > Olaf > -- > Olaf Alders > olaf.alders at gmail.com > > http://www.wundercounter.com > http://twitter.com/wundercounter > > 866 503 2204 (Toll free - North America) > 416 944 8306 (direct) > > _______________________________________________ > toronto-pm mailing list > toronto-pm at pm.org > http://mail.pm.org/mailman/listinfo/toronto-pm From jztam at yahoo.com Fri Mar 22 06:31:53 2013 From: jztam at yahoo.com (J Z Tam) Date: Fri, 22 Mar 2013 06:31:53 -0700 (PDT) Subject: [tpm] And for my next trick.... In-Reply-To: <3811863D-FB47-4714-A77F-1B0C1BC28B54@morungos.com> Message-ID: <1363959113.42095.YahooMailClassic@web120903.mail.ne1.yahoo.com> Outage:? currently to.pm.org?? is not routing correctly.??? Indy and I are dealing with it. Updates relayed as they occur. /jordan --- On Thu, 3/21/13, Stuart Watt wrote: From: Stuart Watt Subject: Re: [tpm] And for my next trick.... To: "Olaf Alders" Cc: toronto-pm at pm.org Received: Thursday, March 21, 2013, 5:33 PM You do. Haven't written it yet, but I'll be able do this. --S On 2013-03-21, at 5:18 PM, Olaf Alders wrote: > > On 2013-03-01, at 5:47 PM, Mike Stok wrote: > >> I thought Stuart Watt was able to do something about Scala (Yay!)? He should confirm that though, as my memory is a tad unreliable! >> >> Mike >> > > Do we have a confirmation on this? Let me know and I'll update the site. > > Olaf > -- > Olaf Alders > olaf.alders at gmail.com > > http://www.wundercounter.com > http://twitter.com/wundercounter > > 866 503 2204 (Toll free - North America) > 416 944 8306 (direct) > > _______________________________________________ > toronto-pm mailing list > toronto-pm at pm.org > http://mail.pm.org/mailman/listinfo/toronto-pm _______________________________________________ toronto-pm mailing list toronto-pm at pm.org http://mail.pm.org/mailman/listinfo/toronto-pm -------------- next part -------------- An HTML attachment was scrubbed... URL: From jztam at yahoo.com Tue Mar 26 07:18:08 2013 From: jztam at yahoo.com (J Z Tam) Date: Tue, 26 Mar 2013 07:18:08 -0700 (PDT) Subject: [tpm] Update: IP redirection to to.pm.org s/b routable in roughly 2 days. In-Reply-To: <1363959113.42095.YahooMailClassic@web120903.mail.ne1.yahoo.com> Message-ID: <1364307488.55226.YahooMailClassic@web120905.mail.ne1.yahoo.com> Just heard back from the man behind the curtain, and he says that the record for the to.pm.org site should propagate out to us within a couple of days (or so).?? Let us know when you happen to route correctly to our site. @indy @olaf @stuart @mike? thanks for your efforts before, during and after this outage. We ALL appreciate your time spent. Cheers. /jordan -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at stok.ca Tue Mar 26 08:22:40 2013 From: mike at stok.ca (Mike Stok) Date: Tue, 26 Mar 2013 11:22:40 -0400 Subject: [tpm] March meeting this Thursday Message-ID: <2EAD6276-19F0-4E96-BBBF-797E9CE2A687@stok.ca> This is a reminder that we have a speaker, Stuart Watt, and a room booked for the Toronto Perl Mongers' meeting this month at Global Knowledge at 2 Bloor St W on Thursday 28 March at 6:45 PM. Mike -- Mike Stok http://www.stok.ca/~mike/ The "`Stok' disclaimers" apply. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jztam at yahoo.com Wed Mar 27 07:36:23 2013 From: jztam at yahoo.com (J Z Tam) Date: Wed, 27 Mar 2013 07:36:23 -0700 (PDT) Subject: [tpm] Update: IP redirection to to.pm.org s/b routable in roughly 2 days. In-Reply-To: <1364307488.55226.YahooMailClassic@web120905.mail.ne1.yahoo.com> Message-ID: <1364394983.33836.YahooMailClassic@web120904.mail.ne1.yahoo.com> Hey Mongeren, ?Just checked to.pm.org with my firefox 19.0.2 on WindowsXP browser and still receive a unexpected and sparse: "CanSpace"??? page as a response from the web host.? NOTE1: Of note, when I access to.pm.org/index.html?? I get the expected response for the TPM homepage. Q1:? Is this a coding, hosting, rules, or other issue? However,? when I access any of the sub-pages from my favourites, like: http://to.pm.org/meetings/ http://to.pm.org/projects/ http://to.pm.org/reviews/?? ... etc they reply with the expected TPM sub-page. BUT,? trying to navigate Back To the "Home"? link from any sub-page still only gives me the: "CanSpace"?? page.? ugh. /jordan --- On Tue, 3/26/13, J Z Tam wrote: From: J Z Tam Subject: [tpm] Update: IP redirection to to.pm.org s/b routable in roughly 2 days. To: toronto-pm at pm.org Received: Tuesday, March 26, 2013, 10:18 AM Just heard back from the man behind the curtain, and he says that the record for the to.pm.org site should propagate out to us within a couple of days (or so).?? Let us know when you happen to route correctly to our site. @indy @olaf @stuart @mike? thanks for your efforts before, during and after this outage. We ALL appreciate your time spent. Cheers. /jordan -----Inline Attachment Follows----- _______________________________________________ toronto-pm mailing list toronto-pm at pm.org http://mail.pm.org/mailman/listinfo/toronto-pm -------------- next part -------------- An HTML attachment was scrubbed... URL: From olaf.alders at gmail.com Wed Mar 27 07:38:10 2013 From: olaf.alders at gmail.com (Olaf Alders) Date: Wed, 27 Mar 2013 10:38:10 -0400 Subject: [tpm] Update: IP redirection to to.pm.org s/b routable in roughly 2 days. In-Reply-To: <1364394983.33836.YahooMailClassic@web120904.mail.ne1.yahoo.com> References: <1364394983.33836.YahooMailClassic@web120904.mail.ne1.yahoo.com> Message-ID: <5FE9942E-324C-4B87-BFAC-36641F3D2384@gmail.com> Hey Jordan, That sounds like your cache. :) It looks fine from here. Try "curl http://to.pm.org/" to see what you get. Olaf On 2013-03-27, at 10:36 AM, J Z Tam wrote: > Hey Mongeren, > > Just checked to.pm.org with my firefox 19.0.2 on WindowsXP browser and still receive a unexpected and sparse: > "CanSpace" page as a > response from the web host. > NOTE1: Of note, when I access to.pm.org/index.html I get the expected response for the TPM homepage. > Q1: Is this a coding, hosting, rules, or other issue? > > However, when I access any of the sub-pages from my favourites, like: > http://to.pm.org/meetings/ > http://to.pm.org/projects/ > http://to.pm.org/reviews/ ... etc > they reply with the expected TPM sub-page. > BUT, trying to navigate Back To the "Home" link from any sub-page still only gives me the: > "CanSpace" page. ugh. > > /jordan > > --- On Tue, 3/26/13, J Z Tam wrote: > > From: J Z Tam > Subject: [tpm] Update: IP redirection to to.pm.org s/b routable in roughly 2 days. > To: toronto-pm at pm.org > Received: Tuesday, March 26, 2013, 10:18 AM > > Just heard back from the man behind the curtain, and he says that the record for the to.pm.org site should propagate out to us within a couple of days (or so). > > Let us know when you happen to route correctly to our site. > > @indy @olaf @stuart @mike thanks for your efforts before, during and after this outage. We ALL appreciate your time spent. > > Cheers. /jordan > > -----Inline Attachment Follows----- > > _______________________________________________ > toronto-pm mailing list > toronto-pm at pm.org > http://mail.pm.org/mailman/listinfo/toronto-pm > _______________________________________________ > toronto-pm mailing list > toronto-pm at pm.org > http://mail.pm.org/mailman/listinfo/toronto-pm -- Olaf Alders olaf.alders at gmail.com http://www.wundercounter.com http://twitter.com/wundercounter 866 503 2204 (Toll free - North America) 416 944 8306 (direct) From jbl at jbldata.com Wed Mar 27 07:40:41 2013 From: jbl at jbldata.com (J. Bobby Lopez) Date: Wed, 27 Mar 2013 10:40:41 -0400 Subject: [tpm] Update: IP redirection to to.pm.org s/b routable in roughly 2 days. In-Reply-To: <5FE9942E-324C-4B87-BFAC-36641F3D2384@gmail.com> References: <1364394983.33836.YahooMailClassic@web120904.mail.ne1.yahoo.com> <5FE9942E-324C-4B87-BFAC-36641F3D2384@gmail.com> Message-ID: <515304E9.9080403@jbldata.com> I paid a visit to the site yesterday, and it was directed to a cPanel welcome/start page, so it looks like DNS only propagated fully last night. Bobby On 13-03-27 10:38 AM, Olaf Alders wrote: > Hey Jordan, > > That sounds like your cache. :) It looks fine from here. Try "curl http://to.pm.org/" to see what you get. > > Olaf > > On 2013-03-27, at 10:36 AM, J Z Tam wrote: > >> Hey Mongeren, >> >> Just checked to.pm.org with my firefox 19.0.2 on WindowsXP browser and still receive a unexpected and sparse: >> "CanSpace" page as a >> response from the web host. >> NOTE1: Of note, when I access to.pm.org/index.html I get the expected response for the TPM homepage. >> Q1: Is this a coding, hosting, rules, or other issue? >> >> However, when I access any of the sub-pages from my favourites, like: >> http://to.pm.org/meetings/ >> http://to.pm.org/projects/ >> http://to.pm.org/reviews/ ... etc >> they reply with the expected TPM sub-page. >> BUT, trying to navigate Back To the "Home" link from any sub-page still only gives me the: >> "CanSpace" page. ugh. >> >> /jordan >> >> --- On Tue, 3/26/13, J Z Tam wrote: >> >> From: J Z Tam >> Subject: [tpm] Update: IP redirection to to.pm.org s/b routable in roughly 2 days. >> To: toronto-pm at pm.org >> Received: Tuesday, March 26, 2013, 10:18 AM >> >> Just heard back from the man behind the curtain, and he says that the record for the to.pm.org site should propagate out to us within a couple of days (or so). >> >> Let us know when you happen to route correctly to our site. >> >> @indy @olaf @stuart @mike thanks for your efforts before, during and after this outage. We ALL appreciate your time spent. >> >> Cheers. /jordan >> >> -----Inline Attachment Follows----- >> >> _______________________________________________ >> toronto-pm mailing list >> toronto-pm at pm.org >> http://mail.pm.org/mailman/listinfo/toronto-pm >> _______________________________________________ >> toronto-pm mailing list >> toronto-pm at pm.org >> http://mail.pm.org/mailman/listinfo/toronto-pm > -- > Olaf Alders > olaf.alders at gmail.com > > http://www.wundercounter.com > http://twitter.com/wundercounter > > 866 503 2204 (Toll free - North America) > 416 944 8306 (direct) > > _______________________________________________ > toronto-pm mailing list > toronto-pm at pm.org > http://mail.pm.org/mailman/listinfo/toronto-pm From mike at stok.ca Wed Mar 27 08:15:43 2013 From: mike at stok.ca (Mike Stok) Date: Wed, 27 Mar 2013 11:15:43 -0400 Subject: [tpm] Update: IP redirection to to.pm.org s/b routable in roughly 2 days. In-Reply-To: <515304E9.9080403@jbldata.com> References: <1364394983.33836.YahooMailClassic@web120904.mail.ne1.yahoo.com> <5FE9942E-324C-4B87-BFAC-36641F3D2384@gmail.com> <515304E9.9080403@jbldata.com> Message-ID: <724758F5-9D7A-4261-9252-0ADDD72F5D20@stok.ca> I can see the real site from my attic today :-) Mike On 2013-03-27, at 10:40 AM, "J. Bobby Lopez" wrote: > I paid a visit to the site yesterday, and it was directed to a cPanel welcome/start page, so it looks like DNS only propagated fully last night. > > Bobby > > On 13-03-27 10:38 AM, Olaf Alders wrote: >> Hey Jordan, >> >> That sounds like your cache. :) It looks fine from here. Try "curl http://to.pm.org/" to see what you get. >> >> Olaf >> >> On 2013-03-27, at 10:36 AM, J Z Tam wrote: >> >>> Hey Mongeren, >>> >>> Just checked to.pm.org with my firefox 19.0.2 on WindowsXP browser and still receive a unexpected and sparse: >>> "CanSpace" page as a >>> response from the web host. >>> NOTE1: Of note, when I access to.pm.org/index.html I get the expected response for the TPM homepage. >>> Q1: Is this a coding, hosting, rules, or other issue? >>> >>> However, when I access any of the sub-pages from my favourites, like: >>> http://to.pm.org/meetings/ >>> http://to.pm.org/projects/ >>> http://to.pm.org/reviews/ ... etc >>> they reply with the expected TPM sub-page. >>> BUT, trying to navigate Back To the "Home" link from any sub-page still only gives me the: >>> "CanSpace" page. ugh. >>> >>> /jordan >>> >>> --- On Tue, 3/26/13, J Z Tam wrote: >>> >>> From: J Z Tam >>> Subject: [tpm] Update: IP redirection to to.pm.org s/b routable in roughly 2 days. >>> To: toronto-pm at pm.org >>> Received: Tuesday, March 26, 2013, 10:18 AM >>> >>> Just heard back from the man behind the curtain, and he says that the record for the to.pm.org site should propagate out to us within a couple of days (or so). >>> >>> Let us know when you happen to route correctly to our site. >>> >>> @indy @olaf @stuart @mike thanks for your efforts before, during and after this outage. We ALL appreciate your time spent. >>> >>> Cheers. /jordan >>> >>> -----Inline Attachment Follows----- >>> >>> _______________________________________________ >>> toronto-pm mailing list >>> toronto-pm at pm.org >>> http://mail.pm.org/mailman/listinfo/toronto-pm >>> _______________________________________________ >>> toronto-pm mailing list >>> toronto-pm at pm.org >>> http://mail.pm.org/mailman/listinfo/toronto-pm >> -- >> Olaf Alders >> olaf.alders at gmail.com >> >> http://www.wundercounter.com >> http://twitter.com/wundercounter >> >> 866 503 2204 (Toll free - North America) >> 416 944 8306 (direct) >> >> _______________________________________________ >> toronto-pm mailing list >> toronto-pm at pm.org >> http://mail.pm.org/mailman/listinfo/toronto-pm > > _______________________________________________ > toronto-pm mailing list > toronto-pm at pm.org > http://mail.pm.org/mailman/listinfo/toronto-pm -- Mike Stok http://www.stok.ca/~mike/ The "`Stok' disclaimers" apply. From jkeen at verizon.net Wed Mar 27 16:05:42 2013 From: jkeen at verizon.net (James E Keenan) Date: Wed, 27 Mar 2013 19:05:42 -0400 Subject: [tpm] Update: IP redirection to to.pm.org s/b routable in roughly 2 days. In-Reply-To: <724758F5-9D7A-4261-9252-0ADDD72F5D20@stok.ca> References: <1364394983.33836.YahooMailClassic@web120904.mail.ne1.yahoo.com> <5FE9942E-324C-4B87-BFAC-36641F3D2384@gmail.com> <515304E9.9080403@jbldata.com> <724758F5-9D7A-4261-9252-0ADDD72F5D20@stok.ca> Message-ID: <51537B46.5060108@verizon.net> On 3/27/13 11:15 AM, Mike Stok wrote: > I can see the real site from my attic today :-) And I can see it from a foreign country! And the IRC link on the Contacts page -- which I wrote at our TPM hackathon in Feb 2012 -- works! jimk From indy at indigostar.com Wed Mar 27 17:05:55 2013 From: indy at indigostar.com (Indy Singh) Date: Wed, 27 Mar 2013 20:05:55 -0400 Subject: [tpm] Update: IP redirection to to.pm.org s/b routable inroughly 2 days. In-Reply-To: <1364394983.33836.YahooMailClassic@web120904.mail.ne1.yahoo.com> References: <1364394983.33836.YahooMailClassic@web120904.mail.ne1.yahoo.com> Message-ID: <7BE26F42A2754B4EABB4B3C4BA588F69@indy> It is working ok now. I also kept getting the "CanSpace" page until I cleared the cache. Indy Singh IndigoSTAR Software -- www.indigostar.com From: J Z Tam Sent: Wednesday, March 27, 2013 10:36 AM To: toronto-pm at pm.org Subject: Re: [tpm] Update: IP redirection to to.pm.org s/b routable inroughly 2 days. Hey Mongeren, Just checked to.pm.org with my firefox 19.0.2 on WindowsXP browser and still receive a unexpected and sparse: "CanSpace" page as a response from the web host. NOTE1: Of note, when I access to.pm.org/index.html I get the expected response for the TPM homepage. Q1: Is this a coding, hosting, rules, or other issue? However, when I access any of the sub-pages from my favourites, like: http://to.pm.org/meetings/ http://to.pm.org/projects/ http://to.pm.org/reviews/ ... etc they reply with the expected TPM sub-page. BUT, trying to navigate Back To the "Home" link from any sub-page still only gives me the: "CanSpace" page. ugh. /jordan --- On Tue, 3/26/13, J Z Tam wrote: From: J Z Tam Subject: [tpm] Update: IP redirection to to.pm.org s/b routable in roughly 2 days. To: toronto-pm at pm.org Received: Tuesday, March 26, 2013, 10:18 AM Just heard back from the man behind the curtain, and he says that the record for the to.pm.org site should propagate out to us within a couple of days (or so). Let us know when you happen to route correctly to our site. @indy @olaf @stuart @mike thanks for your efforts before, during and after this outage. We ALL appreciate your time spent. Cheers. /jordan -----Inline Attachment Follows----- _______________________________________________ toronto-pm mailing list wlmailhtml:/mc/compose?to=toronto-pm at pm.org http://mail.pm.org/mailman/listinfo/toronto-pm -------------------------------------------------------------------------------- _______________________________________________ toronto-pm mailing list toronto-pm at pm.org http://mail.pm.org/mailman/listinfo/toronto-pm -------------- next part -------------- An HTML attachment was scrubbed... URL: