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
73ef4e2f14a1cc568c9682cb130662bdded52633
208
al
Perl
Apps/W1/BasicExperience/app/src/page/ManufacturingManagerRCBF.PageExt.al
MiguelMercadoActual/ALAppExtensions
97ee3823053eb32fa7e38dc3d1e7a89bdcca8d7b
[ "MIT" ]
337
2019-05-07T06:04:40.000Z
2022-03-31T10:07:42.000Z
Apps/W1/BasicExperience/app/src/page/ManufacturingManagerRCBF.PageExt.al
MiguelMercadoActual/ALAppExtensions
97ee3823053eb32fa7e38dc3d1e7a89bdcca8d7b
[ "MIT" ]
14,850
2019-05-07T06:04:27.000Z
2022-03-31T19:53:28.000Z
Apps/W1/BasicExperience/app/src/page/ManufacturingManagerRCBF.PageExt.al
MiguelMercadoActual/ALAppExtensions
97ee3823053eb32fa7e38dc3d1e7a89bdcca8d7b
[ "MIT" ]
374
2019-05-09T10:08:14.000Z
2022-03-31T17:48:32.000Z
pageextension 20627 "Manufacturing Manager RC BF" extends "Manufacturing Manager RC" { actions { modify("Orders1") { ApplicationArea = Advanced, BFOrders; } } }
20.8
84
0.586538
73f3c8d4eb30091de625b34abe5c2a60ea25d9a8
5,839
pm
Perl
lib/String/Incremental.pm
issm/p5-String-Incremental
2e1de6befdc85948a0306c119837972d15e23b99
[ "Artistic-1.0" ]
null
null
null
lib/String/Incremental.pm
issm/p5-String-Incremental
2e1de6befdc85948a0306c119837972d15e23b99
[ "Artistic-1.0" ]
2
2015-04-04T11:31:11.000Z
2015-04-04T13:59:35.000Z
lib/String/Incremental.pm
issm/p5-String-Incremental
2e1de6befdc85948a0306c119837972d15e23b99
[ "Artistic-1.0" ]
null
null
null
package String::Incremental; use 5.008005; use strict; use warnings; use Mouse; use MouseX::Types::Mouse qw( Str ArrayRef is_Str ); use String::Incremental::Types qw( Char ); use String::Incremental::FormatParser; use String::Incremental::Char; use Data::Validator; use Try::Tiny; use overload ( '""' => \&as_string...
20.487719
106
0.548895
ed64d269f9599670368edbdf933f2abab09acc3a
863
pm
Perl
fc-solve/site/wml/lib/rejects/MyNavData.pm
shlomif/fc-solve
1c2293f823a304ac658867b7486cccd6881a8b06
[ "MIT" ]
50
2016-03-12T10:28:49.000Z
2022-03-20T00:56:04.000Z
fc-solve/site/wml/lib/rejects/MyNavData.pm
shlomif/fc-solve
1c2293f823a304ac658867b7486cccd6881a8b06
[ "MIT" ]
41
2016-10-08T21:45:09.000Z
2021-12-26T05:46:55.000Z
fc-solve/site/wml/lib/rejects/MyNavData.pm
shlomif/fc-solve
1c2293f823a304ac658867b7486cccd6881a8b06
[ "MIT" ]
9
2018-01-20T20:52:14.000Z
2021-05-11T05:09:30.000Z
package rejects::MyNavData; use strict; use warnings; =begin Removed { 'text' => "PySol Integration", 'url' => "pysol/", }, { 'text' => "Doxygen", 'title' => ("Hypertext documentation for ...
22.710526
84
0.388181
ed61c13093cacfe7194d20d5d8d2515823b386b9
1,748
pl
Perl
util/CDHitClustComp.pl
spolson/RedRep
49631b6144d088480404fc798e6230c0a7d98c09
[ "MIT" ]
null
null
null
util/CDHitClustComp.pl
spolson/RedRep
49631b6144d088480404fc798e6230c0a7d98c09
[ "MIT" ]
null
null
null
util/CDHitClustComp.pl
spolson/RedRep
49631b6144d088480404fc798e6230c0a7d98c09
[ "MIT" ]
null
null
null
#!/usr/bin/perl -w #RedRep Utility CDHitClustComp.pl #Copyright 2016 Shawn Polson, Keith Hopper, Randall Wisser #ARGS inputfile-clstr outputfile-text use strict; sub promptUser; # Accepts a cd-hit or psi-cd-hit .clstr file and determines library # composition per cluster based on LibName (below). # ...
22.410256
74
0.611556
ed607954c583e341b0cedc6c322e264f559cb87f
457
t
Perl
t/005-return.t
moose/Class-Method-Modifiers
9f67c8f1cb1c2b437e5d64bb7d813174055615a0
[ "Artistic-1.0" ]
2
2017-04-01T14:11:14.000Z
2018-10-17T15:27:44.000Z
t/005-return.t
moose/Class-Method-Modifiers
9f67c8f1cb1c2b437e5d64bb7d813174055615a0
[ "Artistic-1.0" ]
2
2015-05-21T17:11:39.000Z
2017-01-16T06:03:01.000Z
t/005-return.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'; do { package Fib; sub onacci { (1, 1, 2) } }; is_deeply([Fib->onacci], [1, 1, 2]); do { package Fib; use Class::Method::Modifiers; before onacci => sub {}; }; is_deeply([Fib->onacci], [1, 1, 2]); do {...
14.28125
46
0.582057
ed0949859e65e5f9324eb2fb2af2590c4710b125
333
pm
Perl
lib/Spreadsheet/ParseODS/Settings.pm
Tux/Spreadsheet-ReadSXC
e81208ba5dc93540d67fdfa59ada7ba476cfc723
[ "Artistic-2.0" ]
null
null
null
lib/Spreadsheet/ParseODS/Settings.pm
Tux/Spreadsheet-ReadSXC
e81208ba5dc93540d67fdfa59ada7ba476cfc723
[ "Artistic-2.0" ]
null
null
null
lib/Spreadsheet/ParseODS/Settings.pm
Tux/Spreadsheet-ReadSXC
e81208ba5dc93540d67fdfa59ada7ba476cfc723
[ "Artistic-2.0" ]
null
null
null
package Spreadsheet::ParseODS::Settings; use Moo 2; use Carp qw(croak); use Filter::signatures; use feature 'signatures'; no warnings 'experimental::signatures'; use PerlX::Maybe; our $VERSION = '0.25'; =head1 NAME Spreadsheet::ParseODS::Settings - settings of a workbook =cut has 'active_sheet_name' => ( is =>...
15.136364
56
0.705706
ed2eb47685c906e9c2c17f935c71dce23238aa68
3,200
pl
Perl
source/upschr-h.pl
texjporg/uptex-fonts
d424d39e888faa34e0bc78805d51458d6ae31f3b
[ "BSD-3-Clause" ]
3
2018-02-12T09:36:48.000Z
2020-04-26T20:09:32.000Z
source/upschr-h.pl
texjporg/uptex-fonts
d424d39e888faa34e0bc78805d51458d6ae31f3b
[ "BSD-3-Clause" ]
8
2017-01-03T01:33:30.000Z
2020-02-29T02:02:28.000Z
source/upschr-h.pl
texjporg/uptex-fonts
d424d39e888faa34e0bc78805d51458d6ae31f3b
[ "BSD-3-Clause" ]
null
null
null
(COMMENT THIS IS A KANJI FORMAT FILE) (FAMILY UPSCH KANJI) (FACE F MRR) (CODINGSCHEME TEX KANJI TEXT) (DESIGNSIZE R 10.0) (COMMENT DESIGNSIZE IS IN POINTS) (COMMENT OTHER SIZES ARE MULTIPLES OF DESIGNSIZE) (CHECKSUM O 0) (FONTDIMEN (SLANT R 0.0) (SPACE R 0.0) (STRETCH R 0.100000) (SHRINK R 0.0) (XHEIGHT ...
23.188406
49
0.555313
ed3c85b5c2d31dcbfe8d9e1fdc28f0204dcf03bf
1,274
pl
Perl
scripts/test_scripts/do_summary.pl
Formatted/esmf
94561c6a1d539917da5595a8de867e43f43bcafe
[ "NCSA" ]
1
2018-07-05T16:48:58.000Z
2018-07-05T16:48:58.000Z
scripts/test_scripts/do_summary.pl
Formatted/esmf
94561c6a1d539917da5595a8de867e43f43bcafe
[ "NCSA" ]
1
2022-03-04T16:12:02.000Z
2022-03-04T16:12:02.000Z
scripts/test_scripts/do_summary.pl
Formatted/esmf
94561c6a1d539917da5595a8de867e43f43bcafe
[ "NCSA" ]
null
null
null
#!/usr/bin/env perl # $Id$ # This prints a summary of system tests, unit tests and examples. # The script calls sys_tests_results, examples_results and # unit_tests_results with the summary option turned on, # therefore the summary results are printed to the screen. # Options: # # -h ESMF_TESTSCRIPTS # -d TEST_D...
19.90625
65
0.695447
73fd5c0b4bfb677d312cd228ec3b01898d0eee03
5,750
pl
Perl
countTrints/count_trinuc_muts_v6.pl
gstarrett/mutation_signature_analysis
e2348d9d4bc2782b891d9d5df8f502b19e5bfdd1
[ "MIT" ]
2
2019-09-20T17:16:19.000Z
2021-04-18T14:27:27.000Z
countTrints/count_trinuc_muts_v6.pl
gstarrett/mutation_signature_analysis
e2348d9d4bc2782b891d9d5df8f502b19e5bfdd1
[ "MIT" ]
null
null
null
countTrints/count_trinuc_muts_v6.pl
gstarrett/mutation_signature_analysis
e2348d9d4bc2782b891d9d5df8f502b19e5bfdd1
[ "MIT" ]
null
null
null
#!/usr/bin/perl -w use strict; use Data::Dumper; use Bio::DB::Fasta; my $n = -1; my $type = shift; my $fasta = shift; my $variants = shift; my $stdout = 0; my $time = time; unless (defined $type && defined $fasta && defined $variants) { my $usage="Error: Not enough inputs\n\n\tUsage: perl count_trinuc_muts <maf, vc...
25.784753
187
0.56313
ed0507618daf60d07eba23d5a6c232d759cf10da
910
t
Perl
t/900_mouse_bugs/005_large_int.t
gluesys/p5-Mouse
b3805f0444a98a4c746e427ebf668a8189ca0f3c
[ "Artistic-1.0" ]
21
2015-05-13T04:45:53.000Z
2019-07-25T09:43:23.000Z
t/900_mouse_bugs/005_large_int.t
gluesys/p5-Mouse
b3805f0444a98a4c746e427ebf668a8189ca0f3c
[ "Artistic-1.0" ]
48
2015-01-19T11:01:58.000Z
2019-08-13T09:48:13.000Z
t/900_mouse_bugs/005_large_int.t
gluesys/p5-Mouse
b3805f0444a98a4c746e427ebf668a8189ca0f3c
[ "Artistic-1.0" ]
20
2015-03-02T04:21:52.000Z
2019-08-14T03:02:00.000Z
# See also http://rt.cpan.org/Public/Bug/Display.html?id=55048 use strict; use Test::More tests => 24; { package MyInteger; use Mouse; has a_int => ( is => 'rw', isa => 'Int', ); has a_num => ( is => 'rw', isa => 'Num', ); } foreach my $i(2**32, 2**40, 2**46) ...
22.75
94
0.491209
73f98443a246fa843f51921d75e40a86c69e4d0a
362
pl
Perl
alt12dicts/fix-2of12id.pl
hichris1234/wordlist
815ba80ae7333fe67c631a64437dbff1bd7a7fd4
[ "MIT" ]
240
2016-07-12T00:42:31.000Z
2022-03-27T16:28:49.000Z
alt12dicts/fix-2of12id.pl
hichris1234/wordlist
815ba80ae7333fe67c631a64437dbff1bd7a7fd4
[ "MIT" ]
196
2016-06-24T21:30:51.000Z
2022-03-09T10:20:22.000Z
alt12dicts/fix-2of12id.pl
hichris1234/wordlist
815ba80ae7333fe67c631a64437dbff1bd7a7fd4
[ "MIT" ]
66
2016-08-02T07:28:33.000Z
2022-02-12T21:53:25.000Z
open F, "2of12id.txt"; while (<F>) { chop; chop; ($d,$w,$p,$a) = /^(\-?)(\w+) (.*):( ?.*)/ or die; my $s = "$d$w $p:"; local $_ = $a; while (length $_ > 0) { if (s/^ ([-~\w\']+)//) { $s .= " $1 "; } elsif (s/^ (\(.+?\)|{.+?}|[\/|] [-~\w\']+)//) { $s .= "$1 "; } else { die; ...
16.454545
53
0.267956
ed0fc0fcedbbdc4e339d110dd0472ff704c1694e
2,672
pm
Perl
storage/hp/p2000/xmlapi/mode/components/fru.pm
petneli/centreon-plugins
d131e60a1859fdd0e959623de56e6e7512c669af
[ "Apache-2.0" ]
null
null
null
storage/hp/p2000/xmlapi/mode/components/fru.pm
petneli/centreon-plugins
d131e60a1859fdd0e959623de56e6e7512c669af
[ "Apache-2.0" ]
null
null
null
storage/hp/p2000/xmlapi/mode/components/fru.pm
petneli/centreon-plugins
d131e60a1859fdd0e959623de56e6e7512c669af
[ "Apache-2.0" ]
null
null
null
# # Copyright 2021 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...
34.701299
96
0.560629
73eb667eb386e344188d39b9d492e70c4122f3a6
12,957
pm
Perl
modules/Bio/EnsEMBL/Analysis/RunnableDB/ExonerateCloneEnds.pm
dbolser-ebi/ensembl-analysis
7e541771c7691da155a0265838b22b2ccbfdec1e
[ "Apache-2.0" ]
null
null
null
modules/Bio/EnsEMBL/Analysis/RunnableDB/ExonerateCloneEnds.pm
dbolser-ebi/ensembl-analysis
7e541771c7691da155a0265838b22b2ccbfdec1e
[ "Apache-2.0" ]
null
null
null
modules/Bio/EnsEMBL/Analysis/RunnableDB/ExonerateCloneEnds.pm
dbolser-ebi/ensembl-analysis
7e541771c7691da155a0265838b22b2ccbfdec1e
[ "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. # ...
24.083643
122
0.55607
ed645647a12e496958044af421fa7c2b8de6f0f8
138
t
Perl
t/00_compile.t
hideo55/p5-Digest-SpookyHash
4c4c6768290f91c2512671df87c0008a263851bd
[ "Artistic-1.0" ]
null
null
null
t/00_compile.t
hideo55/p5-Digest-SpookyHash
4c4c6768290f91c2512671df87c0008a263851bd
[ "Artistic-1.0" ]
null
null
null
t/00_compile.t
hideo55/p5-Digest-SpookyHash
4c4c6768290f91c2512671df87c0008a263851bd
[ "Artistic-1.0" ]
null
null
null
use Test::More tests => 1; BEGIN { use_ok( 'Digest::SpookyHash' ); } diag( "Testing Digest::SpookyHash $Digest::SpookyHash::VERSION" );
17.25
66
0.681159
ed50585b9bb6bf49e8292052bff72a6da92cee0a
297
pl
Perl
KOST-Val/src/main/resources_notJar/resources/ExifTool-10.15/Perl/lib/unicore/lib/InOsmany.pl
rebplu/KOST-VAL
1537125425068d5faec3bc4f5263df715956ae76
[ "BSD-3-Clause-No-Nuclear-Warranty" ]
null
null
null
KOST-Val/src/main/resources_notJar/resources/ExifTool-10.15/Perl/lib/unicore/lib/InOsmany.pl
rebplu/KOST-VAL
1537125425068d5faec3bc4f5263df715956ae76
[ "BSD-3-Clause-No-Nuclear-Warranty" ]
null
null
null
KOST-Val/src/main/resources_notJar/resources/ExifTool-10.15/Perl/lib/unicore/lib/InOsmany.pl
rebplu/KOST-VAL
1537125425068d5faec3bc4f5263df715956ae76
[ "BSD-3-Clause-No-Nuclear-Warranty" ]
null
null
null
# !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is built by ./mktables from e.g. UnicodeData.txt. # Any changes made here will be lost! # # This file supports: # \p{InOsmanya} (and fuzzy permutations) # # Meaning: Block 'Osmanya' # return <<'END'; 10480 104AF Osmanya END
21.214286
62
0.619529
ed14d26f38a5dae86c385c7e5bcbb9167c1e998f
4,412
pl
Perl
prolog/expert.pl
ar0ne/labs
d3dec74c6a8a75cdc6a2a4ef2db3a7b68f8e43c4
[ "PHP-3.0", "PHP-3.01" ]
1
2017-11-08T15:01:26.000Z
2017-11-08T15:01:26.000Z
prolog/expert.pl
ar0ne/labs
d3dec74c6a8a75cdc6a2a4ef2db3a7b68f8e43c4
[ "PHP-3.0", "PHP-3.01" ]
null
null
null
prolog/expert.pl
ar0ne/labs
d3dec74c6a8a75cdc6a2a4ef2db3a7b68f8e43c4
[ "PHP-3.0", "PHP-3.01" ]
null
null
null
:- dynamic(progress/2). main :- intro, reset_answers, find_solution(Solution), describe(Solution), nl. intro :- write('У вас сегодня экзамен, а вы проснулись слишком поздно'), nl, write('Вам естественно, надо успеть на него, но'), nl, write('Как? Мы постараемся дать вам совет, исходя из сложившейс...
28.282051
114
0.684044
ed056c74a8a5a6fb87aa946adc5fbffd96442455
21,183
pl
Perl
StkExtensionPlugins/DragModels/WSC/Drag.N-Plate_Cube.Perl.pl
jjvergere/STKCodeExamples
b1144a1902e8f3d9d98379d37eefaba6743afb8d
[ "Adobe-2006" ]
null
null
null
StkExtensionPlugins/DragModels/WSC/Drag.N-Plate_Cube.Perl.pl
jjvergere/STKCodeExamples
b1144a1902e8f3d9d98379d37eefaba6743afb8d
[ "Adobe-2006" ]
null
null
null
StkExtensionPlugins/DragModels/WSC/Drag.N-Plate_Cube.Perl.pl
jjvergere/STKCodeExamples
b1144a1902e8f3d9d98379d37eefaba6743afb8d
[ "Adobe-2006" ]
null
null
null
# ===================================================== # Copyright 2010, Analytical Graphics, Inc. # ===================================================== ######################################################################### # # # ...
26.780025
121
0.535477
73ff0df0e64e23072998fdd6c427ab5eb7cac644
91
t
Perl
t/00_compile.t
gitpan/Net-BitTorrent-DHT
58610833598a03ba4d4925b935cf5feeaf83ed4e
[ "Artistic-2.0" ]
7
2016-08-15T20:22:30.000Z
2021-02-19T22:39:16.000Z
t/00_compile.t
gitpan/Net-BitTorrent-DHT
58610833598a03ba4d4925b935cf5feeaf83ed4e
[ "Artistic-2.0" ]
1
2015-01-31T21:57:03.000Z
2015-01-31T21:57:03.000Z
t/00_compile.t
sanko/net-bittorrent-dht
1284237cd998addff7fffee01ca9e163403dff85
[ "Artistic-2.0" ]
null
null
null
use strict; use Test::More; use_ok $_ for qw( Net::BitTorrent::DHT ); done_testing;
9.1
24
0.659341
73fbdb5151f213df1a97671f131c94ee42199850
16,450
pl
Perl
src/third_party/asio-master/asio/boostify.pl
benety/mongo
203430ac9559f82ca01e3cbb3b0e09149fec0835
[ "Apache-2.0" ]
6
2022-02-04T18:12:24.000Z
2022-03-21T23:57:12.000Z
src/third_party/asio-master/asio/boostify.pl
benety/mongo
203430ac9559f82ca01e3cbb3b0e09149fec0835
[ "Apache-2.0" ]
1
2020-08-09T18:42:14.000Z
2020-08-11T01:57:53.000Z
src/third_party/asio-master/asio/boostify.pl
benety/mongo
203430ac9559f82ca01e3cbb3b0e09149fec0835
[ "Apache-2.0" ]
1
2022-02-08T03:53:23.000Z
2022-02-08T03:53:23.000Z
#!/usr/bin/perl -w use strict; use File::Path; our $boost_dir = "boostified"; sub print_line { my ($output, $line, $from, $lineno) = @_; # Warn if the resulting line is >80 characters wide. if (length($line) > 80) { if ($from =~ /\.[chi]pp$/) { print("Warning: $from:$lineno: output >80 charact...
27.280265
96
0.557021
73d414051a3182cebcf6224f9f7f751972603aec
56
pl
Perl
subjects/LData/Assignment/shallow-parser-ben-3.0.fc8/bin/sys/common/printinput.pl
zubairabid/Semester6
97d9633f6db7c3f7dd51ed91365e54511a62959f
[ "MIT" ]
null
null
null
subjects/LData/Assignment/shallow-parser-ben-3.0.fc8/bin/sys/common/printinput.pl
zubairabid/Semester6
97d9633f6db7c3f7dd51ed91365e54511a62959f
[ "MIT" ]
11
2021-02-02T23:00:10.000Z
2022-03-12T00:46:52.000Z
subjects/LData/Assignment/shallow-parser-ben-3.0.fc8/bin/sys/common/printinput.pl
zubairabid/Semester6
97d9633f6db7c3f7dd51ed91365e54511a62959f
[ "MIT" ]
null
null
null
# Printing the file while($line=<>) { print $line; }
7
19
0.589286
ed677ecbc1293c3b3e2af834f999a13ea81f7967
428
pl
Perl
match_month.pl
Zaier9/expresiones-regulares
5f94a6874bfae956760c43a92155d55a68a12c44
[ "MIT" ]
null
null
null
match_month.pl
Zaier9/expresiones-regulares
5f94a6874bfae956760c43a92155d55a68a12c44
[ "MIT" ]
null
null
null
match_month.pl
Zaier9/expresiones-regulares
5f94a6874bfae956760c43a92155d55a68a12c44
[ "MIT" ]
null
null
null
#!/usr/bin/perl use strict; use warnings; my $t = time; open(my $f, "<./results.csv") or die ("No hay archivo"); #Con esta expresion, buscamos todos lo partidos jugados en el mes de Febrero. my $match = 0; my $nomatch = 0; while(<$f>) { chomp; if(m/^[\d]{4,4}\-02\-.*$/){ print $_."\n"; $m...
15.285714
77
0.542056
ed579d727204cf747859425d578abb819c727b8f
361
t
Perl
t/Handler/CoreList.t
tokuhirom/LiBot
7ef3f106c71f4377986350800aed6854206f6a02
[ "Artistic-1.0" ]
1
2015-11-05T01:54:05.000Z
2015-11-05T01:54:05.000Z
t/Handler/CoreList.t
tokuhirom/LiBot
7ef3f106c71f4377986350800aed6854206f6a02
[ "Artistic-1.0" ]
null
null
null
t/Handler/CoreList.t
tokuhirom/LiBot
7ef3f106c71f4377986350800aed6854206f6a02
[ "Artistic-1.0" ]
null
null
null
use strict; use warnings; use utf8; use Test::More; use LiBot::Test::Handler; load_plugin( 'Handler' => 'CoreList' => { } ); test_message '<tokuhirom> corelist Test::More' => 'Test::More was first released with perl 5.006002'; test_message '<tokuhirom> corelist Acme::PrettyCure' => 'Acme::PrettyCure was not i...
21.235294
107
0.692521
ed28ea04f88ac6a62edf8fbaf6dacda0ce2d7bcb
1,177
t
Perl
t/02.linewrap.t
bestpractical/data-ical
a5b68e8a2840eaa71231d5bdc9239e7bf1618a44
[ "Unlicense" ]
3
2016-05-09T11:05:59.000Z
2020-11-07T04:15:41.000Z
t/02.linewrap.t
bestpractical/data-ical
a5b68e8a2840eaa71231d5bdc9239e7bf1618a44
[ "Unlicense" ]
2
2020-01-02T19:00:15.000Z
2021-02-18T21:13:24.000Z
t/02.linewrap.t
bestpractical/data-ical
a5b68e8a2840eaa71231d5bdc9239e7bf1618a44
[ "Unlicense" ]
3
2017-02-11T11:08:53.000Z
2020-01-02T16:32:32.000Z
#!/usr/bin/perl -w use warnings; use strict; use Test::More tests => 8; use Test::LongString; BEGIN { use_ok('Data::ICal::Entry::Todo') } my $todo = Data::ICal::Entry::Todo->new; isa_ok($todo, 'Data::ICal::Entry::Todo'); my $hundreds_of_characters = "X" x 300; is(length $hundreds_of_characters, 300); cmp_ok(lengt...
30.179487
104
0.762957
ed41bb17c130aedce83c49f0eb2b91ca712df78c
2,221
pm
Perl
lib/xml_utils.pm
lansuse/os-autoinst-distri-opensuse
8e8c532236f2436693ec1da426de563c9759d778
[ "FSFAP" ]
null
null
null
lib/xml_utils.pm
lansuse/os-autoinst-distri-opensuse
8e8c532236f2436693ec1da426de563c9759d778
[ "FSFAP" ]
null
null
null
lib/xml_utils.pm
lansuse/os-autoinst-distri-opensuse
8e8c532236f2436693ec1da426de563c9759d778
[ "FSFAP" ]
null
null
null
=head1 xml_utils.pm Library for parsing xml files =cut # SUSE's openQA tests # # Copyright 2018 SUSE LLC # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright # notice and this notice are preserved. This file is offered as-is, # ...
23.135417
144
0.683476
ed4de8917789d269ef7dc50576ccc53ca755f8c5
19,522
pm
Perl
auto-lib/Paws/ACMPCA.pm
galenhuntington/aws-sdk-perl
13b775dcb5f0b3764f0a82f3679ed5c7721e67d3
[ "Apache-2.0" ]
null
null
null
auto-lib/Paws/ACMPCA.pm
galenhuntington/aws-sdk-perl
13b775dcb5f0b3764f0a82f3679ed5c7721e67d3
[ "Apache-2.0" ]
null
null
null
auto-lib/Paws/ACMPCA.pm
galenhuntington/aws-sdk-perl
13b775dcb5f0b3764f0a82f3679ed5c7721e67d3
[ "Apache-2.0" ]
null
null
null
package Paws::ACMPCA; use Moose; sub service { 'acm-pca' } sub signing_name { 'acm-pca' } sub version { '2017-08-22' } sub target_prefix { 'ACMPrivateCA' } sub json_version { "1.1" } has max_attempts => (is => 'ro', isa => 'Int', default => 5); has retry => (is => 'ro', isa => 'HashRef', default => sub ...
31.335474
449
0.773333
73f777e382d4dcd50e1a2ae4cb9c8b0a93764519
482
pm
Perl
lib/JCVI/DB/feat_link.pm
vivekkrish/eucap
ef4d670aea2870dcaaaaebf9f17778df9b28d0a8
[ "BSD-3-Clause" ]
1
2019-09-18T02:50:23.000Z
2019-09-18T02:50:23.000Z
lib/JCVI/DB/feat_link.pm
jcvi-plant-genomics/eucap
ef4d670aea2870dcaaaaebf9f17778df9b28d0a8
[ "BSD-3-Clause" ]
null
null
null
lib/JCVI/DB/feat_link.pm
jcvi-plant-genomics/eucap
ef4d670aea2870dcaaaaebf9f17778df9b28d0a8
[ "BSD-3-Clause" ]
null
null
null
package AnnotDB::DB::feat_link; use base 'AnnotDB::DB::CDBI'; __PACKAGE__->table('feat_link'); __PACKAGE__->columns(All => qw/id parent_feat child_feat assignby datestamp/); #__PACKAGE__->set_up_table('feat_link'); __PACKAGE__->set_sql( get_children => qq{ SELECT fl.child_feat FROM feat_link fl L...
25.368421
78
0.688797
ed60929b25b55577a110d00f03ad6831e29bc354
1,373
pm
Perl
hardware/server/ibm/hmc/ssh/plugin.pm
alenorcy/centreon-plugins
d7603030c24766935ed07e6ebe1082e16d6fdb4a
[ "Apache-2.0" ]
null
null
null
hardware/server/ibm/hmc/ssh/plugin.pm
alenorcy/centreon-plugins
d7603030c24766935ed07e6ebe1082e16d6fdb4a
[ "Apache-2.0" ]
null
null
null
hardware/server/ibm/hmc/ssh/plugin.pm
alenorcy/centreon-plugins
d7603030c24766935ed07e6ebe1082e16d6fdb4a
[ "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...
27.46
85
0.697742
ed45bf39915f988dd4fb7e207b364f638c9d2f0e
1,744
t
Perl
t/except.t
gitpan/Try-Tiny-Except
84ecf93f5c0e850ed7d80edfadb52c2312d62813
[ "Artistic-1.0" ]
null
null
null
t/except.t
gitpan/Try-Tiny-Except
84ecf93f5c0e850ed7d80edfadb52c2312d62813
[ "Artistic-1.0" ]
2
2016-08-27T07:22:55.000Z
2016-10-29T08:10:05.000Z
t/except.t
tfoertsch/perl-Try-Tiny-Except
2ff089079025bed42b61a6b76ac2c6e874b8e225
[ "Artistic-1.0" ]
null
null
null
#!/usr/bin/perl use strict; use warnings; use Test::More tests => 8; use Try::Tiny::Except; sub _eval { local $@; local $Test::Builder::Level = $Test::Builder::Level + 2; return ( scalar(eval { $_[0]->(); 1 }), $@ ); } sub lives_ok (&$) { my ( $code, $desc ) = @_; local $Test::Builder::Level = $Test::Bu...
18.956522
66
0.582569
ed5a67ce66c27ec1a5e4183d7869e163234dfea7
126
pl
Perl
examples/experimental.pl
dickmao/tree-sitter-perl
5308d95b43160c896410c886706c9aaf4d17d81d
[ "MIT" ]
16
2020-12-07T22:38:43.000Z
2022-01-26T09:11:53.000Z
examples/experimental.pl
dickmao/tree-sitter-perl
5308d95b43160c896410c886706c9aaf4d17d81d
[ "MIT" ]
18
2022-02-24T17:03:28.000Z
2022-03-16T23:12:49.000Z
examples/experimental.pl
dickmao/tree-sitter-perl
5308d95b43160c896410c886706c9aaf4d17d81d
[ "MIT" ]
4
2021-06-30T20:47:32.000Z
2022-02-15T16:26:18.000Z
use feature 'switch'; use v5.14; use Try::Tiny; try { my $a = 1; print "tying..\n"; } catch { print "catch block"; };
9.692308
22
0.563492
73e0cd1b69c5df7a3314c8f22d2a8cf453ddefc7
3,041
pm
Perl
extlib/lib/perl5/Bio/DescribableI.pm
Julianne95/Moringa_genome
3be4f736e80232cd4b29fdeb4efb0f97c2f1e23e
[ "Artistic-2.0" ]
null
null
null
extlib/lib/perl5/Bio/DescribableI.pm
Julianne95/Moringa_genome
3be4f736e80232cd4b29fdeb4efb0f97c2f1e23e
[ "Artistic-2.0" ]
7
2020-03-10T18:14:30.000Z
2022-03-25T18:53:36.000Z
extlib/lib/perl5/Bio/DescribableI.pm
Julboteroc/bidens_pilosa
8a8e2bb1449a2bb2e1dffc8856a77b6f4f4bf82a
[ "Artistic-2.0" ]
null
null
null
# # This module is licensed under the same terms as Perl itself. You use, # modify, and redistribute it under the terms of the Perl Artistic License. # =head1 NAME Bio::DescribableI - interface for objects with human readable names and descriptions =head1 SYNOPSIS # to test this is a describable object $...
25.554622
84
0.724762
73fb107c6933905ccabad911264a17647c0e7949
5,891
pm
Perl
Main/lib/perl/WorkflowSteps/MakeDownloadFiles.pm
EuPathDB/OrthoMCLWorkflow
db6b801055a84a343b574c2310eda80e6a57f14b
[ "Apache-2.0" ]
null
null
null
Main/lib/perl/WorkflowSteps/MakeDownloadFiles.pm
EuPathDB/OrthoMCLWorkflow
db6b801055a84a343b574c2310eda80e6a57f14b
[ "Apache-2.0" ]
null
null
null
Main/lib/perl/WorkflowSteps/MakeDownloadFiles.pm
EuPathDB/OrthoMCLWorkflow
db6b801055a84a343b574c2310eda80e6a57f14b
[ "Apache-2.0" ]
null
null
null
package OrthoMCLWorkflow::Main::WorkflowSteps::MakeDownloadFiles; @ISA = (ApiCommonWorkflow::Main::WorkflowSteps::WorkflowStep); use strict; use ApiCommonWorkflow::Main::WorkflowSteps::WorkflowStep; sub run { my ($self, $test, $undo) = @_; my $workflowDataDir = $self->getWorkflowDataDir(); my $relativeDownloa...
48.286885
150
0.709896
ed4682ef0dc03abe3fa2f2019d9694af7be278dc
1,178
t
Perl
S14-roles/anonymous.t
b2gills/roast
4b689b3c9cc2642fdeb8176a24415ec1540f013f
[ "Artistic-2.0" ]
null
null
null
S14-roles/anonymous.t
b2gills/roast
4b689b3c9cc2642fdeb8176a24415ec1540f013f
[ "Artistic-2.0" ]
null
null
null
S14-roles/anonymous.t
b2gills/roast
4b689b3c9cc2642fdeb8176a24415ec1540f013f
[ "Artistic-2.0" ]
null
null
null
use v6; use Test; plan 13; # L<S14/Roles> { my $a = {:x}; is $a, {:x}, "basic sanity"; lives-ok { $a does role { has $.cool = "yeah" }}, "anonymous role mixin"; is $a, {:x}, "still basic sanity"; is $a.cool, "yeah", "anonymous role gave us an attribute"; } # The same, but we story the anonymous role in a ...
26.177778
81
0.609508
ed6bea1022e42aa40062d45764259bbe095a5ac5
2,733
pm
Perl
plugins/GoogleOpenIDConnect/extlib/OAuth/Lite2/Server/GrantHandler/ClientCredentials.pm
movabletype/mt-plugin-google-openid-connect
f3992f312dc817ed64d28dc28aa916c4642054a9
[ "MIT" ]
3
2015-11-06T16:06:28.000Z
2015-11-19T06:08:15.000Z
plugins/GoogleOpenIDConnect/extlib/OAuth/Lite2/Server/GrantHandler/ClientCredentials.pm
movabletype/mt-plugin-google-openid-connect
f3992f312dc817ed64d28dc28aa916c4642054a9
[ "MIT" ]
3
2015-11-12T09:03:45.000Z
2016-02-21T11:41:16.000Z
plugins/GoogleOpenIDConnect/extlib/OAuth/Lite2/Server/GrantHandler/ClientCredentials.pm
movabletype/mt-plugin-google-openid-connect
f3992f312dc817ed64d28dc28aa916c4642054a9
[ "MIT" ]
null
null
null
package OAuth::Lite2::Server::GrantHandler::ClientCredentials; use strict; use warnings; use parent 'OAuth::Lite2::Server::GrantHandler'; use OAuth::Lite2::Server::Error; use OAuth::Lite2::ParamMethod::AuthHeader; use Carp (); sub handle_request { my ($self, $dh) = @_; my $req = $dh->request; my $parse...
30.366667
133
0.686791
ed008abc9282f9bd18ea6ac7e7077f5e2568bba5
1,298
pm
Perl
rest-server/lib/App/Routes.pm
NozakiLabs/uranus
3887fed9ec2ddff26beb9f7cfd4ec623ae2fb20b
[ "MIT" ]
5
2020-11-27T08:34:58.000Z
2022-01-09T20:48:02.000Z
rest-server/lib/App/Routes.pm
NozakiLabs/pastebin_crawler
3717a3e3c33769fb95b7e47e34c62a96fba61f7a
[ "MIT" ]
1
2021-01-21T13:36:59.000Z
2021-01-21T13:36:59.000Z
rest-server/lib/App/Routes.pm
NozakiLabs/pastebin_crawler
3717a3e3c33769fb95b7e47e34c62a96fba61f7a
[ "MIT" ]
null
null
null
package App::Routes; use strict; use warnings; use Mojo::Base -base; has "routes"; sub register { my ($self) = @_; my $routes = $self -> routes(); $routes -> get("/" => sub { shift -> redirect_to("/company") }); $routes -> get("/company") -> to("company#index"); $routes -> get("/company/:id") -> to ("comp...
30.186047
59
0.559322
ed5690d963459b1b133441beff6b1cb97ea0f906
817
pl
Perl
regress/usr.sbin/syslogd/args-client-bind6.pl
ArrogantWombatics/openbsd-src
75721e1d44322953075b7c4b89337b163a395291
[ "BSD-3-Clause" ]
1
2019-02-16T13:29:23.000Z
2019-02-16T13:29:23.000Z
regress/usr.sbin/syslogd/args-client-bind6.pl
ArrogantWombatics/openbsd-src
75721e1d44322953075b7c4b89337b163a395291
[ "BSD-3-Clause" ]
1
2018-08-21T03:56:33.000Z
2018-08-21T03:56:33.000Z
regress/usr.sbin/syslogd/args-client-bind6.pl
ArrogantWombaticus/openbsd-src
75721e1d44322953075b7c4b89337b163a395291
[ "BSD-3-Clause" ]
null
null
null
# The syslogd binds UDP socket on ::1. # The client writes a message into a ::1 UDP socket. # The syslogd writes it into a file and through a pipe. # The syslogd passes it via UDP to the loghost. # The server receives the message on its UDP socket. # Find the message in client, file, pipe, syslogd, server log. # Check ...
25.53125
63
0.610771
ed47ad0537bd86c2d6ff4208b42c607499b1e5eb
621
pl
Perl
sdcard-wifi-ssh/initrd_extracted/usr/lib/arm-linux-gnueabihf/perl-base/unicore/lib/InSC/Consona2.pl
zwo-bot/keybow-firmware
0de2da9c4be1ee588f92f486b682985dace6e633
[ "MIT" ]
1
2019-02-22T05:19:40.000Z
2019-02-22T05:19:40.000Z
sdcard-wifi-ssh/initrd_extracted/usr/lib/arm-linux-gnueabihf/perl-base/unicore/lib/InSC/Consona2.pl
zwo-bot/keybow-firmware
0de2da9c4be1ee588f92f486b682985dace6e633
[ "MIT" ]
null
null
null
sdcard-wifi-ssh/initrd_extracted/usr/lib/arm-linux-gnueabihf/perl-base/unicore/lib/InSC/Consona2.pl
zwo-bot/keybow-firmware
0de2da9c4be1ee588f92f486b682985dace6e633
[ "MIT" ]
1
2020-11-04T07:54:34.000Z
2020-11-04T07:54:34.000Z
# !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is machine-generated by lib/unicore/mktables from the Unicode # database, Version 10.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 exist...
15.923077
77
0.711755
ed5b1b11eeefcbafd373736075e73ff591da58e6
3,010
pl
Perl
sandbox/genMETA.pl
lancew/Release-Checklist
7e710d3c17db0b525d22f9d6c5acab1d65ee9176
[ "Artistic-2.0" ]
null
null
null
sandbox/genMETA.pl
lancew/Release-Checklist
7e710d3c17db0b525d22f9d6c5acab1d65ee9176
[ "Artistic-2.0" ]
null
null
null
sandbox/genMETA.pl
lancew/Release-Checklist
7e710d3c17db0b525d22f9d6c5acab1d65ee9176
[ "Artistic-2.0" ]
null
null
null
#!/pro/bin/perl use strict; use warnings; use Getopt::Long qw(:config bundling nopermute); GetOptions ( "c|check" => \ my $check, "v|verbose:1" => \(my $opt_v = 0), ) or die "usage: $0 [--check]\n"; use lib "sandbox"; use genMETA; my $meta = genMETA->new ( from => "Checklist.pm", verbose => $...
29.223301
79
0.51794
ed4f1b29a08104bcaddfb091ad52f8d895adfa4e
1,432
t
Perl
t/02-keys.t
gitpan/WebService-Algolia
1dd8b760585d0931b5df15dfb566892b60db8b81
[ "Artistic-1.0" ]
null
null
null
t/02-keys.t
gitpan/WebService-Algolia
1dd8b760585d0931b5df15dfb566892b60db8b81
[ "Artistic-1.0" ]
null
null
null
t/02-keys.t
gitpan/WebService-Algolia
1dd8b760585d0931b5df15dfb566892b60db8b81
[ "Artistic-1.0" ]
null
null
null
use Test::Modern; use t::lib::Harness qw(alg skip_unless_has_keys); skip_unless_has_keys; subtest 'Global Key Management' => sub { my $keys = alg->get_keys; cmp_deeply $keys->{keys} => [], 'Correctly retrieved no keys' or diag explain $keys; my $key = alg->create_key({})->{key}; ok $k...
25.122807
62
0.52933
73fc60a0ea64b5392856d3d5d1debac25c710771
18,896
pl
Perl
lib/fathead/mdn_css/parse.pl
Acidburn0zzz/zeroclickinfo-fathead
90016212c7433860026289db0cfcb05051dc531d
[ "Apache-2.0" ]
null
null
null
lib/fathead/mdn_css/parse.pl
Acidburn0zzz/zeroclickinfo-fathead
90016212c7433860026289db0cfcb05051dc531d
[ "Apache-2.0" ]
null
null
null
lib/fathead/mdn_css/parse.pl
Acidburn0zzz/zeroclickinfo-fathead
90016212c7433860026289db0cfcb05051dc531d
[ "Apache-2.0" ]
null
null
null
#!/usr/bin/env perl use v5.10.0; use strict; use warnings; use Carp 'croak'; use File::Spec::Functions; use feature 'state'; use Mojo::DOM; use Mojo::URL; use Mojo::Util 'slurp'; use Text::Trim; use HTML::Strip; use HTML::Entities; # Used by HTML::Strip use Data::Printer return_value => 'dump'; use YAML::XS 'LoadF...
30.725203
80
0.510531
ed6c58379c61b6e1bb0ffa30acafaa3883bbe1f1
500,981
pm
Perl
worker/deps/openssl/config/archs/VC-WIN32/asm_avx2/configdata.pm
liwf616/mediasoup
99d1c696bd4b985ea8bf5348b7f520998e165c32
[ "ISC" ]
null
null
null
worker/deps/openssl/config/archs/VC-WIN32/asm_avx2/configdata.pm
liwf616/mediasoup
99d1c696bd4b985ea8bf5348b7f520998e165c32
[ "ISC" ]
null
null
null
worker/deps/openssl/config/archs/VC-WIN32/asm_avx2/configdata.pm
liwf616/mediasoup
99d1c696bd4b985ea8bf5348b7f520998e165c32
[ "ISC" ]
1
2021-06-11T10:53:24.000Z
2021-06-11T10:53:24.000Z
#! /usr/bin/env perl package configdata; use strict; use warnings; use Exporter; #use vars qw(@ISA @EXPORT); our @ISA = qw(Exporter); our @EXPORT = qw(%config %target %disabled %withargs %unified_info @disablables); our %config = ( AR => "lib", ARFLAGS => [ "/nologo" ], AS => "nasm", CC => "../config/fake_g...
31.136172
1,736
0.285454
ed449f828c960bea15152cacc305de601548fb54
2,556
t
Perl
t/06-telemetry/01-basic.t
Kaiepi/rakudo
a04c616471527705e44cc795471ba2f28c5fe21c
[ "Artistic-2.0" ]
1
2016-05-09T09:20:40.000Z
2016-05-09T09:20:40.000Z
t/06-telemetry/01-basic.t
Kaiepi/rakudo
a04c616471527705e44cc795471ba2f28c5fe21c
[ "Artistic-2.0" ]
null
null
null
t/06-telemetry/01-basic.t
Kaiepi/rakudo
a04c616471527705e44cc795471ba2f28c5fe21c
[ "Artistic-2.0" ]
null
null
null
use v6; # very basic Telemetry tests # make sure we don't have any overrides BEGIN { %*ENV.DELETE-KEY($_) for < RAKUDO_REPORT_COLUMNS RAKUDO_REPORT_HEADER_REPEAT RAKUDO_REPORT_LEGEND RAKUDO_REPORT_CSV RAKUDO_TELEMETRY_INSTRUMENTS >; } use Test; use Telemetry; plan 41; my $T =...
29.045455
77
0.665102
ed5d31c4f3e6b7e5c74ea2694fccce5f2b7991ae
12,351
pl
Perl
source/tmin8.pl
texjporg/ptex-fonts
f035786452950a11cefeebd51f4ada1c89b5c694
[ "BSD-3-Clause" ]
2
2018-02-12T09:35:40.000Z
2018-02-12T09:39:29.000Z
source/tmin8.pl
texjporg/ptex-fonts
f035786452950a11cefeebd51f4ada1c89b5c694
[ "BSD-3-Clause" ]
2
2017-07-01T15:06:04.000Z
2018-01-24T04:27:13.000Z
source/tmin8.pl
texjporg/ptex-fonts
f035786452950a11cefeebd51f4ada1c89b5c694
[ "BSD-3-Clause" ]
null
null
null
(COMMENT tmin10 Propaty List File (Tate kumi) by Hisato Hamano at ascii Co. ) (COMMENT THIS IS A KANJI FORMAT FILE) (DIRECTION TATE) (FAMILY MINCHO) (FACE F MRR) (CODINGSCHEME JIS X0208) (DESIGNSIZE R 8.0) (COMMENT DESIGNSIZE IS IN POINTS) (COMMENT OTHER SIZES ARE MULTIPLES OF DESIGNSIZE) (CHECKSUM O 35...
37.09009
117
0.433163
ed4ee03ef149c16aa0d08eaed86925d27b21587d
123
t
Perl
t/test-vars.t
marcusramberg/metacpan-api
a0c76b3e46bb8b9b455a660066870d27e826daae
[ "Artistic-1.0" ]
1
2018-12-30T10:13:16.000Z
2018-12-30T10:13:16.000Z
t/test-vars.t
marcusramberg/metacpan-api
a0c76b3e46bb8b9b455a660066870d27e826daae
[ "Artistic-1.0" ]
null
null
null
t/test-vars.t
marcusramberg/metacpan-api
a0c76b3e46bb8b9b455a660066870d27e826daae
[ "Artistic-1.0" ]
null
null
null
use strict; use warnings; use lib 't/lib'; use Test::More; use Test::Vars; vars_ok('MetaCPAN::Server'); done_testing();
11.181818
28
0.691057
ed444cde57bd1fa06b7591485cf12244dcb78b0f
1,687
pl
Perl
www/perl/perl-5.8.8/ext/Encode/t/unibench.pl
fcrwx/velocal
2c0b08aeb2cd6375ca99556b66a6a3271e17ee4e
[ "Apache-2.0" ]
null
null
null
www/perl/perl-5.8.8/ext/Encode/t/unibench.pl
fcrwx/velocal
2c0b08aeb2cd6375ca99556b66a6a3271e17ee4e
[ "Apache-2.0" ]
null
null
null
www/perl/perl-5.8.8/ext/Encode/t/unibench.pl
fcrwx/velocal
2c0b08aeb2cd6375ca99556b66a6a3271e17ee4e
[ "Apache-2.0" ]
null
null
null
#!./perl use strict; use Encode; use Benchmark qw(:all); my $Count = shift @ARGV; $Count ||= 16; my @sizes = @ARGV || (1, 4, 16); my %utf8_seed; for my $i (0x00..0xff){ my $c = chr($i); $utf8_seed{BMP} .= ($c =~ /^\p{IsPrint}/o) ? $c : " "; } utf8::upgrade($utf8_seed{BMP}); for my $i (0x00..0xff){ my $c...
23.760563
62
0.472436
ed4bbde6e8368459d889efc9aee6450f5277fb2b
3,900
pm
Perl
lib/Test/Perl/Lint.pm
git-the-cpan/Perl-Lint
adc4e41477dee326dab30abc97bdab3945059e00
[ "Artistic-1.0" ]
null
null
null
lib/Test/Perl/Lint.pm
git-the-cpan/Perl-Lint
adc4e41477dee326dab30abc97bdab3945059e00
[ "Artistic-1.0" ]
null
null
null
lib/Test/Perl/Lint.pm
git-the-cpan/Perl-Lint
adc4e41477dee326dab30abc97bdab3945059e00
[ "Artistic-1.0" ]
null
null
null
package Test::Perl::Lint; use strict; use warnings; use utf8; use parent qw/Test::Builder::Module/; my @test_more_exports; BEGIN { @test_more_exports = (qw/done_testing/) } use Test::More import => \@test_more_exports; use Carp (); use Path::Tiny 0.068 qw/path/; use Perl::Lint; our $VERSION = "0.23"; our @EXPORT = (...
23.076923
91
0.581538
73fb646dfa93495e1b04093250cc18cb07759b9b
6,499
pl
Perl
openresty-win32-build/thirdparty/perl5-5.29.6/regen/regcharclass_multi_char_folds.pl
nneesshh/openresty-win32-build
bfbb9d7526020eda1788a0ed24f2be3c8be5c1c3
[ "MIT" ]
2
2018-06-15T08:32:44.000Z
2019-01-12T03:20:41.000Z
openresty-win32-build/thirdparty/perl5-5.29.6/regen/regcharclass_multi_char_folds.pl
nneesshh/openresty-win32-build
bfbb9d7526020eda1788a0ed24f2be3c8be5c1c3
[ "MIT" ]
null
null
null
openresty-win32-build/thirdparty/perl5-5.29.6/regen/regcharclass_multi_char_folds.pl
nneesshh/openresty-win32-build
bfbb9d7526020eda1788a0ed24f2be3c8be5c1c3
[ "MIT" ]
null
null
null
package regcharclass_multi_char_folds; use 5.015; use strict; use warnings; use Unicode::UCD "prop_invmap"; # This returns an array of strings of the form # "\x{foo}\x{bar}\x{baz}" # of the sequences of code points that are multi-character folds in the # current Unicode version. If the parameter is 1, all such fold...
45.447552
185
0.630712
73d5a7cc212da26e4e34e0896f368e821a49cfee
2,417
pm
Perl
t/lib/SongsToTheSiren/Test/Forms/Validators/UniqueUserEmail.pm
djstevenson/songs-to-the-siren
1387f2dcb5a90206723746e514e2b8e10dedc18f
[ "MIT" ]
null
null
null
t/lib/SongsToTheSiren/Test/Forms/Validators/UniqueUserEmail.pm
djstevenson/songs-to-the-siren
1387f2dcb5a90206723746e514e2b8e10dedc18f
[ "MIT" ]
78
2020-02-16T01:35:12.000Z
2021-01-26T18:40:30.000Z
t/lib/SongsToTheSiren/Test/Forms/Validators/UniqueUserEmail.pm
djstevenson/songs-to-the-siren
1387f2dcb5a90206723746e514e2b8e10dedc18f
[ "MIT" ]
null
null
null
package SongsToTheSiren::Test::Forms::Validators::UniqueUserEmail; use utf8; use Moose; use namespace::autoclean; use utf8; use Test::More; use Test::Exception; extends 'SongsToTheSiren::Test::Base'; with 'SongsToTheSiren::Test::Role'; has '+user_base' => (default => 'form_val_6'); use SongsToTheSiren::Form::Field...
36.074627
119
0.58254
73dcf5410474f9548bd9f3c53aeb0ad0f64dad29
791
pl
Perl
openresty-win32-build/thirdparty/perl5-5.29.6/lib/unicore/lib/Sc/Zinh.pl
nneesshh/openresty-win32-build
bfbb9d7526020eda1788a0ed24f2be3c8be5c1c3
[ "MIT" ]
2
2018-06-15T08:32:44.000Z
2019-01-12T03:20:41.000Z
openresty-win32-build/thirdparty/perl5-5.29.6/lib/unicore/lib/Sc/Zinh.pl
nneesshh/openresty-win32-build
bfbb9d7526020eda1788a0ed24f2be3c8be5c1c3
[ "MIT" ]
null
null
null
openresty-win32-build/thirdparty/perl5-5.29.6/lib/unicore/lib/Sc/Zinh.pl
nneesshh/openresty-win32-build
bfbb9d7526020eda1788a0ed24f2be3c8be5c1c3
[ "MIT" ]
null
null
null
# !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is machine-generated by mktables from the Unicode # database, Version 11.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 existence of this...
11.140845
77
0.735777
ed23f59b4feb20ff3ba4f4ebb3f818a17511a922
38,955
pm
Perl
perl/vendor/lib/Crypt/PK/ECC.pm
luiscarlosg27/xampp
c295dbdd435c9c62fbd4cc6fc42097bea7a900a0
[ "Apache-2.0" ]
2
2021-07-24T12:46:49.000Z
2021-08-02T08:37:53.000Z
perl/vendor/lib/Crypt/PK/ECC.pm
luiscarlosg27/xampp
c295dbdd435c9c62fbd4cc6fc42097bea7a900a0
[ "Apache-2.0" ]
3
2021-01-27T10:09:28.000Z
2021-05-11T21:20:12.000Z
perl/vendor/lib/Crypt/PK/ECC.pm
luiscarlosg27/xampp
c295dbdd435c9c62fbd4cc6fc42097bea7a900a0
[ "Apache-2.0" ]
null
null
null
package Crypt::PK::ECC; use strict; use warnings; our $VERSION = '0.068'; require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import'; our %EXPORT_TAGS = ( all => [qw( ecc_encrypt ecc_decrypt ecc_sign_message ecc_verify_message ecc_sign_hash ecc_verify_hash ecc_shared_secret )] ); our @EXPORT_OK = ( @{ ...
34.750223
178
0.672212
ed30d49a5839f951826aaf0f2fb2e42040fa2348
854
pl
Perl
prepareThingyForPwa.pl
paranoidnakamoto/toolset
fea40b1df30a41644bb6ca8640798393428d71b6
[ "Unlicense" ]
3
2019-06-28T04:09:23.000Z
2020-12-30T13:47:04.000Z
prepareThingyForPwa.pl
paranoidnakamoto/toolset
fea40b1df30a41644bb6ca8640798393428d71b6
[ "Unlicense" ]
2
2019-07-22T13:21:08.000Z
2019-07-22T13:30:51.000Z
prepareThingyForPwa.pl
paranoidnakamoto/toolset
fea40b1df30a41644bb6ca8640798393428d71b6
[ "Unlicense" ]
2
2020-06-17T13:28:34.000Z
2021-01-25T21:20:10.000Z
#!/usr/bin/perl use Cwd qw(cwd); my $dir = cwd; ############################################################ my $specificThingyBasePath = $dir."/thingy-build-system/pwa/specificThingyInfo.js"; my $specificThingyBaseLink = $dir."/thingy-build-system/specificThingyInfo.js"; my $result = symlink($specificThingyBasePath...
34.16
83
0.56089
ed6005a15052b0cabaa46ffd7ce4a7e0f7fed2ce
6,488
pl
Perl
examples/v201409/advanced_operations/use_shared_bidding_strategy.pl
gitpan/Google-Ads-AdWords-Client
44c7408a1b7f8f16b22efa359c037d1f986f04f1
[ "Apache-2.0" ]
null
null
null
examples/v201409/advanced_operations/use_shared_bidding_strategy.pl
gitpan/Google-Ads-AdWords-Client
44c7408a1b7f8f16b22efa359c037d1f986f04f1
[ "Apache-2.0" ]
null
null
null
examples/v201409/advanced_operations/use_shared_bidding_strategy.pl
gitpan/Google-Ads-AdWords-Client
44c7408a1b7f8f16b22efa359c037d1f986f04f1
[ "Apache-2.0" ]
null
null
null
#!/usr/bin/perl -w # # Copyright 2013, Google Inc. All Rights Reserved. # # 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 ...
29.625571
80
0.662762
ed31fe9d8d535495cb2d1f2abc89b4dad4efc8a1
7,966
al
Perl
Apps/DK/FIK/app/src/Tables/GeneralJournalLine.TableExt.al
MiguelMercadoActual/ALAppExtensions
97ee3823053eb32fa7e38dc3d1e7a89bdcca8d7b
[ "MIT" ]
337
2019-05-07T06:04:40.000Z
2022-03-31T10:07:42.000Z
Apps/DK/FIK/app/src/Tables/GeneralJournalLine.TableExt.al
MiguelMercadoActual/ALAppExtensions
97ee3823053eb32fa7e38dc3d1e7a89bdcca8d7b
[ "MIT" ]
14,850
2019-05-07T06:04:27.000Z
2022-03-31T19:53:28.000Z
Apps/DK/FIK/app/src/Tables/GeneralJournalLine.TableExt.al
MiguelMercadoActual/ALAppExtensions
97ee3823053eb32fa7e38dc3d1e7a89bdcca8d7b
[ "MIT" ]
374
2019-05-09T10:08:14.000Z
2022-03-31T17:48:32.000Z
// ------------------------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. // ------------------------------------------------------------...
47.987952
180
0.503515
73e435767ec8619f6617fe86c1a79af448494dc0
10,476
pm
Perl
lib/CXGN/Bulk/UnigeneIDUnigene.pm
labroo2/sgn
c8a1a10e4ac2104d82c5fd2d986f1688d01b20be
[ "MIT" ]
39
2015-02-03T15:47:55.000Z
2022-03-23T13:34:05.000Z
lib/CXGN/Bulk/UnigeneIDUnigene.pm
labroo2/sgn
c8a1a10e4ac2104d82c5fd2d986f1688d01b20be
[ "MIT" ]
2,491
2015-01-07T05:49:17.000Z
2022-03-31T15:31:05.000Z
lib/CXGN/Bulk/UnigeneIDUnigene.pm
labroo2/sgn
c8a1a10e4ac2104d82c5fd2d986f1688d01b20be
[ "MIT" ]
20
2015-06-30T19:10:09.000Z
2022-03-23T13:34:09.000Z
# Unigene ID's of Unigene download script for SGN database # This bulk download option handles the query # Of Array Spot of type EST. # Many of its methods are in the Bulk object. =head1 NAME /CXGN/Bulk/UnigeneIDUnigene.pm (A subclass of Bulk) =head1 DESCRIPTION This perl script is used on the bulk downloa...
28.544959
240
0.601184
ed5d381ae6f9a28e706bf6fda6c2129df36198e3
1,977
pl
Perl
prolog/vdom_patch_action.pl
rla/prolog-vdom
23f85a6dbccefd189f4cff179106180e2f12234a
[ "MIT" ]
7
2019-02-13T16:51:51.000Z
2022-01-12T10:37:45.000Z
prolog/vdom_patch_action.pl
rla/prolog-vdom
23f85a6dbccefd189f4cff179106180e2f12234a
[ "MIT" ]
1
2018-06-24T08:41:49.000Z
2018-06-24T08:41:49.000Z
prolog/vdom_patch_action.pl
rla/prolog-vdom
23f85a6dbccefd189f4cff179106180e2f12234a
[ "MIT" ]
null
null
null
:- module(vdom_patch_action, [ vdom_replace_at/4, % +Path, +VDom, -Diff, -VOut vdom_set_attrs_at/3, % +Path, +Changes -Diff vdom_roc_at/4 % +Path, +Rebuild, -Diff, -VOut ]). :- use_module(library(apply)). :- use_module(library(error)). :- use_module(library(lists)). :- use_module(vdom_build). :- u...
29.954545
57
0.694487
ed55edbb7986d44b43896bddce9f43223d813d07
421
pl
Perl
perl/lib/unicore/lib/Blk/Oriya.pl
mnikolop/Thesis_project_CyberDoc
9a37fdd5a31de24cb902ee31ef19eb992faa1665
[ "Apache-2.0" ]
4
2018-04-20T07:27:13.000Z
2021-12-21T05:19:24.000Z
perl/lib/unicore/lib/Blk/Oriya.pl
mnikolop/Thesis_project_CyberDoc
9a37fdd5a31de24cb902ee31ef19eb992faa1665
[ "Apache-2.0" ]
4
2021-03-10T19:10:00.000Z
2021-05-11T14:58:19.000Z
perl/lib/unicore/lib/Blk/Oriya.pl
mnikolop/Thesis_project_CyberDoc
9a37fdd5a31de24cb902ee31ef19eb992faa1665
[ "Apache-2.0" ]
1
2019-11-12T02:29:26.000Z
2019-11-12T02:29:26.000Z
# !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is machine-generated by mktables from the Unicode # database, Version 6.1.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 existence of this ...
30.071429
77
0.669834
ed5bab2737b37950ef854de67e1de8e5a24cd8f4
32,068
pl
Perl
pack/logicmoo_packages/prolog/trill/probabilistic/cancer_hard_1.pl
logicmoo/old_logicmoo_workspace
44025b6e389e2f2f7d86b46c1301cab0604bba26
[ "MIT" ]
1
2018-09-04T14:44:49.000Z
2018-09-04T14:44:49.000Z
pack/logicmoo_packages/prolog/trill/probabilistic/cancer_hard_1.pl
logicmoo/old_logicmoo_workspace
44025b6e389e2f2f7d86b46c1301cab0604bba26
[ "MIT" ]
null
null
null
pack/logicmoo_packages/prolog/trill/probabilistic/cancer_hard_1.pl
logicmoo/old_logicmoo_workspace
44025b6e389e2f2f7d86b46c1301cab0604bba26
[ "MIT" ]
null
null
null
/* QUERY 1: instanceOf('WomanUnderLifetimeBRCRisk','Helen',LE). P=0.123 EXPL: LE = [(subClassOf('Woman','WomanUnderLifetimeBRCRisk'),'Helen'),(equivalentClasses(['WomanUnderBRCRisk',intersectionOf(['Woman',someValuesFrom(hasRisk,'BRCRisk')])]),'Helen'),(equivalentClasses(['WomanUnderIncreasedBRCRisk',intersectionOf([...
59.385185
921
0.808657
73f61d0a723b4680e393a08451d95a5e3d35a2a5
2,542
pm
Perl
auto-lib/Paws/Route53Domains/ExtraParam.pm
shogo82148/aws-sdk-perl
a87555a9d30dd1415235ebacd2715b2f7e5163c7
[ "Apache-2.0" ]
null
null
null
auto-lib/Paws/Route53Domains/ExtraParam.pm
shogo82148/aws-sdk-perl
a87555a9d30dd1415235ebacd2715b2f7e5163c7
[ "Apache-2.0" ]
null
null
null
auto-lib/Paws/Route53Domains/ExtraParam.pm
shogo82148/aws-sdk-perl
a87555a9d30dd1415235ebacd2715b2f7e5163c7
[ "Apache-2.0" ]
null
null
null
# Generated by default/object.tt package Paws::Route53Domains::ExtraParam; use Moose; has Name => (is => 'ro', isa => 'Str', required => 1); has Value => (is => 'ro', isa => 'Str', required => 1); 1; ### main pod documentation begin ### =head1 NAME Paws::Route53Domains::ExtraParam =head1 USAGE This class re...
21.361345
103
0.72974
73e2ac434fed1e19d9863b7e9639a3c2eafed63b
1,861
pl
Perl
iconf/etc/ssh/sshd_config/50sftp.pl
FelixJacobi/stsbl-iserv-sftp
ca4f2c8b5cf5247af7fcde41fafa0a0d8c507ae9
[ "MIT" ]
null
null
null
iconf/etc/ssh/sshd_config/50sftp.pl
FelixJacobi/stsbl-iserv-sftp
ca4f2c8b5cf5247af7fcde41fafa0a0d8c507ae9
[ "MIT" ]
null
null
null
iconf/etc/ssh/sshd_config/50sftp.pl
FelixJacobi/stsbl-iserv-sftp
ca4f2c8b5cf5247af7fcde41fafa0a0d8c507ae9
[ "MIT" ]
null
null
null
#!/usr/bin/perl -CSDAL use warnings; use strict; use IServ::Conf; use IServ::DB; my @GrpSSH = @{ $conf->{GrpSSH} }; my $has_root = 0; print "\n"; print "# General rules for SFTP access\n\n"; print "# --- WARNING: DO NOT CHANGE THIS MATCH BLOCK BY HAND! --- \n\n"; print "# To exclude groups from this Match block, add...
28.19697
86
0.654487
ed468eadc84d787a7fd9eb2fdedeea8ad513e35b
11,677
t
Perl
perl/shop/t/LastUpdate.t
ogoranskyy/soapclient
5a5f075df39271789b90a7e63302f5811e4291b5
[ "Apache-2.0" ]
null
null
null
perl/shop/t/LastUpdate.t
ogoranskyy/soapclient
5a5f075df39271789b90a7e63302f5811e4291b5
[ "Apache-2.0" ]
null
null
null
perl/shop/t/LastUpdate.t
ogoranskyy/soapclient
5a5f075df39271789b90a7e63302f5811e4291b5
[ "Apache-2.0" ]
null
null
null
use strict; use Test::More; use WebServiceClient; use WebServiceConfiguration qw( WEBSERVICE_URL WEBSERVICE_USER ); # Create a SOAP::Lite client object my $UpdateService = WebServiceClient ->uri( 'urn://epages.de/WebService/ChangeLogService/2014/06' ) ->proxy( WEBSERVICE_URL ) ->userinfo( WEBSERVICE_USER )...
41.261484
146
0.685022
ed19f363c3ce217db25a90923f83e154df37a0bc
362
pm
Perl
extlib/lib/perl5/x86_64-linux-gnu-thread-multi/Moose/Exception/InitMetaRequiresClass.pm
joelchaconcastillo/srnalightnxtg
a14d50d08a90ce7b3b2d0ea200046ad7a719cdc0
[ "Apache-2.0" ]
null
null
null
extlib/lib/perl5/x86_64-linux-gnu-thread-multi/Moose/Exception/InitMetaRequiresClass.pm
joelchaconcastillo/srnalightnxtg
a14d50d08a90ce7b3b2d0ea200046ad7a719cdc0
[ "Apache-2.0" ]
null
null
null
extlib/lib/perl5/x86_64-linux-gnu-thread-multi/Moose/Exception/InitMetaRequiresClass.pm
joelchaconcastillo/srnalightnxtg
a14d50d08a90ce7b3b2d0ea200046ad7a719cdc0
[ "Apache-2.0" ]
null
null
null
package Moose::Exception::InitMetaRequiresClass; BEGIN { $Moose::Exception::InitMetaRequiresClass::AUTHORITY = 'cpan:STEVAN'; } $Moose::Exception::InitMetaRequiresClass::VERSION = '2.1211'; use Moose; extends 'Moose::Exception'; with 'Moose::Exception::Role::ParamsHash'; sub _build_message { "Cannot call init_me...
24.133333
70
0.754144
ed64a08889f036cb0614279e4cb57fe5146bc6ef
3,006
pm
Perl
external/win_perl/lib/DateTime/Format/Natural/Helpers.pm
phixion/l0phtcrack
48ee2f711134e178dbedbd925640f6b3b663fbb5
[ "Apache-2.0", "MIT" ]
2
2021-10-20T00:25:39.000Z
2021-11-08T12:52:42.000Z
external/win_perl/lib/DateTime/Format/Natural/Helpers.pm
Brute-f0rce/l0phtcrack
25f681c07828e5e68e0dd788d84cc13c154aed3d
[ "Apache-2.0", "MIT" ]
null
null
null
external/win_perl/lib/DateTime/Format/Natural/Helpers.pm
Brute-f0rce/l0phtcrack
25f681c07828e5e68e0dd788d84cc13c154aed3d
[ "Apache-2.0", "MIT" ]
1
2022-03-14T06:41:16.000Z
2022-03-14T06:41:16.000Z
package DateTime::Format::Natural::Helpers; use strict; use warnings; use base qw(Exporter); use boolean qw(true false); use constant REAL_FLAG => true; use constant VIRT_FLAG => false; our ($VERSION, @EXPORT_OK, %flag); $VERSION = '0.06'; @EXPORT_OK = qw(%flag); my @flags = ( { weekday_name => REAL_FLAG ...
18.670807
73
0.53992
73f78e95adabdd42d59c78dfaedbab9f0e755920
1,754
pm
Perl
auto-lib/Paws/SageMaker/ResourceSpec.pm
0leksii/aws-sdk-perl
b2132fe3c79a06fd15b6137e8a0eb628de722e0f
[ "Apache-2.0" ]
164
2015-01-08T14:58:53.000Z
2022-02-20T19:16:24.000Z
auto-lib/Paws/SageMaker/ResourceSpec.pm
0leksii/aws-sdk-perl
b2132fe3c79a06fd15b6137e8a0eb628de722e0f
[ "Apache-2.0" ]
348
2015-01-07T22:08:38.000Z
2022-01-27T14:34:44.000Z
auto-lib/Paws/SageMaker/ResourceSpec.pm
0leksii/aws-sdk-perl
b2132fe3c79a06fd15b6137e8a0eb628de722e0f
[ "Apache-2.0" ]
87
2015-04-22T06:29:47.000Z
2021-09-29T14:45:55.000Z
# Generated by default/object.tt package Paws::SageMaker::ResourceSpec; use Moose; has InstanceType => (is => 'ro', isa => 'Str'); has SageMakerImageArn => (is => 'ro', isa => 'Str'); has SageMakerImageVersionArn => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::SageMa...
24.361111
102
0.735462
ed17825865eaeff8f73991eebffbf8b04f47143f
912
t
Perl
t/13-chained.t
git-the-cpan/MooX-Failover
41b358c3c4adb23a76826204828806ccaf2bdd98
[ "Artistic-1.0" ]
null
null
null
t/13-chained.t
git-the-cpan/MooX-Failover
41b358c3c4adb23a76826204828806ccaf2bdd98
[ "Artistic-1.0" ]
null
null
null
t/13-chained.t
git-the-cpan/MooX-Failover
41b358c3c4adb23a76826204828806ccaf2bdd98
[ "Artistic-1.0" ]
1
2021-06-19T12:25:04.000Z
2021-06-19T12:25:04.000Z
{ package Sub1; use Moo; use Types::Standard qw/ Int Str /; has num => ( is => 'ro', isa => Int ); has str => ( is => 'ro', isa => Str, required => 0 ); our $count = 0; around 'new' => sub { my $orig = shift; my $class = shift; ++$count; $class->$orig(@_); }; } { package Sub2; ...
16.581818
61
0.523026
ed6523ae3d446f603e682880122f46e4e3a7fd7c
1,114
al
Perl
benchmark/benchmarks/FASP-benchmarks/data/random-oriented/randomoriented-0115-70-320.al
krzysg/FaspHeuristic
1929c40e3fbc49e68b04acfc5522539a18758031
[ "MIT" ]
null
null
null
benchmark/benchmarks/FASP-benchmarks/data/random-oriented/randomoriented-0115-70-320.al
krzysg/FaspHeuristic
1929c40e3fbc49e68b04acfc5522539a18758031
[ "MIT" ]
null
null
null
benchmark/benchmarks/FASP-benchmarks/data/random-oriented/randomoriented-0115-70-320.al
krzysg/FaspHeuristic
1929c40e3fbc49e68b04acfc5522539a18758031
[ "MIT" ]
null
null
null
1 12 23 44 57 2 24 38 49 3 7 11 18 38 40 52 53 54 61 4 6 10 19 51 64 5 3 17 20 41 6 9 31 33 50 65 7 1 13 48 8 3 39 50 52 65 9 10 48 50 52 64 10 25 43 55 11 4 9 17 12 21 68 13 28 46 66 68 14 11 17 21 29 39 42 55 15 22 63 65 16 7 13 28 41 56 17 1 10 41 44 46 59 62 67 18 32 36 49 19 8 13 18 30 38 48 54 55 56 20 1 2 21 39 ...
15.914286
31
0.650808
ed1c863ed5103fe5a35db35ddf00cd57f11057df
18,644
pm
Perl
os/linux/local/mode/diskio.pm
cstegm/centreon-plugins
b29bdb670de52a22d3520661dc7b9d2548ae7a1a
[ "Apache-2.0" ]
null
null
null
os/linux/local/mode/diskio.pm
cstegm/centreon-plugins
b29bdb670de52a22d3520661dc7b9d2548ae7a1a
[ "Apache-2.0" ]
null
null
null
os/linux/local/mode/diskio.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...
48.175711
239
0.515769
ed46d7c52749721bd36ea905c3304024b4799828
103
t
Perl
res/source/lab2/6.t
GableSonmer/Test-Compiler
07ea5a41237f34789e7f236194d798c517566910
[ "Apache-2.0" ]
null
null
null
res/source/lab2/6.t
GableSonmer/Test-Compiler
07ea5a41237f34789e7f236194d798c517566910
[ "Apache-2.0" ]
null
null
null
res/source/lab2/6.t
GableSonmer/Test-Compiler
07ea5a41237f34789e7f236194d798c517566910
[ "Apache-2.0" ]
null
null
null
{ int i; i = 0; while(i<10){ write i; write "Hello"; i = i + 1; } }
11.444444
22
0.320388
ed2b3d58662ac31072e0215b53900666bdb8800f
1,561
t
Perl
t/regression/object_position07.t
robertholl/excel-writer-xlsx
f6624ba598401f57d5d67de0f5db3c76b10266d7
[ "Artistic-1.0-Perl" ]
null
null
null
t/regression/object_position07.t
robertholl/excel-writer-xlsx
f6624ba598401f57d5d67de0f5db3c76b10266d7
[ "Artistic-1.0-Perl" ]
null
null
null
t/regression/object_position07.t
robertholl/excel-writer-xlsx
f6624ba598401f57d5d67de0f5db3c76b10266d7
[ "Artistic-1.0-Perl" ]
null
null
null
############################################################################### # # Tests the output of Excel::Writer::XLSX against Excel generated files. # # reverse ('(c)'), April 2019, John McNamara, jmcnamara@cpan.org # use lib 't/lib'; use TestFunctions qw(_compare_xlsx_files _is_deep_diff); use strict; use warni...
22.3
79
0.494555
ed5bae4925a76af5905eccacf9f07062df995204
887
pm
Perl
lib/Tupa/Web/App/Controller/Report.pm
W3CBrasil/radardoalagamento
ec69c5e3096dc30433a027ce555ac30cc49a1fd7
[ "MIT" ]
1
2022-01-25T11:29:50.000Z
2022-01-25T11:29:50.000Z
lib/Tupa/Web/App/Controller/Report.pm
W3CBrasil/radardoalagamento
ec69c5e3096dc30433a027ce555ac30cc49a1fd7
[ "MIT" ]
null
null
null
lib/Tupa/Web/App/Controller/Report.pm
W3CBrasil/radardoalagamento
ec69c5e3096dc30433a027ce555ac30cc49a1fd7
[ "MIT" ]
null
null
null
package Tupa::Web::App::Controller::Report; use utf8; use Moose; use namespace::autoclean; BEGIN { extends 'Tupa::Web::App::Controller'; } sub base : Chained(/logged_in) PathPart('report') CaptureArgs(0) { my ($self, $c) = @_; $c->stash->{collection} = $c->model('DB::Report'); } sub report : Chained(base) : Path...
22.175
84
0.573844
73f8739d6a8fe7ccf8eaab406d79ce059febcebe
13,114
pm
Perl
modules/Bio/EnsEMBL/Variation/DBSQL/StructuralVariationAdaptor.pm
dbolser-ebi/ensembl-variation
ed5771eb927fca6fac8b977d9d36526c348d3498
[ "Apache-2.0" ]
null
null
null
modules/Bio/EnsEMBL/Variation/DBSQL/StructuralVariationAdaptor.pm
dbolser-ebi/ensembl-variation
ed5771eb927fca6fac8b977d9d36526c348d3498
[ "Apache-2.0" ]
null
null
null
modules/Bio/EnsEMBL/Variation/DBSQL/StructuralVariationAdaptor.pm
dbolser-ebi/ensembl-variation
ed5771eb927fca6fac8b977d9d36526c348d3498
[ "Apache-2.0" ]
null
null
null
=head1 LICENSE Copyright [1999-2014] 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/licen...
32.703242
129
0.65899
ed55767c757579b3f66d4d4a54c6ed8ab127ba68
771
pl
Perl
logrotate.pl
bigmac12/aol
21476dbf9730bb31266d7c43d69124705a173e13
[ "Info-ZIP", "Unlicense" ]
1
2016-01-17T01:11:01.000Z
2016-01-17T01:11:01.000Z
logrotate.pl
bigmac12/aol
21476dbf9730bb31266d7c43d69124705a173e13
[ "Info-ZIP", "Unlicense" ]
23
2016-01-07T04:18:40.000Z
2016-05-08T06:31:17.000Z
logrotate.pl
bigmac12/aol
21476dbf9730bb31266d7c43d69124705a173e13
[ "Info-ZIP", "Unlicense" ]
1
2016-01-07T04:23:36.000Z
2016-01-07T04:23:36.000Z
#!/usr/bin/perl -w # This rotates the logs. Woo hoo! # --GAN, 9-27-2000 # not done! exit 0; # Declarations $log_dir = "log/"; $rotations = 3; $rot_index = 1; $raw_file_list = `/bin/ls -1 $log_dir`; @file_list = split(' ', $raw_file_list); @files = grep /\.log/, @file_list; while($rot_index < ($rotations + 1)) { @...
21.416667
67
0.564202
ed2674dec3035bdaf6a96617c080c35dcfd3a2d4
3,516
t
Perl
t/lib/PgToolkit/OptionsTest.t
yuzic/pgtoolkit
5a20d3340ebedbb2e3f7a5b25336b987842f73b6
[ "PostgreSQL" ]
null
null
null
t/lib/PgToolkit/OptionsTest.t
yuzic/pgtoolkit
5a20d3340ebedbb2e3f7a5b25336b987842f73b6
[ "PostgreSQL" ]
null
null
null
t/lib/PgToolkit/OptionsTest.t
yuzic/pgtoolkit
5a20d3340ebedbb2e3f7a5b25336b987842f73b6
[ "PostgreSQL" ]
null
null
null
# -*- mode: Perl; -*- package PgToolkit::OptionsTest; use base qw(PgToolkit::Test); use strict; use warnings; use Test::Exception; use Test::More; use PgToolkit::Options; =head1 NAME Some name =head1 SYNOPSIS Some synopsis =head1 DESCRIPTION Some description =head1 OPTIONS Some options =cut sub test_help_...
16.822967
65
0.568544
73e0ab9aba23b1745e52e02a4a6cb93cee4fdf18
1,433
pm
Perl
auto-lib/Paws/Kafka/OpenMonitoring.pm
0leksii/aws-sdk-perl
b2132fe3c79a06fd15b6137e8a0eb628de722e0f
[ "Apache-2.0" ]
164
2015-01-08T14:58:53.000Z
2022-02-20T19:16:24.000Z
auto-lib/Paws/Kafka/OpenMonitoring.pm
0leksii/aws-sdk-perl
b2132fe3c79a06fd15b6137e8a0eb628de722e0f
[ "Apache-2.0" ]
348
2015-01-07T22:08:38.000Z
2022-01-27T14:34:44.000Z
auto-lib/Paws/Kafka/OpenMonitoring.pm
0leksii/aws-sdk-perl
b2132fe3c79a06fd15b6137e8a0eb628de722e0f
[ "Apache-2.0" ]
87
2015-04-22T06:29:47.000Z
2021-09-29T14:45:55.000Z
# Generated by default/object.tt package Paws::Kafka::OpenMonitoring; use Moose; has Prometheus => (is => 'ro', isa => 'Paws::Kafka::Prometheus', request_name => 'prometheus', traits => ['NameInRequest'], required => 1); 1; ### main pod documentation begin ### =head1 NAME Paws::Kafka::OpenMonitoring =head1 USA...
24.288136
141
0.730635
ed387e145a76d191d0db1bc45abb8600f270d0f5
297
pm
Perl
t/lib/IRC/Schema/Result/Mode.pm
git-the-cpan/DBIx-Class-Candy
c6b43fbae7adeedd890dd87c74f44eaf2a98e61e
[ "Artistic-1.0" ]
null
null
null
t/lib/IRC/Schema/Result/Mode.pm
git-the-cpan/DBIx-Class-Candy
c6b43fbae7adeedd890dd87c74f44eaf2a98e61e
[ "Artistic-1.0" ]
null
null
null
t/lib/IRC/Schema/Result/Mode.pm
git-the-cpan/DBIx-Class-Candy
c6b43fbae7adeedd890dd87c74f44eaf2a98e61e
[ "Artistic-1.0" ]
null
null
null
package IRC::Schema::Result::Mode; use IRC::Schema::Candy; primary_column id => { data_type => 'int', is_auto_increment => 1, }; unique_column name => { data_type => 'varchar', size => 30, }; unique_column code => { data_type => 'char', size => '1', }; 1;
14.142857
34
0.552189
ed57a4930debe0581ea0ac63633279ad1d1142b7
3,689
pm
Perl
extlib/lib/perl5/Bio/Location/CoordinatePolicyI.pm
Julianne95/Moringa_genome
3be4f736e80232cd4b29fdeb4efb0f97c2f1e23e
[ "Artistic-2.0" ]
null
null
null
extlib/lib/perl5/Bio/Location/CoordinatePolicyI.pm
Julianne95/Moringa_genome
3be4f736e80232cd4b29fdeb4efb0f97c2f1e23e
[ "Artistic-2.0" ]
7
2020-03-10T18:14:30.000Z
2022-03-25T18:53:36.000Z
extlib/lib/perl5/Bio/Location/CoordinatePolicyI.pm
Julboteroc/bidens_pilosa
8a8e2bb1449a2bb2e1dffc8856a77b6f4f4bf82a
[ "Artistic-2.0" ]
null
null
null
# # BioPerl module for Bio::Location::CoordinatePolicyI # Please direct questions and support issues to <bioperl-l@bioperl.org> # # Cared for by Hilmar Lapp <hlapp@gmx.net> # and Jason Stajich <jason@bioperl.org> # # Copyright Hilmar Lapp, Jason Stajich # # You may distribute this module under the same terms ...
30.237705
78
0.742749
73e37973b7daa73fa1e603b577445065297724e2
11,312
pm
Perl
modules/EnsEMBL/Web/Component/VariationImage.pm
amonida/ensembl-webcode
284a8c633fdcf72575f18c11ac0657ee0919e270
[ "Apache-2.0", "MIT" ]
null
null
null
modules/EnsEMBL/Web/Component/VariationImage.pm
amonida/ensembl-webcode
284a8c633fdcf72575f18c11ac0657ee0919e270
[ "Apache-2.0", "MIT" ]
null
null
null
modules/EnsEMBL/Web/Component/VariationImage.pm
amonida/ensembl-webcode
284a8c633fdcf72575f18c11ac0657ee0919e270
[ "Apache-2.0", "MIT" ]
null
null
null
=head1 LICENSE Copyright [1999-2014] 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/licen...
38.345763
165
0.635785
ed5adc72c3782b43fd565b4b824a295ce46b2843
1,184
pl
Perl
scripts/parse-json.pl
DARMA-tasking/serialization-sanitizer
d8609a5e3839082c8ae4a6e0356c8f64bbb73a48
[ "BSD-3-Clause" ]
null
null
null
scripts/parse-json.pl
DARMA-tasking/serialization-sanitizer
d8609a5e3839082c8ae4a6e0356c8f64bbb73a48
[ "BSD-3-Clause" ]
11
2020-12-03T00:23:13.000Z
2021-02-05T17:44:18.000Z
scripts/parse-json.pl
DARMA-tasking/checkpoint-member-analyzer
d8609a5e3839082c8ae4a6e0356c8f64bbb73a48
[ "BSD-3-Clause" ]
null
null
null
#!/usr/bin/env perl use JSON::PP; use File::Basename; use strict; use warnings; die "./parse-json.pl <run> <sanitizer> <compile-database> <dir> <file> <ignore>" if @ARGV < 4; my ($run, $san, $json_file, $dir_match, $file_match) = (shift,shift,shift,shift,shift); my $has_ignore = 0; my $ignore = ""; if (@ARGV > 0) ...
22.339623
94
0.565034
ed5e8f81df2b6936e00b1db4182e288bb7825fdf
5,285
pm
Perl
os/linux/local/mode/listpartitions.pm
Rico29/centreon-plugins
3fcaa41001c20fdc35df49db95e5ad0516137de6
[ "Apache-2.0" ]
null
null
null
os/linux/local/mode/listpartitions.pm
Rico29/centreon-plugins
3fcaa41001c20fdc35df49db95e5ad0516137de6
[ "Apache-2.0" ]
null
null
null
os/linux/local/mode/listpartitions.pm
Rico29/centreon-plugins
3fcaa41001c20fdc35df49db95e5ad0516137de6
[ "Apache-2.0" ]
null
null
null
# # Copyright 2017 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...
30.906433
123
0.52299
ed64d1fd49dccc20bf03d1009bc2542fde4831e5
7,107
pm
Perl
auto-lib/Paws/S3/PutBucketNotification.pm
shogo82148/aws-sdk-perl
a87555a9d30dd1415235ebacd2715b2f7e5163c7
[ "Apache-2.0" ]
null
null
null
auto-lib/Paws/S3/PutBucketNotification.pm
shogo82148/aws-sdk-perl
a87555a9d30dd1415235ebacd2715b2f7e5163c7
[ "Apache-2.0" ]
null
null
null
auto-lib/Paws/S3/PutBucketNotification.pm
shogo82148/aws-sdk-perl
a87555a9d30dd1415235ebacd2715b2f7e5163c7
[ "Apache-2.0" ]
null
null
null
package Paws::S3::PutBucketNotification; use Moose; has Bucket => (is => 'ro', isa => 'Str', uri_name => 'Bucket', traits => ['ParamInURI'], required => 1); has ContentLength => (is => 'ro', isa => 'Int', header_name => 'Content-Length', traits => ['ParamInHeader']); has ContentMD5 => (is => 'ro', isa => 'Str'...
59.225
538
0.725201
ed5215d2126bf55e3fa72fcabd24bb5c8d769ca3
108
t
Perl
t/basic.t
fayland/perl-WWW-Baidu-ZhanZhang
b0fea5416b3a57dc7bbaa24faa8cc4497ae932e9
[ "Artistic-1.0" ]
null
null
null
t/basic.t
fayland/perl-WWW-Baidu-ZhanZhang
b0fea5416b3a57dc7bbaa24faa8cc4497ae932e9
[ "Artistic-1.0" ]
null
null
null
t/basic.t
fayland/perl-WWW-Baidu-ZhanZhang
b0fea5416b3a57dc7bbaa24faa8cc4497ae932e9
[ "Artistic-1.0" ]
null
null
null
use strict; use Test::More; use WWW::Baidu::ZhanZhang; # replace with the actual test ok 1; done_testing;
12
30
0.731481
73df844aa05ba1c1d604cac77f21a5a98a5fa1f5
1,036
pl
Perl
lm/build.pl
yuvarajbora/demo
82edce9b2f40611e59207787fb71806c4e8a37fc
[ "Apache-2.0" ]
null
null
null
lm/build.pl
yuvarajbora/demo
82edce9b2f40611e59207787fb71806c4e8a37fc
[ "Apache-2.0" ]
4
2021-04-28T20:02:39.000Z
2021-04-29T00:59:20.000Z
lm/build.pl
yuvarajbora/demo
82edce9b2f40611e59207787fb71806c4e8a37fc
[ "Apache-2.0" ]
1
2021-07-05T18:55:19.000Z
2021-07-05T18:55:19.000Z
#!/usr/bin/perl -w # *.lm = old format, uses '_' as separator # *.ln = new format, uses NULL as separator # # <@LICENSE> # Copyright 2004 Apache Software Foundation # # 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...
26.564103
74
0.640927
ed6a4bbbc5997eb42f476705361586434c5d8618
281
t
Perl
t/00_basic.t
mojotoad/Finance-QuoteHist
4c045cf40b6d3c7fe0722a5ef43cb48466fc083b
[ "Artistic-1.0" ]
3
2016-01-18T04:47:04.000Z
2019-11-05T19:01:21.000Z
t/00_basic.t
mojotoad/Finance-QuoteHist
4c045cf40b6d3c7fe0722a5ef43cb48466fc083b
[ "Artistic-1.0" ]
3
2017-06-19T03:26:19.000Z
2022-02-23T00:46:11.000Z
t/00_basic.t
mojotoad/Finance-QuoteHist
4c045cf40b6d3c7fe0722a5ef43cb48466fc083b
[ "Artistic-1.0" ]
1
2017-11-05T22:17:47.000Z
2017-11-05T22:17:47.000Z
use FindBin; use lib $FindBin::RealBin; use testload; my $tcount; BEGIN { my @mods = modules(); $tcount = scalar @mods + 2; } use Test::More tests => $tcount; BEGIN { use_ok('Finance::QuoteHist'); use_ok('Finance::QuoteHist::Generic'); use_ok($_) foreach modules(); }
15.611111
40
0.651246
73fe6bf879a2bc1706b10781580c4130115f1b84
318
al
Perl
perl/vendor/lib/auto/Net/SSLeay/post_http.al
luiscarlosg27/xampp
c295dbdd435c9c62fbd4cc6fc42097bea7a900a0
[ "Apache-2.0" ]
2
2021-07-24T12:46:49.000Z
2021-08-02T08:37:53.000Z
perl/vendor/lib/auto/Net/SSLeay/post_http.al
luiscarlosg27/xampp
c295dbdd435c9c62fbd4cc6fc42097bea7a900a0
[ "Apache-2.0" ]
3
2021-01-27T10:09:28.000Z
2021-05-11T21:20:12.000Z
perl/vendor/lib/auto/Net/SSLeay/post_http.al
luiscarlosg27/xampp
c295dbdd435c9c62fbd4cc6fc42097bea7a900a0
[ "Apache-2.0" ]
null
null
null
# NOTE: Derived from blib\lib\Net\SSLeay.pm. # Changes made here will be lost when autosplit is run again. # See AutoSplit.pm. package Net::SSLeay; #line 1448 "blib\lib\Net\SSLeay.pm (autosplit into blib\lib\auto\Net\SSLeay\post_http.al)" sub post_http { do_httpx2(POST => 0, @_) } # end of Net::SSLeay::post_http 1;
31.8
90
0.72956
ed6efd38b12cd9c68bde54b64d1a3cc213f456fa
346
pl
Perl
tools/wrapper/marelle/02-fs.pl
aarroyoc/logtalk3
c737a00f0293cfc1fdd85e5b704a6d2524b6d29a
[ "Apache-2.0" ]
279
2015-01-06T14:04:01.000Z
2022-03-24T08:11:00.000Z
tools/wrapper/marelle/02-fs.pl
aarroyoc/logtalk3
c737a00f0293cfc1fdd85e5b704a6d2524b6d29a
[ "Apache-2.0" ]
65
2015-01-06T14:22:52.000Z
2022-03-15T10:59:17.000Z
tools/wrapper/marelle/02-fs.pl
aarroyoc/logtalk3
c737a00f0293cfc1fdd85e5b704a6d2524b6d29a
[ "Apache-2.0" ]
57
2015-01-29T17:49:56.000Z
2022-02-02T17:15:13.000Z
% % 02-fs.pl % marelle-deps % :- multifile symlink_step/3. pkg(P) :- symlink_step(P, _, _). met(P, _) :- symlink_step(P, Dest0, Link0), !, expand_path(Dest0, Dest), expand_path(Link0, Link), read_link(Link, _, Dest). meet(P, _) :- symlink_step(P, Dest, Link), !, join(['ln -s ', Dest, ' ', Li...
19.222222
43
0.566474
ed038155a968cae01f55d4c077134595786943fc
3,420
pm
Perl
lib/Perl/ToPerl6/Transformer/Variables/ReplaceNegativeIndex.pm
git-the-cpan/Perl-ToPerl6
fc17ca080310a60971cefbb9d4d94abbf19d8893
[ "Artistic-1.0" ]
null
null
null
lib/Perl/ToPerl6/Transformer/Variables/ReplaceNegativeIndex.pm
git-the-cpan/Perl-ToPerl6
fc17ca080310a60971cefbb9d4d94abbf19d8893
[ "Artistic-1.0" ]
null
null
null
lib/Perl/ToPerl6/Transformer/Variables/ReplaceNegativeIndex.pm
git-the-cpan/Perl-ToPerl6
fc17ca080310a60971cefbb9d4d94abbf19d8893
[ "Artistic-1.0" ]
null
null
null
package Perl::ToPerl6::Transformer::Variables::ReplaceNegativeIndex; use 5.006001; use strict; use warnings; use Readonly; use Perl::ToPerl6::Utils qw{ :severities }; use Perl::ToPerl6::Utils::PPI qw{ is_ppi_token_word }; use base 'Perl::ToPerl6::Transformer'; #------------------------------------------------------...
27.580645
122
0.549415
ed31541278af209bccbb9fb4200363d879f1d750
3,601
pm
Perl
wifi_diag/PeerConn.pm
meterup/lanforge-scripts
06beca75aa498b3ca2d3d905a8a13cefd8932f94
[ "BSD-2-Clause-FreeBSD", "BSD-3-Clause" ]
11
2017-10-09T13:15:53.000Z
2022-02-10T15:43:20.000Z
wifi_diag/PeerConn.pm
meterup/lanforge-scripts
06beca75aa498b3ca2d3d905a8a13cefd8932f94
[ "BSD-2-Clause-FreeBSD", "BSD-3-Clause" ]
5
2017-10-16T14:27:46.000Z
2021-10-13T13:15:33.000Z
wifi_diag/PeerConn.pm
meterup/lanforge-scripts
06beca75aa498b3ca2d3d905a8a13cefd8932f94
[ "BSD-2-Clause-FreeBSD", "BSD-3-Clause" ]
11
2020-03-26T06:43:24.000Z
2022-03-18T19:18:21.000Z
package PeerConn; use warnings; use strict; use Tid; sub new { my $class = shift; my %options = @_; my $self = { %options, tids => [], }; bless($self, $class); my $mcs_fname = $self->{report_prefix} . "conn-" . $self->hash_str() . "-rpt.txt"; open(my $MCS, ">", $mcs_fname) or...
19.785714
104
0.531797
ed4d0007e9784c79fcb1625da9308e6531c0040d
1,728
pl
Perl
perl/hz_make_bolometric_filter.pl
drphilmarshall/scriptutils
3868e3ca4cbb0bbd46e44f31eff26629935f86c0
[ "MIT" ]
4
2015-01-19T15:47:57.000Z
2021-06-24T10:08:31.000Z
perl/hz_make_bolometric_filter.pl
drphilmarshall/scriptutils
3868e3ca4cbb0bbd46e44f31eff26629935f86c0
[ "MIT" ]
2
2015-07-06T16:17:21.000Z
2015-07-06T16:21:45.000Z
perl/hz_make_bolometric_filter.pl
drphilmarshall/scriptutils
3868e3ca4cbb0bbd46e44f31eff26629935f86c0
[ "MIT" ]
3
2015-07-17T22:43:22.000Z
2018-02-26T03:05:25.000Z
#!/usr/local/bin/perl -w # ============================================================================= #+ $usage = " NAME hz_make_bolometric_filter.pl PURPOSE Write a 200-point FILTER.RES entry for appending to hyperz filter set. USAGE hz_make_bolometric_filter.pl FLAGS -u P...
19.2
79
0.476273
ed5a87f426065d1aa30a8f24634f00205792acb3
1,395
pm
Perl
lib/Test2/Formatter/QVF.pm
bleargh45/Test2-Harness
f56efe2f19119b738669edc61774f004793eec15
[ "Artistic-1.0" ]
1
2021-04-23T04:52:15.000Z
2021-04-23T04:52:15.000Z
lib/Test2/Formatter/QVF.pm
bleargh45/Test2-Harness
f56efe2f19119b738669edc61774f004793eec15
[ "Artistic-1.0" ]
null
null
null
lib/Test2/Formatter/QVF.pm
bleargh45/Test2-Harness
f56efe2f19119b738669edc61774f004793eec15
[ "Artistic-1.0" ]
null
null
null
package Test2::Formatter::QVF; use strict; use warnings; our $VERSION = '0.001100'; BEGIN { require Test2::Formatter::Test2; our @ISA = qw(Test2::Formatter::Test2) } use Test2::Util::HashBase qw{ -job_buffers }; sub init { my $self = shift; $self->SUPER::init(); $self->{+VERBOSE} = 100; } sub write...
20.514706
81
0.487455
73f5fd4732b8bde8335ba5b6acbedf5081e722b3
162
al
Perl
results/alignments_translated/Bo9g183540_exon9.al
naturalis/brassica-genes
e060d0938407566b6a7d0f30d61a61eea0c37f1c
[ "MIT" ]
null
null
null
results/alignments_translated/Bo9g183540_exon9.al
naturalis/brassica-genes
e060d0938407566b6a7d0f30d61a61eea0c37f1c
[ "MIT" ]
null
null
null
results/alignments_translated/Bo9g183540_exon9.al
naturalis/brassica-genes
e060d0938407566b6a7d0f30d61a61eea0c37f1c
[ "MIT" ]
null
null
null
>geneid:Bo9g183540;contig:C9;feature:exon9;seqstart:54264163;seqstop:54264231 LSKDMHDENEDISYTWVREYLWD >seqstart:54309539;seqstop54309607+ LSKDMHDENEDISYTWVREYLWD
32.4
77
0.888889
ed6067f2b9ceed699d033b7a37bd4fde8f51754b
3,663
pl
Perl
maint/upgrade-fatlib.pl
pause-play/cplay
9e5db1335a16123989879cf6b88c50a4836a1ca5
[ "Artistic-1.0" ]
4
2020-05-15T18:19:05.000Z
2022-01-07T12:49:53.000Z
maint/upgrade-fatlib.pl
pause-play/cplay
9e5db1335a16123989879cf6b88c50a4836a1ca5
[ "Artistic-1.0" ]
2
2020-05-19T16:48:02.000Z
2020-05-22T16:11:42.000Z
maint/upgrade-fatlib.pl
pause-play/cplay
9e5db1335a16123989879cf6b88c50a4836a1ca5
[ "Artistic-1.0" ]
null
null
null
#!/usr/bin/env perl use strict; use Capture::Tiny qw(capture_stdout); use Config; use Cwd; use CPAN::Meta; use File::Copy qw(copy); use File::Path; use File::Find; use File::pushd; use Carton::Snapshot; use Module::CPANfile; use Tie::File; # use 5.8.1 to see core version numbers my $core_version = "5.008001"; # use 5...
23.632258
100
0.552553
ed648e99ac132aa75934943f817d59a6116237cb
54,044
pl
Perl
XML_Generators/ARE_params.pl
ecometer/infoaria
5fcf06d6bef8cae9c2dc1bbda04d32bdf8c719f3
[ "MIT" ]
null
null
null
XML_Generators/ARE_params.pl
ecometer/infoaria
5fcf06d6bef8cae9c2dc1bbda04d32bdf8c719f3
[ "MIT" ]
null
null
null
XML_Generators/ARE_params.pl
ecometer/infoaria
5fcf06d6bef8cae9c2dc1bbda04d32bdf8c719f3
[ "MIT" ]
null
null
null
#!/usr/bin/perl # ----------------------_------------------------------------------- # ___ __ ___ _ __ ___| |_ ___ _ _ # / -_) _/ _ \ ' \/ -_) _/ -_) '_| # \___\__\___/_|_|_\___|\__\___|_| s.n.c. # # Script : ARE_params.pl # Author : Paolo Saudin & Hillary Martello # Date : 2018-03-28 # ...
64.956731
101
0.298405
73da387323107e8e87cd885f7d912af189ba28be
677
al
Perl
windows10/git-bash-zsh/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/debug_read.al
Allen-LPL/dotfiles
9bc894fc6c9d32b1a0c84812c66fb5133484eff4
[ "MIT" ]
null
null
null
windows10/git-bash-zsh/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/debug_read.al
Allen-LPL/dotfiles
9bc894fc6c9d32b1a0c84812c66fb5133484eff4
[ "MIT" ]
null
null
null
windows10/git-bash-zsh/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/debug_read.al
Allen-LPL/dotfiles
9bc894fc6c9d32b1a0c84812c66fb5133484eff4
[ "MIT" ]
4
2021-12-01T19:21:28.000Z
2021-12-16T12:12:20.000Z
# NOTE: Derived from blib/lib/Net/SSLeay.pm. # Changes made here will be lost when autosplit is run again. # See AutoSplit.pm. package Net::SSLeay; #line 575 "blib/lib/Net/SSLeay.pm (autosplit into blib/lib/auto/Net/SSLeay/debug_read.al)" ### ### read and write helpers that block ### sub debug_read { my ($replyr,...
29.434783
90
0.60709
ed2ab4d6d1fd0c6603c24ce04abe9d747d1cb5e7
1,836
al
Perl
Apps/W1/HybridGP/app/src/Migration/Vendors/GPVendorTransactions.table.al
MiguelMercadoActual/ALAppExtensions
97ee3823053eb32fa7e38dc3d1e7a89bdcca8d7b
[ "MIT" ]
337
2019-05-07T06:04:40.000Z
2022-03-31T10:07:42.000Z
Apps/W1/HybridGP/app/src/Migration/Vendors/GPVendorTransactions.table.al
MiguelMercadoActual/ALAppExtensions
97ee3823053eb32fa7e38dc3d1e7a89bdcca8d7b
[ "MIT" ]
14,850
2019-05-07T06:04:27.000Z
2022-03-31T19:53:28.000Z
Apps/W1/HybridGP/app/src/Migration/Vendors/GPVendorTransactions.table.al
MiguelMercadoActual/ALAppExtensions
97ee3823053eb32fa7e38dc3d1e7a89bdcca8d7b
[ "MIT" ]
374
2019-05-09T10:08:14.000Z
2022-03-31T17:48:32.000Z
table 4097 "GP Vendor Transactions" { ReplicateData = false; Extensible = false; fields { field(1; Id; Text[40]) { Caption = 'Id Number'; DataClassification = CustomerContent; } field(2; VENDORID; Text[16]) { Caption = 'Vendor ...
24.810811
62
0.496187
73d14a513c31356727e95071cb8703802ff61b67
347
pl
Perl
Task/Sequence-of-primes-by-Trial-Division/Perl/sequence-of-primes-by-trial-division.pl
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
1
2018-11-09T22:08:38.000Z
2018-11-09T22:08:38.000Z
Task/Sequence-of-primes-by-Trial-Division/Perl/sequence-of-primes-by-trial-division.pl
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
null
null
null
Task/Sequence-of-primes-by-Trial-Division/Perl/sequence-of-primes-by-trial-division.pl
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
1
2018-11-09T22:08:40.000Z
2018-11-09T22:08:40.000Z
sub isprime { my $n = shift; return ($n >= 2) if $n < 4; return unless $n % 2 && $n % 3; my $sqrtn = int(sqrt($n)); for (my $i = 5; $i <= $sqrtn; $i += 6) { return unless $n % $i && $n % ($i+2); } 1; } print join(" ", grep { isprime($_) } 0 .. 100 ), "\n"; print join(" ", grep { isprime($_) } 1234567...
24.785714
70
0.463977
73ff97bdb187a9dc95a70769593c426080236686
1,514
pm
Perl
auto-lib/Paws/Quicksight/AuroraParameters.pm
0leksii/aws-sdk-perl
b2132fe3c79a06fd15b6137e8a0eb628de722e0f
[ "Apache-2.0" ]
164
2015-01-08T14:58:53.000Z
2022-02-20T19:16:24.000Z
auto-lib/Paws/Quicksight/AuroraParameters.pm
0leksii/aws-sdk-perl
b2132fe3c79a06fd15b6137e8a0eb628de722e0f
[ "Apache-2.0" ]
348
2015-01-07T22:08:38.000Z
2022-01-27T14:34:44.000Z
auto-lib/Paws/Quicksight/AuroraParameters.pm
0leksii/aws-sdk-perl
b2132fe3c79a06fd15b6137e8a0eb628de722e0f
[ "Apache-2.0" ]
87
2015-04-22T06:29:47.000Z
2021-09-29T14:45:55.000Z
# Generated by default/object.tt package Paws::Quicksight::AuroraParameters; use Moose; has Database => (is => 'ro', isa => 'Str', required => 1); has Host => (is => 'ro', isa => 'Str', required => 1); has Port => (is => 'ro', isa => 'Int', required => 1); 1; ### main pod documentation begin ### =head1 NAME ...
21.323944
105
0.706737
73f22cf55b8f700123d1cc035f5b5d8649ed8a8b
342
al
Perl
tools/perl/lib/auto/posix/sigsetjmp.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/sigsetjmp.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/sigsetjmp.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 210 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\sigsetjmp.al)" sub sigsetjmp { unimpl "sigsetjmp() is C-specific: use eval {} instead"; } # end of ...
26.307692
82
0.654971
ed26e155484d4a89ca3092f2cdc4207671a22340
217,477
pm
Perl
vendor/Image-ExifTool-11.80/lib/Image/ExifTool/JPEGDigest.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/JPEGDigest.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/JPEGDigest.pm
zealot128-os/mini_exiftool_vendored
433b686f16a2ca3fcbbb9770922f842cfd2df5b7
[ "MIT" ]
3
2019-05-23T09:46:31.000Z
2020-05-11T21:03:20.000Z
#------------------------------------------------------------------------------ # File: JPEGDigest.pm # # Description: Calculate JPEGDigest and JPEGQualityEstimate # # Revisions: 2008/09/15 - P. Harvey Created # 2016/01/05 - PH Added calculation of JPEGQualityEstimate # # References: JD) Jen...
83.069901
134
0.73388
ed0cd5c7828c93a853a60b3663fac6225d2345da
1,209
pm
Perl
lib/Google/Ads/GoogleAds/V3/Enums/ConversionActionTypeEnum.pm
PierrickVoulet/google-ads-perl
bc9fa2de22aa3e11b99dc22251d90a1723dd8cc4
[ "Apache-2.0" ]
null
null
null
lib/Google/Ads/GoogleAds/V3/Enums/ConversionActionTypeEnum.pm
PierrickVoulet/google-ads-perl
bc9fa2de22aa3e11b99dc22251d90a1723dd8cc4
[ "Apache-2.0" ]
null
null
null
lib/Google/Ads/GoogleAds/V3/Enums/ConversionActionTypeEnum.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, ...
35.558824
74
0.656741
ed2fce33113b235d5d8ca2712c566aa31ab0ed08
28,834
t
Perl
t/00-roles.t
kablamo/zeroclickinfo-goodies
d6b03c53d5bbd19bd7c06ea9f859a3e6ba2495ae
[ "Apache-2.0" ]
1
2020-02-22T14:02:31.000Z
2020-02-22T14:02:31.000Z
t/00-roles.t
danny0838/zeroclickinfo-goodies
d9501cffd587d6ac260afba22f45f4a1ba9ac6ef
[ "Apache-2.0" ]
null
null
null
t/00-roles.t
danny0838/zeroclickinfo-goodies
d9501cffd587d6ac260afba22f45f4a1ba9ac6ef
[ "Apache-2.0" ]
null
null
null
#!/usr/bin/env perl use strict; use warnings; use Test::MockTime qw( :all ); use Test::Most; use DDG::Test::Location; subtest 'NumberStyler' => sub { { package NumberRoleTester; use Moo; with 'DDG::GoodieRole::NumberStyler'; 1; } subtest 'Initialization' => sub { new_ok('NumberRoleTester', [], 'Ap...
45.623418
249
0.473504
ed6355dacdd5f3ed1b05f7dffc117531c2dea53b
5,862
pm
Perl
lib/EzmaxApi/Object/EzsigndocumentGetTemporaryProofV1Response.pm
ezmaxinc/eZmax-SDK-perl
3de20235136371b946247d2aed9e5e5704a4051c
[ "MIT" ]
null
null
null
lib/EzmaxApi/Object/EzsigndocumentGetTemporaryProofV1Response.pm
ezmaxinc/eZmax-SDK-perl
3de20235136371b946247d2aed9e5e5704a4051c
[ "MIT" ]
null
null
null
lib/EzmaxApi/Object/EzsigndocumentGetTemporaryProofV1Response.pm
ezmaxinc/eZmax-SDK-perl
3de20235136371b946247d2aed9e5e5704a4051c
[ "MIT" ]
null
null
null
=begin comment eZmax API Definition (Full) This API expose all the functionnalities for the eZmax and eZsign applications. The version of the OpenAPI document: 1.1.7 Contact: support-api@ezmax.ca Generated by: https://openapi-generator.tech =end comment =cut # # NOTE: This class is auto generated by OpenAPI Gener...
28.318841
133
0.621631
ed33ff5e20706455f1b16b56dd5a99b45d7cf67c
947
pm
Perl
lib/AmuseWikiFarm/Controller/Feed.pm
sceox/amusewiki
7d9fedb2abf4790c058ccd23c7f111a3db2464b9
[ "Artistic-1.0" ]
null
null
null
lib/AmuseWikiFarm/Controller/Feed.pm
sceox/amusewiki
7d9fedb2abf4790c058ccd23c7f111a3db2464b9
[ "Artistic-1.0" ]
39
2020-03-19T23:35:06.000Z
2020-05-07T20:22:01.000Z
lib/AmuseWikiFarm/Controller/Feed.pm
sceox/amusewiki
7d9fedb2abf4790c058ccd23c7f111a3db2464b9
[ "Artistic-1.0" ]
1
2020-04-01T21:10:25.000Z
2020-04-01T21:10:25.000Z
package AmuseWikiFarm::Controller::Feed; use Moose; use namespace::autoclean; BEGIN { extends 'Catalyst::Controller'; } use AmuseWikiFarm::Log::Contextual; =head1 NAME AmuseWikiFarm::Controller::Feed - Catalyst Controller =head1 DESCRIPTION Catalyst Controller. =head1 METHODS =head2 index Path: /feed RSS 2.0 ...
17.867925
86
0.700106