2012年5月23日星期三
Re: [PerlChina] Re: 关于perlchina大会往届的一个富文本爬虫的出处
在 Thu, 24 May 2012 10:08:15 +0800,agentzh <agentzh@gmail.com> 写道:
> Hello!
>
> 2012/1/14 gump run <rungumpth000@gmail.com>:
>> agentzh这种幻灯片效果很好,知道怎么做吗?
>
> 使用了林青同学用 Perl 编写的 slides.htm 工具生成的,兼容各种 web
> browser:
>
> https://github.com/kindy61/slides.htm
>
> 这个工具除了生成 AJAX 静态网页版的幻灯片,还支持生成 PDF,例如:
>
> http://agentzh.org/misc/slides/taobao-fe-vdomwebkit.pdf
>
> 从 2005 年开始,我所有的分享幻灯片都是用这个工具生成的,早和 XUL
> 没关系了。
>
>> 我最近要搞个分享,看到这个,于是想用perl的dance搭个web应用,然后用这种幻灯片演示给同事看,体验肯定很好
>>
>
> 祝玩得开心 ;)
>
> Regards,
> -agentzh
>
--
--
您收到此邮件是因为您订阅了 Google 网上论坛的"PerlChina Mongers 讨论组"论坛。
要向此网上论坛发帖,请发送电子邮件至 perlchina@googlegroups.com。
要取消订阅此网上论坛,请发送电子邮件至 perlchina+unsubscribe@googlegroups.com。
若有更多问题,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问此网上论坛。
Re: [PerlChina] Re: 关于perlchina大会往届的一个富文本爬虫的出处
>
> 从 2005 年开始,我所有的分享幻灯片都是用这个工具生成的,早和 XUL 没关系了。
>
所有的这些幻灯片都可以从这个页面获得:
http://agentzh.org/#Presentations
包括那些基于浏览器核心的抽取器的幻灯 :)
Best regards,
-agentzh
--
您收到此邮件是因为您订阅了 Google 网上论坛的"PerlChina Mongers 讨论组"论坛。
要向此网上论坛发帖,请发送电子邮件至 perlchina@googlegroups.com。
要取消订阅此网上论坛,请发送电子邮件至 perlchina+unsubscribe@googlegroups.com。
若有更多问题,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问此网上论坛。
Re: [PerlChina] Re: 关于perlchina大会往届的一个富文本爬虫的出处
2012/1/14 gump run <rungumpth000@gmail.com>:
> agentzh这种幻灯片效果很好,知道怎么做吗?
使用了林青同学用 Perl 编写的 slides.htm 工具生成的,兼容各种 web browser:
https://github.com/kindy61/slides.htm
这个工具除了生成 AJAX 静态网页版的幻灯片,还支持生成 PDF,例如:
http://agentzh.org/misc/slides/taobao-fe-vdomwebkit.pdf
从 2005 年开始,我所有的分享幻灯片都是用这个工具生成的,早和 XUL 没关系了。
> 我最近要搞个分享,看到这个,于是想用perl的dance搭个web应用,然后用这种幻灯片演示给同事看,体验肯定很好
>
祝玩得开心 ;)
Regards,
-agentzh
--
您收到此邮件是因为您订阅了 Google 网上论坛的"PerlChina Mongers 讨论组"论坛。
要向此网上论坛发帖,请发送电子邮件至 perlchina@googlegroups.com。
要取消订阅此网上论坛,请发送电子邮件至 perlchina+unsubscribe@googlegroups.com。
若有更多问题,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问此网上论坛。
2012年5月22日星期二
Re: [PerlChina] 欢迎测试自动流程图生成脚本
● grep '///.*' gsm.c
{ ///GSM_Do_FB>
R.S_FB.Head=SmsFB; ///设置缺省值
/// 复制结构到内存
/// 阀门关闭?马达状态2号:马达状态1号
///获取验证数据
/// Gsm_Wait_S>
leng=get_strlen(ack); ///取得ack长度
while(timeout--) //等待接收完毕///超时检查?:>返回超时
if(U6RecCount>oldint)oldint=U6RecCount; ///计数大于保留?保留等于计数
delay_1ms(6); ///延时6毫秒
if(U6RecCount==oldint) ///xxxx保留?:>返回超时
a=find_arr(GSM_RT,U6RecCount,ack,leng); ///接收信息
if(a==SUCCESS){return SUCCESS;} ///接收Ack成功?>返回成功
///接收错误信息
if(a==SUCCESS)return ACK_ERROR;///接收Err成功?>返回错误
} ///测试
return ACK_TIMEOUT;///>返回超时
{///Gsm_Send_AT>
i=get_strlen(Send_AT); ///获取发送长度
UART6_SendData(Send_AT,i); ///发送数据
if(Flag_Order) ///order标志?:>等待返回
tmp[0]=Flag_Order/10+0x30;tmp[1]=Flag_Order%10+0x30;///根据order格式化数据
UART6_SendData(tmp,4);///发送格式化数据
i=Gsm_Wait_S(Find_AT,Gsm_de_search_cnt);///>等待返回
Telephone_NO = GSM_RT+DoubleChar[3]-6 ;////
if(f>1)FlagBit.F_GsmAllRead=1;////
Gsm_Order=0;FlagBit.F_GsmReadEn=0;FlagBit.F_GsmAllRead=0;////
Gsm_AgainStart();////
--
您收到此邮件是因为您订阅了 Google 网上论坛的"PerlChina Mongers 讨论组"论坛。
要向此网上论坛发帖,请发送电子邮件至 perlchina@googlegroups.com。
要取消订阅此网上论坛,请发送电子邮件至 perlchina+unsubscribe@googlegroups.com。
若有更多问题,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问此网上论坛。
Re: [PerlChina] 欢迎测试自动流程图生成脚本
wget https://raw.github.com/eexpress/eexp-bin/master/flow.pl
支持各种源码,写几行注释,生成流程图。依赖graphviz。欢迎测试,找出不方便的地方或者bug。btw: 对 perlchina@googlegroups.com 发邮件不能发贴了?--
您收到此邮件是因为您订阅了 Google 网上论坛的“PerlChina Mongers 讨论组”论坛。
要在网络上查看此讨论,请访问 https://groups.google.com/d/msg/perlchina/-/SyfEw9OgHTUJ。
要向此网上论坛发帖,请发送电子邮件至 perlchina@googlegroups.com。
要取消订阅此网上论坛,请发送电子邮件至 perlchina+unsubscribe@googlegroups.com。
若有更多问题,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问此网上论坛。
--
世事浮沉如落木,人生聚散似漂萍。
个人博客:http://yixf.name
程序代码:http://code.google.com/p/yixf-codes/
--
您收到此邮件是因为您订阅了 Google 网上论坛的"PerlChina Mongers 讨论组"论坛。
要向此网上论坛发帖,请发送电子邮件至 perlchina@googlegroups.com。
要取消订阅此网上论坛,请发送电子邮件至 perlchina+unsubscribe@googlegroups.com。
若有更多问题,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问此网上论坛。
2012年5月21日星期一
[PerlChina] 欢迎测试自动流程图生成脚本
您收到此邮件是因为您订阅了 Google 网上论坛的"PerlChina Mongers 讨论组"论坛。
要在网络上查看此讨论,请访问 https://groups.google.com/d/msg/perlchina/-/SyfEw9OgHTUJ。
要向此网上论坛发帖,请发送电子邮件至 perlchina@googlegroups.com。
要取消订阅此网上论坛,请发送电子邮件至 perlchina+unsubscribe@googlegroups.com。
若有更多问题,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问此网上论坛。
2012年5月20日星期日
[PerlChina] Fwd: [Perlweekly] #43 - Perl 5.16 has been released to the public!
From: Gabor Szabo <gabor@szabgab.com>
Date: Mon, May 21, 2012 at 2:20 PM
Subject: [Perlweekly] #43 - Perl 5.16 has been released to the public!
To: perlweekly@perlweekly.com
Issue #43 - May 21, 2012 - Perl 5.16 has been released to the public! You can read the newsletter on the web, if you prefer. Hi, Last week I managed to make a copy-paste error and thus the link that was supposed to lead to my Dancer article lead to some other page. Luckily it was not some totally offensive page. I've included the same post with a - hopefully correct - link. Sorry for the inconvenice and thanks to those who mentioned it to me! I noticed there are several people now watching the Perl queue of StackOverflow, picking up questions and posting an article with the solution. I think this is an awesome trend! Thanks to Miguel Prz (niceperl) for his weekly 'Perl on StackOverflow' report that probably have a great impact on this trend. Now to the posts... Headlines Perl 5.16.0 is now available! Announcements Announce: WWW::Scraper::Wikipedia::ISO3166 CPANdeps now understands META.json files Using search.cpan.org AND metacpan Major changes to column binding in Perl DBD::ODBC Articles Interview With Ward Cunningham An Introduction to Application Development with Catalyst and Perl Setting up Gearman New Type Constraint Module for Perl Execute and Share Your Perl Code on a Remote Server Discussion Use of DBI in Sqitch CPAN Updating all outdated Perl modules Code A Quick Look at the Blekko Search API Separating Presentation from Content in Templates Open URLs from the CLI Easy text/html multipart emails with Email::Simple::Markdown Test-driving Reflex Using Mojo::DOM Fun Leaflets for YAPC::Asia Tokyo 2012 Regexes Repeated Capturing and Parsing Who is using Regexp::Grammars ? Grants Cooking Perl with Chef - Grant Report #3 Perl 6 t4: Hex puzzle Other vim snippet to generate package name from the filename (xxix) stackoverflow perl report The self promotion section Registration process with Perl Dancer Events I usually list the next 3-4 events here. The list of all the events can be found on on the web site. If your Perl event is not in the list, let me know. YAPC::NA French Perl workshop Quack And Hack 2012 YAPC::EU 2012 If you are wondering why is the Nordic Perl Workshop listed, that event was postponed to October You joined the Perl Weekly to get weekly e-mails about the Perl programming language and related topics. You can freely redistribute this message if you keep the whole message intact, including the Copyright notice and this text. |
_______________________________________________
Perlweekly mailing list
Perlweekly@perlweekly.com
http://mail.perlweekly.com/mailman/listinfo/perlweekly
Fayland Lam // http://www.fayland.org/
--
您收到此邮件是因为您订阅了 Google 网上论坛的"PerlChina Mongers 讨论组"论坛。
要向此网上论坛发帖,请发送电子邮件至 perlchina@googlegroups.com。
要取消订阅此网上论坛,请发送电子邮件至 perlchina+unsubscribe@googlegroups.com。
若有更多问题,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问此网上论坛。