In "Grants"

521 - 540 of 982 posts:

<< < > >> Summaries on
  • September 2014 Grant Proposals Mon, 15-Sep-2014 by Makoto Nozaki
    in: Grants

    The Grants Committee has received five grant proposals for the September round. Before the Committee members vote, we would like to solicit feedback from the Perl community on the proposals. Review the proposals below and please comment there. The Committee members will start the voting process on September 26th and the conclusion will be announced by September 30th. Nile Visual Web App Framework Separating Code From Design Multi Lingual And

    ... read more
  • Grant Proposal: Swim to Pod Mon, 15-Sep-2014 by Makoto Nozaki
    in: Grants

    We have received the following grant application "Swim to Pod". Please leave feedback in the comments field by September 25th, 2014. Swim to Pod Name: Ingy döt Net David Oswald Amount Requested USD $3000 Synopsis Provide Swim tools that allow Perl programmers to produce elaborate Pod documention, painlessly. Provide all the functionality of Pod in a syntax better than Markdown. Provide 5 plugins for extending Swim in

    ... read more
  • Grant Proposal: Pegex Grammar for YAML Mon, 15-Sep-2014 by Makoto Nozaki
    in: Grants

    We have received the following grant application "Pegex Grammar for YAML". Please leave feedback in the comments field by September 25th, 2014. Pegex Grammar for YAML Name: Ingy döt Net David Oswald Amount Requested USD $3500 Synopsis Make YAML.pm and YAML::Tiny driven by a common formal grammar. Benefits to the Perl Community Perl has four major YAML implementations: YAML YAML::Tiny YAML::XS YAML::Syck They all have major incompatabilities.

    ... read more
  • Grant Proposal: Inline::C(PP) Module Support Mon, 15-Sep-2014 by Makoto Nozaki
    in: Grants

    We have received the following grant application "Inline::C Module Support". Please leave feedback in the comments field by September 25th, 2014. Inline::C Module Support Name Ingy döt Net David Oswald Amount Requested USD $2,000 Synopsis Make Inline::C and Inline::CPP the best choice for writing "XS" modules. Benefits to the Perl Community In 2000, Inline.pm and Inline::C brought XS from "hard things possible" to "hard things simple". People

    ... read more
  • Grant Proposal: IO::All Redux Mon, 15-Sep-2014 by Makoto Nozaki
    in: Grants

    We have received the following grant application "IO::All Redux". Please leave feedback in the comments field by September 25th, 2014. IO::All Redux Name Ingy döt Net David Oswald Amount Requested USD $3,000 Synopsis Rewrite IO::All to match the needs of 10 years experience. Benefits to the Perl Community IO::All is a Perl module that attempts to make all Input/Output operations in Perl, as simple, normal, and uniform

    ... read more
  • Grant Proposal: Nile - Visual Web App Framework Separating Code From Design Multi Lingual And Multi Theme Mon, 15-Sep-2014 by Makoto Nozaki
    in: Grants

    We have received the following grant application "Nile Visual Web App Framework Separating Code From Design Multi Lingual And Multi Theme". Please leave feedback in the comments field by September 25th, 2014. Nile Visual Web App Framework Separating Code From Design Multi Lingual And Multi Theme Name: Ahmed Amin Elsheshtawy Amount Requested: USD 10,000 Synopsis The main idea in this framework is to separate all the html design,

    ... read more
  • Grant Extension Request: Tony Cook Mon, 08-Sep-2014 by Karen Pauley
    in: Grants

    Tony Cook has requested an extension of $20,000 for his "Maintaining Perl 5 grant":http://news.perlfoundation.org/2013/05/grant-application-maintaining.html. This grant has been running successfully since July 2013. The requested extension would allow Tony to devote another 400 hours to the project. The funds for this extension would come from the "Perl 5 Core Maintenance Fund":http://www.perlfoundation.org/perl_5_core_maintenance_fund. As well as posting reports on the p5p mailing list Tony provides detailed monthly reports, the most recent of

    ... read more
  • Maintaining Perl 5: Grant Report for Month 13 Mon, 08-Sep-2014 by Karen Pauley
    in: Grants

    Tony Cook writes: Approximately 22 tickets were reviewed or otherwise worked on, and 3 patches were applied. With this month I've exceeded the hours in my grant. Hours Activity 8.36 #121159 code, tests #121159 debugging, coding #121159 refactor, testing 0.50 #121404 fix, retest, apply to blead and comment 1.12 #122005 review is_common ptr_table_* code, produce a crash, comment 0.10 #122024 review and close 0.57 #122107 re-test, apply to blead, comment

    ... read more
  • Call for Grant Proposals (September round) Mon, 01-Sep-2014 by Makoto Nozaki
    in: Grants

    This announcement is essentially the same as the one from July. This is a bi-monthly reminder. The Grants Committee is accepting grant proposals all the time. We evaluate them every two months and another evaluation period has come. If you have an idea for doing some Perl work that will benefit the Perl community, consider sending a grant application. The application deadline for this round is 23:59 September 14th UTC.

    ... read more
  • New Grant Manager Thu, 21-Aug-2014 by Makoto Nozaki
    in: Grants

    We are pleased to announce that Mark Jensen has joined the Grants Committee as a Grant Manager. Mark has been a core developer on the BioPerl project since 2009, and is the author of the Neo4j graph database Perl driver, REST::Neo4p. He currently manages the Data Coordinating Center team of The Cancer Genome Atlas. Please join me in extending a warm welcome to Mark.

    ... read more
  • Maintaining the Perl 5 Core: Report for Month 10 (July 2014) Sat, 09-Aug-2014 by Karen Pauley
    in: Grants

    Dave Mitchell writes: I spent July mainly processing my p5p mailbox, and looking at various bugs, especially ones which appear that they may be 5.20.0 regressions. Summary bq. 2:45 "Malformed UTF-8 character 1:41 Bad STORE call for tied hash 0:13 Possible regexp memory explosion in 5.20.0 1:28 OOK hack example in perlguts is outdated with COW 0:25 Pathological performance of a pattern match 0:30 cpan/Time-HiRes/t/itimer.t persistently fails with clang 2:24

    ... read more
  • Maintaining Perl 5: Grant Report for Month 12 Wed, 06-Aug-2014 by Karen Pauley
    in: Grants

    Tony Cook writes: Approximately 67 tickets were reviewed or otherwise worked on, and 11 patches were applied. I spent some more time on this month, finding a bug in pthreads on NetBSD. Thread specific storage should be initialized to NULL, but under some circumstances this doesn't happen on NetBSD, including NetBSD 6.1.3. This is apparently fixed in NetBSD current. I produced a candidate patch for this ticket, LeonT asked me

    ... read more
  • Maintaining Perl 5: Grant Report for Month 11 Mon, 04-Aug-2014 by Karen Pauley
    in: Grants

    Tony Cook writes: Approximately 63 tickets were reviewed or worked on, and 10 patches were applied. Probably the most interesting task this month was attempting to optimize regen/regcharclass.pl which became noticably slower when extra EBCDIC code pages were added to the build. Two fairly simple optimizations fell out of the profile from Devel::NYTProf. get_a2n and get_I8_2_utf were each called over 150,000 times, and returned their mappings as a list, while

    ... read more
  • Devel::Cover grant report May and June 2014 Sun, 03-Aug-2014 by Karen Pauley
    in: Grants

    Paul Johnson writes: In accordance with the terms of my grant from TPF this is the monthly report for my work on improving Devel::Cover covering May and June 2014. Actually, it's really only for May. I did some work on Devel::Cover in June, but I am not charging that to the grant, so the month referred to here is May. This month I released versions 1.14 and 1.15. Perls 5.20.0

    ... read more
  • Grants Committee Looking For Volunteers Sat, 02-Aug-2014 by Makoto Nozaki
    in: Grants

    We are looking for enthusiastic volunteers who can make contributions to Perl development through the Grants Committee. Currently we have a couple of openings for Grant Managers. Responsibilities Work with grantees and help grants be delivered successfully. Ensure the grant progress is published to the community every month. Become the communication hub between grantees and the Committee. Join the Committee's discussion to improve the grant program. Preferred qualifications Medium or

    ... read more
  • July 2014 Grant Votes Thu, 31-Jul-2014 by Makoto Nozaki
    in: Grants

    The Grants Committee has concluded the voting of the July round. Proposals in this round Start ACT Voyager, Theo van Hoesel, USD 6,000 Book: Practical Approach to Web Programming with Perl 5, Ahmed Bilal, USD 1,000 Voting Results Title Yes No Score Start ACT Voyager 5 2 18 5+4+3+3+3 Book: Practical Approach to... 2 7 Definition of the score is found in 3.2 of the rules. Details Start ACT Voyager

    ... read more
  • Maintaining the Perl 5 Core: Report for Month 9 (June 2014) Fri, 18-Jul-2014 by Karen Pauley
    in: Grants

    Dave Mitchell writes: I spent June mainly processing my p5p mailbox, and looking at various bugs, half of which appeared to be 5.20 regressions. Summary bq. 6:40 COWification seems expensive in PADMY variables 0:28 newSVpvf slow in perl 5.20.0 0:28 Benchmark.pm uses excessive CPU on OpenBSD 0:07 PL_sv_no weirdness 1:16 Bleadperl v5.21.0-274-ga7ab896 breaks SHURIKO/String-Simrank-0.079.tar.gz 1:39 Perl regression bug since 5.13.11 bq. 4.3 weeks 36.6 total hours 8.5 average hours per

    ... read more
  • July 2014 Grant Proposals Wed, 16-Jul-2014 by Makoto Nozaki
    in: Grants

    The Grants Committee has received two grant proposals for the July round. Before the Committee members vote, we would like to solicit feedback from the Perl community on the proposal. Review the proposals below and please comment there. The Committee members will start the voting process on July 26th and the conclusion will be announced by July 31st. Book: Practical Approach to Web Programming with Perl 5, Ahmed Bilal, USD

    ... read more
  • Grant Proposal: Start ACT - Voyager Wed, 16-Jul-2014 by Makoto Nozaki
    in: Grants

    We have received the following grant application "Start ACT Voyager". Please leave feedback in the comments field by July 25th, 2014. Start ACT Voyager Name: Theo van Hoesel Amount Requested: 1.000 DBIx::Class 2.000 Dancer implementation 1.000 REST api 2.000 Theme Based templates 6.000 TOTAL Synopsis The Perl Community is a social community that gathers at several places around the world during Conferences and WorkShops

    ... read more
  • Grant Proposal: Book: Practical Approach to Web Programming with Perl 5 Wed, 16-Jul-2014 by Makoto Nozaki
    in: Grants

    We have received the following grant application "Book: Practical Approach to Web Programming with Perl 5". Please leave feedback in the comments field by July 25th, 2014. Book: Practical Approach to Web Programming with Perl 5 Name: Ahmad Bilal Amount Requested: USD 1000 Synopsis This book would teach web programming from ground up through a practical and minimalist approach. Benefits to the Perl Community 2 years back, when

    ... read more
<< < > >>
Max results per page:    5    10    20    50    100    200    500