hexsha
stringlengths
40
40
size
int64
3
1.05M
ext
stringclasses
163 values
lang
stringclasses
53 values
max_stars_repo_path
stringlengths
3
945
max_stars_repo_name
stringlengths
4
112
max_stars_repo_head_hexsha
stringlengths
40
78
max_stars_repo_licenses
listlengths
1
10
max_stars_count
float64
1
191k
max_stars_repo_stars_event_min_datetime
stringlengths
24
24
max_stars_repo_stars_event_max_datetime
stringlengths
24
24
max_issues_repo_path
stringlengths
3
945
max_issues_repo_name
stringlengths
4
113
max_issues_repo_head_hexsha
stringlengths
40
78
max_issues_repo_licenses
listlengths
1
10
max_issues_count
float64
1
116k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
3
945
max_forks_repo_name
stringlengths
4
113
max_forks_repo_head_hexsha
stringlengths
40
78
max_forks_repo_licenses
listlengths
1
10
max_forks_count
float64
1
105k
max_forks_repo_forks_event_min_datetime
stringlengths
24
24
max_forks_repo_forks_event_max_datetime
stringlengths
24
24
content
stringlengths
3
1.05M
avg_line_length
float64
1
966k
max_line_length
int64
1
977k
alphanum_fraction
float64
0
1
ed8ac0efc6e933f1e061a1a73ee9ffc38bab9ef2
2,724
pm
Perl
t/filter/TestFilter/both_str_req_proxy.pm
randolf/mod_perl
561f0672e8da450158b34fdac45a949845f0dc0d
[ "Apache-2.0" ]
23
2015-03-17T11:43:34.000Z
2022-02-19T13:39:01.000Z
t/filter/TestFilter/both_str_req_proxy.pm
randolf/mod_perl
561f0672e8da450158b34fdac45a949845f0dc0d
[ "Apache-2.0" ]
3
2019-11-21T03:45:00.000Z
2021-12-27T23:44:28.000Z
t/filter/TestFilter/both_str_req_proxy.pm
randolf/mod_perl
561f0672e8da450158b34fdac45a949845f0dc0d
[ "Apache-2.0" ]
19
2015-02-18T21:23:25.000Z
2022-02-13T16:27:14.000Z
# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*- package TestFilter::both_str_req_proxy; # very similar to TestFilter::both_str_req_add, but the request is # proxified. we filter the POSTed body before it goes via the proxy...
25.942857
144
0.604626
ed41cd2044ff5193cd13710fc3b00461688d2de1
1,155
al
Perl
benchmark/benchmarks/FASP-benchmarks/data/random/random-0245-110-275.al
krzysg/FaspHeuristic
1929c40e3fbc49e68b04acfc5522539a18758031
[ "MIT" ]
null
null
null
benchmark/benchmarks/FASP-benchmarks/data/random/random-0245-110-275.al
krzysg/FaspHeuristic
1929c40e3fbc49e68b04acfc5522539a18758031
[ "MIT" ]
null
null
null
benchmark/benchmarks/FASP-benchmarks/data/random/random-0245-110-275.al
krzysg/FaspHeuristic
1929c40e3fbc49e68b04acfc5522539a18758031
[ "MIT" ]
null
null
null
1 5 2 83 89 97 3 35 4 16 89 5 7 9 15 76 108 6 21 7 3 91 102 8 26 65 9 8 14 33 46 10 80 11 33 51 12 30 31 56 70 73 92 96 101 13 84 14 11 55 80 88 107 15 24 88 16 25 69 78 17 62 66 107 18 59 74 103 19 37 56 95 20 1 19 34 68 21 24 22 51 67 90 23 31 42 24 43 50 87 104 25 29 96 100 102 26 70 27 67 28 36 58 93 29 78 30 4 22 ...
10.5
27
0.667532
ed44e02d7c44d2ee3a3083ab59b39cb34b0dcc6f
1,208
pm
Perl
beer-song/Example.pm
yanick/xperl5
f56415e9bab363142e7a4fee809574d4a66b0e42
[ "MIT" ]
1
2015-10-31T22:40:29.000Z
2015-10-31T22:40:29.000Z
beer-song/Example.pm
dnmfarrell/xperl5
ab7bf8a35532f6bc1e6630ee596eb32b42232844
[ "MIT" ]
null
null
null
beer-song/Example.pm
dnmfarrell/xperl5
ab7bf8a35532f6bc1e6630ee596eb32b42232844
[ "MIT" ]
null
null
null
package Example; sub verse { my $num = shift; my $song = _line1($num) . _line2($num); return $song; } sub sing { my ($start, $end) = @_; $end = 0 unless $end; my $song; while ($start >= $end) { $song .= verse($start); $song .= "\n"; $start--; } return $so...
21.963636
89
0.524007
73d3c25b4d038fc5cb6d2b04887631d9ac4db697
11,348
pm
Perl
lib/MusicBrainz/Server/Controller/Edit.pm
kellnerd/musicbrainz-server
9e058e10219ea6b8942cfd64160ffe19769f747b
[ "BSD-2-Clause" ]
null
null
null
lib/MusicBrainz/Server/Controller/Edit.pm
kellnerd/musicbrainz-server
9e058e10219ea6b8942cfd64160ffe19769f747b
[ "BSD-2-Clause" ]
null
null
null
lib/MusicBrainz/Server/Controller/Edit.pm
kellnerd/musicbrainz-server
9e058e10219ea6b8942cfd64160ffe19769f747b
[ "BSD-2-Clause" ]
null
null
null
package MusicBrainz::Server::Controller::Edit; use Moose; use Moose::Util qw( does_role ); use Try::Tiny; BEGIN { extends 'MusicBrainz::Server::Controller' } use Data::Page; use DBDefs; use MusicBrainz::Server::EditRegistry; use MusicBrainz::Server::Edit::Utils qw( status_names ); use MusicBrainz::Server::Constants q...
28.729114
158
0.542034
ed95a2236001f3aaef19c4556fdbf4b2815b3ada
3,061
pm
Perl
auto-lib/Paws/RDS/CreateDBParameterGroup.pm
galenhuntington/aws-sdk-perl
13b775dcb5f0b3764f0a82f3679ed5c7721e67d3
[ "Apache-2.0" ]
null
null
null
auto-lib/Paws/RDS/CreateDBParameterGroup.pm
galenhuntington/aws-sdk-perl
13b775dcb5f0b3764f0a82f3679ed5c7721e67d3
[ "Apache-2.0" ]
null
null
null
auto-lib/Paws/RDS/CreateDBParameterGroup.pm
galenhuntington/aws-sdk-perl
13b775dcb5f0b3764f0a82f3679ed5c7721e67d3
[ "Apache-2.0" ]
null
null
null
package Paws::RDS::CreateDBParameterGroup; use Moose; has DBParameterGroupFamily => (is => 'ro', isa => 'Str', required => 1); has DBParameterGroupName => (is => 'ro', isa => 'Str', required => 1); has Description => (is => 'ro', isa => 'Str', required => 1); has Tags => (is => 'ro', isa => 'ArrayRef[Paws::R...
27.827273
249
0.72068
ed56f547d6f16a9b8aeff41061f15881eaeb3037
4,546
pm
Perl
modules/EnsEMBL/Draw/GlyphSet/flat_file.pm
nakib103/ensembl-webcode
4814ccb25ff9925d80b71514c72793917614c614
[ "Apache-2.0" ]
16
2015-01-14T14:12:30.000Z
2021-01-27T15:28:52.000Z
modules/EnsEMBL/Draw/GlyphSet/flat_file.pm
nakib103/ensembl-webcode
4814ccb25ff9925d80b71514c72793917614c614
[ "Apache-2.0" ]
250
2015-01-05T13:03:19.000Z
2022-03-30T09:07:12.000Z
modules/EnsEMBL/Draw/GlyphSet/flat_file.pm
nakib103/ensembl-webcode
4814ccb25ff9925d80b71514c72793917614c614
[ "Apache-2.0" ]
98
2015-01-05T14:58:48.000Z
2022-02-15T17:11:32.000Z
=head1 LICENSE Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute Copyright [2016-2021] EMBL-European Bioinformatics Institute Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obta...
37.262295
147
0.565112
ed805099924e49a66fab7ec86b52e4d956217774
310
al
Perl
code-orig/SourceDiscovery/jmatlab/MATLAB Component Runtime/v70/sys/perl/win32/lib/auto/POSIX/sin.al
usc-isi-i2/eidos
a40dd1b012bfa6e62756b289a1f955a877e5de3f
[ "MIT" ]
1
2021-01-21T15:42:58.000Z
2021-01-21T15:42:58.000Z
code-orig/SourceDiscovery/jmatlab/MATLAB Component Runtime/v70/sys/perl/win32/lib/auto/POSIX/sin.al
usc-isi-i2/eidos
a40dd1b012bfa6e62756b289a1f955a877e5de3f
[ "MIT" ]
null
null
null
code-orig/SourceDiscovery/jmatlab/MATLAB Component Runtime/v70/sys/perl/win32/lib/auto/POSIX/sin.al
usc-isi-i2/eidos
a40dd1b012bfa6e62756b289a1f955a877e5de3f
[ "MIT" ]
null
null
null
# NOTE: Derived from ..\..\lib\POSIX.pm. # Changes made here will be lost when autosplit again. # See AutoSplit.pm. package POSIX; #line 347 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto/POSIX/sin.al)" sub sin { usage "sin(x)" if @_ != 1; CORE::sin($_[0]); } # end of POSIX::sin 1;
22.142857
76
0.590323
ed5260ce38889b6942e6dfce8ef6f2325b48007b
41,653
t
Perl
t/oo/objects.t
winnit-myself/Wifie
53284177b4f4107da5b7e2394cefccaa98194ec3
[ "Artistic-2.0" ]
312
2015-01-15T01:00:51.000Z
2022-03-31T11:45:50.000Z
t/oo/objects.t
winnit-myself/Wifie
53284177b4f4107da5b7e2394cefccaa98194ec3
[ "Artistic-2.0" ]
108
2015-01-01T18:24:22.000Z
2022-02-25T16:53:52.000Z
t/oo/objects.t
winnit-myself/Wifie
53284177b4f4107da5b7e2394cefccaa98194ec3
[ "Artistic-2.0" ]
80
2015-01-14T01:33:52.000Z
2022-02-26T03:47:55.000Z
#!./parrot # Copyright (C) 2001-2010, Parrot Foundation. =head1 NAME t/oo/objects.t - Objects =head1 SYNOPSIS % prove t/oo/objects.t =head1 DESCRIPTION Tests the object/class subsystem. =cut .sub main :main .include 'test_more.pir' .include "iglobals.pasm" .include "interpinfo.pasm" plan(19...
23.466479
84
0.600821
73d3c1cfd764572a9c87c7277516027449260e31
25,880
pm
Perl
windows/cperl/lib/IO/Compress/RawDeflate.pm
SCOTT-HAMILTON/Monetcours
66a2970218a31e9987a4e7eb37443c54f22e6825
[ "MIT" ]
2
2021-02-18T02:10:12.000Z
2022-02-07T13:19:09.000Z
windows/cperl/lib/IO/Compress/RawDeflate.pm
SCOTT-HAMILTON/Monetcours
66a2970218a31e9987a4e7eb37443c54f22e6825
[ "MIT" ]
1
2017-05-27T05:49:30.000Z
2017-05-27T05:49:30.000Z
windows/cperl/lib/IO/Compress/RawDeflate.pm
SCOTT-HAMILTON/Monetcours
66a2970218a31e9987a4e7eb37443c54f22e6825
[ "MIT" ]
3
2017-05-22T18:40:12.000Z
2017-05-24T18:45:08.000Z
package IO::Compress::RawDeflate ; # create RFC1951 # use strict ; use warnings; use bytes; use IO::Compress::Base 2.086 ; use IO::Compress::Base::Common 2.086 qw(:Status ); use IO::Compress::Adapter::Deflate 2.086 ; require Exporter ; our ($VERSION, @ISA, @EXPORT_OK, %DEFLATE_CONSTANTS, %EXPORT_TAGS, $RawDeflateE...
26.167846
563
0.698725
edd89a78eaa58d789e2fc88db1c06308e3899876
1,885
t
Perl
t/01-basic.t
lestrrat-p6/Crust-Middleware-Session
dda68790dd32589f9372e885e6d1aea2f085b35f
[ "Artistic-2.0" ]
2
2015-11-01T02:32:07.000Z
2016-02-11T10:21:28.000Z
t/01-basic.t
lestrrat-p6/Crust-Middleware-Session
dda68790dd32589f9372e885e6d1aea2f085b35f
[ "Artistic-2.0" ]
1
2016-11-04T13:17:40.000Z
2016-11-06T21:34:53.000Z
t/01-basic.t
lestrrat-p6/Crust-Middleware-Session
dda68790dd32589f9372e885e6d1aea2f085b35f
[ "Artistic-2.0" ]
3
2016-11-04T12:02:39.000Z
2017-04-26T01:58:31.000Z
use v6; use Test; use Crust::Middleware::Session; use Cookie::Baker; my &app = sub (%env) { return [ 200, [ "Content-Type" => "text/plain" ], [ "Hello, World!" ] ]; }; subtest { dies-ok { Crust::Middleware::Session::SimpleSession.new() }, "id should be required, so arg-less new() should die"; ...
25.133333
76
0.531565
edc88fd6d9d351ac7c8a459253bc5ea2389a7db4
1,988
pl
Perl
maint/build.pl
LTD-Beget/cpanminus
1f48ea8b93915a2771c29a48a7de720e795f3ed7
[ "Artistic-1.0" ]
null
null
null
maint/build.pl
LTD-Beget/cpanminus
1f48ea8b93915a2771c29a48a7de720e795f3ed7
[ "Artistic-1.0" ]
1
2015-10-22T17:39:56.000Z
2015-10-22T18:30:47.000Z
maint/build.pl
LTD-Beget/cpanminus
1f48ea8b93915a2771c29a48a7de720e795f3ed7
[ "Artistic-1.0" ]
1
2015-10-13T15:10:02.000Z
2015-10-13T15:10:02.000Z
#!/usr/bin/env perl use strict; use File::pushd; use File::Find; =for developers NAME DESCRIPTION repo CPAN | wget source CPAN --------------------------------------------------------------------------------------------+-------------------- scri...
30.121212
121
0.48994
edcb1ea5d83844e6d79a0c6cb70148959676c127
14,442
pl
Perl
probes/hadoop3/similarity_crazy.pl
sauloal/projects
79068b20251fd29cadbc80a5de550fc77332788d
[ "MIT" ]
null
null
null
probes/hadoop3/similarity_crazy.pl
sauloal/projects
79068b20251fd29cadbc80a5de550fc77332788d
[ "MIT" ]
null
null
null
probes/hadoop3/similarity_crazy.pl
sauloal/projects
79068b20251fd29cadbc80a5de550fc77332788d
[ "MIT" ]
1
2018-10-26T05:13:42.000Z
2018-10-26T05:13:42.000Z
#!/usr/bin/perl -w use strict; my $logToFile = 0; my $verbose = 4; my $generateArray = 1; my $saveArraytoFile = 1; my $loadArrayFromFile = 0; my $printArray = 1; my $printArrayToFile = 0; my $memory = 1; my $tableSize = 3; #sides of the table my $numberReg...
27.249057
262
0.548885
edd5111da16779bcbe3e9f893a0e6c15718107c5
947
pm
Perl
lib/Business/EDI/CodeList/FacilityTypeDescriptionCode.pm
atz/Business-EDI
27514f11f91bccda85b8b411074d3dddbc8b28b1
[ "Artistic-1.0-cl8" ]
1
2015-10-29T13:18:40.000Z
2015-10-29T13:18:40.000Z
lib/Business/EDI/CodeList/FacilityTypeDescriptionCode.pm
atz/Business-EDI
27514f11f91bccda85b8b411074d3dddbc8b28b1
[ "Artistic-1.0-cl8" ]
null
null
null
lib/Business/EDI/CodeList/FacilityTypeDescriptionCode.pm
atz/Business-EDI
27514f11f91bccda85b8b411074d3dddbc8b28b1
[ "Artistic-1.0-cl8" ]
null
null
null
package Business::EDI::CodeList::FacilityTypeDescriptionCode; use base 'Business::EDI::CodeList'; my $VERSION = 0.02; sub list_number {9039;} my $usage = 'I'; # 9039 Facility type description code [I] # Desc: Code specifying the facility type. # Repr: an..3 my %code_hash = ( '1' =...
27.057143
67
0.604013
ed7473e39abab349430535a9ed95bc3111f633b2
914
pl
Perl
code_perl/test_array.pl
BioinformaticsTrainingXie/Novice2Expert4Bioinformatics
dd1987d5a993db02945e18f87d5e494c7f4e5fb3
[ "CC0-1.0" ]
1
2019-03-14T13:25:35.000Z
2019-03-14T13:25:35.000Z
code_perl/test_array.pl
BioinformaticsTrainingXie/Novice2Expert4Bioinformatics
dd1987d5a993db02945e18f87d5e494c7f4e5fb3
[ "CC0-1.0" ]
3
2019-03-13T19:46:58.000Z
2019-05-01T18:12:46.000Z
code_perl/test_array.pl
BioinformaticsTrainingXie/Novice2Expert4Bioinformatics
dd1987d5a993db02945e18f87d5e494c7f4e5fb3
[ "CC0-1.0" ]
3
2019-03-14T13:30:59.000Z
2020-01-08T01:06:31.000Z
#!/usr/bin/perl -w #use warnings; use strict; my @gene_expr = (1, 3, 10); print "First element: ", $gene_expr[0], "\n"; #my $len = @gene_expr; my $len = $#gene_expr + 1; print "Old_array: @gene_expr\n"; print "Length of array: ", $len, "\n"; my $new_gene_expr = 20; push @gene_expr, $new_gene_expr; $len = $#gene_expr ...
26.114286
49
0.683807
ed9662c3041c232d842f2391dcd0a6d90b807705
86
t
Perl
Dotter.t
rgeorgiev583/dotter
1210eb809c9a32b65852d8952963ac74683670a7
[ "MIT" ]
null
null
null
Dotter.t
rgeorgiev583/dotter
1210eb809c9a32b65852d8952963ac74683670a7
[ "MIT" ]
null
null
null
Dotter.t
rgeorgiev583/dotter
1210eb809c9a32b65852d8952963ac74683670a7
[ "MIT" ]
null
null
null
#!/usr/bin/perl use strict; use warnings; use Test::Simple tests => 0; use Dotter;
9.555556
28
0.674419
ed855cc92a68ad1446a21627004fa872c5c36442
3,149
pm
Perl
t/response/TestAPI/access2_24.pm
dreamhost/dpkg-ndn-perl-mod-perl
b22e73bc5bbff804cece98fd2b8138b14883efd3
[ "Apache-2.0" ]
null
null
null
t/response/TestAPI/access2_24.pm
dreamhost/dpkg-ndn-perl-mod-perl
b22e73bc5bbff804cece98fd2b8138b14883efd3
[ "Apache-2.0" ]
null
null
null
t/response/TestAPI/access2_24.pm
dreamhost/dpkg-ndn-perl-mod-perl
b22e73bc5bbff804cece98fd2b8138b14883efd3
[ "Apache-2.0" ]
null
null
null
package TestAPI::access2_24; # testing $r->requires # in the POST test it returns: # # [ # { # 'method_mask' => -1, # 'requirement' => 'user goo bar' # }, # { # 'method_mask' => -1, # 'requirement' => 'group bar tar' # } # { # 'method_mask' => 4, # 'requirement' => 'valid-...
24.038168
78
0.618292
73d0655c6ff3bf5d72e2222d1706f71bb20e69d7
16,656
pm
Perl
DocDB/cgi/EventInstructions.pm
brianv0/DocDB
4e5b406f9385862fb8f236fed1ecfa04c6ae663c
[ "Naumen", "Condor-1.1", "MS-PL" ]
19
2016-03-10T14:28:38.000Z
2022-03-14T03:27:16.000Z
DocDB/cgi/EventInstructions.pm
brianv0/DocDB
4e5b406f9385862fb8f236fed1ecfa04c6ae663c
[ "Naumen", "Condor-1.1", "MS-PL" ]
68
2016-01-20T16:35:06.000Z
2021-12-29T15:24:31.000Z
DocDB/cgi/EventInstructions.pm
brianv0/DocDB
4e5b406f9385862fb8f236fed1ecfa04c6ae663c
[ "Naumen", "Condor-1.1", "MS-PL" ]
13
2015-02-08T02:19:54.000Z
2022-02-18T12:05:47.000Z
# Name: $RCSfile$ # Description: The instructions for the event organizer and calendar in DocDB. # This is mostly HTML, but making it a script allows us to eliminate # parts of it that we don't want and get it following everyone's # style, and allows groups to add to it wi...
44.180371
107
0.745977
ed87cf6d7707d03beab8ae4f6a4eb3b64548adb4
7,526
pm
Perl
src/perl/stv/lib/PrefVote/STV/Round.pm
ikluft/prefvote
afa7ef3a568a839d81f5432975a09926ea66df71
[ "Apache-2.0" ]
null
null
null
src/perl/stv/lib/PrefVote/STV/Round.pm
ikluft/prefvote
afa7ef3a568a839d81f5432975a09926ea66df71
[ "Apache-2.0" ]
null
null
null
src/perl/stv/lib/PrefVote/STV/Round.pm
ikluft/prefvote
afa7ef3a568a839d81f5432975a09926ea66df71
[ "Apache-2.0" ]
null
null
null
# PrefVote::STV::Round # ABSTRACT: internal voting-round structure used by PrefVote::STV # derived from Vote::STV by Ian Kluft # Copyright (c) 1998-2022 by Ian Kluft # Open Source license: Apache License 2.0 https://www.apache.org/licenses/LICENSE-2.0 # pragmas to silence some warnings from Perl::Critic ## no critic (...
30.593496
116
0.692665
ed86333d4929a6e31893949880ece2754a88ee22
4,657
pl
Perl
tests/tests/test072.pl
trealla-prolog/trealla
0078db8af35bbb1b80ee7be3e1aea9bf73bf3f4e
[ "MIT" ]
7
2022-02-26T20:15:27.000Z
2022-03-30T21:36:08.000Z
tests/tests/test072.pl
trealla-prolog/trealla
0078db8af35bbb1b80ee7be3e1aea9bf73bf3f4e
[ "MIT" ]
78
2022-02-05T02:21:01.000Z
2022-03-31T23:22:24.000Z
tests/tests/test072.pl
trealla-prolog/trealla
0078db8af35bbb1b80ee7be3e1aea9bf73bf3f4e
[ "MIT" ]
1
2022-03-06T03:25:39.000Z
2022-03-06T03:25:39.000Z
:- initialization(main(10)). :- use_module(library(apply)). :- use_module(library(lists)). main(Size) :- setof(Total, M^Freq^Perm^square(Size, M, Total, Freq, Perm), Totals), last(Totals, Max), square(Size, Board, Max, _, Permutation), writeq([Permutation, Board, Max]), nl. var_matrix(Size, M) :- ...
23.760204
93
0.535323
ed4430815da79f9700268bf5ae10d6ac117f640a
2,687
t
Perl
t/roles/role_composite_exclusion.t
exodist/Moose
fadfec9e315aa33fb22c96982704c8c0d15e84c6
[ "Artistic-1.0" ]
94
2015-01-04T18:17:36.000Z
2021-11-18T04:51:22.000Z
t/roles/role_composite_exclusion.t
moose-skaters/moose1
648aa02b38b313ca7697de7175f6ca540df16612
[ "Artistic-1.0" ]
82
2015-01-01T18:57:16.000Z
2021-04-13T17:58:38.000Z
t/roles/role_composite_exclusion.t
moose-skaters/moose1
648aa02b38b313ca7697de7175f6ca540df16612
[ "Artistic-1.0" ]
69
2015-01-06T00:59:52.000Z
2022-01-17T16:52:38.000Z
use strict; use warnings; use Test::More; use Test::Fatal; use Moose::Meta::Role::Application::RoleSummation; use Moose::Meta::Role::Composite; { package Role::Foo; use Moose::Role; package Role::Bar; use Moose::Role; package Role::ExcludesFoo; use Moose::Role; excludes 'Role::Foo'; ...
24.87963
92
0.566803
eda7921aac4fcd851bfe03e6919b608aed27f4a4
2,065
t
Perl
t/002-cache.t
moose/Class-Method-Modifiers
9f67c8f1cb1c2b437e5d64bb7d813174055615a0
[ "Artistic-1.0" ]
2
2017-04-01T14:11:14.000Z
2018-10-17T15:27:44.000Z
t/002-cache.t
moose/Class-Method-Modifiers
9f67c8f1cb1c2b437e5d64bb7d813174055615a0
[ "Artistic-1.0" ]
2
2015-05-21T17:11:39.000Z
2017-01-16T06:03:01.000Z
t/002-cache.t
moose/Class-Method-Modifiers
9f67c8f1cb1c2b437e5d64bb7d813174055615a0
[ "Artistic-1.0" ]
4
2015-05-21T13:03:30.000Z
2020-08-13T16:03:02.000Z
use strict; use warnings; use Test::More 0.88; use if $ENV{AUTHOR_TESTING}, 'Test::Warnings'; my $orig; my $code = sub { die }; do { package Class; use Class::Method::Modifiers; sub method {} $orig = Class->can('method'); before method => $code; }; is_deeply(\%Class::Method::Modifiers::MODIFIE...
20.445545
81
0.458596
ed17f6bcee21a4cae5b4e018ad89702bccf33647
375
pl
Perl
libs/perllib/LoxBerry/testing/testlog_loglevelchange.pl
nufke/Loxberry
58a7dc49bd6af9cbe44c431e05b46ad7bdaaa77d
[ "Apache-2.0" ]
60
2016-07-14T13:19:30.000Z
2022-03-13T11:46:39.000Z
libs/perllib/LoxBerry/testing/testlog_loglevelchange.pl
nufke/Loxberry
58a7dc49bd6af9cbe44c431e05b46ad7bdaaa77d
[ "Apache-2.0" ]
1,251
2016-07-06T12:41:21.000Z
2022-03-30T13:53:04.000Z
libs/perllib/LoxBerry/testing/testlog_loglevelchange.pl
nufke/Loxberry
58a7dc49bd6af9cbe44c431e05b46ad7bdaaa77d
[ "Apache-2.0" ]
43
2016-07-15T05:56:32.000Z
2021-12-23T16:01:20.000Z
#!/usr/bin/perl use LoxBerry::Log; print "Hallo\n"; # my $log = LoxBerry::Log->new ( logdir => "$lbslogdir", name => 'test', package => 'Test', loglevel => 3); my $log = LoxBerry::Log->new ( filename => "/opt/loxberry/log/plugins/lbbackup/test.log", name => 'test', package => 'lbbackup', stderr => 1, addti...
17.857143
107
0.592
ed91b53f203b8a2792da89fb27e2262f0653f63d
4,274
pm
Perl
cloud/azure/compute/virtualmachine/mode/memory.pm
centreon-lab/centreon-plugins
68096c697a9e1baf89a712674a193d9a9321503c
[ "Apache-2.0" ]
null
null
null
cloud/azure/compute/virtualmachine/mode/memory.pm
centreon-lab/centreon-plugins
68096c697a9e1baf89a712674a193d9a9321503c
[ "Apache-2.0" ]
null
null
null
cloud/azure/compute/virtualmachine/mode/memory.pm
centreon-lab/centreon-plugins
68096c697a9e1baf89a712674a193d9a9321503c
[ "Apache-2.0" ]
null
null
null
# # Copyright 2022 Centreon (http://www.centreon.com/) # # Centreon is a full-fledged industry-strength solution that meets # the needs in IT infrastructure and application monitoring for # service performance. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in com...
32.625954
146
0.641554
edc028a28c1c67a4a6dac9be9d5807c6a285a461
636
pm
Perl
auto-lib/Paws/DynamoDB/DescribeGlobalTableSettingsOutput.pm
galenhuntington/aws-sdk-perl
13b775dcb5f0b3764f0a82f3679ed5c7721e67d3
[ "Apache-2.0" ]
null
null
null
auto-lib/Paws/DynamoDB/DescribeGlobalTableSettingsOutput.pm
galenhuntington/aws-sdk-perl
13b775dcb5f0b3764f0a82f3679ed5c7721e67d3
[ "Apache-2.0" ]
null
null
null
auto-lib/Paws/DynamoDB/DescribeGlobalTableSettingsOutput.pm
galenhuntington/aws-sdk-perl
13b775dcb5f0b3764f0a82f3679ed5c7721e67d3
[ "Apache-2.0" ]
null
null
null
package Paws::DynamoDB::DescribeGlobalTableSettingsOutput; use Moose; has GlobalTableName => (is => 'ro', isa => 'Str'); has ReplicaSettings => (is => 'ro', isa => 'ArrayRef[Paws::DynamoDB::ReplicaSettingsDescription]'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =he...
19.272727
101
0.715409
edbae287753582e7993dcc33aa987f062fa1028b
1,322
pm
Perl
lib/Rapi/Demo/Chinook/DB/Result/Album.pm
manwar/Rapi-Demo-Chinook
61b051cf4c16f13840fad0954d83d742490641b9
[ "Artistic-1.0" ]
1
2017-02-21T16:09:23.000Z
2017-02-21T16:09:23.000Z
lib/Rapi/Demo/Chinook/DB/Result/Album.pm
manwar/Rapi-Demo-Chinook
61b051cf4c16f13840fad0954d83d742490641b9
[ "Artistic-1.0" ]
null
null
null
lib/Rapi/Demo/Chinook/DB/Result/Album.pm
manwar/Rapi-Demo-Chinook
61b051cf4c16f13840fad0954d83d742490641b9
[ "Artistic-1.0" ]
1
2019-10-02T11:29:35.000Z
2019-10-02T11:29:35.000Z
use utf8; package Rapi::Demo::Chinook::DB::Result::Album; # Created by DBIx::Class::Schema::Loader # DO NOT MODIFY THE FIRST PART OF THIS FILE use strict; use warnings; use Moose; use MooseX::NonMoose; use MooseX::MarkAsMethods autoclean => 1; extends 'DBIx::Class::Core'; __PACKAGE__->load_components("InflateColumn:...
28.73913
98
0.692133
ed6939563e0a2fb8f4172bea88ce286f72011b15
6,686
pm
Perl
lib/Perl/Critic/Theme.pm
git-the-cpan/Perl-Critic
7ae3fb01e11f96772ab9180d70fa9847cc5c3cf3
[ "Artistic-1.0" ]
null
null
null
lib/Perl/Critic/Theme.pm
git-the-cpan/Perl-Critic
7ae3fb01e11f96772ab9180d70fa9847cc5c3cf3
[ "Artistic-1.0" ]
null
null
null
lib/Perl/Critic/Theme.pm
git-the-cpan/Perl-Critic
7ae3fb01e11f96772ab9180d70fa9847cc5c3cf3
[ "Artistic-1.0" ]
null
null
null
package Perl::Critic::Theme; use 5.006001; use strict; use warnings; use English qw(-no_match_vars); use Readonly; use Exporter 'import'; use List::MoreUtils qw(any); use Perl::Critic::Utils qw{ :characters :data_conversion }; use Perl::Critic::Exception::Fatal::Internal qw{ &throw_internal }; use Perl::Critic::Exc...
26.426877
78
0.555489
edccd6023872788d64c2663923b16854364f730f
3,177
pm
Perl
lib/Google/Ads/GoogleAds/V8/Services/CampaignExperimentService.pm
googleads/google-ads-perl
3ee6c09e11330fea1e6a0c9ee9f837e5e36d8177
[ "Apache-2.0" ]
19
2019-06-21T00:43:57.000Z
2022-03-29T14:23:01.000Z
lib/Google/Ads/GoogleAds/V8/Services/CampaignExperimentService.pm
googleads/google-ads-perl
3ee6c09e11330fea1e6a0c9ee9f837e5e36d8177
[ "Apache-2.0" ]
16
2020-03-04T07:44:53.000Z
2021-12-15T23:06:23.000Z
lib/Google/Ads/GoogleAds/V8/Services/CampaignExperimentService.pm
googleads/google-ads-perl
3ee6c09e11330fea1e6a0c9ee9f837e5e36d8177
[ "Apache-2.0" ]
9
2020-02-28T03:00:48.000Z
2021-11-10T14:23:02.000Z
# Copyright 2020, Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
30.84466
109
0.70192
ed9dd5fbac436075f63d71f706909594726dc5b1
1,401
pm
Perl
lib/Google/Ads/GoogleAds/V3/Resources/DynamicSearchAdsSearchTermView.pm
PierrickVoulet/google-ads-perl
bc9fa2de22aa3e11b99dc22251d90a1723dd8cc4
[ "Apache-2.0" ]
null
null
null
lib/Google/Ads/GoogleAds/V3/Resources/DynamicSearchAdsSearchTermView.pm
PierrickVoulet/google-ads-perl
bc9fa2de22aa3e11b99dc22251d90a1723dd8cc4
[ "Apache-2.0" ]
null
null
null
lib/Google/Ads/GoogleAds/V3/Resources/DynamicSearchAdsSearchTermView.pm
PierrickVoulet/google-ads-perl
bc9fa2de22aa3e11b99dc22251d90a1723dd8cc4
[ "Apache-2.0" ]
null
null
null
# Copyright 2020, Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
32.581395
79
0.695218
edb2ffca71b29cbb52b01ab2137917e5fd6cba27
3,725
pm
Perl
network/hirschmann/standard/snmp/mode/components/psu.pm
alenorcy/centreon-plugins
d7603030c24766935ed07e6ebe1082e16d6fdb4a
[ "Apache-2.0" ]
null
null
null
network/hirschmann/standard/snmp/mode/components/psu.pm
alenorcy/centreon-plugins
d7603030c24766935ed07e6ebe1082e16d6fdb4a
[ "Apache-2.0" ]
2
2016-07-28T10:18:20.000Z
2017-04-11T14:16:48.000Z
network/hirschmann/standard/snmp/mode/components/psu.pm
alenorcy/centreon-plugins
d7603030c24766935ed07e6ebe1082e16d6fdb4a
[ "Apache-2.0" ]
1
2018-03-20T11:05:05.000Z
2018-03-20T11:05:05.000Z
# # Copyright 2019 Centreon (http://www.centreon.com/) # # Centreon is a full-fledged industry-strength solution that meets # the needs in IT infrastructure and application monitoring for # service performance. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in com...
38.802083
154
0.572886
edbdf8e1fe2c8767b07caae4da183fc971304ac7
3,215
pm
Perl
lib/App/Manoc/DataDumper/Script.pm
gmambro/manoc
1c25734028970b4fda548c9d4aa8cc47eb67bc6d
[ "Artistic-1.0" ]
3
2015-06-21T18:23:17.000Z
2017-06-11T23:19:29.000Z
lib/App/Manoc/DataDumper/Script.pm
gmambro/manoc
1c25734028970b4fda548c9d4aa8cc47eb67bc6d
[ "Artistic-1.0" ]
34
2015-06-20T07:27:30.000Z
2022-01-17T10:28:28.000Z
lib/App/Manoc/DataDumper/Script.pm
gmambro/manoc
1c25734028970b4fda548c9d4aa8cc47eb67bc6d
[ "Artistic-1.0" ]
1
2019-11-18T08:15:03.000Z
2019-11-18T08:15:03.000Z
package App::Manoc::DataDumper::Script; #ABSTRACT: Manoc Netwalker script runner =head1 DESCRIPTION This class is responsible for running the manoc dumper scripst. It extends L<App::Manoc::Script> and can operate in two modes: load or save. =cut use Moose; ##VERSION extends 'App::Manoc::Script'; use App::Manoc::...
19.136905
74
0.517885
ed846a16d9167c43975a1e80ee04bdaf96fe3b29
21,207
t
Perl
t/serialization/02-types.t
mryan/perl6-nqp
687e2f12c866ee1498229ac1ac234ff56b7d02b8
[ "MIT" ]
null
null
null
t/serialization/02-types.t
mryan/perl6-nqp
687e2f12c866ee1498229ac1ac234ff56b7d02b8
[ "MIT" ]
null
null
null
t/serialization/02-types.t
mryan/perl6-nqp
687e2f12c866ee1498229ac1ac234ff56b7d02b8
[ "MIT" ]
null
null
null
#! nqp use nqpmo; plan(58); sub add_to_sc($sc, $idx, $obj) { nqp::scsetobj($sc, $idx, $obj); nqp::setobjsc($obj, $sc); } # Serializing a knowhow with no attributes and no methods; P6int REPR # (very simple REPR). { my $sc := nqp::createsc('TEST_SC_1_IN'); my $sh := nqp::list_s(); my $type := nq...
35.404007
143
0.59801
ed916b5b6828b5aac8178e490840609574b9f1c4
4,652
pm
Perl
Benchmarks/Recomputation/specOMP_install/bin/lib/PDF/API2/Basic/TTF/Glyf.pm
sqsq87/NVC
1ed478788978e3e85c219313cd55564d4037e242
[ "MIT" ]
null
null
null
Benchmarks/Recomputation/specOMP_install/bin/lib/PDF/API2/Basic/TTF/Glyf.pm
sqsq87/NVC
1ed478788978e3e85c219313cd55564d4037e242
[ "MIT" ]
null
null
null
Benchmarks/Recomputation/specOMP_install/bin/lib/PDF/API2/Basic/TTF/Glyf.pm
sqsq87/NVC
1ed478788978e3e85c219313cd55564d4037e242
[ "MIT" ]
null
null
null
#======================================================================= # ____ ____ _____ _ ____ ___ ____ # | _ \| _ \| ___| _ _ / \ | _ \_ _| |___ \ # | |_) | | | | |_ (_) (_) / _ \ | |_) | | __) | # | __/| |_| | _| _ _ / ___ \| __/| | / __/ # |_| ...
25.145946
109
0.524291
edd6d6a10ce2edf6cdc9f9d181e97664c3135094
14,819
pm
Perl
auto-lib/Paws/MQ.pm
shogo82148/aws-sdk-perl
a87555a9d30dd1415235ebacd2715b2f7e5163c7
[ "Apache-2.0" ]
null
null
null
auto-lib/Paws/MQ.pm
shogo82148/aws-sdk-perl
a87555a9d30dd1415235ebacd2715b2f7e5163c7
[ "Apache-2.0" ]
null
null
null
auto-lib/Paws/MQ.pm
shogo82148/aws-sdk-perl
a87555a9d30dd1415235ebacd2715b2f7e5163c7
[ "Apache-2.0" ]
null
null
null
package Paws::MQ; use Moose; sub service { 'mq' } sub signing_name { 'mq' } sub version { '2017-11-27' } sub flattened_arrays { 0 } has max_attempts => (is => 'ro', isa => 'Int', default => 5); has retry => (is => 'ro', isa => 'HashRef', default => sub { { base => 'rand', type => 'exponential', growth...
21.696925
385
0.704906
ed4e37107ea541e27ba8ad597ec93845b7b99929
1,771
pm
Perl
t/TestLib.pm
gflohr/Parse-Wisent
cb6c64456e6b2e8925ecf54b00340da6895f40fd
[ "WTFPL" ]
null
null
null
t/TestLib.pm
gflohr/Parse-Wisent
cb6c64456e6b2e8925ecf54b00340da6895f40fd
[ "WTFPL" ]
11
2018-02-06T08:19:53.000Z
2020-09-11T13:30:07.000Z
t/TestLib.pm
gflohr/Parse-Wisent
cb6c64456e6b2e8925ecf54b00340da6895f40fd
[ "WTFPL" ]
null
null
null
# Copyright (C) 2018 Guido Flohr <guido.flohr@cantanea.com>, # all rights reserved. # This program is free software. It comes without any warranty, to # the extent permitted by applicable law. You can redistribute it # and/or modify it under the terms of the Do What the Fuck You Want # to Public License, Version 2, as...
28.564516
75
0.618295
edd12bb859090c0c8b61979df605019da8694881
3,149
pl
Perl
scripts/Step_12a_Make_Ingenuity_genesets.pl
mgosink/ToxReporter
b10579978e516c059dfcf585db322ae309a48e70
[ "MIT" ]
null
null
null
scripts/Step_12a_Make_Ingenuity_genesets.pl
mgosink/ToxReporter
b10579978e516c059dfcf585db322ae309a48e70
[ "MIT" ]
null
null
null
scripts/Step_12a_Make_Ingenuity_genesets.pl
mgosink/ToxReporter
b10579978e516c059dfcf585db322ae309a48e70
[ "MIT" ]
null
null
null
#!/usr/bin/perl -I.. ################################################################ # # Author(s) - Mark M. Gosink, Ph.D. # Company - Pfizer Inc. # # Creation Date - Thu Mar 5, 2009 # Modified - # # Function - Take output of 'pathwaylist' Ingenuity integration # module and create human, mouse, & rat path...
30.278846
99
0.577961
edc3d6a3054950d4b26a4dbe316c01857ade2926
6,144
pm
Perl
lib/Perlbal/Plugin/StickySessions.pm
git-the-cpan/perlbal-plugin-stickysessions
f7e94b40dbf633b29e6a38d4fcb82d5bbe3fb6da
[ "Artistic-1.0-cl8" ]
null
null
null
lib/Perlbal/Plugin/StickySessions.pm
git-the-cpan/perlbal-plugin-stickysessions
f7e94b40dbf633b29e6a38d4fcb82d5bbe3fb6da
[ "Artistic-1.0-cl8" ]
null
null
null
lib/Perlbal/Plugin/StickySessions.pm
git-the-cpan/perlbal-plugin-stickysessions
f7e94b40dbf633b29e6a38d4fcb82d5bbe3fb6da
[ "Artistic-1.0-cl8" ]
null
null
null
package Perlbal::Plugin::StickySessions; use Perlbal; use strict; use warnings; use Data::Dumper; use HTTP::Date; use CGI qw/:standard/; use CGI::Cookie; use Scalar::Util qw(blessed reftype); # LOAD StickySessions # SET plugins = stickysessions # # Add # my $svc = $self->{service}; # if(ref($svc) && UNI...
27.306667
80
0.525553
ed565be5e5c61f5b5a73da35ed4836412997fdfc
8,025
pl
Perl
models/lnd/clm/src/main/findHistFields.pl
E3SM-Project/iESM
2a1013a3d85a11d935f1b2a8187a8bbcd75d115d
[ "BSD-3-Clause-LBNL" ]
9
2018-05-15T02:10:40.000Z
2020-01-10T18:27:31.000Z
models/lnd/clm/src/main/findHistFields.pl
zhangyue292/iESM
2a1013a3d85a11d935f1b2a8187a8bbcd75d115d
[ "BSD-3-Clause-LBNL" ]
3
2018-10-12T18:41:56.000Z
2019-11-12T15:18:49.000Z
models/lnd/clm/src/main/findHistFields.pl
zhangyue292/iESM
2a1013a3d85a11d935f1b2a8187a8bbcd75d115d
[ "BSD-3-Clause-LBNL" ]
3
2018-05-15T02:10:33.000Z
2021-04-06T17:45:49.000Z
#!/usr/bin/env perl # # This perl script reads in the histFldsMod.F90 file to find the total list of history # fields that can be added for this model version, regardless of namelist options, or # CPP processing. # use strict; #use warnings; #use diagnostics; use Cwd; use English; use Getopt::Long; use IO::File; use...
30.169173
171
0.577321
edc561fd465f49345e8fae2a8e0aae8c7830cdc5
224
t
Perl
t/00-load.t
ThisUsedToBeAnEmail/Moonshine-Util
7e9e7eacda7ee73174f7c4c7ef4147c6b51ba0a5
[ "Artistic-2.0", "Unlicense" ]
null
null
null
t/00-load.t
ThisUsedToBeAnEmail/Moonshine-Util
7e9e7eacda7ee73174f7c4c7ef4147c6b51ba0a5
[ "Artistic-2.0", "Unlicense" ]
null
null
null
t/00-load.t
ThisUsedToBeAnEmail/Moonshine-Util
7e9e7eacda7ee73174f7c4c7ef4147c6b51ba0a5
[ "Artistic-2.0", "Unlicense" ]
null
null
null
#!perl -T use 5.006; use strict; use warnings; use Test::More; plan tests => 1; BEGIN { use_ok( 'Moonshine::Util' ) || print "Bail out!\n"; } diag( "Testing Moonshine::Util $Moonshine::Util::VERSION, Perl $], $^X" );
16
74
0.620536
edc91c913feaf0fe5e4d95f04c1889e151f03aee
4,597
t
Perl
modules/t/rangeRegistry.t
arnaudxk/ensembl
2baa0f180dde74e9d89b7ac0495d15c79bc63ff3
[ "Apache-2.0" ]
null
null
null
modules/t/rangeRegistry.t
arnaudxk/ensembl
2baa0f180dde74e9d89b7ac0495d15c79bc63ff3
[ "Apache-2.0" ]
null
null
null
modules/t/rangeRegistry.t
arnaudxk/ensembl
2baa0f180dde74e9d89b7ac0495d15c79bc63ff3
[ "Apache-2.0" ]
1
2016-02-17T09:50:07.000Z
2016-02-17T09:50:07.000Z
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/license...
31.272109
102
0.630629
ed912da9605d120d189e558d3bf7340097e23e6c
1,053
pl
Perl
categories/perlmonks/combinations-731808.pl
amit1999999/amit1
658755cf1fbfeaebc82124a93054e0695d087d1a
[ "Artistic-2.0" ]
198
2015-01-07T17:07:56.000Z
2019-12-26T17:15:33.000Z
categories/perlmonks/combinations-731808.pl
amit1999999/amit1
658755cf1fbfeaebc82124a93054e0695d087d1a
[ "Artistic-2.0" ]
44
2015-01-23T08:11:58.000Z
2020-01-12T13:18:02.000Z
categories/perlmonks/combinations-731808.pl
amit1999999/amit1
658755cf1fbfeaebc82124a93054e0695d087d1a
[ "Artistic-2.0" ]
84
2015-01-19T04:39:20.000Z
2019-12-18T18:02:45.000Z
use v6; =begin pod =TITLE Combinations =AUTHOR Eric Hodges Specification: From L<http://www.perlmonks.org/?node_id=731808> Given a list of URL prefixes, and a list of product IDs, make a list consisting of each URL prefix concatenated with each product ID. =end pod my @urls = ('http://www.something.com/blah.asp...
25.682927
76
0.705603
edd8cbbd878fa76aa165645886170afd86a0d6cd
342
al
Perl
tools/perl/lib/auto/posix/siglongjmp.al
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
tools/perl/lib/auto/posix/siglongjmp.al
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
tools/perl/lib/auto/posix/siglongjmp.al
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
# NOTE: Derived from ..\..\lib\POSIX.pm. # Changes made here will be lost when autosplit is run again. # See AutoSplit.pm. package POSIX; #line 206 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\siglongjmp.al)" sub siglongjmp { unimpl "siglongjmp() is C-specific: use die instead"; } # end of P...
26.307692
83
0.663743
edc57df54884178247131acd9957c7e92cbaa403
3,796
pm
Perl
hardware/server/hp/bladechassis/snmp/mode/components/fan.pm
cstegm/centreon-plugins
b29bdb670de52a22d3520661dc7b9d2548ae7a1a
[ "Apache-2.0" ]
null
null
null
hardware/server/hp/bladechassis/snmp/mode/components/fan.pm
cstegm/centreon-plugins
b29bdb670de52a22d3520661dc7b9d2548ae7a1a
[ "Apache-2.0" ]
null
null
null
hardware/server/hp/bladechassis/snmp/mode/components/fan.pm
cstegm/centreon-plugins
b29bdb670de52a22d3520661dc7b9d2548ae7a1a
[ "Apache-2.0" ]
null
null
null
# # Copyright 2019 Centreon (http://www.centreon.com/) # # Centreon is a full-fledged industry-strength solution that meets # the needs in IT infrastructure and application monitoring for # service performance. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in com...
42.651685
137
0.614594
73f60abf4eec30321eff70f53c44eb7925fbe4b2
3,390
pm
Perl
t/lib/t/MusicBrainz/Server/Edit/Artist/Delete.pm
kellnerd/musicbrainz-server
9e058e10219ea6b8942cfd64160ffe19769f747b
[ "BSD-2-Clause" ]
577
2015-01-15T12:18:50.000Z
2022-03-16T20:41:57.000Z
t/lib/t/MusicBrainz/Server/Edit/Artist/Delete.pm
kellnerd/musicbrainz-server
9e058e10219ea6b8942cfd64160ffe19769f747b
[ "BSD-2-Clause" ]
1,227
2015-04-16T01:00:29.000Z
2022-03-30T15:08:46.000Z
t/lib/t/MusicBrainz/Server/Edit/Artist/Delete.pm
kellnerd/musicbrainz-server
9e058e10219ea6b8942cfd64160ffe19769f747b
[ "BSD-2-Clause" ]
280
2015-01-04T08:39:41.000Z
2022-03-10T17:09:59.000Z
package t::MusicBrainz::Server::Edit::Artist::Delete; use Test::Routine; use Test::More; use Test::Fatal; with 't::Edit'; with 't::Context'; BEGIN { use MusicBrainz::Server::Edit::Artist::Delete } use MusicBrainz::Server::Constants qw( $EDITOR_MODBOT $EDIT_ARTIST_DELETE ); use MusicBrainz::Server::Constants ':edit_s...
29.224138
99
0.608555
eda755c1bf1b5ea95c61a3232f13d0156a25e771
9,650
pl
Perl
src/fasill_arithmetic.pl
jariazavalverde/fasill
cffcd908aa170b4afdd6355be04d40cb3da5187e
[ "BSD-3-Clause" ]
15
2018-11-28T02:48:25.000Z
2021-05-24T19:06:13.000Z
src/fasill_arithmetic.pl
jariazavalverde/fasill
cffcd908aa170b4afdd6355be04d40cb3da5187e
[ "BSD-3-Clause" ]
null
null
null
src/fasill_arithmetic.pl
jariazavalverde/fasill
cffcd908aa170b4afdd6355be04d40cb3da5187e
[ "BSD-3-Clause" ]
1
2021-02-15T19:25:31.000Z
2021-02-15T19:25:31.000Z
/* Part of FASILL Author: José Antonio Riaza Valverde E-mail: riaza.valverde@gmail.com WWW: https://dectau.uclm.es/fasill Copyright (c) 2018 - 2021, José Antonio Riaza Valverde All rights reserved. Redistribution and use in source and binary forms, with or without ...
33.859649
81
0.638549
edbf903cc26eac21afb2568991f61283949fdd62
483
t
Perl
t/local-SIG.t
miyagawa/CGI-Compile
4c24fad84723e2f625a3c2f92e7724d41c1fb94d
[ "Artistic-1.0" ]
3
2015-11-05T07:18:58.000Z
2020-09-24T07:41:45.000Z
t/local-SIG.t
miyagawa/CGI-Compile
4c24fad84723e2f625a3c2f92e7724d41c1fb94d
[ "Artistic-1.0" ]
11
2015-03-01T14:00:41.000Z
2020-08-03T18:52:02.000Z
t/local-SIG.t
miyagawa/CGI-Compile
4c24fad84723e2f625a3c2f92e7724d41c1fb94d
[ "Artistic-1.0" ]
4
2017-02-01T13:05:53.000Z
2017-09-30T15:11:05.000Z
#!perl use Capture::Tiny 'capture_stdout'; use CGI::Compile; use POSIX qw(:signal_h); use Test::More $^O eq 'MSWin32' ? ( skip_all => 'not supported on Win32') : ( tests => 1 ); unless (defined sigprocmask(SIG_UNBLOCK, POSIX::SigSet->new(SIGQUIT))) { die "Could not unblock SIGQUIT\n"; } my $sub = CGI::...
20.125
72
0.6294
73f55dbfaead6468519974dd06348d43553a90c2
6,208
pm
Perl
modules/EnsEMBL/Web/Component/CloudMultiSelector.pm
at7/backup-ensembl-webcode
4c8c30f2ba9e0eebc3dd07e068fb6e02c388d086
[ "Apache-2.0", "MIT" ]
null
null
null
modules/EnsEMBL/Web/Component/CloudMultiSelector.pm
at7/backup-ensembl-webcode
4c8c30f2ba9e0eebc3dd07e068fb6e02c388d086
[ "Apache-2.0", "MIT" ]
null
null
null
modules/EnsEMBL/Web/Component/CloudMultiSelector.pm
at7/backup-ensembl-webcode
4c8c30f2ba9e0eebc3dd07e068fb6e02c388d086
[ "Apache-2.0", "MIT" ]
null
null
null
=head1 LICENSE Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute Copyright [2016-2017] EMBL-European Bioinformatics Institute Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obta...
34.876404
215
0.579736
ed1f927d270dd5fbe8553df8fe7fd5ad839d552c
1,736
pl
Perl
perl/src/lib/exceptions.pl
nokibsarkar/sl4a
d3c17dca978cbeee545e12ea240a9dbf2a6999e9
[ "Apache-2.0" ]
2,293
2015-01-02T12:46:10.000Z
2022-03-29T09:45:43.000Z
perl/src/lib/exceptions.pl
nokibsarkar/sl4a
d3c17dca978cbeee545e12ea240a9dbf2a6999e9
[ "Apache-2.0" ]
315
2015-05-31T11:55:46.000Z
2022-01-12T08:36:37.000Z
perl/src/lib/exceptions.pl
nokibsarkar/sl4a
d3c17dca978cbeee545e12ea240a9dbf2a6999e9
[ "Apache-2.0" ]
1,033
2015-01-04T07:48:40.000Z
2022-03-24T09:34:37.000Z
# exceptions.pl # tchrist@convex.com # # This library is no longer being maintained, and is included for backward # compatibility with Perl 4 programs which may require it. # # In particular, this should not be used as an example of modern Perl # programming techniques. # # # Here's a little code I use for exception h...
28
76
0.673963
ed96bfdd632919404ce5ecd198c21ae44d880a35
2,653
pl
Perl
virtual-server/modify-custom.pl
diogovi/responsivebacula
9a584500074a04a3147a30b1249249d6113afdab
[ "BSD-3-Clause" ]
null
null
null
virtual-server/modify-custom.pl
diogovi/responsivebacula
9a584500074a04a3147a30b1249249d6113afdab
[ "BSD-3-Clause" ]
null
null
null
virtual-server/modify-custom.pl
diogovi/responsivebacula
9a584500074a04a3147a30b1249249d6113afdab
[ "BSD-3-Clause" ]
3
2016-09-23T03:42:35.000Z
2020-11-06T11:01:34.000Z
#!/usr/bin/perl =head1 modify-custom.pl Modify custom fields for a virtual server This program updates the value of one or more fields for a single virtual server. The parameter C<--domain> must be given, and must be followed by the domain name of the server to update. You must also supply the C<--set> parameter at ...
24.564815
80
0.61176
ed7943675be03ca2572cf4858058abfaac8f4bf9
1,473
pm
Perl
core/server/OpenXPKI/Server/Authentication/Anonymous.pm
ptomulik/openxpki
0e9459fc4b24f5bf9652c3345ea4ed68fdbc4381
[ "Apache-2.0" ]
null
null
null
core/server/OpenXPKI/Server/Authentication/Anonymous.pm
ptomulik/openxpki
0e9459fc4b24f5bf9652c3345ea4ed68fdbc4381
[ "Apache-2.0" ]
null
null
null
core/server/OpenXPKI/Server/Authentication/Anonymous.pm
ptomulik/openxpki
0e9459fc4b24f5bf9652c3345ea4ed68fdbc4381
[ "Apache-2.0" ]
null
null
null
## OpenXPKI::Server::Authentication::Anonymous.pm ## ## Written 2006 by Michael Bell ## Updated to use new Service::Default semantics 2007 by Alexander Klink ## (C) Copyright 2006 by The OpenXPKI Project use strict; use warnings; package OpenXPKI::Server::Authentication::Anonymous; use OpenXPKI::Debug; use OpenXPKI...
19.64
72
0.645621
edc2f0f8e996720c112902cccae8fedba4b4d85f
917
t
Perl
YDR418W_YEL054C_estimatedTau_Noinitial/IGCgeo_50.0/sim_49/2NG.t
xji3/IGCCodonSimulation
2daf1e566ec01eb6c59693d5758be7db91edc57b
[ "MIT" ]
null
null
null
YDR418W_YEL054C_estimatedTau_Noinitial/IGCgeo_50.0/sim_49/2NG.t
xji3/IGCCodonSimulation
2daf1e566ec01eb6c59693d5758be7db91edc57b
[ "MIT" ]
null
null
null
YDR418W_YEL054C_estimatedTau_Noinitial/IGCgeo_50.0/sim_49/2NG.t
xji3/IGCCodonSimulation
2daf1e566ec01eb6c59693d5758be7db91edc57b
[ "MIT" ]
null
null
null
13 castelliiYDR418W castelliiYEL054C 0.2413 mikataeYDR418W 0.4921 0.5140 mikataeYEL054C 0.4797 0.4941 0.4963 kluyveriYDR418W 0.4472 0.4575 0.6399 0.6436 paradoxusYDR418W 0.4732 0.4861 0.0685 0.4707 0.6064 paradoxusYEL054C 0.4947 0.5506 0.5120 0.3100 0.6331...
61.133333
117
0.653217
ed64892dc801d1e59ef657e63c7a41d7e6a17702
2,440
t
Perl
t/configure/012-verbose.t
kentfredric/parrot
ebd9b7e9a12f65beebdc61d7e428e11fffc6a2fc
[ "Artistic-2.0" ]
1
2020-01-21T11:33:12.000Z
2020-01-21T11:33:12.000Z
t/configure/012-verbose.t
kentfredric/parrot
ebd9b7e9a12f65beebdc61d7e428e11fffc6a2fc
[ "Artistic-2.0" ]
null
null
null
t/configure/012-verbose.t
kentfredric/parrot
ebd9b7e9a12f65beebdc61d7e428e11fffc6a2fc
[ "Artistic-2.0" ]
null
null
null
#! perl # Copyright (C) 2007, Parrot Foundation. # 012-verbose.t use strict; use warnings; use Test::More tests => 12; use Carp; use lib qw( lib t/configure/testlib ); use Parrot::Configure; use Parrot::Configure::Options qw( process_options ); use IO::CaptureOutput qw | capture |; $| = 1; is( $|, 1, "output autoflu...
24.897959
96
0.64959
eddaa4f9adebf67b18a38811003a00e32706db12
7,325
pm
Perl
perl5/lib/perl5/Test2/Manual/Testing/Introduction.pm
jinnks/printevolve
8c54f130000cd6ded290f5905bdc2093d9f264da
[ "Apache-2.0" ]
null
null
null
perl5/lib/perl5/Test2/Manual/Testing/Introduction.pm
jinnks/printevolve
8c54f130000cd6ded290f5905bdc2093d9f264da
[ "Apache-2.0" ]
null
null
null
perl5/lib/perl5/Test2/Manual/Testing/Introduction.pm
jinnks/printevolve
8c54f130000cd6ded290f5905bdc2093d9f264da
[ "Apache-2.0" ]
null
null
null
package Test2::Manual::Testing::Introduction; use strict; use warnings; our $VERSION = '0.000138'; 1; __END__ =head1 NAME Test2::Manual::Testing::Introduction - Introduction to testing with Test2. =head1 DESCRIPTION This tutorial is a beginners introduction to testing. This will take you through writing a test f...
24.914966
97
0.679863
ed85c3c96496f0d7e14d92a6779889de3d850b7e
15,070
pm
Perl
Mojoqq/perl/vendor/lib/Template/VMethods.pm
ghuan/Mojo-webqq-for-windows
ad44014da4578f99aa3efad0b55f0fc3bc3af322
[ "Unlicense" ]
null
null
null
Mojoqq/perl/vendor/lib/Template/VMethods.pm
ghuan/Mojo-webqq-for-windows
ad44014da4578f99aa3efad0b55f0fc3bc3af322
[ "Unlicense" ]
3
2016-09-22T07:23:29.000Z
2017-02-01T01:39:44.000Z
Mojoqq/perl/vendor/lib/Template/VMethods.pm
ghuan/Mojo-webqq-for-windows
ad44014da4578f99aa3efad0b55f0fc3bc3af322
[ "Unlicense" ]
10
2016-09-13T02:10:40.000Z
2021-07-11T23:11:01.000Z
#============================================================= -*-Perl-*- # # Template::VMethods # # DESCRIPTION # Module defining virtual methods for the Template Toolkit # # AUTHOR # Andy Wardley <abw@wardley.org> # # COPYRIGHT # Copyright (C) 1996-2006 Andy Wardley. All Rights Reserved. # # This module is...
22.526158
81
0.480093
edc436434a0e464ed57874fe33e72049dfe1515c
2,207
pm
Perl
apps/tomcat/jmx/plugin.pm
xdrive05/centreon-plugins
8227ba680fdfd2bb0d8a806ea61ec1611c2779dc
[ "Apache-2.0" ]
1
2021-03-16T22:20:32.000Z
2021-03-16T22:20:32.000Z
apps/tomcat/jmx/plugin.pm
xdrive05/centreon-plugins
8227ba680fdfd2bb0d8a806ea61ec1611c2779dc
[ "Apache-2.0" ]
null
null
null
apps/tomcat/jmx/plugin.pm
xdrive05/centreon-plugins
8227ba680fdfd2bb0d8a806ea61ec1611c2779dc
[ "Apache-2.0" ]
null
null
null
# # Copyright 2020 Centreon (http://www.centreon.com/) # # Centreon is a full-fledged industry-strength solution that meets # the needs in IT infrastructure and application monitoring for # service performance. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in com...
35.596774
89
0.649298
edcd0017c3049c35eaf5cf20bff55506da5b4928
1,090
pl
Perl
ecce_source/check_instance_of/check_instance_of.karp.pl
leuschel/ecce
f7f834bd219759cd7e8b3709801ffe26082c766d
[ "Apache-2.0" ]
10
2015-10-16T08:23:29.000Z
2020-08-10T18:17:26.000Z
ecce_source/check_instance_of/check_instance_of.karp.pl
leuschel/ecce
f7f834bd219759cd7e8b3709801ffe26082c766d
[ "Apache-2.0" ]
null
null
null
ecce_source/check_instance_of/check_instance_of.karp.pl
leuschel/ecce
f7f834bd219759cd7e8b3709801ffe26082c766d
[ "Apache-2.0" ]
3
2015-10-18T11:11:44.000Z
2019-02-13T14:18:49.000Z
:- module('check_instance_of.karp',['check_instance_of.karp:get_instance_of'/4]). % :- dynamic get_instance_of/4. :- set_prolog_flag(single_var_warnings,off). :- use_module(library(lists)). :- use_module('../bimtools'). :- use_module('../calc_chtree'). :- use_module('../global_tree'). :- use_package( .('../ecce_no...
27.948718
81
0.759633
ed68d476dc515be9bd27a2d8a5e7049ada7b3a87
3,249
t
Perl
t/sanity.t
kaladaOpuiyo/lua-resty-global-throttle
e3254211843b68b14248be8746efcf1cb0b2bf71
[ "MIT" ]
12
2020-05-16T04:07:27.000Z
2022-01-21T16:03:56.000Z
t/sanity.t
kaladaOpuiyo/lua-resty-global-throttle
e3254211843b68b14248be8746efcf1cb0b2bf71
[ "MIT" ]
8
2020-12-18T03:51:22.000Z
2021-03-01T15:39:40.000Z
t/sanity.t
kaladaOpuiyo/lua-resty-global-throttle
e3254211843b68b14248be8746efcf1cb0b2bf71
[ "MIT" ]
3
2020-06-14T14:01:51.000Z
2021-04-01T14:14:02.000Z
use Test::Nginx::Socket::Lua 'no_plan'; use Cwd qw(cwd); my $pwd = cwd(); our $HttpConfig = qq( lua_package_path "$pwd/t/lib/?.lua;$pwd/lib/?.lua;;"; lua_shared_dict counters 1M; ); run_tests(); __DATA__ === TEST 1: all cases --- http_config eval: $::HttpConfig --- config location /protected { content_by...
26.201613
123
0.640505
ed961b285e0a527139ceb5613d2ca03265c9753f
1,025
pm
Perl
lib/Google/Ads/GoogleAds/V8/Resources/GenderView.pm
googleads/google-ads-perl
3ee6c09e11330fea1e6a0c9ee9f837e5e36d8177
[ "Apache-2.0" ]
19
2019-06-21T00:43:57.000Z
2022-03-29T14:23:01.000Z
lib/Google/Ads/GoogleAds/V8/Resources/GenderView.pm
googleads/google-ads-perl
3ee6c09e11330fea1e6a0c9ee9f837e5e36d8177
[ "Apache-2.0" ]
16
2020-03-04T07:44:53.000Z
2021-12-15T23:06:23.000Z
lib/Google/Ads/GoogleAds/V8/Resources/GenderView.pm
googleads/google-ads-perl
3ee6c09e11330fea1e6a0c9ee9f837e5e36d8177
[ "Apache-2.0" ]
9
2020-02-28T03:00:48.000Z
2021-11-10T14:23:02.000Z
# Copyright 2020, Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
29.285714
79
0.73561
ed805c2db51cc409f32a8da44a5ece5be724522a
13,035
pm
Perl
lib/MongoDB/GridFS.pm
kainwinterheart/mongo-perl-driver
5fb7e0100e2ababe0ede10d4829ad9ade773fb13
[ "Apache-2.0" ]
null
null
null
lib/MongoDB/GridFS.pm
kainwinterheart/mongo-perl-driver
5fb7e0100e2ababe0ede10d4829ad9ade773fb13
[ "Apache-2.0" ]
null
null
null
lib/MongoDB/GridFS.pm
kainwinterheart/mongo-perl-driver
5fb7e0100e2ababe0ede10d4829ad9ade773fb13
[ "Apache-2.0" ]
null
null
null
# # Copyright 2009-2013 MongoDB, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to i...
25.261628
103
0.61074
ed6482e7491afab7cc3d15c433a511c5df708a02
12,118
pm
Perl
modules/Bio/EnsEMBL/Variation/Pipeline/ReleaseDataDumps/JoinDump.pm
fergalmartin/ensembl-variation
858de3ee083fd066bc0b8a78e8a449176dd51bce
[ "Apache-2.0" ]
null
null
null
modules/Bio/EnsEMBL/Variation/Pipeline/ReleaseDataDumps/JoinDump.pm
fergalmartin/ensembl-variation
858de3ee083fd066bc0b8a78e8a449176dd51bce
[ "Apache-2.0" ]
1
2020-04-20T12:11:56.000Z
2020-04-20T12:11:56.000Z
modules/Bio/EnsEMBL/Variation/Pipeline/ReleaseDataDumps/JoinDump.pm
dglemos/ensembl-variation
7cd20531835b45b1842476606b4fd0856e3843e0
[ "Apache-2.0" ]
null
null
null
=head1 LICENSE Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute Copyright [2016-2018] EMBL-European Bioinformatics Institute Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obta...
29.2
136
0.610497
edcd023fbdea05a98112b492a966c19e8a492593
5,869
pm
Perl
lib/sdk/Com/Vmware/Vcenter/Ovf/OvfWarning.pm
bince-criticalcase/vsphere-automation-sdk-perl
da3330bf66dc6c853e9a23062146d54afc299955
[ "MIT" ]
26
2017-04-24T19:20:08.000Z
2021-12-06T23:15:09.000Z
lib/sdk/Com/Vmware/Vcenter/Ovf/OvfWarning.pm
bince-criticalcase/vsphere-automation-sdk-perl
da3330bf66dc6c853e9a23062146d54afc299955
[ "MIT" ]
7
2017-05-25T04:49:56.000Z
2020-10-12T09:13:16.000Z
lib/sdk/Com/Vmware/Vcenter/Ovf/OvfWarning.pm
DamonLiang2021/vsphere-automation-sdk-perl
da3330bf66dc6c853e9a23062146d54afc299955
[ "MIT" ]
11
2017-05-05T11:52:12.000Z
2021-12-06T23:14:59.000Z
## @class Com::Vmware::Vcenter::Ovf::OvfWarning # # # The ``Com::Vmware::Vcenter::Ovf::OvfWarning`` *class* describes a warning related # to accessing, validating, deploying, or exporting an OVF package. package Com::Vmware::Vcenter::Ovf::OvfWarning; # # Base class # use base qw(Com::Vmware::Vapi::Bindings::V...
28.08134
306
0.627364
edb3d0c49604983df6c406d93a54b2235560455c
5,149
pm
Perl
gorgone/modules/centreon/statistics/hooks.pm
centreon-lab/centreon-gorgone
bb29c8749af5ff0563205fad5cb3b3b1c7dc3cd7
[ "Apache-2.0" ]
null
null
null
gorgone/modules/centreon/statistics/hooks.pm
centreon-lab/centreon-gorgone
bb29c8749af5ff0563205fad5cb3b3b1c7dc3cd7
[ "Apache-2.0" ]
null
null
null
gorgone/modules/centreon/statistics/hooks.pm
centreon-lab/centreon-gorgone
bb29c8749af5ff0563205fad5cb3b3b1c7dc3cd7
[ "Apache-2.0" ]
null
null
null
# # Copyright 2019 Centreon (http://www.centreon.com/) # # Centreon is a full-fledged industry-strength solution that meets # the needs in IT infrastructure and application monitoring for # service performance. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in co...
29.763006
106
0.610216
edd88a8b107bdf0d8413b587e8c98598399dadf7
38,890
t
Perl
bundle/lua-resty-core-0.1.22/t/shdict.t
khalv786/openresty-1.19.9.1
92b461fcc91652ef5436f213604f15fada112070
[ "BSD-2-Clause" ]
7
2017-07-29T09:02:45.000Z
2020-10-01T05:01:54.000Z
bundle/lua-resty-core-0.1.22/t/shdict.t
khalv786/openresty-1.19.9.1
92b461fcc91652ef5436f213604f15fada112070
[ "BSD-2-Clause" ]
5
2019-05-15T09:28:27.000Z
2021-09-01T04:04:22.000Z
bundle/lua-resty-core-0.1.22/t/shdict.t
khalv786/openresty-1.19.9.1
92b461fcc91652ef5436f213604f15fada112070
[ "BSD-2-Clause" ]
4
2018-09-10T07:42:42.000Z
2020-10-30T15:43:49.000Z
# vim:set ft= ts=4 sw=4 et fdm=marker: use lib '.'; use t::TestCore; #worker_connections(1014); #master_process_enabled(1); #log_level('warn'); repeat_each(2); plan tests => repeat_each() * (blocks() * 5 + 2); add_block_preprocessor(sub { my $block = shift; my $http_config = $block->http_config || ''; ...
23.512696
91
0.506917
ed460f959d41a063ce95d197f8348cee46b91451
687
t
Perl
Classes/discount-1.5.4/tests/code.t
JHP4911/NOTTaskPaperForIOS
455ff0ea1768f6ed0abfc731bc7f5ce8e73c0314
[ "Unlicense" ]
85
2015-01-13T09:03:43.000Z
2021-04-22T04:42:32.000Z
Classes/discount-1.5.4/tests/code.t
larryoh/NOTTaskPaperForIOS
455ff0ea1768f6ed0abfc731bc7f5ce8e73c0314
[ "Unlicense" ]
1
2015-04-30T05:04:38.000Z
2015-04-30T13:12:54.000Z
Classes/discount-1.5.4/tests/code.t
larryoh/NOTTaskPaperForIOS
455ff0ea1768f6ed0abfc731bc7f5ce8e73c0314
[ "Unlicense" ]
41
2015-01-21T16:37:53.000Z
2021-04-19T07:27:04.000Z
./echo "code blocks" rc=0 MARKDOWN_FLAGS= try() { unset FLAGS case "$1" in -*) FLAGS=$1 shift ;; esac ./echo -n " $1" '..................................' | ./cols 36 Q=`./echo "$2" | ./markdown $FLAGS` if [ "$3" = "$Q" ]; then ./echo " ok" else ./echo " FAILED" ./echo "wa...
17.175
78
0.500728
eda7626fddd47899dc31dec2e2a8b29ebdd4f75e
3,755
pm
Perl
Net-DBus/lib/Net/DBus/Error.pm
freedesktop/system-tools-backends
a38fecd0269bb04a9384d78ccb83944efbdb959c
[ "Artistic-1.0-Perl" ]
1
2020-04-05T18:46:16.000Z
2020-04-05T18:46:16.000Z
Net-DBus/lib/Net/DBus/Error.pm
freedesktop/system-tools-backends
a38fecd0269bb04a9384d78ccb83944efbdb959c
[ "Artistic-1.0-Perl" ]
null
null
null
Net-DBus/lib/Net/DBus/Error.pm
freedesktop/system-tools-backends
a38fecd0269bb04a9384d78ccb83944efbdb959c
[ "Artistic-1.0-Perl" ]
2
2019-03-25T01:36:06.000Z
2021-09-27T04:05:08.000Z
# -*- perl -*- # # Copyright (C) 2004-2006 Daniel P. Berrange # # This program is free software; You can redistribute it and/or modify # it under the same terms as Perl itself. Either: # # a) the GNU General Public License as published by the Free # Software Foundation; either version 2, or (at your option) any # l...
21.959064
97
0.665779
ed6ed6bc410e66663bcb95591e379b5a0424db58
44,473
pm
Perl
vendor/Image-ExifTool-11.80/lib/Image/ExifTool/Qualcomm.pm
zealot128-os/mini_exiftool_vendored
433b686f16a2ca3fcbbb9770922f842cfd2df5b7
[ "MIT" ]
1
2020-01-27T18:05:11.000Z
2020-01-27T18:05:11.000Z
vendor/Image-ExifTool-11.80/lib/Image/ExifTool/Qualcomm.pm
zealot128-os/mini_exiftool_vendored
433b686f16a2ca3fcbbb9770922f842cfd2df5b7
[ "MIT" ]
15
2019-06-12T22:35:58.000Z
2020-01-10T22:40:47.000Z
vendor/Image-ExifTool-11.80/lib/Image/ExifTool/Qualcomm.pm
zealot128-os/mini_exiftool_vendored
433b686f16a2ca3fcbbb9770922f842cfd2df5b7
[ "MIT" ]
3
2019-05-23T09:46:31.000Z
2020-05-11T21:03:20.000Z
#------------------------------------------------------------------------------ # File: Qualcomm.pm # # Description: Read Qualcomm APP7 meta information # # Revisions: 2012/02/14 - P. Harvey Created #------------------------------------------------------------------------------ package Image::ExifTool::Qua...
33.065428
86
0.513525
73db0789c08e5472eeb1c030c233f1afdaff42ec
53,702
pm
Perl
libs/perllib/LoxBerry/Log.pm
nufke/Loxberry
58a7dc49bd6af9cbe44c431e05b46ad7bdaaa77d
[ "Apache-2.0" ]
null
null
null
libs/perllib/LoxBerry/Log.pm
nufke/Loxberry
58a7dc49bd6af9cbe44c431e05b46ad7bdaaa77d
[ "Apache-2.0" ]
null
null
null
libs/perllib/LoxBerry/Log.pm
nufke/Loxberry
58a7dc49bd6af9cbe44c431e05b46ad7bdaaa77d
[ "Apache-2.0" ]
null
null
null
# Please increment version number on EVERY change # Major.Minor represents LoxBerry version (e.g. 0.3.1.12 = LoxBerry V0.3.1 the 12th change) use strict; use Carp; use LoxBerry::System; # use Time::Piece; # use HTML::Entities; # use JSON; # use File::Basename; # use File::Path; #######################################...
27.652935
257
0.598004
edda726d8a198e36497fa458f18f40bff70bd787
662
pm
Perl
pdu-perl-api/Raritan/RPC/lhxmodel/Lhx_1_1_1/Settings.pm
gregoa/raritan-pdu-json-rpc-sdk
76df982462742b97b52872aa34630140f5df7e58
[ "BSD-3-Clause" ]
1
2021-04-29T23:04:17.000Z
2021-04-29T23:04:17.000Z
pdu-perl-api/Raritan/RPC/lhxmodel/Lhx_1_1_1/Settings.pm
gregoa/raritan-pdu-json-rpc-sdk
76df982462742b97b52872aa34630140f5df7e58
[ "BSD-3-Clause" ]
null
null
null
pdu-perl-api/Raritan/RPC/lhxmodel/Lhx_1_1_1/Settings.pm
gregoa/raritan-pdu-json-rpc-sdk
76df982462742b97b52872aa34630140f5df7e58
[ "BSD-3-Clause" ]
2
2020-06-20T16:21:23.000Z
2021-09-28T19:04:44.000Z
# SPDX-License-Identifier: BSD-3-Clause # # Copyright 2020 Raritan Inc. All rights reserved. # # This file was generated by IdlC from Lhx.idl. use strict; package Raritan::RPC::lhxmodel::Lhx_1_1_1::Settings; sub encode { my ($in) = @_; my $encoded = {}; $encoded->{'setpointWaterValve'} = 1 * $in->{'setpo...
23.642857
73
0.637462
73fabf5d8a124f869d1b800c2911739e22d8a80f
1,924
pm
Perl
lib/Perl/Critic/Policy/Bangs/ProhibitNoPlan.pm
jonasbn/perl-critic-bangs
2d5fbc8b40aacdc5297af6a15bec80a0b3dba2db
[ "Artistic-2.0" ]
4
2016-05-09T05:33:58.000Z
2021-10-24T02:04:51.000Z
lib/Perl/Critic/Policy/Bangs/ProhibitNoPlan.pm
jonasbn/perl-critic-bangs
2d5fbc8b40aacdc5297af6a15bec80a0b3dba2db
[ "Artistic-2.0" ]
13
2016-01-27T19:47:38.000Z
2021-11-09T15:03:09.000Z
lib/Perl/Critic/Policy/Bangs/ProhibitNoPlan.pm
jonasbn/perl-critic-bangs
2d5fbc8b40aacdc5297af6a15bec80a0b3dba2db
[ "Artistic-2.0" ]
3
2015-03-12T21:20:34.000Z
2021-11-09T13:06:23.000Z
package Perl::Critic::Policy::Bangs::ProhibitNoPlan; use strict; use warnings; use Perl::Critic::Utils; use base 'Perl::Critic::Policy'; our $VERSION = '1.12'; sub supported_parameters { return () } sub default_severity { return $SEVERITY_LOW } sub default_themes ...
26.356164
91
0.64605
edc1a352c37c80c9750f71a4c92044246562baeb
2,784
pm
Perl
lib/Mojo/Server/PSGI.pm
chylli-binary/mojo
fb221bb5c8c94c21eb7202be09833f5592e95d0d
[ "Artistic-2.0" ]
273
2016-06-01T22:04:50.000Z
2022-03-06T01:52:02.000Z
lib/Mojo/Server/PSGI.pm
chylli-binary/mojo
fb221bb5c8c94c21eb7202be09833f5592e95d0d
[ "Artistic-2.0" ]
1,317
2016-05-31T06:49:50.000Z
2022-03-25T17:13:51.000Z
lib/Mojo/Server/PSGI.pm
chylli-binary/mojo
fb221bb5c8c94c21eb7202be09833f5592e95d0d
[ "Artistic-2.0" ]
62
2016-06-03T20:17:17.000Z
2022-03-02T19:02:04.000Z
package Mojo::Server::PSGI; use Mojo::Base 'Mojo::Server'; sub run { my ($self, $env) = @_; my $tx = $self->build_tx; my $req = $tx->req->parse($env); $tx->local_port($env->{SERVER_PORT})->remote_address($env->{REMOTE_ADDR}); # Request body (may block if we try to read too much) my $len = $env->{CONTENT...
21.251908
79
0.631466
edb507b614cb533da029711544de7720fef81516
1,048
pm
Perl
lib/Dash/Html/Components/Figcaption.pm
weatherwax/perl-Dash
60783830ae3990c0b839c71d96b72144325e30f8
[ "MIT" ]
4
2019-12-31T05:08:42.000Z
2020-07-19T04:41:06.000Z
lib/Dash/Html/Components/Figcaption.pm
weatherwax/perl-Dash
60783830ae3990c0b839c71d96b72144325e30f8
[ "MIT" ]
1
2021-03-07T09:17:10.000Z
2021-03-07T09:51:33.000Z
lib/Dash/Html/Components/Figcaption.pm
weatherwax/perl-Dash
60783830ae3990c0b839c71d96b72144325e30f8
[ "MIT" ]
2
2020-04-22T08:17:55.000Z
2021-01-02T15:46:50.000Z
# AUTO GENERATED FILE - DO NOT EDIT package Dash::Html::Components::Figcaption; use Moo; use strictures 2; use Dash::Html::ComponentsAssets; use namespace::clean; extends 'Dash::BaseComponent'; has 'id' => ( is => 'rw' ); has 'children' => ( is => 'rw' ); has 'n_clicks' => ( is => 'rw' ); has 'n_clicks_timest...
13.265823
50
0.528626
edd650db29a7c8cdd14e386399c3a99ca8a0f407
61
t
Perl
_templates/api/help/index.ejs.t
kperson/swift-lambda-starter-project
34137e7628d747a9e90111d74afa9076076f8c31
[ "MIT" ]
null
null
null
_templates/api/help/index.ejs.t
kperson/swift-lambda-starter-project
34137e7628d747a9e90111d74afa9076076f8c31
[ "MIT" ]
null
null
null
_templates/api/help/index.ejs.t
kperson/swift-lambda-starter-project
34137e7628d747a9e90111d74afa9076076f8c31
[ "MIT" ]
null
null
null
--- message: | - hygen {bold api} new --api [API_NAME] ---
12.2
41
0.540984
edc3e61a2e79a10d986a86d5c698dc640c526c79
344
pl
Perl
perl/quebec/quebec.pl
trammell/test
ccac5e1dac947032e64d813e53cb961417a58d05
[ "Artistic-2.0" ]
null
null
null
perl/quebec/quebec.pl
trammell/test
ccac5e1dac947032e64d813e53cb961417a58d05
[ "Artistic-2.0" ]
null
null
null
perl/quebec/quebec.pl
trammell/test
ccac5e1dac947032e64d813e53cb961417a58d05
[ "Artistic-2.0" ]
null
null
null
#!/usr/local/bin/perl -l use strict; use warnings FATAL => 'all'; binmode STDOUT, ':utf8'; my $quebec = "Qu\x{e9}bec"; print $quebec; for my $ch (split //, $quebec) { printf qq{"%s" %3d 0x%02x\n}, $ch, (ord($ch)) x 2; } (my $foo = $quebec) =~ s{Qu.*bec}{Quebec}; print $foo; (my $bar = $quebec) =~ s/Qu\x{e9}be...
16.380952
54
0.572674
73ffaf4f0b6738dc92b20840ceb14b1e7f08579d
3,306
pm
Perl
auto-lib/Paws/EC2/CreateImage.pm
cah-rfelsburg/paws
de9ffb8d49627635a2da588066df26f852af37e4
[ "Apache-2.0" ]
2
2016-09-22T09:18:33.000Z
2017-06-20T01:36:58.000Z
auto-lib/Paws/EC2/CreateImage.pm
cah-rfelsburg/paws
de9ffb8d49627635a2da588066df26f852af37e4
[ "Apache-2.0" ]
null
null
null
auto-lib/Paws/EC2/CreateImage.pm
cah-rfelsburg/paws
de9ffb8d49627635a2da588066df26f852af37e4
[ "Apache-2.0" ]
null
null
null
package Paws::EC2::CreateImage; use Moose; has BlockDeviceMappings => (is => 'ro', isa => 'ArrayRef[Paws::EC2::BlockDeviceMapping]', traits => ['NameInRequest'], request_name => 'blockDeviceMapping' ); has Description => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'description' ); h...
32.411765
249
0.712039
ed7f79b7dfc7357b38e3db6345f0574ed03f96b0
951
t
Perl
DIR819_v1.06/src/kernel/linux-2.6.36.x/drivers/net/eip93_drivers/quickSec/src/ipsec/quicksec/kernel/accelerator_none_project.t
Sirherobrine23/Dir819gpl_code
8af92d65416198755974e3247b7bbe7f1151d525
[ "BSD-2-Clause" ]
1
2022-03-19T06:38:01.000Z
2022-03-19T06:38:01.000Z
DIR819_v1.06/src/kernel/linux-2.6.36.x/drivers/net/eip93_drivers/quickSec/src/ipsec/quicksec/kernel/accelerator_none_project.t
Sirherobrine23/Dir819gpl_code
8af92d65416198755974e3247b7bbe7f1151d525
[ "BSD-2-Clause" ]
null
null
null
DIR819_v1.06/src/kernel/linux-2.6.36.x/drivers/net/eip93_drivers/quickSec/src/ipsec/quicksec/kernel/accelerator_none_project.t
Sirherobrine23/Dir819gpl_code
8af92d65416198755974e3247b7bbe7f1151d525
[ "BSD-2-Clause" ]
1
2022-03-19T06:38:03.000Z
2022-03-19T06:38:03.000Z
.set project_name accelerator_none .set project_type drvlib .set project_platforms .set project_guid E2B0E928-1111-3EFE-9A00-F07EE44B4C6A .set project_dir ipsec\\quicksec\\kernel .set project_dir_inverse ..\\..\\.. .set project_incdirs \ ipsec\\hwaccel \ ipsec\\util \ ipsec \ ipsec\\include \ ipsec\\quicksec \ in...
22.116279
54
0.758149
73d272e588f74fb6660a8c5a5e2bbdd9ebd4ca1e
2,833
pl
Perl
report/mico-statistics.pl
TonyChengTW/POP3Tools
9b0465b98e6ff849a6b5c2f8263cf450caf2648e
[ "Apache-2.0" ]
null
null
null
report/mico-statistics.pl
TonyChengTW/POP3Tools
9b0465b98e6ff849a6b5c2f8263cf450caf2648e
[ "Apache-2.0" ]
null
null
null
report/mico-statistics.pl
TonyChengTW/POP3Tools
9b0465b98e6ff849a6b5c2f8263cf450caf2648e
[ "Apache-2.0" ]
null
null
null
#!/usr/local/bin/perl #----------------------------- # Writer : Mico Cheng # Version: 2005012501 # Use for: accounting SPAM/VIRUS/TOTAL ratio for mx/ms/smtp # Host : mx/ms/smtp #----------------------------- die "Usage: mico-statistics.pl <maillog file>\n" until ($#ARGV == 0 ); $mx_sa_tag2_level_deflt = 6.5; $mx_sa_...
39.901408
99
0.702083
ed8c550201ed8c6601fcf1459befc2fbdb71b8d6
531
pl
Perl
lib/unicore/lib/Ccc/BR.pl
Helmholtz-HIPS/prosnap
5286cda39276d5eda85d2ddb23b8ab83c5d4960c
[ "MIT" ]
15
2019-07-10T16:50:17.000Z
2022-01-23T14:28:17.000Z
lib/unicore/lib/Ccc/BR.pl
Helmholtz-HIPS/prosnap
5286cda39276d5eda85d2ddb23b8ab83c5d4960c
[ "MIT" ]
98
2017-11-02T19:00:44.000Z
2022-03-22T16:15:39.000Z
lib/unicore/lib/Ccc/BR.pl
Helmholtz-HIPS/prosnap
5286cda39276d5eda85d2ddb23b8ab83c5d4960c
[ "MIT" ]
9
2017-10-24T21:53:36.000Z
2021-11-23T07:36:59.000Z
# !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is machine-generated by lib/unicore/mktables from the Unicode # database, Version 8.0.0. Any changes made here will be lost! # !!!!!!! INTERNAL PERL USE ONLY !!!!!!! # This file is for internal use by core Perl only. The format and even the # name or existe...
23.086957
77
0.693032
edc5bf76dc95847e6e350c35c6469d94bc1bc516
4,464
pm
Perl
slic3r/linux/local-lib/lib/perl5/Wx/Perl/Packager/Linux.pm
pschou/py-sdf
0a269ed155d026e29429d76666fb63c95d2b4b2c
[ "MIT" ]
null
null
null
slic3r/linux/local-lib/lib/perl5/Wx/Perl/Packager/Linux.pm
pschou/py-sdf
0a269ed155d026e29429d76666fb63c95d2b4b2c
[ "MIT" ]
null
null
null
slic3r/linux/local-lib/lib/perl5/Wx/Perl/Packager/Linux.pm
pschou/py-sdf
0a269ed155d026e29429d76666fb63c95d2b4b2c
[ "MIT" ]
null
null
null
################################################################################### # Distribution Wx::Perl::Packager # File Wx/Perl/Packager/Linux.pm # Description: module for Linux specific handlers # File Revision: $Id: Linux.pm 48 2010-04-25 00:26:34Z $ # License: This program is free soft...
45.55102
114
0.507392
edcb7677bb237311a14884f094d0770a581e1b71
1,281
pm
Perl
local/lib/perl5/Date/Manip/TZ/inchri00.pm
jkb78/extrajnm
6890e38e15f85ea9c09a141aa14affad0b8e91e7
[ "MIT" ]
null
null
null
local/lib/perl5/Date/Manip/TZ/inchri00.pm
jkb78/extrajnm
6890e38e15f85ea9c09a141aa14affad0b8e91e7
[ "MIT" ]
null
null
null
local/lib/perl5/Date/Manip/TZ/inchri00.pm
jkb78/extrajnm
6890e38e15f85ea9c09a141aa14affad0b8e91e7
[ "MIT" ]
null
null
null
package # Date::Manip::TZ::inchri00; # Copyright (c) 2008-2015 Sullivan Beck. All rights reserved. # This program is free software; you can redistribute it and/or modify it # under the same terms as Perl itself. # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' i...
25.62
88
0.607338
73e8db6418fc8f12605e8782db8079b10ffd3f05
32,344
pm
Perl
code/exiftool/lib/Image/ExifTool/DNG.pm
timlawrenz/depot-photos
a3958c938ddd66acd6f456daec5b31a17264778a
[ "Apache-2.0" ]
91
2015-01-02T11:07:08.000Z
2022-02-15T05:47:08.000Z
bin/lib/Image/ExifTool/DNG.pm
AndrewHaluza/exif-manager
437c8a56ff9eb812c09f68518ad2e3b562942585
[ "MIT" ]
29
2015-08-02T02:46:08.000Z
2022-03-11T09:52:01.000Z
bin/lib/Image/ExifTool/DNG.pm
AndrewHaluza/exif-manager
437c8a56ff9eb812c09f68518ad2e3b562942585
[ "MIT" ]
18
2015-01-02T11:10:53.000Z
2021-03-29T13:01:14.000Z
#------------------------------------------------------------------------------ # File: DNG.pm # # Description: Read DNG-specific information # # Revisions: 01/09/2006 - P. Harvey Created # # References: 1) http://www.adobe.com/products/dng/ #---------------------------------------------------------------...
38.367734
103
0.519478
ed768474285abe3e4015946acfb0a41e209e61f0
5,720
pm
Perl
src/perl/hitperl/mnimesh.pm
JulichBrainAtlas/HICoreTools
2d89d8e83eb54eaf2c58c31abbffce0567c3e784
[ "Apache-2.0" ]
null
null
null
src/perl/hitperl/mnimesh.pm
JulichBrainAtlas/HICoreTools
2d89d8e83eb54eaf2c58c31abbffce0567c3e784
[ "Apache-2.0" ]
null
null
null
src/perl/hitperl/mnimesh.pm
JulichBrainAtlas/HICoreTools
2d89d8e83eb54eaf2c58c31abbffce0567c3e784
[ "Apache-2.0" ]
null
null
null
## hitperl::mnimesh package ######################################################################################################## ### >>> package hitperl::mnimesh; ### >>> use hitperl; use File::Path; use Exporter; @ISA = ('Exporter'); @EXPORT = ( 'loadFile', 'loadMNIObjFile', 'loadVertexInfoTextFile'...
32.134831
134
0.556469
73ea96d85acd38824de8626f770ca26cccc98c39
982
pm
Perl
modules/scripting/perl/lib/Atheme/Internal/Hooklist.pm
spb/atheme
db13ae4262c94b65a6d254e6f9b09d8bfe03f79d
[ "0BSD" ]
6
2021-06-24T00:10:30.000Z
2021-11-05T13:38:36.000Z
modules/scripting/perl/lib/Atheme/Internal/Hooklist.pm
spb/atheme
db13ae4262c94b65a6d254e6f9b09d8bfe03f79d
[ "0BSD" ]
null
null
null
modules/scripting/perl/lib/Atheme/Internal/Hooklist.pm
spb/atheme
db13ae4262c94b65a6d254e6f9b09d8bfe03f79d
[ "0BSD" ]
3
2021-05-02T17:09:37.000Z
2021-05-02T17:10:08.000Z
package Atheme::Internal::Hooklist; use strict; use warnings; use Atheme::Hooks; use Carp; sub new { my ($class, $hookname) = @_; $class = ref $class || $class; croak "Tried to construct a hook list without a name" unless $hookname; return bless { name => $hookname, hooks => [] }, $class; } sub add_hook { m...
17.22807
85
0.593686
edd2511d6191852140e086e43426cee84c354da5
540
pm
Perl
lib/Mouse/Meta/Role/Method.pm
clayne/p5-Mouse
963c3a248fd786f1d38f297d7a79705a29833ebc
[ "Artistic-1.0" ]
21
2015-05-13T04:45:53.000Z
2019-07-25T09:43:23.000Z
lib/Mouse/Meta/Role/Method.pm
clayne/p5-Mouse
963c3a248fd786f1d38f297d7a79705a29833ebc
[ "Artistic-1.0" ]
48
2015-01-19T11:01:58.000Z
2019-08-13T09:48:13.000Z
lib/Mouse/Meta/Role/Method.pm
clayne/p5-Mouse
963c3a248fd786f1d38f297d7a79705a29833ebc
[ "Artistic-1.0" ]
20
2015-03-02T04:21:52.000Z
2019-08-14T03:02:00.000Z
package Mouse::Meta::Role::Method; use Mouse::Util; # enables strict and warnings use Mouse::Meta::Method; our @ISA = qw(Mouse::Meta::Method); sub _new{ my($class, %args) = @_; my $self = bless \%args, $class; if($class ne __PACKAGE__){ $self->meta->_initialize_object($self, \%args); } re...
15.882353
62
0.659259
edc7edda4ca503a38b2caf70667c830c82d83916
328
pl
Perl
concat.pl
Fernal73/LearnPerl
b11b28c6b6f1e30d84755377f9928ff1f51c6857
[ "MIT" ]
null
null
null
concat.pl
Fernal73/LearnPerl
b11b28c6b6f1e30d84755377f9928ff1f51c6857
[ "MIT" ]
null
null
null
concat.pl
Fernal73/LearnPerl
b11b28c6b6f1e30d84755377f9928ff1f51c6857
[ "MIT" ]
null
null
null
#!/usr/bin/env perl use strict; use warnings; our $VERSION = '1.00'; my $resultstring = q{}; print "Enter your input - type an empty line to quit\n"; my $input = <>; chomp $input; while ( $input ne q{} ) { $resultstring .= $input; $input = <>; chomp $input; } print "Here is the final string:\n"; print "$resultstr...
20.5
56
0.634146
eddbe1356d927c42fb494caca20a44ebae9cf893
1,374
t
Perl
t/country-test-sm.t
gregoa/perl-modules-Number-Phone
dd0704e31ff78b949b2d715658ee9607f4eca24f
[ "Apache-2.0" ]
null
null
null
t/country-test-sm.t
gregoa/perl-modules-Number-Phone
dd0704e31ff78b949b2d715658ee9607f4eca24f
[ "Apache-2.0" ]
null
null
null
t/country-test-sm.t
gregoa/perl-modules-Number-Phone
dd0704e31ff78b949b2d715658ee9607f4eca24f
[ "Apache-2.0" ]
null
null
null
#!/usr/bin/perl -w use strict; use lib 't/inc'; use fatalwarnings; use Number::Phone::Lib; use Test::More; END { done_testing(); } { my $np = Number::Phone::Lib->new('SM', '912345'); ok($np->is_fixed_line, '912345 is a fixed line without the 0549 prefix...'); ok(!$np->is_mobile, '...it is not a mobile....
36.157895
91
0.612082
ed81acb5aec0211016957254d1271149d079c491
33,819
pm
Perl
local/lib/perl5/DateTime/TimeZone/America/Juneau.pm
jkb78/extrajnm
6890e38e15f85ea9c09a141aa14affad0b8e91e7
[ "MIT" ]
null
null
null
local/lib/perl5/DateTime/TimeZone/America/Juneau.pm
jkb78/extrajnm
6890e38e15f85ea9c09a141aa14affad0b8e91e7
[ "MIT" ]
null
null
null
local/lib/perl5/DateTime/TimeZone/America/Juneau.pm
jkb78/extrajnm
6890e38e15f85ea9c09a141aa14affad0b8e91e7
[ "MIT" ]
null
null
null
# This file is auto-generated by the Perl DateTime Suite time zone # code generator (0.07) This code generator comes with the # DateTime::TimeZone module distribution in the tools/ directory # # Generated from /tmp/Q713JNUf8G/northamerica. Olson data version 2016a # # Do not edit this file directly. # package DateTim...
27.076861
89
0.632426
ed0f3f5d733adebebe425e382af29c3dbf6c8395
3,237
t
Perl
t/mojo/exception.t
dolmen/p5-Mojolicious
039a827893225a4be3c722cc8674bc0bffbc3b43
[ "Artistic-2.0" ]
null
null
null
t/mojo/exception.t
dolmen/p5-Mojolicious
039a827893225a4be3c722cc8674bc0bffbc3b43
[ "Artistic-2.0" ]
1
2020-04-23T03:40:10.000Z
2020-04-23T06:05:14.000Z
t/mojo/exception.t
dolmen/p5-Mojolicious
039a827893225a4be3c722cc8674bc0bffbc3b43
[ "Artistic-2.0" ]
3
2020-04-17T10:01:35.000Z
2021-12-04T13:15:39.000Z
use Mojo::Base -strict; use Test::More; use Mojo::Exception; # Basics my $e = Mojo::Exception->new; is $e->message, 'Exception!', 'right message'; is "$e", 'Exception!', 'right message'; $e = Mojo::Exception->new('Test!'); is $e->message, 'Test!', 'right message'; is "$e", 'Test!', 'right message'; # Context informa...
35.184783
77
0.560704
ed3f4fcb943ca46ce1bae028aafa063e036465b1
14
t
Perl
bin/ime/uim_anthy/.anthy/imported_words_default.d/gf-fuzoku-34.t
fossabot/dotfiles-36
338c4bb93242bffb5c0d7e7256ce38b49f419727
[ "MIT" ]
2
2018-08-14T03:04:07.000Z
2019-05-15T10:50:48.000Z
bin/ime/uim_anthy/.anthy/imported_words_default.d/gf-fuzoku-34.t
fossabot/dotfiles-36
338c4bb93242bffb5c0d7e7256ce38b49f419727
[ "MIT" ]
10
2018-04-24T11:29:46.000Z
2021-12-04T03:51:57.000Z
bin/ime/uim_anthy/.anthy/imported_words_default.d/gf-fuzoku-34.t
fossabot/dotfiles-36
338c4bb93242bffb5c0d7e7256ce38b49f419727
[ "MIT" ]
1
2021-12-04T03:49:24.000Z
2021-12-04T03:49:24.000Z
りっとる #JS*20 ℓ
7
13
0.642857
edc9396f8c2975aff8566f2f2c012cb29b97acad
882
pm
Perl
vulntracker/perl/vulntracker/VulnDB/RDBO/Qualifier.pm
jonaustin/advisoryscan
ba452c155f0d478450e0c91de5ea00f404e98616
[ "MIT" ]
null
null
null
vulntracker/perl/vulntracker/VulnDB/RDBO/Qualifier.pm
jonaustin/advisoryscan
ba452c155f0d478450e0c91de5ea00f404e98616
[ "MIT" ]
null
null
null
vulntracker/perl/vulntracker/VulnDB/RDBO/Qualifier.pm
jonaustin/advisoryscan
ba452c155f0d478450e0c91de5ea00f404e98616
[ "MIT" ]
1
2018-12-06T12:50:52.000Z
2018-12-06T12:50:52.000Z
package VulnDB::RDBO::Qualifier; use strict; use base qw(VulnDB::RDBO); __PACKAGE__->meta->setup( table => 'qualifier', columns => [ id => { type => 'integer', not_null => 1 }, name => { type => 'varchar', default => '', length => 50, not_null => 1 }, desc => { type =...
28.451613
87
0.468254
ed4f1f6b08df4a366c8fd61b13e15e773a64ce95
3,807
pl
Perl
CommonInstall/comp_delta_prereq_SLES151.pl
dsilakov/opa-ff
a0aa9b9f8b2e7ada4fc1645596a0731fb91d6b4d
[ "Intel" ]
4
2018-05-26T14:03:22.000Z
2019-05-14T09:56:19.000Z
CommonInstall/comp_delta_prereq_SLES151.pl
dsilakov/opa-ff
a0aa9b9f8b2e7ada4fc1645596a0731fb91d6b4d
[ "Intel" ]
10
2018-07-24T14:21:58.000Z
2019-10-30T18:07:00.000Z
CommonInstall/comp_delta_prereq_SLES151.pl
dsilakov/opa-ff
a0aa9b9f8b2e7ada4fc1645596a0731fb91d6b4d
[ "Intel" ]
8
2018-07-29T18:21:10.000Z
2020-01-07T18:10:19.000Z
#!/usr/bin/perl ## BEGIN_ICS_COPYRIGHT8 **************************************** # # Copyright (c) 2015-2020, Intel Corporation # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # # * Redistributions of source code mu...
27.586957
80
0.669293
ed7cc5bd42fc2f65c5120cb046c3a9bdb62c63d4
1,104
t
Perl
t/PR75-get-number-of-followers.t
tawAsh1/line-bot-sdk-perl
88a017aadcc931151587d9d9e728fd1e373020a2
[ "Artistic-2.0" ]
81
2016-04-15T17:18:39.000Z
2021-04-10T08:13:33.000Z
t/PR75-get-number-of-followers.t
tawAsh1/line-bot-sdk-perl
88a017aadcc931151587d9d9e728fd1e373020a2
[ "Artistic-2.0" ]
95
2016-04-19T05:11:11.000Z
2022-03-25T08:42:10.000Z
t/PR75-get-number-of-followers.t
tawAsh1/line-bot-sdk-perl
88a017aadcc931151587d9d9e728fd1e373020a2
[ "Artistic-2.0" ]
39
2016-04-21T06:28:02.000Z
2021-07-08T02:13:40.000Z
use strict; use warnings; use utf8; use Test::More; use lib 't/lib'; use t::Util; use LINE::Bot::API; use LINE::Bot::API::Builder::SendMessage; use Carp (); $SIG{__DIE__} = \&Carp::confess; my $bot = LINE::Bot::API->new( channel_secret => 'testsecret', channel_access_token => 'ACCESS_TOKEN', ); send_r...
23
84
0.589674
ed02bbe1afc66c764fa2269f972deaea4c98adb0
1,638
pm
Perl
auto-lib/Azure/Devices/CreateOrUpdateDpsCertificate.pm
pplu/azure-sdk-perl
26cbef2d926f571bc1617c26338c106856f95568
[ "Apache-2.0" ]
null
null
null
auto-lib/Azure/Devices/CreateOrUpdateDpsCertificate.pm
pplu/azure-sdk-perl
26cbef2d926f571bc1617c26338c106856f95568
[ "Apache-2.0" ]
null
null
null
auto-lib/Azure/Devices/CreateOrUpdateDpsCertificate.pm
pplu/azure-sdk-perl
26cbef2d926f571bc1617c26338c106856f95568
[ "Apache-2.0" ]
1
2021-04-08T15:26:39.000Z
2021-04-08T15:26:39.000Z
package Azure::Devices::CreateOrUpdateDpsCertificate; use Moose; use MooseX::ClassAttribute; has 'If_Match' => (is => 'ro', isa => 'Str', traits => [ 'Azure::ParamInHeader', 'Azure::LocationInResponse' ], location => 'If-Match', ); has 'api_version' => (is => 'ro', required => 1, isa => 'Str', default =>...
43.105263
224
0.615385
ed9df5755da87173b911d4961bd4587b007a9590
3,568
t
Perl
src/z80asm/t/option_debug.t
UnivEngineer/z88dk
9047beba62595b1d88991bc934da75c0e2030d07
[ "ClArtistic" ]
1
2022-03-08T11:55:58.000Z
2022-03-08T11:55:58.000Z
src/z80asm/t/option_debug.t
litwr2/z88dk
13e55c9be0dfe79684caf901b15ac3d4ae2dc0f0
[ "ClArtistic" ]
2
2022-03-20T22:17:35.000Z
2022-03-24T16:10:00.000Z
src/z80asm/t/option_debug.t
litwr2/z88dk
13e55c9be0dfe79684caf901b15ac3d4ae2dc0f0
[ "ClArtistic" ]
null
null
null
#!/usr/bin/perl # Z88DK Z80 Macro Assembler # # Copyright (C) Paulo Custodio, 2011-2022 # License: The Artistic License 2.0, http://www.perlfoundation.org/artistic_license_2_0 # Repository: https://github.com/z88dk/z88dk/ # # Test -debug info in map file use Modern::Perl; use Test::More; require './t/testlib.pl'; # ...
33.980952
172
0.591087
edd5cf34fbb0500f40adb7b423f5f2afd8ec524f
8,952
pm
Perl
benchmarks/spec2k6bin/specint/perl_depends/lib/Date/Parse.pm
YangZhou1997/DynamicCache_v2
60bc1e01e0eaf88f6c8e959cb6316e20ac910ed2
[ "BSD-3-Clause" ]
430
2015-01-05T19:21:10.000Z
2022-03-29T07:19:18.000Z
benchmarks/spec2k6bin/specint/perl_depends/lib/Date/Parse.pm
YangZhou1997/DynamicCache_v2
60bc1e01e0eaf88f6c8e959cb6316e20ac910ed2
[ "BSD-3-Clause" ]
9
2015-01-20T17:42:30.000Z
2022-03-04T22:05:43.000Z
benchmarks/spec2k6bin/specint/perl_depends/lib/Date/Parse.pm
YangZhou1997/DynamicCache_v2
60bc1e01e0eaf88f6c8e959cb6316e20ac910ed2
[ "BSD-3-Clause" ]
41
2015-05-10T17:08:50.000Z
2022-01-19T01:15:19.000Z
# Date::Parse $Id: //depot/TimeDate/lib/Date/Parse.pm#22 $ # # Copyright (c) 1995 Graham Barr. All rights reserved. This program is free # software; you can redistribute it and/or modify it under the same terms # as Perl itself. package Date::Parse; require 5.000; use strict; use vars qw($VERSION @ISA @EXPORT); use T...
23.3125
126
0.545353
ed6987d335f4ce7d1d3f880f05a70fb670b5a5ab
2,949
pm
Perl
lib/Devel/hdb/App/Action.pm
gitpan/Devel-hdb
1fa37cb35666be40e08895e2752a4754ca747e01
[ "Artistic-1.0" ]
null
null
null
lib/Devel/hdb/App/Action.pm
gitpan/Devel-hdb
1fa37cb35666be40e08895e2752a4754ca747e01
[ "Artistic-1.0" ]
null
null
null
lib/Devel/hdb/App/Action.pm
gitpan/Devel-hdb
1fa37cb35666be40e08895e2752a4754ca747e01
[ "Artistic-1.0" ]
null
null
null
package Devel::hdb::App::Action; use strict; use warnings; use base 'Devel::hdb::App::Breakpoint'; sub response_url_base() { '/actions' } __PACKAGE__->add_route('post', response_url_base(), 'set'); __PACKAGE__->add_route('get', qr{(/actions/\w+)$}, 'get'); __PACKAGE__->add_route('post', qr{(/actions/\w+)$}, 'change...
27.055046
76
0.726687
ed27db7bde9a94f365aca09db38c3cbc8bf6533c
6,073
t
Perl
src/wxWidgets/distrib/msw/tmake/filelist.t
HumanGamer/Torsion-Blitz
7e8bea9919870ed783206715803822b5f7fff00b
[ "MIT" ]
38
2016-02-20T02:46:28.000Z
2021-11-17T11:39:57.000Z
src/wxWidgets/distrib/msw/tmake/filelist.t
HumanGamer/Torsion
ac502a37dcd953a5bb41c800d8973f0188c9f9d6
[ "MIT" ]
17
2016-02-20T02:19:55.000Z
2021-02-08T15:15:17.000Z
src/wxWidgets/distrib/msw/tmake/filelist.t
HumanGamer/Torsion
ac502a37dcd953a5bb41c800d8973f0188c9f9d6
[ "MIT" ]
46
2016-02-20T02:47:33.000Z
2021-01-31T15:46:05.000Z
#!############################################################################# #! File: filelist.t #! Purpose: tmake template file containig Perl code to parse the filelist.txt #! file - this is used by all other templates. #! Author: Vadim Zeitlin #! Created: 14.07.99 #! Version: $Id: filelist.t,v 1.26 2...
40.218543
82
0.490532
edca2504b9ab1a89e0c2907991cc584a76bb9dfd
67
t
Perl
resources/nvim/skeleton/skeleton.pl.t
yudoufu/dotfiles
3dcd215066b5802e81fe50a743479df30cc7df21
[ "MIT" ]
1
2020-11-02T03:11:08.000Z
2020-11-02T03:11:08.000Z
resources/nvim/skeleton/skeleton.pl.t
yudoufu/dotfiles
3dcd215066b5802e81fe50a743479df30cc7df21
[ "MIT" ]
null
null
null
resources/nvim/skeleton/skeleton.pl.t
yudoufu/dotfiles
3dcd215066b5802e81fe50a743479df30cc7df21
[ "MIT" ]
1
2021-04-01T02:06:12.000Z
2021-04-01T02:06:12.000Z
use strict; use warnings; use utf8; use Test::More; done_testing;
9.571429
15
0.746269
eddc6abd50ee9be280be53c1ba3b2cca935b220a
8,365
pm
Perl
modules/Services/lib/CoGe/Services/Auth.pm
LyonsLab/coge
1d9a8e84a8572809ee3260ede44290e14de3bdd1
[ "BSD-2-Clause" ]
37
2015-02-24T18:58:30.000Z
2021-03-07T21:22:18.000Z
modules/Services/lib/CoGe/Services/Auth.pm
LyonsLab/coge
1d9a8e84a8572809ee3260ede44290e14de3bdd1
[ "BSD-2-Clause" ]
12
2016-06-09T21:57:00.000Z
2020-09-11T18:48:51.000Z
modules/Services/lib/CoGe/Services/Auth.pm
LyonsLab/coge
1d9a8e84a8572809ee3260ede44290e14de3bdd1
[ "BSD-2-Clause" ]
19
2016-03-26T08:15:17.000Z
2021-04-12T05:03:29.000Z
package CoGe::Services::Auth; use Mojo::UserAgent; use Data::Dumper; use URI::Escape::JavaScript qw(unescape); use JSON qw(decode_json); use CoGe::Accessory::Web qw(get_defaults add_user parse_proxy_response jwt_decode_token); use File::Spec::Functions qw(catfile); ####################################################...
38.37156
130
0.549791
edd1a76882bbbbdccd403de788bce03e9f96feef
5,240
t
Perl
integration/advent2013-day14.t
perl6/roast
30e8226c1a0562b9364ee9ea2730763374d79a3d
[ "Artistic-2.0" ]
99
2015-03-03T13:01:44.000Z
2020-03-05T15:21:43.000Z
integration/advent2013-day14.t
perl6/roast
30e8226c1a0562b9364ee9ea2730763374d79a3d
[ "Artistic-2.0" ]
331
2015-02-17T15:26:22.000Z
2020-03-16T18:29:49.000Z
integration/advent2013-day14.t
perl6/roast
30e8226c1a0562b9364ee9ea2730763374d79a3d
[ "Artistic-2.0" ]
136
2015-02-02T13:34:10.000Z
2020-02-18T02:26:59.000Z
use v6; use Test; plan 10; # Promises { my $p1000 = start { (1..Inf).grep(*.is-prime)[999] } is $p1000.result, 7919, 'simple promise'; } class CurrencyExchange { has Int $.delay; has Str $.id; method get_quote($val) { sleep( $.delay ); return $val * $.delay; } } my @currency_exchang...
24.036697
84
0.431679
eda1ee6e747603001bbdf383fb24a5659c9ca1bb
3,676
t
Perl
t/controller/source.t
zakame/metacpan-web
c23bc1cff46c057c7047d6c2ff520e942240b7ac
[ "Artistic-1.0" ]
null
null
null
t/controller/source.t
zakame/metacpan-web
c23bc1cff46c057c7047d6c2ff520e942240b7ac
[ "Artistic-1.0" ]
null
null
null
t/controller/source.t
zakame/metacpan-web
c23bc1cff46c057c7047d6c2ff520e942240b7ac
[ "Artistic-1.0" ]
null
null
null
use strict; use warnings; use Test::More; use MetaCPAN::Web::Test; test_psgi app, sub { my $cb = shift; ok( my $res = $cb->( GET '/pod/Moose' ), 'GET /pod/Moose' ); is( $res->code, 200, 'code 200' ); my $tx = tx($res); ok( my $source = $tx->find_value('//a[text()="Source"]/@href'), 'contain...
29.886179
94
0.492655
edc8d38357e40ac33af99cd03a2537ff37aa1695
13,556
t
Perl
tests/api-hunt.t
emamirazavi/moloch
0e2a1edc5878de0605016d25bac6b5590ddcb317
[ "Apache-2.0" ]
3
2015-01-20T15:20:05.000Z
2019-01-18T16:20:46.000Z
tests/api-hunt.t
paulpc/moloch
dc28e0090d46e28cadc9b6861c98422ac74e376f
[ "Apache-2.0" ]
null
null
null
tests/api-hunt.t
paulpc/moloch
dc28e0090d46e28cadc9b6861c98422ac74e376f
[ "Apache-2.0" ]
null
null
null
use Test::More tests => 214; use Cwd; use URI::Escape; use MolochTest; use JSON; use Test::Differences; use Data::Dumper; use strict; my $token = getTokenCookie(); my $otherToken = getTokenCookie('user2'); my $json; # Delete old hunts esPost("/tests_hunts/hunt/_delete_by_query?conflicts=proceed&refresh", '{ "query...
55.557377
367
0.651225