Result:
found more than 858 distributions - search limited to the first 2001 files matching your query ( run in 1.513 )


App-stopw

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "version" : "0.01"
         },
         {
            "class" : "Dist::Zilla::Plugin::Rinci::Validate",
            "name" : "@Author::PERLANCAR/Rinci::Validate",
            "version" : "0.24"
         },
         {
            "class" : "Dist::Zilla::Plugin::SetScriptShebang",
            "name" : "@Author::PERLANCAR/SetScriptShebang",
            "version" : "0.01"

 view all matches for this distribution


App-summ

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "version" : "0.01"
         },
         {
            "class" : "Dist::Zilla::Plugin::Rinci::Validate",
            "name" : "@Author::PERLANCAR/Rinci::Validate",
            "version" : "0.24"
         },
         {
            "class" : "Dist::Zilla::Plugin::SetScriptShebang",
            "name" : "@Author::PERLANCAR/SetScriptShebang",
            "version" : "0.01"

 view all matches for this distribution


App-t1generate

 view release on metacpan or  search on metacpan

lib/App/t1generate.pm  view on Meta::CPAN


App::t1generate - The generator of random numbers obeying the Cauchy distribution (t distribution with df = 1).

=head1 VERSION

Version 0.24

=cut

our $VERSION = '0.24';


=head1 SYNOPSIS

t1generate [B<-g> how_many] [B<-s> seed] [B<-.> digits] [B<-1>]

 view all matches for this distribution


App-t2generate

 view release on metacpan or  search on metacpan

lib/App/t2generate.pm  view on Meta::CPAN


App::t2generate - The generator of random numbers obeying the Cauchy distribution (t distribution with df = 2).

=head1 VERSION

Version 0.24

=cut

our $VERSION = '0.24';


=head1 SYNOPSIS

t2generate [B<-g> how_many] [B<-s> seed] [B<-.> digits] [B<-1>]

 view all matches for this distribution


App-tcpproxy

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2014-12-07 19:34:55 +0000

    Fixed rights 

  Change: 2514cecc6a442f44bf93616be4dcdf25c0b248c1
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2014-12-07 19:34:41 +0000

    Switching to Data::Colour 

 view all matches for this distribution


App-texttable

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "version" : "0.01"
         },
         {
            "class" : "Dist::Zilla::Plugin::Rinci::Validate",
            "name" : "@Author::PERLANCAR/Rinci::Validate",
            "version" : "0.24"
         },
         {
            "class" : "Dist::Zilla::Plugin::SetScriptShebang",
            "name" : "@Author::PERLANCAR/SetScriptShebang",
            "version" : "0.01"

 view all matches for this distribution


App-traveller

 view release on metacpan or  search on metacpan

lib/Traveller/System/Classic.pm  view on Meta::CPAN

  $tradecodes .= ' Ag' if $self->atmosphere >= 4 and $self->atmosphere <= 9
      and $self->hydro >= 4 and $self->hydro <= 8
      and $self->population >= 5 and $self->population <= 7;
  $tradecodes .= ' Na' if $self->atmosphere <= 3 and $self->hydro <= 3
      and $self->population >= 6;
  $tradecodes .= ' In' if $self->atmosphere =~ /^[012479]$/ and $self->population >= 9;
  $tradecodes .= ' Ni' if $self->population <= 6;
  $tradecodes .= ' Wa' if $self->hydro == 10;
  $tradecodes .= ' De' if $self->atmosphere >= 2 and $self->hydro == 0;
  $tradecodes .= ' Va' if $self->atmosphere == 0;
  $tradecodes .= ' As' if $self->size == 0;

 view all matches for this distribution


App-ucpan

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

0.21 2019-03-04T09:39:28Z
    - Fix log to leak to screen ( on non-MSWin32 )
    - Change location of config file
    - Enhance debug mode

0.20 2019-03-04T02:50:24Z
    - Fix inner subroutine
    - Fix crash on recovery mode

0.19 2019-02-22T14:40:16Z
    - Fix crash in non MSWin32 environment

 view all matches for this distribution


App-unicomb

 view release on metacpan or  search on metacpan

bin/unicomb  view on Meta::CPAN

# ◌̟ - U+0031F - COMBINING PLUS SIGN BELOW
# ◌̠ - U+00320 - COMBINING MINUS SIGN BELOW
# ◌̡ - U+00321 - COMBINING PALATALIZED HOOK BELOW
# ◌̢ - U+00322 - COMBINING RETROFLEX HOOK BELOW
# ◌̣ - U+00323 - COMBINING DOT BELOW
# ◌̤ - U+00324 - COMBINING DIAERESIS BELOW
# ◌̥ - U+00325 - COMBINING RING BELOW
# ◌̦ - U+00326 - COMBINING COMMA BELOW
# ◌̧ - U+00327 - COMBINING CEDILLA
# ◌̨ - U+00328 - COMBINING OGONEK
# ◌̩ - U+00329 - COMBINING VERTICAL LINE BELOW

 view all matches for this distribution


App-vl

 view release on metacpan or  search on metacpan

t/01_basic.t  view on Meta::CPAN

}

CMD_PS_AUX: {
    my $str = <<_TABLE_;
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         1  0.0  0.0  19232   464 ?        Ss    2016   0:24 /sbin/init
_TABLE_
    open my $IN, '<', \$str;
    local *STDIN = *$IN;
    my ($stdout, $stderr) = capture {
        App::vl->new('--no-pager', '--ps')->run;

t/01_basic.t  view on Meta::CPAN

    like $stdout, qr/    VSZ: 19232/;
    like $stdout, qr/    RSS: 464/;
    like $stdout, qr/    TTY: \?/;
    like $stdout, qr/   STAT: Ss/;
    like $stdout, qr/  START: 2016/;
    like $stdout, qr/   TIME: 0:24/;
    like $stdout, qr/COMMAND: \/sbin\/init/;
}

GREP_LINES: {
    my $str = <<_TABLE_;

 view all matches for this distribution


App-wordlist-blossom

 view release on metacpan or  search on metacpan

script/_wordlist-blossom  view on Meta::CPAN

Log/ger/Format/None.pm,274737,1346,19;8910
Log/ger/Heavy.pm,276108,18227,20;8978
Log/ger/Layout.pm,294361,1306,21;9380
Log/ger/Output.pm,295693,1435,22;9449
Log/ger/Output/Array.pm,297160,1609,23;9529
Log/ger/Output/Null.pm,298800,1350,24;9615
Log/ger/Output/String.pm,300183,2332,25;9684
Log/ger/Plugin.pm,302541,2062,26;9789
Log/ger/Plugin/MultilevelLog.pm,304643,3836,27;9904
Log/ger/Util.pm,308503,11448,28;10033
Module/Installed/Tiny.pm,319984,14112,29;10422

 view all matches for this distribution


App-wordlist-wordle

 view release on metacpan or  search on metacpan

script/_wordlist-wordle  view on Meta::CPAN

Log/ger/Format/None.pm,274737,1346,19;8910
Log/ger/Heavy.pm,276108,18227,20;8978
Log/ger/Layout.pm,294361,1306,21;9380
Log/ger/Output.pm,295693,1435,22;9449
Log/ger/Output/Array.pm,297160,1609,23;9529
Log/ger/Output/Null.pm,298800,1350,24;9615
Log/ger/Output/String.pm,300183,2332,25;9684
Log/ger/Plugin.pm,302541,2062,26;9789
Log/ger/Plugin/MultilevelLog.pm,304643,3836,27;9904
Log/ger/Util.pm,308503,11448,28;10033
Module/Installed/Tiny.pm,319984,14112,29;10422

 view all matches for this distribution


App-wordlist

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


        - UPDATE 2022-08-20: rename release from 0.281 to 0.281.2 due to
          conflict.


0.281   2021-10-24  Released-By: PERLANCAR; Urgency: high

        - Merge changes from 0.277 and 0.277.2.


0.280   2021-10-21  Released-By: PERLANCAR; Urgency: medium

Changes  view on Meta::CPAN

          only base classes and not real wordlists.

        - [doc] Add example demonstrating --detail.


0.24    2016-04-15  Released-By: PERLANCAR

	- Makes --detail also cause grep result to contain wordlist name.

	- Accept multiple -t & --lang.

 view all matches for this distribution


App-xspf2m3u

 view release on metacpan or  search on metacpan

xt/author/tidyall.t  view on Meta::CPAN

# This file was automatically generated by Dist::Zilla::Plugin::Test::TidyAll v$VERSION

use Test::More 0.88;
use Test::Code::TidyAll 0.24;

tidyall_ok(
     verbose => ( exists $ENV{TEST_TIDYALL_VERBOSE} ? $ENV{TEST_TIDYALL_VERBOSE} : 0 ),
     jobs => ( exists $ENV{TEST_TIDYALL_JOBS} ? $ENV{TEST_TIDYALL_JOBS} : 1 ),
);

 view all matches for this distribution


App-zipdetails

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

    Fri Jan 30 10:08:26 2026 +0000
    2b245c3eb28944a4cd406a117b1dd0e4e2ab6410

  * Modify Dependabot config for GitHub Actions updates
    Fri Jan 30 10:07:12 2026 +0000
    903fd4aa94806afcff944058e4e60c2460a879ca

  * Add "develop" branch to dependabot schedule
    Fri Jan 30 10:03:56 2026 +0000
    bf02fa5397143fc98833cd02d2308aee581709e0

 view all matches for this distribution


AppBase-Grep-ColorSchemes-Kuler

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "version" : "0.01"
         },
         {
            "class" : "Dist::Zilla::Plugin::Rinci::Validate",
            "name" : "@Author::PERLANCAR/Rinci::Validate",
            "version" : "0.24"
         },
         {
            "class" : "Dist::Zilla::Plugin::SetScriptShebang",
            "name" : "@Author::PERLANCAR/SetScriptShebang",
            "version" : "0.01"

 view all matches for this distribution


AppLib-sshwrap

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "version" : "0.01"
         },
         {
            "class" : "Dist::Zilla::Plugin::Rinci::Validate",
            "name" : "@Author::PERLANCAR/Rinci::Validate",
            "version" : "0.24"
         },
         {
            "class" : "Dist::Zilla::Plugin::SetScriptShebang",
            "name" : "@Author::PERLANCAR/SetScriptShebang",
            "version" : "0.01"

 view all matches for this distribution


Appium

 view release on metacpan or  search on metacpan

lib/Appium.pm  view on Meta::CPAN

    $driver->find_element( $locator , 'accessibility_id' );

Note that using C<id> as your finding strategy also seems to find
elements by accessibility_id.

If you have Selenium::Remote::Driver v0.24 or later, you'll also have
access to these non-croaking, auto-generated parameter versions of the
finders; see L</Selenium::Remote::Driver/find_element> for more
information. These subs take one argument: the locator for the element
you want, and they'll throw a warning and return C<0> if an element is
not found.

 view all matches for this distribution


Apple-AppStoreConnect

 view release on metacpan or  search on metacpan

lib/Apple/AppStoreConnect.pm  view on Meta::CPAN


    my $asc = Apple::AppStoreConnect->new(
        key_id      => $key_id,
        key         => $private_key?,
        key_file    => $private_key_pem?,
        issuer      => "57246542-96fe-1a63-e053-0824d011072a",
        scope       => \@scope?,
        timeout     => $timeout_sec?,
        expiration  => $expire_secs?,
        ua          => $lwp_ua?,
        curl        => $use_curl?,

 view all matches for this distribution


Applications-BackupAndRestore

 view release on metacpan or  search on metacpan

bin/BackupAndRestore.glade  view on Meta::CPAN

                                <property name="spacing">2</property>
                                <child>
                                  <widget class="GtkSpinButton" id="spinbutton1">
                                    <property name="visible">True</property>
                                    <property name="can_focus">True</property>
                                    <property name="adjustment">17 0 24 1 10 10</property>
                                    <property name="climb_rate">1</property>
                                  </widget>
                                  <packing>
                                    <property name="expand">False</property>
                                    <property name="fill">False</property>

 view all matches for this distribution


AproJo

 view release on metacpan or  search on metacpan

share/files/public/skins/default/bootstrap/css/bootstrap-responsive.min.css  view on Meta::CPAN

 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;wi...

 view all matches for this distribution


AquariumHive

 view release on metacpan or  search on metacpan

share/root/d3-3.4.11/d3.min.js  view on Meta::CPAN

!function(){function n(n,t){return t>n?-1:n>t?1:n>=t?0:0/0}function t(n){return null!=n&&!isNaN(n)}function e(n){return{left:function(t,e,r,u){for(arguments.length<3&&(r=0),arguments.length<4&&(u=t.length);u>r;){var i=r+u>>>1;n(t[i],e)<0?r=i+1:u=i}re...
return t.precision=function(n){return arguments.length?(a=(i=n*n)>0&&16,t):Math.sqrt(i)},t}function Ge(n){var t=Je(function(t,e){return n([t*Ca,e*Ca])});return function(n){return er(t(n))}}function Ke(n){this.stream=n}function Qe(n,t){return{point:t,...
return o>=1?(i.event&&i.event.end.call(n,l,t),s()):void 0}function s(){return--u.count?delete u[e]:delete n.__transition__,1}var l=n.__data__,f=i.ease,h=i.delay,g=i.duration,p=Ba,v=[];return p.t=h+a,r>=h?o(r-h):(p.c=o,void 0)},0,a)}}function Uo(n,t){...
for(var o,e,p=-1/0,t=i.length-1,r=0,u=i[t];t>=r;u=e,++r)e=i[r],(o=a(u[1],e[0]))>p&&(p=o,l=e[0],h=u[1])}return x=M=null,1/0===l||1/0===f?[[0/0,0/0],[0/0,0/0]]:[[l,f],[h,g]]}}(),Zo.geo.centroid=function(n){hc=gc=pc=vc=dc=mc=yc=xc=Mc=_c=bc=0,Zo.geo.stre...
return c>=ys?n?"M0,"+i+"A"+i+","+i+" 0 1,1 0,"+-i+"A"+i+","+i+" 0 1,1 0,"+i+"M0,"+n+"A"+n+","+n+" 0 1,0 0,"+-n+"A"+n+","+n+" 0 1,0 0,"+n+"Z":"M0,"+i+"A"+i+","+i+" 0 1,1 0,"+-i+"A"+i+","+i+" 0 1,1 0,"+i+"Z":n?"M"+i*l+","+i*f+"A"+i+","+i+" 0 "+s+",1 "+...

 view all matches for this distribution


Arabic

 view release on metacpan or  search on metacpan

lib/Arabic.pm  view on Meta::CPAN

 Perl in a Nutshell, Second Edition
 By Stephen Spainhour, Ellen Siever, Nathan Patwardhan
 Second Edition  June 2002
 Pages: 760
 Series: In a Nutshell
 ISBN 10: 0-596-00241-6 | ISBN 13: 9780596002411
 http://shop.oreilly.com/product/9780596002411.do

 Learning Perl on Win32 Systems
 By Randal L. Schwartz, Erik Olson, Tom Christiansen
 August 1997
 Pages: 306

 view all matches for this distribution


Archive-Any

 view release on metacpan or  search on metacpan

xt/author/tidyall.t  view on Meta::CPAN

# This file was automatically generated by Dist::Zilla::Plugin::Test::TidyAll v$VERSION

use Test::More 0.88;
use Test::Code::TidyAll 0.24;

tidyall_ok(
     verbose => ( exists $ENV{TEST_TIDYALL_VERBOSE} ? $ENV{TEST_TIDYALL_VERBOSE} : 0 ),
     jobs => ( exists $ENV{TEST_TIDYALL_JOBS} ? $ENV{TEST_TIDYALL_JOBS} : 1 ),
);

 view all matches for this distribution


Archive-BagIt

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


    fixed regex in _extract_key_from_textblob() 

  Change: b8149643abd3ee7b13cd150b7a0f4e56a785292a
  Author: Andreas Romeyke <art1@andreas-romeyke.de>
  Date : 2025-02-24 10:24:30 +0000

    - fixed testcase 

  Change: 11760bf4072d6b7bed3ccc799d0aa7e120c46ae9
  Author: Andreas Romeyke <art1@andreas-romeyke.de>
  Date : 2025-02-24 10:24:15 +0000

    - added unit test to check newline after key 

  Change: 5e74d75da4a43d323b46346b94ba8d9863f50ce1
  Author: Andreas Romeyke <art1@andreas-romeyke.de>

 view all matches for this distribution


Archive-ByteBoozer

 view release on metacpan or  search on metacpan

cruncher.c  view on Meta::CPAN

    uint packStart = 0xfffd - packLen;
    uint trnsStart = 0x0814 + packLen;
    cleanDecrCode[0x1e] = packStart & 0xff;
    cleanDecrCode[0x1f] = packStart >> 8;
    cleanDecrCode[0x23] = trnsStart & 0xff;
    cleanDecrCode[0x24] = trnsStart >> 8;
    cleanDecrCode[0xde] = startAdress & 0xff;
    cleanDecrCode[0xdf] = startAdress >> 8;

    target = aTarget->data + 2;
    for(i = 0; i < decrLen; ++i) {

cruncher.c  view on Meta::CPAN

    uint packStart = 0xfffd - packLen;
    uint trnsStart = 0x081e + packLen;
    normalDecrCode[0x1e] = packStart & 0xff;
    normalDecrCode[0x1f] = packStart >> 8;
    normalDecrCode[0x23] = trnsStart & 0xff;
    normalDecrCode[0x24] = trnsStart >> 8;
    normalDecrCode[0xdc] = startAdress & 0xff;
    normalDecrCode[0xdd] = startAdress >> 8;

    target = aTarget->data + 2;
    for(i = 0; i < decrLen; ++i) {

 view all matches for this distribution


Archive-Chm

 view release on metacpan or  search on metacpan

all.lst  view on Meta::CPAN

   1   448048     1417   /PlanetUnreal - UT 2003_files/left.gif
   1   449581      159   /PlanetUnreal - UT 2003_files/left_bottom.gif
   1   449847      173   /PlanetUnreal - UT 2003_files/main_left_bottom.gif
   1   450020      121   /PlanetUnreal - UT 2003_files/main_right_bottom.gif
   1   449740      107   /PlanetUnreal - UT 2003_files/mid_bottom.gif
   1   440424       76   /PlanetUnreal - UT 2003_files/mid_mid.gif
   1   449465      116   /PlanetUnreal - UT 2003_files/right.gif
   1   440171      253   /PlanetUnreal - UT 2003_files/top_back_sm.gif
   1   442087     5961   /PlanetUnreal - UT 2003_files/wholejumpsm.jpg
   1   124263    17035   /Secret Of Monkey Island Solution.html
   0        0        0   /Secret Of Monkey Island Solution_files/

 view all matches for this distribution


Archive-Extract-Libarchive

 view release on metacpan or  search on metacpan

SIGNATURE  view on Meta::CPAN

SHA1 2d1bf1c0628ba1ee7e4633c4722bd0fd6a60d6d1 README
SHA1 9f4e216645ca231fcbb2b77259db4a70e7246ed4 inc/Devel/CheckLib.pm
SHA1 9d11dab2af59b1f9d5192a4a4f15984e9eedb353 lib/Archive/Extract/Libarchive.pm
SHA1 78c19e42bf9bd8b1c92cf4bfe5985127873a2363 lib/Archive/Extract/Libarchive.xs
SHA1 fc2ccef7b2a9a8686652e554b1318a781263faad lib/Archive/Extract/ppport.h
SHA1 d2565abae28cda3ac37b79cc38ac780870224f63 t/archive.tar.bz2
SHA1 bb676bad66d662bf721423172141552ed3f5510b t/archive.tgz
SHA1 90aa2f4056bba3c375dbbf0dd11b2597d3a0ae87 t/archive.zip
SHA1 cc0afecfd4e6d03574131fe90200652ddf0fb752 t/pod.t
SHA1 41c7f675349d24899ed1b3284d21427dedfd09cb t/simple.t
-----BEGIN PGP SIGNATURE-----

 view all matches for this distribution


Archive-Extract

 view release on metacpan or  search on metacpan

CHANGES  view on Meta::CPAN

  support to archive::extract 
* Older versions of bunzip2 insist on a .bz2 suffix to extract 
  things. Guard against this, adapt the test suite and mention 
  it in the caveats. 

0.24    Thu Sep 20 15:05:55 2007

* Older versions of /bin/bunzip2 only support archives
  with a .bz2 suffix. Attempt to detect this with a new
  method ->have_old_bunzip2, and skip tests accordingly.
  Also document this in the CAVEATS section of the docs.

 view all matches for this distribution


( run in 1.513 second using v1.01-cache-2.11-cpan-39bf76dae61 )