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
ed20b5895eeca2b422b734a6346e98b5049c2c0d
1,128
pm
Perl
lib/Google/Ads/GoogleAds/V4/Services/RecommendationService/ApplyRecommendationResponse.pm
PierrickVoulet/google-ads-perl
bc9fa2de22aa3e11b99dc22251d90a1723dd8cc4
[ "Apache-2.0" ]
null
null
null
lib/Google/Ads/GoogleAds/V4/Services/RecommendationService/ApplyRecommendationResponse.pm
PierrickVoulet/google-ads-perl
bc9fa2de22aa3e11b99dc22251d90a1723dd8cc4
[ "Apache-2.0" ]
null
null
null
lib/Google/Ads/GoogleAds/V4/Services/RecommendationService/ApplyRecommendationResponse.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, ...
30.486486
97
0.72961
ed7b1c4b0c20ad0af0288d2643787679640e4970
152
t
Perl
t/01_placktest.t
pepl/Monoceros
a088e233ab5a175db13070c13641f19bec124b9a
[ "Artistic-1.0" ]
12
2015-03-11T13:20:26.000Z
2016-12-27T13:44:00.000Z
t/01_placktest.t
pepl/Monoceros
a088e233ab5a175db13070c13641f19bec124b9a
[ "Artistic-1.0" ]
4
2015-03-11T13:10:07.000Z
2021-09-22T07:52:12.000Z
t/01_placktest.t
pepl/Monoceros
a088e233ab5a175db13070c13641f19bec124b9a
[ "Artistic-1.0" ]
7
2015-03-11T14:10:20.000Z
2021-09-01T12:40:21.000Z
use strict; use Test::More; use Plack::Handler::Monoceros; use Plack::Test::Suite; Plack::Test::Suite->run_server_tests('Monoceros'); done_testing();
16.888889
50
0.736842
ed4ffbef82acecbc562854a0724eeedae78b31a2
3,800
pm
Perl
lib/Perl/Critic/Policy/RegularExpressions/RequireBracesForMultiline.pm
atoomic/Perl-Critic
e3e5f8cf53517c9ba053585ae131216ae3a2de41
[ "Artistic-1.0" ]
null
null
null
lib/Perl/Critic/Policy/RegularExpressions/RequireBracesForMultiline.pm
atoomic/Perl-Critic
e3e5f8cf53517c9ba053585ae131216ae3a2de41
[ "Artistic-1.0" ]
null
null
null
lib/Perl/Critic/Policy/RegularExpressions/RequireBracesForMultiline.pm
atoomic/Perl-Critic
e3e5f8cf53517c9ba053585ae131216ae3a2de41
[ "Artistic-1.0" ]
null
null
null
package Perl::Critic::Policy::RegularExpressions::RequireBracesForMultiline; use 5.006001; use strict; use warnings; use Readonly; use English qw(-no_match_vars); use Carp; use Perl::Critic::Utils qw{ :booleans :severities }; use base 'Perl::Critic::Policy'; our $VERSION = '1.134'; #------------------------------...
24.203822
118
0.558684
edae76074765e6e224ec3b29c17cba834c7896cf
421
t
Perl
t/LibreCat/Hook/new_research_data_email.t
datango/LibreCat
d59a09af0ccaeef4c5fab82c2171510990c8d004
[ "Artistic-1.0" ]
42
2015-09-15T12:02:11.000Z
2022-02-14T07:47:33.000Z
t/LibreCat/Hook/new_research_data_email.t
datango/LibreCat
d59a09af0ccaeef4c5fab82c2171510990c8d004
[ "Artistic-1.0" ]
887
2015-10-08T11:38:41.000Z
2021-12-09T15:51:26.000Z
t/LibreCat/Hook/new_research_data_email.t
datango/LibreCat
d59a09af0ccaeef4c5fab82c2171510990c8d004
[ "Artistic-1.0" ]
20
2016-05-18T09:15:59.000Z
2021-10-30T13:31:27.000Z
use strict; use warnings FATAL => 'all'; use Test::More; use Test::Exception; use LibreCat -load => {layer_paths => [qw(t/layer)]}; my $pkg; BEGIN { $pkg = 'LibreCat::Hook::new_research_data_email'; use_ok $pkg; } require_ok $pkg; my $x; lives_ok {$x = $pkg->new()} 'lives_ok'; can_ok $x, 'fix'; my $data = ...
16.84
76
0.624703
eda3f3ab201168ae1d38120715c0777d7490da96
2,561
pm
Perl
auto-lib/Paws/DeviceFarm/ListInstanceProfiles.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/DeviceFarm/ListInstanceProfiles.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/DeviceFarm/ListInstanceProfiles.pm
0leksii/aws-sdk-perl
b2132fe3c79a06fd15b6137e8a0eb628de722e0f
[ "Apache-2.0" ]
87
2015-04-22T06:29:47.000Z
2021-09-29T14:45:55.000Z
package Paws::DeviceFarm::ListInstanceProfiles; use Moose; has MaxResults => (is => 'ro', isa => 'Int', traits => ['NameInRequest'], request_name => 'maxResults' ); has NextToken => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'nextToken' ); use MooseX::ClassAttribute; class_has ...
33.697368
249
0.729793
ed69cc2ece4accee8ed26c7b827f5896f1dcd28d
456
pl
Perl
java/java2py/antlr-3.1.3/runtime/Perl5/examples/zero-one/t.pl
AadityaGupta/Artificial-Intelligence-Deep-Learning-Machine-Learning-Tutorials
352dd6d9a785e22fde0ce53a6b0c2e56f4964950
[ "Apache-2.0" ]
3,266
2017-08-06T16:51:46.000Z
2022-03-30T07:34:24.000Z
java/java2py/antlr-3.1.3/runtime/Perl5/examples/zero-one/t.pl
AadityaGupta/Artificial-Intelligence-Deep-Learning-Machine-Learning-Tutorials
352dd6d9a785e22fde0ce53a6b0c2e56f4964950
[ "Apache-2.0" ]
150
2017-08-28T14:59:36.000Z
2022-03-11T23:21:35.000Z
java/java2py/antlr-3.1.3/runtime/Perl5/examples/zero-one/t.pl
AadityaGupta/Artificial-Intelligence-Deep-Learning-Machine-Learning-Tutorials
352dd6d9a785e22fde0ce53a6b0c2e56f4964950
[ "Apache-2.0" ]
1,449
2017-08-06T17:40:59.000Z
2022-03-31T12:03:24.000Z
#!/usr/bin/perl use blib; use English qw( -no_match_vars ); use ANTLR::Runtime::ANTLRStringStream; use TLexer; use strict; use warnings; my $input = ANTLR::Runtime::ANTLRStringStream->new({ input => '010' }); my $lexer = TLexer->new($input); while (1) { my $token = $lexer->next_token(); last if $token->get...
19.826087
71
0.611842
ed3df7b0fdf0d7948c6da19c3298b4970e635a56
10,784
pl
Perl
perl/vendor/lib/auto/share/dist/DateTime-Locale/hy.pl
Light2027/OnlineCampusSandbox
8dcaaf62af1342470f9e7be6d42bd0f16eb910b8
[ "Apache-2.0" ]
null
null
null
perl/vendor/lib/auto/share/dist/DateTime-Locale/hy.pl
Light2027/OnlineCampusSandbox
8dcaaf62af1342470f9e7be6d42bd0f16eb910b8
[ "Apache-2.0" ]
3
2021-01-27T10:09:28.000Z
2021-05-11T21:20:12.000Z
perl/vendor/lib/auto/share/dist/DateTime-Locale/hy.pl
Light2027/OnlineCampusSandbox
8dcaaf62af1342470f9e7be6d42bd0f16eb910b8
[ "Apache-2.0" ]
null
null
null
{ am_pm_abbreviated => [ "AM", "PM", ], available_formats => { Bh => "B h-\N{U+056b}\N{U+0576}", Bhm => "B h:mm-\N{U+056b}\N{U+0576}", Bhms => "B h:mm:ss", E => "ccc", EBhm => "E B h:mm-\N{U+056b}\N{U+0576}", EBhms => "E B h:mm:ss", EHm => "E, HH:mm", EHms => "E, HH:mm:ss",...
39.501832
138
0.510015
ed9391745bdd1db522528a3a40b38bb0476281b1
3,461
pm
Perl
perl/vendor/lib/Mojo/EventEmitter.pm
ifleeyo180/VspriteMoodleWebsite
38baa924829c83808d2c87d44740ff365927a646
[ "Apache-2.0" ]
896
2015-01-01T10:56:31.000Z
2018-09-06T02:12:44.000Z
perl/vendor/lib/Mojo/EventEmitter.pm
ifleeyo180/VspriteMoodleWebsite
38baa924829c83808d2c87d44740ff365927a646
[ "Apache-2.0" ]
488
2015-01-12T14:59:58.000Z
2018-09-07T21:31:02.000Z
perl/vendor/lib/Mojo/EventEmitter.pm
ifleeyo180/VspriteMoodleWebsite
38baa924829c83808d2c87d44740ff365927a646
[ "Apache-2.0" ]
334
2015-01-12T14:34:48.000Z
2018-09-06T10:15:38.000Z
package Mojo::EventEmitter; use Mojo::Base -base; use Scalar::Util qw(blessed weaken); use constant DEBUG => $ENV{MOJO_EVENTEMITTER_DEBUG} || 0; sub catch { $_[0]->on(error => $_[1]) and return $_[0] } sub emit { my ($self, $name) = (shift, shift); if (my $s = $self->{events}{$name}) { warn "-- Emit $name ...
20.122093
119
0.60965
ed2e790bf92aff93f74fdc05985010a54fe22de0
3,884
pl
Perl
png-test.pl
greg-kennedy/t7g-image-dump
6edd77bbc91d59bda876e9e150542a3dd8042ac2
[ "Unlicense" ]
null
null
null
png-test.pl
greg-kennedy/t7g-image-dump
6edd77bbc91d59bda876e9e150542a3dd8042ac2
[ "Unlicense" ]
1
2021-10-17T17:57:46.000Z
2021-10-17T17:57:46.000Z
png-test.pl
greg-kennedy/FPAdventuresBot
6edd77bbc91d59bda876e9e150542a3dd8042ac2
[ "Unlicense" ]
null
null
null
#!/usr/bin/env perl use strict; use warnings; use v5.014; use Data::Dumper; ### A tool to detect duplicate or problem PNG images. ### Recursively searches the folders for png images, ### decodes them to flat BMP, then stores the shasum ### in a hash along with dimensions. ### Solid-color frames are also detected...
23.119048
97
0.556385
ed7a12a7e561e00b224bc120ddd5b1405efc5d45
473
pm
Perl
lib/VMOMI/DasHostIsolatedEvent.pm
restump/p5-vmomi
e2571d72a1f552ddd0258ad289ec229d8d12a147
[ "Apache-2.0" ]
1
2020-07-22T21:56:34.000Z
2020-07-22T21:56:34.000Z
lib/VMOMI/DasHostIsolatedEvent.pm
restump/p5-vmomi
e2571d72a1f552ddd0258ad289ec229d8d12a147
[ "Apache-2.0" ]
null
null
null
lib/VMOMI/DasHostIsolatedEvent.pm
restump/p5-vmomi
e2571d72a1f552ddd0258ad289ec229d8d12a147
[ "Apache-2.0" ]
1
2016-07-19T19:56:09.000Z
2016-07-19T19:56:09.000Z
package VMOMI::DasHostIsolatedEvent; use parent 'VMOMI::ClusterEvent'; use strict; use warnings; our @class_ancestors = ( 'ClusterEvent', 'Event', 'DynamicData', ); our @class_members = ( ['isolatedHost', 'HostEventArgument', 0, ], ); sub get_class_ancestors { return @class_ancestors; } sub g...
16.892857
59
0.676533
edb542fca4866c3410911c425eb473f6ea309c91
24,076
pm
Perl
vendor/Image-ExifTool-10.02/lib/Image/ExifTool/Photoshop.pm
mudasobwa/exifice
804955d5104358f1e47589492220ae6fea8c0210
[ "MIT" ]
3
2016-09-01T13:09:37.000Z
2019-10-22T04:27:32.000Z
vendor/Image-ExifTool-10.02/lib/Image/ExifTool/Photoshop.pm
mudasobwa/exifice
804955d5104358f1e47589492220ae6fea8c0210
[ "MIT" ]
11
2020-03-03T20:32:27.000Z
2022-03-30T22:14:53.000Z
tools/fits-1.2.0/tools/exiftool/perl/lib/Image/ExifTool/Photoshop.pm
uvalib/Libra2
e7bb81b153ca0ac080ae2480ebf9b5e60e5b650a
[ "Apache-2.0" ]
null
null
null
#------------------------------------------------------------------------------ # File: Photoshop.pm # # Description: Read/write Photoshop IRB meta information # # Revisions: 02/06/2004 - P. Harvey Created # 02/25/2004 - P. Harvey Added hack for problem with old photoshops # 10/0...
36.983103
108
0.523633
ed9760cd8e3425da092eec875c2626b026a4c511
16,802
pm
Perl
Setup/Inno/Struct5601.pm
onitake/uninno
0e7abb5436a3d30763acf7a2c523e8e0765d5f5c
[ "BSD-2-Clause" ]
25
2015-02-04T12:30:51.000Z
2021-12-10T21:18:47.000Z
Setup/Inno/Struct5601.pm
onitake/uninno
0e7abb5436a3d30763acf7a2c523e8e0765d5f5c
[ "BSD-2-Clause" ]
7
2015-12-01T00:59:25.000Z
2017-08-25T06:45:33.000Z
Setup/Inno/Struct5601.pm
onitake/uninno
0e7abb5436a3d30763acf7a2c523e8e0765d5f5c
[ "BSD-2-Clause" ]
10
2015-02-04T12:33:55.000Z
2020-05-07T19:26:13.000Z
package Setup::Inno::Struct5601; use strict; use base 'Setup::Inno::Struct'; sub TSetupHeader { my ($self) = @_; my $ret; $ret = { AppName => $self->ReadString(1), AppVerName => $self->ReadString(1), AppId => $self->ReadString(1), AppCopyright => $self->ReadString(1), AppPublisher => $self->ReadString(1), ...
38.360731
1,198
0.671765
73d7aea51d6ca9fe8bb9e0c1cbd3277daed15c0c
2,439
pm
Perl
auto-lib/Paws/CloudSearch/DocumentSuggesterOptions.pm
galenhuntington/aws-sdk-perl
13b775dcb5f0b3764f0a82f3679ed5c7721e67d3
[ "Apache-2.0" ]
null
null
null
auto-lib/Paws/CloudSearch/DocumentSuggesterOptions.pm
galenhuntington/aws-sdk-perl
13b775dcb5f0b3764f0a82f3679ed5c7721e67d3
[ "Apache-2.0" ]
1
2021-05-26T19:13:58.000Z
2021-05-26T19:13:58.000Z
auto-lib/Paws/CloudSearch/DocumentSuggesterOptions.pm
galenhuntington/aws-sdk-perl
13b775dcb5f0b3764f0a82f3679ed5c7721e67d3
[ "Apache-2.0" ]
null
null
null
package Paws::CloudSearch::DocumentSuggesterOptions; use Moose; has FuzzyMatching => (is => 'ro', isa => 'Str'); has SortExpression => (is => 'ro', isa => 'Str'); has SourceField => (is => 'ro', isa => 'Str', required => 1); 1; ### main pod documentation begin ### =head1 NAME Paws::CloudSearch::DocumentSugge...
30.4875
114
0.751538
ed895773ec0c6dd2dfc26cc519851771bc952253
1,094
t
Perl
t/001-basic-matching.t
git-the-cpan/MooseX-Role-Matcher
0f747bf1361d55346695d8fa8b3f3628a0934ab8
[ "Artistic-1.0" ]
null
null
null
t/001-basic-matching.t
git-the-cpan/MooseX-Role-Matcher
0f747bf1361d55346695d8fa8b3f3628a0934ab8
[ "Artistic-1.0" ]
null
null
null
t/001-basic-matching.t
git-the-cpan/MooseX-Role-Matcher
0f747bf1361d55346695d8fa8b3f3628a0934ab8
[ "Artistic-1.0" ]
null
null
null
#!/usr/bin/env perl use strict; use warnings; use Test::More tests => 9; package Foo; use Moose; with 'MooseX::Role::Matcher' => { allow_missing_methods => 1 }; has [qw/a b c/] => ( is => 'ro', isa => 'Str', ); package main; my $foo = Foo->new(a => 'foo', b => 'bar', c => 'baz'); ok($foo->match(a ...
30.388889
74
0.575868
edaf749b079b08994979a757e093ac49571b37fc
1,337
pm
Perl
pdu-perl-api/Raritan/RPC/lhxmodel/Parameter_2_0_1/MetaDataChangedEvent.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/Parameter_2_0_1/MetaDataChangedEvent.pm
gregoa/raritan-pdu-json-rpc-sdk
76df982462742b97b52872aa34630140f5df7e58
[ "BSD-3-Clause" ]
null
null
null
pdu-perl-api/Raritan/RPC/lhxmodel/Parameter_2_0_1/MetaDataChangedEvent.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 LhxParameter.idl. use strict; package Raritan::RPC::lhxmodel::Parameter_2_0_1::MetaDataChangedEvent; use constant typeId => "lhxmodel.Parameter_2_0_1.MetaDataChangedEvent:1.0.0"; use ...
39.323529
166
0.709798
edad6a6557a1235424b2ed02c4aaecbb4fc87efb
1,947
pm
Perl
lib/Google/Ads/AdWords/v201409/LabelService/query.pm
gitpan/Google-Ads-AdWords-Client
44c7408a1b7f8f16b22efa359c037d1f986f04f1
[ "Apache-2.0" ]
null
null
null
lib/Google/Ads/AdWords/v201409/LabelService/query.pm
gitpan/Google-Ads-AdWords-Client
44c7408a1b7f8f16b22efa359c037d1f986f04f1
[ "Apache-2.0" ]
null
null
null
lib/Google/Ads/AdWords/v201409/LabelService/query.pm
gitpan/Google-Ads-AdWords-Client
44c7408a1b7f8f16b22efa359c037d1f986f04f1
[ "Apache-2.0" ]
null
null
null
package Google::Ads::AdWords::v201409::LabelService::query; use strict; use warnings; { # BLOCK to scope variables sub get_xmlns { 'https://adwords.google.com/api/adwords/cm/v201409' } __PACKAGE__->__set_name('query'); __PACKAGE__->__set_nillable(); __PACKAGE__->__set_minOccurs(); __PACKAGE__->__set_maxOccurs(); __...
16.361345
263
0.691834
eda81b205cf457c1c7af8fc4c09c60938c45f6a7
7,879
pm
Perl
seco_awesomerange/source/lib/Seco/AwesomeRange.pm
xadrnd/range
49727d2fdba5b9bb3724189f5611c24b2c887405
[ "BSD-3-Clause" ]
28
2015-03-11T09:03:40.000Z
2020-04-30T09:46:55.000Z
seco_awesomerange/source/lib/Seco/AwesomeRange.pm
eam/range
78faff4fafb2b36be2af0ab9f5e8dec71d19b1a3
[ "BSD-3-Clause" ]
5
2015-01-25T20:30:10.000Z
2020-04-13T19:22:09.000Z
seco_awesomerange/source/lib/Seco/AwesomeRange.pm
eam/range
78faff4fafb2b36be2af0ab9f5e8dec71d19b1a3
[ "BSD-3-Clause" ]
10
2015-01-25T20:24:34.000Z
2021-02-23T05:52:36.000Z
package Seco::AwesomeRange; # Copyright (c) 2011, Yahoo! Inc. All rights reserved. # Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms. use 5.005_03; use strict; use warnings; use Carp; require Exporter; use AutoLoader; our @ISA = qw(Exporter); our @EXPORT_OK = qw/ expand...
23.449405
94
0.635614
ed63dca9877efed624556522f066e1a156d87df2
1,660
pm
Perl
network/ruckus/ap/snmp/plugin.pm
Rico29/centreon-plugins
3fcaa41001c20fdc35df49db95e5ad0516137de6
[ "Apache-2.0" ]
null
null
null
network/ruckus/ap/snmp/plugin.pm
Rico29/centreon-plugins
3fcaa41001c20fdc35df49db95e5ad0516137de6
[ "Apache-2.0" ]
null
null
null
network/ruckus/ap/snmp/plugin.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...
31.320755
89
0.626506
ed8c6fbb8d30ac47505c63d1d9682a41dfd1679f
1,204
pm
Perl
pdu-perl-api/Raritan/RPC/servermon/ServerMonitor/ServerSettings.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/servermon/ServerMonitor/ServerSettings.pm
gregoa/raritan-pdu-json-rpc-sdk
76df982462742b97b52872aa34630140f5df7e58
[ "BSD-3-Clause" ]
null
null
null
pdu-perl-api/Raritan/RPC/servermon/ServerMonitor/ServerSettings.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 ServerMonitor.idl. use strict; package Raritan::RPC::servermon::ServerMonitor::ServerSettings; sub encode { my ($in) = @_; my $encoded = {}; $encoded->{'host'} = "$in->{'h...
31.684211
74
0.583887
edb7bcd7c41b07f1eddf22c672450859bad4337c
1,817
t
Perl
t/worksheet/sub_write_sheet_pr.t
f20/excel-writer-xlsx
b08a865c6972f935b7d72e64e5580cca8e6cc299
[ "Artistic-1.0-Perl" ]
61
2015-02-03T02:49:53.000Z
2022-02-13T09:17:53.000Z
t/worksheet/sub_write_sheet_pr.t
f20/excel-writer-xlsx
b08a865c6972f935b7d72e64e5580cca8e6cc299
[ "Artistic-1.0-Perl" ]
167
2015-01-02T09:25:11.000Z
2022-02-16T22:04:20.000Z
t/worksheet/sub_write_sheet_pr.t
f20/excel-writer-xlsx
b08a865c6972f935b7d72e64e5580cca8e6cc299
[ "Artistic-1.0-Perl" ]
31
2015-02-16T12:06:45.000Z
2021-10-14T13:03:22.000Z
############################################################################### # # Tests for Excel::Writer::XLSX::Worksheet methods. # # Copyright 2000-2021, John McNamara, jmcnamara@cpan.org # use lib 't/lib'; use TestFunctions '_new_worksheet'; use strict; use warnings; use Test::More tests => 3; ###############...
21.630952
88
0.52284
ed74032a8e4b95fefdbf6069878e691dcd3731d8
692
t
Perl
openresty-win32-build/thirdparty/perl5-5.29.6/t/re/reg_60508.t
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/t/re/reg_60508.t
nneesshh/openresty-win32-build
bfbb9d7526020eda1788a0ed24f2be3c8be5c1c3
[ "MIT" ]
null
null
null
openresty-win32-build/thirdparty/perl5-5.29.6/t/re/reg_60508.t
nneesshh/openresty-win32-build
bfbb9d7526020eda1788a0ed24f2be3c8be5c1c3
[ "MIT" ]
null
null
null
#!./perl # This is a test for [perl #60508] which I can't figure out where else # to put it or what the underlying problem is, but it has to go somewhere. # --Schwern BEGIN { chdir 't' if -d 't'; require './test.pl'; set_up_inc('../lib'); } use utf8; plan tests => 1; { my $expect = <<"EXPECT"; k1 = ...
16.878049
74
0.524566
73d29e26c59004a4de56c5268250f1d21dbce352
5,348
pm
Perl
lib/CXGN/Page/Form.pm
labroo2/sgn
c8a1a10e4ac2104d82c5fd2d986f1688d01b20be
[ "MIT" ]
39
2015-02-03T15:47:55.000Z
2022-03-23T13:34:05.000Z
lib/CXGN/Page/Form.pm
labroo2/sgn
c8a1a10e4ac2104d82c5fd2d986f1688d01b20be
[ "MIT" ]
2,491
2015-01-07T05:49:17.000Z
2022-03-31T15:31:05.000Z
lib/CXGN/Page/Form.pm
labroo2/sgn
c8a1a10e4ac2104d82c5fd2d986f1688d01b20be
[ "MIT" ]
20
2015-06-30T19:10:09.000Z
2022-03-23T13:34:09.000Z
package CXGN::Page::Form; use Module::Find; useall CXGN::Page::Form; use strict; use warnings; =head1 NAME CXGN::Form.pm -- classes to deal with user-modifiable web forms =head1 DESCRIPTION The form classes can be used to generate forms that can be either static (non-editable) or editable and know how to save th...
44.566667
416
0.714473
ed061605fe2edd5473d7ea3e0b0d554955c1d765
4,448
t
Perl
test/nginx-tests/stream_realip.t
anguslee/asynch_mode_nginx
1bb36fe7c93805028b5a2a599acc90b8ff53f44a
[ "Intel", "OpenSSL" ]
169
2017-11-20T03:10:48.000Z
2022-03-28T23:56:53.000Z
test/nginx-tests/stream_realip.t
anguslee/asynch_mode_nginx
1bb36fe7c93805028b5a2a599acc90b8ff53f44a
[ "Intel", "OpenSSL" ]
51
2018-05-28T03:30:15.000Z
2022-03-30T08:39:27.000Z
test/nginx-tests/stream_realip.t
anguslee/asynch_mode_nginx
1bb36fe7c93805028b5a2a599acc90b8ff53f44a
[ "Intel", "OpenSSL" ]
53
2018-03-12T06:57:51.000Z
2022-01-10T12:27:14.000Z
#!/usr/bin/perl # Copyright (C) Intel, Inc. # (C) Sergey Kandaurov # (C) Nginx, Inc. # Tests for stream realip module, server side proxy protocol. ############################################################################### use warnings; use strict; use Test::More; use IO::Select; use Socket qw/ $CRLF /; BEGI...
25.563218
79
0.493705
edaa2c9e6487352520dac9eb12933e38bbc45da4
339
t
Perl
Dia/SQL/t/sql_do.t
degra/dia.pm
68d4f07d1c88d4c3fd2c65ac25954f8b1144385f
[ "WTFPL" ]
4
2015-04-14T16:38:09.000Z
2021-09-08T14:17:43.000Z
Dia/SQL/t/sql_do.t
degra/dia.pm
68d4f07d1c88d4c3fd2c65ac25954f8b1144385f
[ "WTFPL" ]
4
2016-12-13T03:16:13.000Z
2021-08-17T10:46:39.000Z
Dia/SQL/t/sql_do.t
degra/dia.pm
68d4f07d1c88d4c3fd2c65ac25954f8b1144385f
[ "WTFPL" ]
8
2018-09-21T08:09:44.000Z
2021-01-23T11:18:27.000Z
use Test::More tests => 1; my $table = 'testtesttesttable1'; sub cleanup { eval {sql_do ("DROP TABLE $table")}; } cleanup (); sql_do ("CREATE TABLE $table (a CHAR (3))"); sql_do ("INSERT INTO $table (a) VALUES (?)", 'AAA'); is (sql_select_scalar ("SELECT a FROM $table"), 'AAA', 'SELECT 1'); E...
18.833333
68
0.581121
ed49929554525e4126cd757cc8151f034d6c2f77
1,453
pl
Perl
chapter-08/exw08-05.pl
eliaskousk/Learning-Perl
acd1b5794861ffefd25e300daba76dbf061663a1
[ "Unlicense" ]
1
2020-09-17T00:54:18.000Z
2020-09-17T00:54:18.000Z
chapter-08/exw08-05.pl
eliaskousk/Learning-Perl
acd1b5794861ffefd25e300daba76dbf061663a1
[ "Unlicense" ]
null
null
null
chapter-08/exw08-05.pl
eliaskousk/Learning-Perl
acd1b5794861ffefd25e300daba76dbf061663a1
[ "Unlicense" ]
1
2020-09-17T00:55:18.000Z
2020-09-17T00:55:18.000Z
#!/usr/bin/perl ### # Chapter 08 Workbook Exercise 5 # Write a program (not just a regular expression) that can tell the # difference between scalar, array, and hash variables, and have it # report what it finds. # # usage: # exw08-05.pl # # note: # - to explicitly match ASCII characters in variable names, use ...
24.216667
83
0.613902
edadf21d84dc2cf1b2d612a6d34d5ead356b62a4
2,415
pm
Perl
auto-lib/Paws/WAFRegional/CreateIPSet.pm
galenhuntington/aws-sdk-perl
13b775dcb5f0b3764f0a82f3679ed5c7721e67d3
[ "Apache-2.0" ]
null
null
null
auto-lib/Paws/WAFRegional/CreateIPSet.pm
galenhuntington/aws-sdk-perl
13b775dcb5f0b3764f0a82f3679ed5c7721e67d3
[ "Apache-2.0" ]
null
null
null
auto-lib/Paws/WAFRegional/CreateIPSet.pm
galenhuntington/aws-sdk-perl
13b775dcb5f0b3764f0a82f3679ed5c7721e67d3
[ "Apache-2.0" ]
null
null
null
package Paws::WAFRegional::CreateIPSet; use Moose; has ChangeToken => (is => 'ro', isa => 'Str', required => 1); has Name => (is => 'ro', isa => 'Str', required => 1); use MooseX::ClassAttribute; class_has _api_call => (isa => 'Str', is => 'ro', default => 'CreateIPSet'); class_has _returns => (isa => 'S...
30.961538
249
0.711387
edb89641134c1bd51abb4ad64d2f59dcbbbc8348
7,065
pm
Perl
Slim/Plugin/Deezer/Plugin.pm
DigitalDreamtimeLtd/slimserver
0f86f3aa9accde2a7c22add61518e03f5e001ceb
[ "BSD-3-Clause" ]
647
2015-01-02T14:39:47.000Z
2022-03-26T03:35:54.000Z
Slim/Plugin/Deezer/Plugin.pm
DigitalDreamtimeLtd/slimserver
0f86f3aa9accde2a7c22add61518e03f5e001ceb
[ "BSD-3-Clause" ]
571
2015-01-13T17:35:32.000Z
2022-03-31T04:22:16.000Z
Slim/Plugin/Deezer/Plugin.pm
DigitalDreamtimeLtd/slimserver
0f86f3aa9accde2a7c22add61518e03f5e001ceb
[ "BSD-3-Clause" ]
296
2015-01-20T13:10:18.000Z
2022-03-20T12:39:05.000Z
package Slim::Plugin::Deezer::Plugin; # Logitech Media Server Copyright 2001-2020 Logitech. # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License, # version 2. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY W...
26.863118
128
0.606794
ed61ab592021e2328ba8859d97dc7e5f959abffd
2,745
t
Perl
test/net.t
jon-stumpf/bst
92488380d3b7e1fd7aa3816d4fda65c03ae0a835
[ "MIT" ]
79
2020-05-13T16:00:33.000Z
2022-03-29T18:35:14.000Z
test/net.t
jon-stumpf/bst
92488380d3b7e1fd7aa3816d4fda65c03ae0a835
[ "MIT" ]
20
2020-07-16T05:55:51.000Z
2021-09-26T11:32:31.000Z
test/net.t
jon-stumpf/bst
92488380d3b7e1fd7aa3816d4fda65c03ae0a835
[ "MIT" ]
7
2020-06-04T00:23:39.000Z
2021-09-10T14:29:27.000Z
#!/usr/bin/env cram.sh Dummy interface $ bst --nic dummy,type=dummy,address=fe:ed:de:ad:be:ef -- ip link show dummy 2: dummy: <BROADCAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 link/ether fe:ed:de:ad:be:ef brd ff:ff:ff:ff:ff:ff MACVLANs $ bst --nic invalid,type...
43.571429
132
0.704554
ed3b2df4b947add0b9c2f559346fecf328fb5016
2,690
pm
Perl
lib/Data/Unixish/uc.pm
gitpan/Data-Unixish
65e7960a067777f657034330bee036cdc3d1e073
[ "Artistic-1.0" ]
null
null
null
lib/Data/Unixish/uc.pm
gitpan/Data-Unixish
65e7960a067777f657034330bee036cdc3d1e073
[ "Artistic-1.0" ]
null
null
null
lib/Data/Unixish/uc.pm
gitpan/Data-Unixish
65e7960a067777f657034330bee036cdc3d1e073
[ "Artistic-1.0" ]
null
null
null
package Data::Unixish::uc; use 5.010; use strict; use syntax 'each_on_array'; # to support perl < 5.12 use warnings; #use Log::Any '$log'; use Data::Unixish::Util qw(%common_args); our $VERSION = '1.49'; # VERSION our %SPEC; $SPEC{uc} = { v => 1.1, summary => 'Convert text to uppercase', description => ...
20.074627
134
0.679554
eda24c40a714d445119ed6d6ff0f11ed706ac8b6
4,543
pl
Perl
src/main/resources/project/server/deployApp.pl
electric-cloud-community/EC-Cargo
6f56e930670cc3f6f4272194d8278fa3556fe77f
[ "Apache-2.0" ]
null
null
null
src/main/resources/project/server/deployApp.pl
electric-cloud-community/EC-Cargo
6f56e930670cc3f6f4272194d8278fa3556fe77f
[ "Apache-2.0" ]
null
null
null
src/main/resources/project/server/deployApp.pl
electric-cloud-community/EC-Cargo
6f56e930670cc3f6f4272194d8278fa3556fe77f
[ "Apache-2.0" ]
null
null
null
# ------------------------------------------------------------------------- # File # deployApp.pl # # Dependencies # None # # Template Version # 1.0 # # Date # 16/03/2012 # # Engineer # Rafael Sanchez # # Copyright (c) 2012 Electric Cloud, Inc. # All rights reserved # ------------------------------------...
29.309677
113
0.563284
ed20ad8c6b79c4fb98051cf1d92ee91184afc2cb
12,026
pm
Perl
lib/Convos/Controller/Events.pm
marcoarthur/convos
eef72e4480661fad92e5ec375a1f9d670279b9d7
[ "Artistic-2.0" ]
null
null
null
lib/Convos/Controller/Events.pm
marcoarthur/convos
eef72e4480661fad92e5ec375a1f9d670279b9d7
[ "Artistic-2.0" ]
null
null
null
lib/Convos/Controller/Events.pm
marcoarthur/convos
eef72e4480661fad92e5ec375a1f9d670279b9d7
[ "Artistic-2.0" ]
null
null
null
package Convos::Controller::Events; use Mojo::Base 'Mojolicious::Controller'; use Convos::Util 'DEBUG'; use Mojo::JSON 'encode_json'; use Mojo::Util; use Time::HiRes 'time'; use Scalar::Util qw(blessed weaken); use constant INACTIVE_TIMEOUT => $ENV{CONVOS_INACTIVE_TIMEOUT} || 60; my %RESPONSE_EVENT_NAME = (ping => '...
26.086768
100
0.664061
ed9c3ae18f647c4b6203f3d5b4b63c3dc00d0678
4,894
pl
Perl
extras/load_balancing/sender.pl
FelixWolf/Wakaba
d91006e2b52437d5c4105a09214072d3d0e785d9
[ "Unlicense" ]
13
2016-10-29T07:33:06.000Z
2021-10-17T01:45:58.000Z
extras/load_balancing/sender.pl
FelixWolf/Wakaba
d91006e2b52437d5c4105a09214072d3d0e785d9
[ "Unlicense" ]
null
null
null
extras/load_balancing/sender.pl
FelixWolf/Wakaba
d91006e2b52437d5c4105a09214072d3d0e785d9
[ "Unlicense" ]
2
2018-03-09T17:02:15.000Z
2019-08-09T09:10:48.000Z
#!/usr/bin/perl # TODO: * is parallelizing the connections a good idea or not? # - larger bandwidth spike # - more dependencies or more work # - but faster # * is the weighted selection of redir host working properly? # - aka: do identical hashes always unroll in the same order? #...
21.559471
109
0.565386
eda0a39b54473385cdec31ccee00e0a221c6bd56
468
al
Perl
src/GaIA/pkgs/perl/ActivePerl-5.8.7.815-i686-linux-2.2.17-gcc-211909/perl/lib/site_perl/5.8.7/i686-linux-thread-multi/auto/Tk/Listbox/SHIFT.al
uninth/UNItools
c8b1fbfd5d3753b5b14fa19033e39737dedefc00
[ "BSD-3-Clause" ]
null
null
null
src/GaIA/pkgs/perl/ActivePerl-5.8.7.815-i686-linux-2.2.17-gcc-211909/perl/lib/site_perl/5.8.7/i686-linux-thread-multi/auto/Tk/Listbox/SHIFT.al
uninth/UNItools
c8b1fbfd5d3753b5b14fa19033e39737dedefc00
[ "BSD-3-Clause" ]
null
null
null
src/GaIA/pkgs/perl/ActivePerl-5.8.7.815-i686-linux-2.2.17-gcc-211909/perl/lib/site_perl/5.8.7/i686-linux-thread-multi/auto/Tk/Listbox/SHIFT.al
uninth/UNItools
c8b1fbfd5d3753b5b14fa19033e39737dedefc00
[ "BSD-3-Clause" ]
1
2021-06-08T15:59:26.000Z
2021-06-08T15:59:26.000Z
# NOTE: Derived from ../blib/lib/Tk/Listbox.pm. # Changes made here will be lost when autosplit is run again. # See AutoSplit.pm. package Tk::Listbox; #line 336 "../blib/lib/Tk/Listbox.pm (autosplit into ../blib/lib/auto/Tk/Listbox/SHIFT.al)" # SHIFT # ----- # Removes the first element and returns it sub SHIFT { my...
23.4
91
0.653846
edb8c1001d08147d75db3ea54d6743592b4f5871
912
pl
Perl
pl.pl
GitHubMofaqAlotaibi/Prolog-Langange-Program-Min-Max
d084e5399fdeabe3e0d596b0337c591597e5e3fc
[ "MIT" ]
null
null
null
pl.pl
GitHubMofaqAlotaibi/Prolog-Langange-Program-Min-Max
d084e5399fdeabe3e0d596b0337c591597e5e3fc
[ "MIT" ]
null
null
null
pl.pl
GitHubMofaqAlotaibi/Prolog-Langange-Program-Min-Max
d084e5399fdeabe3e0d596b0337c591597e5e3fc
[ "MIT" ]
null
null
null
% Mofaq Alotaibi_April 24, 2017_524-02 % implementation of program minimum and maximum % of a list of numbers, and returns % the min and max in a list. % MAX prefers the greater value % MIN prefers the lesser value %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %minmax([1,2,3],Result). minma...
39.652174
70
0.455044
ed3c8c6967a0e9f5d9e2339d76797afd85f59509
21,903
pm
Perl
lib/WWW/SwaggerClient/JobsApi.pm
onlineconvert/onlineconvert-api-sdk-perl
6203e8da4229a326b0d9a2066b38c1ba49b4587b
[ "Apache-2.0" ]
null
null
null
lib/WWW/SwaggerClient/JobsApi.pm
onlineconvert/onlineconvert-api-sdk-perl
6203e8da4229a326b0d9a2066b38c1ba49b4587b
[ "Apache-2.0" ]
1
2015-12-10T08:57:31.000Z
2015-12-10T08:57:31.000Z
lib/WWW/SwaggerClient/JobsApi.pm
onlineconvert/onlineconvert-api-sdk-perl
6203e8da4229a326b0d9a2066b38c1ba49b4587b
[ "Apache-2.0" ]
2
2015-11-30T13:56:04.000Z
2017-11-16T01:52:58.000Z
# # Copyright 2015 SmartBear Software # # 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 ...
30.548117
107
0.593206
eda1f97b4f811d741cf7b5a2e31d56aa933de337
101,908
pl
Perl
demo/adpt-templ/scripts/Training.pl
airenas/hts-scripts
212c0e59c019a1c863c8024f81b31890dec31aea
[ "BSD-3-Clause" ]
null
null
null
demo/adpt-templ/scripts/Training.pl
airenas/hts-scripts
212c0e59c019a1c863c8024f81b31890dec31aea
[ "BSD-3-Clause" ]
null
null
null
demo/adpt-templ/scripts/Training.pl
airenas/hts-scripts
212c0e59c019a1c863c8024f81b31890dec31aea
[ "BSD-3-Clause" ]
null
null
null
#!/usr/bin/perl # ----------------------------------------------------------------- # # The HMM-Based Speech Synthesis System (HTS) # # developed by HTS Working Group # # http://hts.sp.nitech.ac.jp/ # # ----------------------...
32.40318
160
0.498057
eda6f4b9259eb9ac6903abd774ead9a8098dc5d5
309
al
Perl
Mojoqq/perl/vendor/lib/auto/Net/SSLeay/want_read.al
ghuan/Mojo-webqq-for-windows
ad44014da4578f99aa3efad0b55f0fc3bc3af322
[ "Unlicense" ]
null
null
null
Mojoqq/perl/vendor/lib/auto/Net/SSLeay/want_read.al
ghuan/Mojo-webqq-for-windows
ad44014da4578f99aa3efad0b55f0fc3bc3af322
[ "Unlicense" ]
null
null
null
Mojoqq/perl/vendor/lib/auto/Net/SSLeay/want_read.al
ghuan/Mojo-webqq-for-windows
ad44014da4578f99aa3efad0b55f0fc3bc3af322
[ "Unlicense" ]
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 463 "blib\lib\Net\SSLeay.pm (autosplit into blib\lib\auto\Net\SSLeay\want_read.al)" sub want_read { want(shift) == 2 } # end of Net::SSLeay::want_read 1;
30.9
89
0.731392
ed984446aef30a69e9317334e527385736ae6d65
26,386
pm
Perl
lib/Excel/Writer/XLSX/Package/VML.pm
f20/excel-writer-xlsx
b08a865c6972f935b7d72e64e5580cca8e6cc299
[ "Artistic-1.0-Perl" ]
null
null
null
lib/Excel/Writer/XLSX/Package/VML.pm
f20/excel-writer-xlsx
b08a865c6972f935b7d72e64e5580cca8e6cc299
[ "Artistic-1.0-Perl" ]
null
null
null
lib/Excel/Writer/XLSX/Package/VML.pm
f20/excel-writer-xlsx
b08a865c6972f935b7d72e64e5580cca8e6cc299
[ "Artistic-1.0-Perl" ]
null
null
null
package Excel::Writer::XLSX::Package::VML; ############################################################################### # # VML - A class for writing the Excel XLSX VML files. # # Used in conjunction with Excel::Writer::XLSX # # Copyright 2000-2021, John McNamara, jmcnamara@cpan.org # # Documentation after __END__ ...
21.699013
144
0.474456
ed3821985acee4d13892460d412025c827ebe05f
1,334
pl
Perl
lib/profile/bboutparse.pl
aaliomer/exos
6a37c41cad910c373322441a9f23cfabdbfae275
[ "BSD-3-Clause" ]
1
2018-01-23T23:07:19.000Z
2018-01-23T23:07:19.000Z
lib/profile/bboutparse.pl
aaliomer/exos
6a37c41cad910c373322441a9f23cfabdbfae275
[ "BSD-3-Clause" ]
null
null
null
lib/profile/bboutparse.pl
aaliomer/exos
6a37c41cad910c373322441a9f23cfabdbfae275
[ "BSD-3-Clause" ]
null
null
null
#! /usr/bin/perl # A simple parser to sort a bb.out file by frequency # # recommended usage: # cat <infile> | bboutparse.pl | less # # simply takes standard input and writes to standard output while (<STDIN>) { unless (/.*executed(\s+)0.*/) { unless (/~\s+$/) { push @lines, $_; } ...
26.156863
103
0.434033
ed60fed743a8167133bb6cb3ee175d3f16a1304b
1,210
pm
Perl
local/lib/perl5/DateTime/TimeZone/Asia/Dubai.pm
rosiro/wasarabi
1016fb3a612fc4da3761c53c73473dd113a578d3
[ "MIT" ]
null
null
null
local/lib/perl5/DateTime/TimeZone/Asia/Dubai.pm
rosiro/wasarabi
1016fb3a612fc4da3761c53c73473dd113a578d3
[ "MIT" ]
null
null
null
local/lib/perl5/DateTime/TimeZone/Asia/Dubai.pm
rosiro/wasarabi
1016fb3a612fc4da3761c53c73473dd113a578d3
[ "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/BU3Xn7v6Kb/asia. Olson data version 2015g # # Do not edit this file directly. # package DateTime::TimeZ...
21.607143
85
0.693388
ed2f8ada97cbcadf0d0bbcdb6e84862107f40b56
329
al
Perl
KOST-Val/src/main/resources_notJar/resources/ExifTool-10.15/Perl/lib/auto/POSIX/strlen.al
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/auto/POSIX/strlen.al
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/auto/POSIX/strlen.al
rebplu/KOST-VAL
1537125425068d5faec3bc4f5263df715956ae76
[ "BSD-3-Clause-No-Nuclear-Warranty" ]
null
null
null
# NOTE: Derived from ..\..\lib\POSIX.pm. # Changes made here will be lost when autosplit is run again. # See AutoSplit.pm. package POSIX; #line 524 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\strlen.al)" sub strlen { unimpl "strlen() is C-specific, use length instead"; } # end of POSIX::str...
25.307692
79
0.650456
edbc0629cc372fd2287541ca9322322aff967fe1
9,905
pm
Perl
lib/Sisimai/MSP/US/AmazonSES.pm
jcbf/Sisimai
f9b6e6da06e7aafaac66a31f12f55404bbee8d65
[ "BSD-2-Clause" ]
1
2015-06-19T16:36:44.000Z
2015-06-19T16:36:44.000Z
lib/Sisimai/MSP/US/AmazonSES.pm
jcbf/Sisimai
f9b6e6da06e7aafaac66a31f12f55404bbee8d65
[ "BSD-2-Clause" ]
null
null
null
lib/Sisimai/MSP/US/AmazonSES.pm
jcbf/Sisimai
f9b6e6da06e7aafaac66a31f12f55404bbee8d65
[ "BSD-2-Clause" ]
null
null
null
package Sisimai::MSP::US::AmazonSES; use parent 'Sisimai::MSP'; use feature ':5.10'; use strict; use warnings; # http://aws.amazon.com/ses/ my $Re0 = { 'from' => qr/\AMAILER-DAEMON[@]email[-]bounces[.]amazonses[.]com\z/, 'subject' => qr/\ADelivery Status Notification [(]Failure[)]\z/, }; my $Re1 = { 'be...
36.958955
112
0.508733
ed67a4f4ba991704ef21ba6fde6c42fe53d2a3f7
8,997
t
Perl
test/t/06_vg_index.t
deliciouslytyped/vg
beea35e2e0b9a4bce32fa3f0f718938a5ecb3be1
[ "MIT" ]
1
2019-03-27T00:45:58.000Z
2019-03-27T00:45:58.000Z
test/t/06_vg_index.t
deliciouslytyped/vg
beea35e2e0b9a4bce32fa3f0f718938a5ecb3be1
[ "MIT" ]
3
2018-04-18T03:14:13.000Z
2021-03-05T20:54:48.000Z
test/t/06_vg_index.t
xchang1/vg
ac2eacff9596ead01cd879232fdd3d197bd1379c
[ "MIT" ]
null
null
null
#!/usr/bin/env bash BASH_TAP_ROOT=../deps/bash-tap . ../deps/bash-tap/bash-tap-bootstrap PATH=../bin:$PATH # for vg export LC_ALL="en_US.utf8" # force ekg's favorite sort order plan tests 52 # Single graph without haplotypes vg construct -r small/x.fa -v small/x.vcf.gz > x.vg vg index -x x.xg x.vg is $? 0 "buildi...
33.823308
179
0.687118
ed6e7eb7f29e54602ca3ba74fd73c9c1169d3f6e
236
t
Perl
t/001_base.t
greeneg/jafax.org
9c16d7cbfd66d1b987ce7a84007c9ef88b793c9a
[ "Apache-2.0" ]
null
null
null
t/001_base.t
greeneg/jafax.org
9c16d7cbfd66d1b987ce7a84007c9ef88b793c9a
[ "Apache-2.0" ]
74
2019-10-27T22:53:26.000Z
2021-04-05T21:46:00.000Z
t/001_base.t
greeneg/jafax.org
9c16d7cbfd66d1b987ce7a84007c9ef88b793c9a
[ "Apache-2.0" ]
1
2021-01-12T21:49:03.000Z
2021-01-12T21:49:03.000Z
use strict; use warnings; use Test::More tests => 7; open *STDERR, ">/dev/null"; use_ok 'Buyo'; use_ok 'Sys::Error'; use_ok 'File::IO'; use_ok 'Buyo::Constants'; use_ok 'Buyo::MkAccount'; use_ok 'Buyo::MkRole'; use_ok 'Buyo::Utils';
15.733333
27
0.673729
eda7f0b3827104772da63c6cbacc0d9566bbe6e9
8,374
al
Perl
Modules/DevTools/TestFramework/TestLibraries/Any/src/Any.Codeunit.al
Ema-Falamas/ALAppExtensions
f9ee74c1e06c7382b1f8ff74a0e48ac3781646f6
[ "MIT" ]
null
null
null
Modules/DevTools/TestFramework/TestLibraries/Any/src/Any.Codeunit.al
Ema-Falamas/ALAppExtensions
f9ee74c1e06c7382b1f8ff74a0e48ac3781646f6
[ "MIT" ]
3
2020-06-24T12:59:52.000Z
2020-06-24T14:51:04.000Z
Modules/DevTools/TestFramework/TestLibraries/Any/src/Any.Codeunit.al
Ema-Falamas/ALAppExtensions
f9ee74c1e06c7382b1f8ff74a0e48ac3781646f6
[ "MIT" ]
1
2020-07-30T12:20:36.000Z
2020-07-30T12:20:36.000Z
// ------------------------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. // ------------------------------------------------------------...
36.72807
131
0.627538
edbbf9e40e19eab0f09a1205194879c7f4c1f5e8
364
pm
Perl
auto-lib/Azure/Devices/UserSubscriptionQuota.pm
pplu/azure-sdk-perl
26cbef2d926f571bc1617c26338c106856f95568
[ "Apache-2.0" ]
null
null
null
auto-lib/Azure/Devices/UserSubscriptionQuota.pm
pplu/azure-sdk-perl
26cbef2d926f571bc1617c26338c106856f95568
[ "Apache-2.0" ]
null
null
null
auto-lib/Azure/Devices/UserSubscriptionQuota.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::UserSubscriptionQuota; use Moose; has 'currentValue' => (is => 'ro', isa => 'Int' ); has 'id' => (is => 'ro', isa => 'Str' ); has 'limit' => (is => 'ro', isa => 'Int' ); has 'name' => (is => 'ro', isa => 'Azure::Devices::Name' ); has 'type' => (is => 'ro', isa => 'Str' ); has...
33.090909
62
0.46978
edb3b95ab5dda9b66a412aefc04529b930223569
11,722
pm
Perl
lib/Path/ScanINC.pm
kentnl/Path-ScanINC
f599e384e6ad4ad6c390d828ed98ffbb1f565bd2
[ "Artistic-1.0" ]
null
null
null
lib/Path/ScanINC.pm
kentnl/Path-ScanINC
f599e384e6ad4ad6c390d828ed98ffbb1f565bd2
[ "Artistic-1.0" ]
5
2017-02-27T08:44:17.000Z
2020-02-17T23:54:04.000Z
lib/Path/ScanINC.pm
kentnl/Path-ScanINC
f599e384e6ad4ad6c390d828ed98ffbb1f565bd2
[ "Artistic-1.0" ]
1
2021-07-12T15:53:20.000Z
2021-07-12T15:53:20.000Z
use 5.008; # utf8 use strict; use warnings; use utf8; package Path::ScanINC; our $VERSION = '1.000004'; # ABSTRACT: Emulate Perls internal handling of @INC. # AUTHORITY # Sub Lazy-Aliases use subs 'inc'; use Class::Tiny qw(inc immutable); use Try::Tiny qw( try catch ); use Scalar::Util qw( blessed reftype ); us...
27.134259
129
0.642382
edac7c6407a110622d2a5c00f50604d8903f7b2f
377
pl
Perl
bin/test/textolatin1.pl
holtzermann17/Noosphere
7be63c122f778ef00e56ffe847a6d40d004527dd
[ "MIT" ]
1
2018-05-31T06:29:48.000Z
2018-05-31T06:29:48.000Z
bin/test/textolatin1.pl
holtzermann17/Noosphere
7be63c122f778ef00e56ffe847a6d40d004527dd
[ "MIT" ]
null
null
null
bin/test/textolatin1.pl
holtzermann17/Noosphere
7be63c122f778ef00e56ffe847a6d40d004527dd
[ "MIT" ]
1
2021-05-02T15:14:36.000Z
2021-05-02T15:14:36.000Z
#!/usr/bin/perl use strict; use lib '/var/www/pm/lib'; use Noosphere; use Noosphere::Util; use Noosphere::Latex; my @list=("ad\\`eles","H\\^opital's","ch\\`avtal",'K\\"onigsberg'); #foreach my $str (@list) { # print Noosphere::TeXtoLatin1($str)."\n"; #} my $x = Noosphere::htmlToLatin1('Noncompact covering propert...
19.842105
101
0.655172
edbb4f59417acbd59090fd64dcd0971ef712bbc0
2,002
pm
Perl
auto-lib/Paws/Lightsail/RelationalDatabaseEvent.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/Lightsail/RelationalDatabaseEvent.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/Lightsail/RelationalDatabaseEvent.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::Lightsail::RelationalDatabaseEvent; use Moose; has CreatedAt => (is => 'ro', isa => 'Str', request_name => 'createdAt', traits => ['NameInRequest']); has EventCategories => (is => 'ro', isa => 'ArrayRef[Str|Undef]', request_name => 'eventCategories', traits => ['Name...
26
132
0.71978
eda9cc4bd7b45e459f0e5b9e56fe58a3fc311218
2,920
pm
Perl
auto-lib/Paws/StorageGateway/RetrieveTapeArchive.pm
galenhuntington/aws-sdk-perl
13b775dcb5f0b3764f0a82f3679ed5c7721e67d3
[ "Apache-2.0" ]
null
null
null
auto-lib/Paws/StorageGateway/RetrieveTapeArchive.pm
galenhuntington/aws-sdk-perl
13b775dcb5f0b3764f0a82f3679ed5c7721e67d3
[ "Apache-2.0" ]
null
null
null
auto-lib/Paws/StorageGateway/RetrieveTapeArchive.pm
galenhuntington/aws-sdk-perl
13b775dcb5f0b3764f0a82f3679ed5c7721e67d3
[ "Apache-2.0" ]
null
null
null
package Paws::StorageGateway::RetrieveTapeArchive; use Moose; has GatewayARN => (is => 'ro', isa => 'Str', required => 1); has TapeARN => (is => 'ro', isa => 'Str', required => 1); use MooseX::ClassAttribute; class_has _api_call => (isa => 'Str', is => 'ro', default => 'RetrieveTapeArchive'); class_has _...
33.953488
249
0.733904
eda81c753dcae43c750fd7a1dcd377052c60cdba
1,177
pm
Perl
lib/Business/CyberSource/Response/Role/ReasonCode.pm
gitpan/Business-CyberSource
52db83c08628562136f01ff0392daa0b5af1ad1c
[ "Artistic-2.0" ]
null
null
null
lib/Business/CyberSource/Response/Role/ReasonCode.pm
gitpan/Business-CyberSource
52db83c08628562136f01ff0392daa0b5af1ad1c
[ "Artistic-2.0" ]
null
null
null
lib/Business/CyberSource/Response/Role/ReasonCode.pm
gitpan/Business-CyberSource
52db83c08628562136f01ff0392daa0b5af1ad1c
[ "Artistic-2.0" ]
null
null
null
package Business::CyberSource::Response::Role::ReasonCode; use strict; use warnings; use namespace::autoclean; use Module::Load qw( load ); our $VERSION = '0.010005'; # VERSION use Moose::Role; use MooseX::RemoteHelper; use MooseX::Types::Common::String 0.001005 qw( NumericCode ); has reason_code => ( isa =...
19.616667
79
0.738318
ed9810be9698451a06b63dac9958af237f5303c1
5,772
pm
Perl
modules/Bio/EnsEMBL/PaddedSlice.pm
arnaudxk/ensembl
2baa0f180dde74e9d89b7ac0495d15c79bc63ff3
[ "Apache-2.0" ]
null
null
null
modules/Bio/EnsEMBL/PaddedSlice.pm
arnaudxk/ensembl
2baa0f180dde74e9d89b7ac0495d15c79bc63ff3
[ "Apache-2.0" ]
null
null
null
modules/Bio/EnsEMBL/PaddedSlice.pm
arnaudxk/ensembl
2baa0f180dde74e9d89b7ac0495d15c79bc63ff3
[ "Apache-2.0" ]
1
2016-02-17T09:50:07.000Z
2016-02-17T09:50:07.000Z
=head1 LICENSE 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/licen...
23.950207
100
0.648822
edaf51d75398662a87e3a53d261024f84ed8a0f2
98
pl
Perl
t/data/db4/003.third.pl
huntprod/nifty-migrant
633fcc204e7225a95b6459b72b6c7d198a5b23ab
[ "MIT" ]
null
null
null
t/data/db4/003.third.pl
huntprod/nifty-migrant
633fcc204e7225a95b6459b72b6c7d198a5b23ab
[ "MIT" ]
1
2017-06-30T03:03:36.000Z
2017-06-30T03:03:36.000Z
t/data/db4/003.third.pl
huntprod/nifty-migrant
633fcc204e7225a95b6459b72b6c7d198a5b23ab
[ "MIT" ]
null
null
null
use Nifty::Migrant; DEPLOY <<SQL; ALTER TABLE sample ADD COLUMN col3 TEXT; SQL # no rollback
9.8
41
0.714286
edb83873377b1d97a2e4b0ff8ea7cd6cc51ab136
1,318
pl
Perl
integration/logtalk_sicstus.pl
jfmc/logtalk3
db3a4b39ab8480bf01f90f628bc99e67cd7e72d7
[ "Apache-2.0" ]
null
null
null
integration/logtalk_sicstus.pl
jfmc/logtalk3
db3a4b39ab8480bf01f90f628bc99e67cd7e72d7
[ "Apache-2.0" ]
null
null
null
integration/logtalk_sicstus.pl
jfmc/logtalk3
db3a4b39ab8480bf01f90f628bc99e67cd7e72d7
[ "Apache-2.0" ]
null
null
null
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Integration file for SICStus Prolog % Last updated on April 17, 2018 % % This file is part of Logtalk <https://logtalk.org/> % Copyright 1998-2020 Paulo Moura <pmoura@logtalk.org> % % Licensed under the Apache License, Version 2.0 (t...
37.657143
75
0.647951
ed8574ce3b6a8e8e8ed4607664dc0dd223c53a8b
1,413
t
Perl
templates/package/chakra-component/templates/src/component.ts.t
NicolaDeastra/saas-ui
dadf7880a37f78fce435473c14822a0a278ab80e
[ "MIT" ]
107
2022-01-28T13:28:58.000Z
2022-03-31T21:59:55.000Z
templates/package/chakra-component/templates/src/component.ts.t
NicolaDeastra/saas-ui
dadf7880a37f78fce435473c14822a0a278ab80e
[ "MIT" ]
25
2022-02-06T02:25:04.000Z
2022-03-25T16:32:43.000Z
templates/package/chakra-component/templates/src/component.ts.t
NicolaDeastra/saas-ui
dadf7880a37f78fce435473c14822a0a278ab80e
[ "MIT" ]
12
2022-01-29T12:03:14.000Z
2022-03-26T15:04:24.000Z
--- to: "<%= h.packageDir(org, name) %>/src/<%= h.filename(name) %>.tsx" --- <% component = h.inflection.camelize(name, false) -%> /** * 📝 Notes for Contributors: * * - When creating an interactive component, we recommend consuming the * component hook created. * * For example, if you wanted to build an accord...
28.26
125
0.678698
eda467f60da88dc75e8b79f6f109aee8bec1ce8b
3,026
t
Perl
qatest/frontend/12_get_entity_cert.t
adesso-as-a-service/openxpki
0ef14d3d714a3f9d4f902ab8b5551e2b20a91eb0
[ "Apache-2.0" ]
357
2015-02-19T18:23:12.000Z
2022-03-29T04:05:25.000Z
qatest/frontend/12_get_entity_cert.t
adesso-as-a-service/openxpki
0ef14d3d714a3f9d4f902ab8b5551e2b20a91eb0
[ "Apache-2.0" ]
604
2015-01-19T11:58:44.000Z
2022-03-14T13:38:42.000Z
qatest/frontend/12_get_entity_cert.t
adesso-as-a-service/openxpki
0ef14d3d714a3f9d4f902ab8b5551e2b20a91eb0
[ "Apache-2.0" ]
108
2015-03-10T19:05:20.000Z
2022-03-29T04:32:28.000Z
#!/usr/bin/perl use lib qw(../lib); use strict; use warnings; use JSON; use English; use Data::Dumper; use Log::Log4perl qw(:easy); use TestCGI; use MIME::Base64; use Crypt::X509; use Test::More tests => 4; package main; my $result; my $client = TestCGI::factory('democa'); # create temp dir -d "tmp/" || mkdir "tmp...
26.313043
115
0.6269
ed1f44ea36522b0fb14ea919253dcae1c945a72e
415
pm
Perl
lib/Moose/Meta/Method/Accessor/Native/Hash/kv.pm
mjemmeson/Moose
500a1f3331d4a7187775f4b82cdc4f1af2e232d6
[ "Artistic-1.0" ]
null
null
null
lib/Moose/Meta/Method/Accessor/Native/Hash/kv.pm
mjemmeson/Moose
500a1f3331d4a7187775f4b82cdc4f1af2e232d6
[ "Artistic-1.0" ]
null
null
null
lib/Moose/Meta/Method/Accessor/Native/Hash/kv.pm
mjemmeson/Moose
500a1f3331d4a7187775f4b82cdc4f1af2e232d6
[ "Artistic-1.0" ]
null
null
null
package Moose::Meta::Method::Accessor::Native::Hash::kv; our $VERSION = '2.1803'; use strict; use warnings; use Moose::Role; with 'Moose::Meta::Method::Accessor::Native::Reader'; sub _maximum_arguments { 0 } sub _return_value { my $self = shift; my ($slot_access) = @_; return 'map { [ $_, ' . $slot_ac...
17.291667
56
0.578313
ed93ae51369bd45850fac9e7ef4b1efeb096bdfc
1,714
pl
Perl
PD/krucjata/zad3.pl
qwercik/Studia
82a98256e107fe19330ef7d58f1dc47f633d94a1
[ "MIT" ]
null
null
null
PD/krucjata/zad3.pl
qwercik/Studia
82a98256e107fe19330ef7d58f1dc47f633d94a1
[ "MIT" ]
null
null
null
PD/krucjata/zad3.pl
qwercik/Studia
82a98256e107fe19330ef7d58f1dc47f633d94a1
[ "MIT" ]
null
null
null
% Początek 23:18 % Koniec 23:48 % Wydawało się proste, ale jednak było trudniejsze. Debugowanie zajęło najdłużej oczywiście ;) % Sam się dziwię, że udało mi się wpaść na pomysł jak to zrobić. Mam nadzieję że jest dobrze, ale jakoś bardzo wnikliwie nie sprawdzałem alfabet([a, b, c, d, e, f, g, h, i, j, k, l, m, n, o,...
27.645161
143
0.593932
edad8fb7afd6a2c7e06474883c280cdaa3e676ce
2,565
pl
Perl
dict/load_xiffus.pl
gfis/gramword
ff66a01935dfdb6230aa8ec3a9d439f99ff80330
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
dict/load_xiffus.pl
gfis/gramword
ff66a01935dfdb6230aa8ec3a9d439f99ff80330
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
dict/load_xiffus.pl
gfis/gramword
ff66a01935dfdb6230aa8ec3a9d439f99ff80330
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
#!/usr/bin/perl # # Copyright 2006 Dr. Georg Fischer <punctum at punctum dot kom> # # 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/LICE...
32.468354
76
0.538791
eda5a6cfa42ad2083ed588b0703996cf12004892
5,870
pm
Perl
lib/Perl/Critic/Policy/InputOutput/RequireEncodingWithUTF8Layer.pm
schwern/Perl-Critic
55b2404328183a6487d5a3eceb67412c508f0eab
[ "Artistic-1.0" ]
2
2016-08-27T09:29:20.000Z
2019-04-19T23:05:50.000Z
lib/Perl/Critic/Policy/InputOutput/RequireEncodingWithUTF8Layer.pm
schwern/Perl-Critic
55b2404328183a6487d5a3eceb67412c508f0eab
[ "Artistic-1.0" ]
null
null
null
lib/Perl/Critic/Policy/InputOutput/RequireEncodingWithUTF8Layer.pm
schwern/Perl-Critic
55b2404328183a6487d5a3eceb67412c508f0eab
[ "Artistic-1.0" ]
null
null
null
############################################################################## # $URL: http://perlcritic.tigris.org/svn/perlcritic/trunk/distributions/Perl-Critic/lib/Perl/Critic/Policy/InputOutput/RequireEncodingWithUTF8Layer.pm $ # $Date: 2010-06-22 16:14:07 -0400 (Tue, 22 Jun 2010) $ # $Author: clonezone ...
29.796954
173
0.600852
ed327f6e7152e30e12eb2ef1e844ce772fa86365
44,472
pm
Perl
backend/Image-ExifTool-12.01/lib/Image/ExifTool/Qualcomm.pm
ch0c0l8ra1n/3dfy-v2
dc90f02e9170c18e8d12725bb277a0d0fdfee9ac
[ "MIT" ]
302
2017-01-02T20:21:45.000Z
2022-03-29T23:02:32.000Z
backend/Image-ExifTool-12.01/lib/Image/ExifTool/Qualcomm.pm
ch0c0l8ra1n/3dfy-v2
dc90f02e9170c18e8d12725bb277a0d0fdfee9ac
[ "MIT" ]
111
2017-01-03T17:05:14.000Z
2021-06-13T13:39:44.000Z
backend/Image-ExifTool-12.01/lib/Image/ExifTool/Qualcomm.pm
ch0c0l8ra1n/3dfy-v2
dc90f02e9170c18e8d12725bb277a0d0fdfee9ac
[ "MIT" ]
41
2017-01-03T02:52:41.000Z
2021-06-06T09:47:54.000Z
#------------------------------------------------------------------------------ # File: Qualcomm.pm # # Description: Read Qualcomm APP7 meta information # # Revisions: 2012/02/14 - P. Harvey Created #------------------------------------------------------------------------------ package Image::ExifTool::Qua...
33.064684
86
0.513559
ed59765a75754c06f936adb32f8c1f5d88bf0e7d
3,341
t
Perl
perl/t/lib/ftmp-tempfile.t
tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective
1b0172cdb78757fd17898503aaf6ce03d940ef28
[ "Apache-1.1" ]
46
2015-12-04T17:12:58.000Z
2022-03-11T04:30:49.000Z
perl/t/lib/ftmp-tempfile.t
tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective
1b0172cdb78757fd17898503aaf6ce03d940ef28
[ "Apache-1.1" ]
null
null
null
perl/t/lib/ftmp-tempfile.t
tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective
1b0172cdb78757fd17898503aaf6ce03d940ef28
[ "Apache-1.1" ]
23
2016-10-24T09:18:14.000Z
2022-02-25T02:11:35.000Z
#!/usr/local/bin/perl -w # Test for File::Temp - tempfile function BEGIN { chdir 't' if -d 't'; @INC = '../lib'; require Test; import Test; plan(tests => 20); } use strict; use File::Spec; # Will need to check that all files were unlinked correctly # Set up an END block here to do it # Arrays containing list of...
22.883562
68
0.631847
edae0c29d2792dfbec1d766c30c83d6d2ea0db02
3,848
pm
Perl
perl/lib/IO/Compress/Zip/Constants.pm
Light2027/OnlineCampusSandbox
8dcaaf62af1342470f9e7be6d42bd0f16eb910b8
[ "Apache-2.0" ]
1,318
2019-07-11T10:34:39.000Z
2022-03-29T15:05:19.000Z
perl/lib/IO/Compress/Zip/Constants.pm
Light2027/OnlineCampusSandbox
8dcaaf62af1342470f9e7be6d42bd0f16eb910b8
[ "Apache-2.0" ]
387
2019-09-05T16:33:09.000Z
2022-03-31T10:43:39.000Z
perl/lib/IO/Compress/Zip/Constants.pm
Light2027/OnlineCampusSandbox
8dcaaf62af1342470f9e7be6d42bd0f16eb910b8
[ "Apache-2.0" ]
66
2019-11-11T15:33:12.000Z
2022-03-01T07:55:55.000Z
package IO::Compress::Zip::Constants; use strict ; use warnings; require Exporter; our ($VERSION, @ISA, @EXPORT, %ZIP_CM_MIN_VERSIONS); $VERSION = '2.093'; @ISA = qw(Exporter); @EXPORT= qw( ZIP_CM_STORE ZIP_CM_DEFLATE ZIP_CM_BZIP2 ZIP_CM_LZMA ZIP_CM_PPMD ZIP_LOCAL_HDR_SIG ZIP_DAT...
30.539683
77
0.635135
ed618c2c02c7cf51bf833e60c4128ba9199894d3
2,558
pm
Perl
auto-lib/Paws/Chime/UpdatePhoneNumber.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/Chime/UpdatePhoneNumber.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/Chime/UpdatePhoneNumber.pm
0leksii/aws-sdk-perl
b2132fe3c79a06fd15b6137e8a0eb628de722e0f
[ "Apache-2.0" ]
87
2015-04-22T06:29:47.000Z
2021-09-29T14:45:55.000Z
package Paws::Chime::UpdatePhoneNumber; use Moose; has CallingName => (is => 'ro', isa => 'Str'); has PhoneNumberId => (is => 'ro', isa => 'Str', traits => ['ParamInURI'], uri_name => 'phoneNumberId', required => 1); has ProductType => (is => 'ro', isa => 'Str'); use MooseX::ClassAttribute; class_has _ap...
31.580247
249
0.711102
ed9f243494495d353c80b741275823a08a93c02d
388
pm
Perl
corpus/our.pm
briandfoy/PPI-App-ppi_version-BDFOY
6a1e14f158bc91b87431f29c06eefbe257557a31
[ "Artistic-2.0" ]
null
null
null
corpus/our.pm
briandfoy/PPI-App-ppi_version-BDFOY
6a1e14f158bc91b87431f29c06eefbe257557a31
[ "Artistic-2.0" ]
1
2018-12-17T10:46:23.000Z
2021-02-07T21:58:23.000Z
corpus/our.pm
briandfoy/ppi-app-ppi_version-bdfoy
f041e630efb490aacb32bfe989dd437eacd82f35
[ "Artistic-2.0" ]
null
null
null
package Tie::Timely; use strict; use Carp qw(croak); our $VERSION = '1.023'; sub TIESCALAR { my $class = shift; my $value = shift; my $lifetime = shift; my $self = bless [ undef, $lifetime, time ], $class; $self->STORE( $value ); return $self; } sub FETCH { time - $_[0]->[2] > $_[0]->[1] ? () ...
15.52
62
0.518041
ed46ec8d20f7df80adecefe5d5798b1fc4609514
12,080
pm
Perl
lib/Test2/Tools/ClassicCompare.pm
j1n3l0/Test2-Suite
4f3e172bcd0684a16843019f884c9587f5c59080
[ "Artistic-1.0" ]
null
null
null
lib/Test2/Tools/ClassicCompare.pm
j1n3l0/Test2-Suite
4f3e172bcd0684a16843019f884c9587f5c59080
[ "Artistic-1.0" ]
null
null
null
lib/Test2/Tools/ClassicCompare.pm
j1n3l0/Test2-Suite
4f3e172bcd0684a16843019f884c9587f5c59080
[ "Artistic-1.0" ]
null
null
null
package Test2::Tools::ClassicCompare; use strict; use warnings; our $VERSION = '0.000116'; our @EXPORT = qw/is is_deeply isnt like unlike cmp_ok/; use base 'Exporter'; use Carp qw/carp/; use Scalar::Util qw/reftype/; use Test2::API qw/context/; use Test2::Compare qw/compare strict_convert/; use Test2::Util::Ref qw/...
23.456311
102
0.579719
ed9384f6cc23c564d902216e1342bf6d3702fed6
1,111
pm
Perl
lib/Rex/Helper/System.pm
theappleman/Rex
d756f5b1c269888e33ee965f55c40a5936e475e1
[ "Apache-2.0" ]
null
null
null
lib/Rex/Helper/System.pm
theappleman/Rex
d756f5b1c269888e33ee965f55c40a5936e475e1
[ "Apache-2.0" ]
2
2015-07-27T21:11:31.000Z
2015-08-03T21:31:14.000Z
lib/Rex/Helper/System.pm
theappleman/Rex
d756f5b1c269888e33ee965f55c40a5936e475e1
[ "Apache-2.0" ]
null
null
null
# # (c) Jan Gehring <jan.gehring@gmail.com> # # vim: set ts=2 sw=2 tw=0: # vim: set expandtab: package Rex::Helper::System; use strict; use warnings; use Rex::Helper::Hash; sub info { return ( eval { my %merge1 = (); my %merge2 = Rex::Hardware->get(qw/ All /); my %template_var...
21.365385
75
0.518452
eda6f26b41b772a92e7dea35e4bfe383307a1fb5
2,753
t
Perl
demo/broken/stereo.t
jameshegarty/rigel
63bae94d8f2df675e0e36d1416f3f10c0b607368
[ "MIT" ]
56
2016-07-27T01:23:42.000Z
2022-03-20T08:22:54.000Z
demo/broken/stereo.t
jameshegarty/rigel
63bae94d8f2df675e0e36d1416f3f10c0b607368
[ "MIT" ]
87
2017-04-01T00:35:37.000Z
2019-09-17T19:11:00.000Z
demo/broken/stereo.t
jameshegarty/rigel
63bae94d8f2df675e0e36d1416f3f10c0b607368
[ "MIT" ]
7
2016-12-08T03:05:07.000Z
2019-11-08T04:29:14.000Z
import "darkroom" require "mapmachine" require "image" searchRadius = 60 windowRadius = 4 SADSize = (windowRadius*2+1)*(windowRadius*2+1) W = 720 H = 405 W=64 H=32 -------------------------------- -- AD (int8,int8)->int32 A = d.input( darkroom.type.uint(8) ) B = d.input( darkroom.type.uint(8) ) AD = d.leaf( terra(...
34.848101
175
0.638213
ed370db441bb3aeee3c1c3302994dcfd031d8995
6,271
pm
Perl
modules/Bio/EnsEMBL/Utils/Argument.pm
arnaudxk/ensembl
2baa0f180dde74e9d89b7ac0495d15c79bc63ff3
[ "Apache-2.0" ]
null
null
null
modules/Bio/EnsEMBL/Utils/Argument.pm
arnaudxk/ensembl
2baa0f180dde74e9d89b7ac0495d15c79bc63ff3
[ "Apache-2.0" ]
null
null
null
modules/Bio/EnsEMBL/Utils/Argument.pm
arnaudxk/ensembl
2baa0f180dde74e9d89b7ac0495d15c79bc63ff3
[ "Apache-2.0" ]
1
2016-02-17T09:50:07.000Z
2016-02-17T09:50:07.000Z
=head1 LICENSE 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/licen...
33.534759
100
0.630203
ed9f8a2ed106a8bc108159592c167c91164fb1bd
4,027
pm
Perl
misc-scripts/xref_mapping/XrefParser/Broad_GenericParser.pm
JAlvarezJarreta/ensembl
1af1dce3518d6af00df04983993deefa01ec2276
[ "Apache-2.0" ]
49
2015-01-14T14:03:30.000Z
2022-03-17T22:54:52.000Z
misc-scripts/xref_mapping/XrefParser/Broad_GenericParser.pm
JAlvarezJarreta/ensembl
1af1dce3518d6af00df04983993deefa01ec2276
[ "Apache-2.0" ]
489
2015-01-14T14:53:47.000Z
2022-03-29T18:30:48.000Z
misc-scripts/xref_mapping/XrefParser/Broad_GenericParser.pm
JAlvarezJarreta/ensembl
1af1dce3518d6af00df04983993deefa01ec2276
[ "Apache-2.0" ]
115
2015-01-14T14:31:42.000Z
2022-03-15T16:24:38.000Z
=head1 LICENSE Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute Copyright [2016-2020] 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.82963
230
0.631239
ed363ab81411336ff05cfb741d536de9f803df64
441
pl
Perl
ARTe/work/tools/cygwin/lib/perl5/5.14/unicore/lib/Blk/DominoTi.pl
melvin-mancini/Multitasking-RealTime-Arduino-System
6999beaf28f69b4c4a8f8badcc60f66e6e118477
[ "MIT" ]
5
2018-12-18T20:19:43.000Z
2022-02-21T21:53:09.000Z
Slic3r/Linux/lib/std/unicore/lib/Blk/DominoTi.pl
thomaspreece10/STLExtract
2bea6d38135ebfda2558a33cc93565211e30a2bb
[ "MIT" ]
null
null
null
Slic3r/Linux/lib/std/unicore/lib/Blk/DominoTi.pl
thomaspreece10/STLExtract
2bea6d38135ebfda2558a33cc93565211e30a2bb
[ "MIT" ]
6
2016-09-23T02:54:47.000Z
2022-03-10T22:04:19.000Z
# !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is machine-generated by lib/unicore/mktables from the Unicode # database, Version 6.0.0. Any changes made here will be lost! # !!!!!!! INTERNAL PERL USE ONLY !!!!!!! # This file is for internal use by the Perl program only. The format and even # the name or...
31.5
78
0.680272
edb0b58115d0ab1b0f7af1bb7a2fc80f8a74bad6
5,670
pm
Perl
perl/vendor/lib/Imager/Font/T1.pm
mnikolop/Thesis_project_CyberDoc
9a37fdd5a31de24cb902ee31ef19eb992faa1665
[ "Apache-2.0" ]
4
2018-04-20T07:27:13.000Z
2021-12-21T05:19:24.000Z
perl/vendor/lib/Imager/Font/T1.pm
mnikolop/Thesis_project_CyberDoc
9a37fdd5a31de24cb902ee31ef19eb992faa1665
[ "Apache-2.0" ]
4
2021-03-10T19:10:00.000Z
2021-05-11T14:58:19.000Z
perl/vendor/lib/Imager/Font/T1.pm
mnikolop/Thesis_project_CyberDoc
9a37fdd5a31de24cb902ee31ef19eb992faa1665
[ "Apache-2.0" ]
1
2019-11-12T02:29:26.000Z
2019-11-12T02:29:26.000Z
package Imager::Font::T1; use strict; use Imager::Color; use vars qw(@ISA $VERSION); @ISA = qw(Imager::Font); use Scalar::Util (); BEGIN { $VERSION = "1.019"; require XSLoader; XSLoader::load('Imager::Font::T1', $VERSION); } *_first = \&Imager::Font::_first; my $t1aa = 2; sub new { my $class = shift; my...
20.693431
78
0.606878
ed70e98117385e3e55c019b4509ccf889ee78ccd
4,405
pm
Perl
tests/boot/grub2_test.pm
lansuse/os-autoinst-distri-opensuse
8e8c532236f2436693ec1da426de563c9759d778
[ "FSFAP" ]
null
null
null
tests/boot/grub2_test.pm
lansuse/os-autoinst-distri-opensuse
8e8c532236f2436693ec1da426de563c9759d778
[ "FSFAP" ]
null
null
null
tests/boot/grub2_test.pm
lansuse/os-autoinst-distri-opensuse
8e8c532236f2436693ec1da426de563c9759d778
[ "FSFAP" ]
null
null
null
# SUSE's openQA tests # # Copyright 2019-2020 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, # without any warranty. # Summary: Grub2 test # ...
33.120301
117
0.652213
ed0af8dfd04d4c2a5485e719e1b7f732938c4a85
31,612
pl
Perl
crypto/aes/asm/vpaes-x86_64.pl
JamesWP/openssl
922241de76dce66a04e0217bfc270a5228b694f3
[ "Apache-2.0" ]
4
2017-07-18T18:24:43.000Z
2018-01-28T19:26:37.000Z
crypto/aes/asm/vpaes-x86_64.pl
JamesWP/openssl
922241de76dce66a04e0217bfc270a5228b694f3
[ "Apache-2.0" ]
1
2016-02-27T16:30:29.000Z
2016-02-27T19:50:04.000Z
crypto/aes/asm/vpaes-x86_64.pl
JamesWP/openssl
922241de76dce66a04e0217bfc270a5228b694f3
[ "Apache-2.0" ]
3
2016-02-27T14:35:30.000Z
2017-03-13T03:38:09.000Z
#! /usr/bin/env perl # Copyright 2011-2016 The OpenSSL Project Authors. All Rights Reserved. # # Licensed under the Apache License 2.0 (the "License"). You may not use # this file except in compliance with the License. You can obtain a copy # in the file LICENSE in the source distribution or at # https://www.openssl....
25.309848
84
0.665444
73d56ddfa5091b7d830f74100875a68fd429aeb1
4,861
pm
Perl
Git/usr/share/perl5/vendor_perl/URI/QueryParam.pm
DalalBassam/myrecipeswebsite
1ac6e97b6bac19b6d8a06d8ebf36e1f1b79a18f4
[ "MIT" ]
2
2019-04-15T04:28:23.000Z
2019-04-16T12:45:51.000Z
Git/usr/share/perl5/vendor_perl/URI/QueryParam.pm
DalalBassam/myrecipeswebsite
1ac6e97b6bac19b6d8a06d8ebf36e1f1b79a18f4
[ "MIT" ]
16
2019-08-28T23:45:01.000Z
2019-12-20T02:12:13.000Z
Git/usr/share/perl5/vendor_perl/URI/QueryParam.pm
DalalBassam/myrecipeswebsite
1ac6e97b6bac19b6d8a06d8ebf36e1f1b79a18f4
[ "MIT" ]
1
2020-11-04T07:54:34.000Z
2020-11-04T07:54:34.000Z
package URI::QueryParam; use strict; use warnings; our $VERSION = '1.74'; sub URI::_query::query_param { my $self = shift; my @old = $self->query_form; if (@_ == 0) { # get keys my (%seen, $i); return grep !($i++ % 2 || $seen{$_}++), @old; } my $key = shift; my @i = grep $_ % 2 == 0 && $...
23.370192
79
0.63238
edaacd6f96cf724dd41357c88a071e7e647af736
1,373
pm
Perl
pdu-perl-api/Raritan/RPC/assetmgrmodel/AssetStrip_2_0_2/StripInfoChangedEvent.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/assetmgrmodel/AssetStrip_2_0_2/StripInfoChangedEvent.pm
gregoa/raritan-pdu-json-rpc-sdk
76df982462742b97b52872aa34630140f5df7e58
[ "BSD-3-Clause" ]
null
null
null
pdu-perl-api/Raritan/RPC/assetmgrmodel/AssetStrip_2_0_2/StripInfoChangedEvent.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 AssetStrip.idl. use strict; package Raritan::RPC::assetmgrmodel::AssetStrip_2_0_2::StripInfoChangedEvent; use constant typeId => "assetmgrmodel.AssetStrip_2_0_2.StripInfoChangedEvent:...
40.382353
180
0.717407
ed7b39c8830b4a1dd7b4bc966682640f37a951be
2,136
pl
Perl
Scripts/1.preprocess/SplitFa2Chr_G4Predict.pl
dulunar/G4-miner
23ff6c8a2403dee91862e5d3913eb2c1c974e294
[ "MIT" ]
4
2021-09-19T16:04:27.000Z
2022-03-24T05:33:55.000Z
Scripts/1.preprocess/SplitFa2Chr_G4Predict.pl
dulunar/G4-miner
23ff6c8a2403dee91862e5d3913eb2c1c974e294
[ "MIT" ]
null
null
null
Scripts/1.preprocess/SplitFa2Chr_G4Predict.pl
dulunar/G4-miner
23ff6c8a2403dee91862e5d3913eb2c1c974e294
[ "MIT" ]
1
2021-09-19T17:30:50.000Z
2021-09-19T17:30:50.000Z
#!/usr/bin/perl -w ######################################################################### # FileName: SplitFa2Chr_G4Predict.pl # Version: 96a78e56-2c37-4de2-9a77-1ce128c2d58e # Author: Luna <nlu@seu.edu.cn> # CreatedTime: Thu Sep 9 16:58:20 2021 ######################################################################...
22.967742
94
0.562734
ed1d0e195999b661208d7018552d2e09fcf78ef4
39,712
pl
Perl
util/mk1mf.pl
lades-unb/openssl
026e012b3d1aadb754e40b52250ea0d3be4eff6d
[ "OpenSSL" ]
null
null
null
util/mk1mf.pl
lades-unb/openssl
026e012b3d1aadb754e40b52250ea0d3be4eff6d
[ "OpenSSL" ]
null
null
null
util/mk1mf.pl
lades-unb/openssl
026e012b3d1aadb754e40b52250ea0d3be4eff6d
[ "OpenSSL" ]
null
null
null
#!/usr/bin/env perl # A bit of an evil hack but it post processes the file ../MINFO which # is generated by `make files` in the top directory. # This script outputs one mega makefile that has no shell stuff or any # funny stuff (if the target is not "copy"). # If the target is "copy", then it tries to create a makefile...
25.854167
137
0.576199
eda2ddf8f7269febcbd608b94b372e7a30410580
1,608
pm
Perl
auto-lib/Paws/Shield/SummarizedAttackVector.pm
galenhuntington/aws-sdk-perl
13b775dcb5f0b3764f0a82f3679ed5c7721e67d3
[ "Apache-2.0" ]
null
null
null
auto-lib/Paws/Shield/SummarizedAttackVector.pm
galenhuntington/aws-sdk-perl
13b775dcb5f0b3764f0a82f3679ed5c7721e67d3
[ "Apache-2.0" ]
1
2021-05-26T19:13:58.000Z
2021-05-26T19:13:58.000Z
auto-lib/Paws/Shield/SummarizedAttackVector.pm
galenhuntington/aws-sdk-perl
13b775dcb5f0b3764f0a82f3679ed5c7721e67d3
[ "Apache-2.0" ]
null
null
null
package Paws::Shield::SummarizedAttackVector; use Moose; has VectorCounters => (is => 'ro', isa => 'ArrayRef[Paws::Shield::SummarizedCounter]'); has VectorType => (is => 'ro', isa => 'Str', required => 1); 1; ### main pod documentation begin ### =head1 NAME Paws::Shield::SummarizedAttackVector =head1 USAGE T...
25.52381
107
0.736318
eda0e462ce3aa3ab447f71c037c253c0bbfda9ec
3,229
pl
Perl
Scripts/BlastPairwise.AAsubs.pl
tkiryuti/enveomics-R-doc-updates
e0571579a2c254765ff745da43d7b2ac7e537bc9
[ "Artistic-2.0" ]
29
2015-01-30T04:59:04.000Z
2022-03-19T12:29:04.000Z
Scripts/BlastPairwise.AAsubs.pl
tkiryuti/enveomics-R-doc-updates
e0571579a2c254765ff745da43d7b2ac7e537bc9
[ "Artistic-2.0" ]
38
2015-07-22T16:05:29.000Z
2021-04-03T06:24:32.000Z
Scripts/BlastPairwise.AAsubs.pl
tkiryuti/enveomics-R-doc-updates
e0571579a2c254765ff745da43d7b2ac7e537bc9
[ "Artistic-2.0" ]
33
2015-01-30T04:59:05.000Z
2022-03-19T12:29:10.000Z
#!/usr/bin/env perl # # @authors Konstantinos Konstantinidis (initial version) # modified to work with the BLASTp 2.2.25+ m0 output by # Despina Tsementzi & Luis M. Rodriguez-R # @updated Dec-21-2015 # $/ = "Lambda "; use strict; my %hash_depth; my @query; my @subject; my @similarity; my $leng...
31.349515
93
0.562403
ed5e5a9a27fc663f0a35ddc7d6f37d7a7fceba58
6,354
t
Perl
t/11-cluster.t
sestaton/Transposome
e615866e43cb5e7046a53cc617792c64e030bd1e
[ "MIT" ]
31
2015-01-13T02:03:20.000Z
2021-03-24T20:12:03.000Z
t/11-cluster.t
sestaton/Transposome
e615866e43cb5e7046a53cc617792c64e030bd1e
[ "MIT" ]
33
2015-02-09T04:25:24.000Z
2022-03-30T23:11:55.000Z
t/11-cluster.t
sestaton/Transposome
e615866e43cb5e7046a53cc617792c64e030bd1e
[ "MIT" ]
5
2015-02-25T13:54:56.000Z
2018-06-14T09:29:43.000Z
use 5.010; use strict; use warnings; use File::Spec; use File::Basename; use File::Path qw(make_path remove_tree); use Module::Path qw(module_path); use Transposome::PairFinder; use Transposome::Cluster; use Transposome::SeqUtil; use aliased 'Transposome::Test::TestFixture'; use Test::More 'no_plan'; my $seqfile = ...
30.548077
100
0.576487
ed8a22bb977e5a99c5e2f549eaa4a4f6162c7a12
4,950
pm
Perl
modules/Bio/EnsEMBL/Utils/Converter/bio_ens_featurePair.pm
Anacode/ensembl
d3cfe97706ed1d38ee6b561198dd592c9f4ea2ee
[ "Apache-2.0" ]
null
null
null
modules/Bio/EnsEMBL/Utils/Converter/bio_ens_featurePair.pm
Anacode/ensembl
d3cfe97706ed1d38ee6b561198dd592c9f4ea2ee
[ "Apache-2.0" ]
null
null
null
modules/Bio/EnsEMBL/Utils/Converter/bio_ens_featurePair.pm
Anacode/ensembl
d3cfe97706ed1d38ee6b561198dd592c9f4ea2ee
[ "Apache-2.0" ]
null
null
null
=head1 LICENSE Copyright [1999-2013] 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...
30.182927
100
0.670505
edb0601f73b0ec4f03ea725a25f61903e391b994
2,152
t
Perl
t/150_post_form.t
gitpan/HTTP-Tiny
f7df8d3fe17adcab0c06260ae18c670119df7d6c
[ "Artistic-1.0" ]
null
null
null
t/150_post_form.t
gitpan/HTTP-Tiny
f7df8d3fe17adcab0c06260ae18c670119df7d6c
[ "Artistic-1.0" ]
null
null
null
t/150_post_form.t
gitpan/HTTP-Tiny
f7df8d3fe17adcab0c06260ae18c670119df7d6c
[ "Artistic-1.0" ]
null
null
null
#!perl use strict; use warnings; use open IN => ':raw'; use File::Basename; use Test::More 0.88; use t::Util qw[tmpfile rewind slurp monkey_patch dir_list parse_case set_socket_source sort_headers $CRLF $LF]; use HTTP::Tiny; BEGIN { monkey_patch() } for my $file ( dir_list("corpus", qr/^form/ ) ...
25.317647
82
0.550186
eda0d029a20556cd8e70a532f06285fb434b3c75
5,674
pm
Perl
modules/Bio/EnsEMBL/Hive/Examples/Kmer/RunnableDB/CountKmers.pm
kiwiroy/ensembl-hive
d4b860d9bd0e185328b97223023eabc16539afe8
[ "Apache-2.0" ]
null
null
null
modules/Bio/EnsEMBL/Hive/Examples/Kmer/RunnableDB/CountKmers.pm
kiwiroy/ensembl-hive
d4b860d9bd0e185328b97223023eabc16539afe8
[ "Apache-2.0" ]
null
null
null
modules/Bio/EnsEMBL/Hive/Examples/Kmer/RunnableDB/CountKmers.pm
kiwiroy/ensembl-hive
d4b860d9bd0e185328b97223023eabc16539afe8
[ "Apache-2.0" ]
null
null
null
=pod =head1 NAME Bio::EnsEMBL::Hive::Examples::Kmer::RunnableDB::CountKmers =head1 SYNOPSIS Please refer to Bio::EnsEMBL::Hive::Examples::Kmer::PipeConfig::Kmer_conf pipeline configuration file to understand how this particular example pipeline is configured and ran. =head1 DESCRIPTION 'Bio::EnsEM...
33.77381
172
0.685583
ed050d58f6d4fc9bccf70656033cf36e63f950db
3,203
pl
Perl
SNPs_dataset/final_dataset/final_ds.pl
katnastou/VGICs
5e93b47d7f18773ff49ae5c9857bd55f95e7b111
[ "MIT" ]
null
null
null
SNPs_dataset/final_dataset/final_ds.pl
katnastou/VGICs
5e93b47d7f18773ff49ae5c9857bd55f95e7b111
[ "MIT" ]
null
null
null
SNPs_dataset/final_dataset/final_ds.pl
katnastou/VGICs
5e93b47d7f18773ff49ae5c9857bd55f95e7b111
[ "MIT" ]
null
null
null
#!usr/bin/perl -w open (IN,'clinvar_ds.txt'); open (IN1,'uniprot_ds.txt'); #CACNA1A O00555 I 1810 L Pathogenic #CACNA1A O00555 R 1661 H Pathogenic while (<IN>) { if ($_=~/(\S+\t\S+\t\w{1}\t\d+\t\w{1}).*/) { push (@all, $_);#ολη η γραμμη σαν value του πινακα push (@clinvar, $1);#εδω δεν τραβαμε το clinical signi...
30.504762
208
0.6803
ed731ee82f96051d88b96933fc1994a843dd3a22
2,493
pm
Perl
lib/Test2/Require/Module.pm
robkinyon/Test2-Suite
c98b641b0c7e5366e281c9f9a81ea258778783f2
[ "Artistic-1.0" ]
null
null
null
lib/Test2/Require/Module.pm
robkinyon/Test2-Suite
c98b641b0c7e5366e281c9f9a81ea258778783f2
[ "Artistic-1.0" ]
null
null
null
lib/Test2/Require/Module.pm
robkinyon/Test2-Suite
c98b641b0c7e5366e281c9f9a81ea258778783f2
[ "Artistic-1.0" ]
null
null
null
package Test2::Require::Module; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '0.000119'; use Test2::Util qw/pkg_to_file/; sub skip { my $class = shift; my ($module, $ver) = @_; return "Module '$module' is not installed" unless check_installed($module); return undef u...
21.868421
79
0.691937
ed8a1b7953a887af0eecb5cb8c73de1bd9fc7488
20
t
Perl
plugins/robots/generators/trik/trikQtsGeneratorLibrary/templates/switch/default.t
AlekseiPrivalihin/trik-studio
d19246f7a71306d1f847eee137a7bcd2ac67186f
[ "Apache-2.0" ]
39
2015-01-26T16:18:43.000Z
2021-12-20T23:36:41.000Z
plugins/robots/generators/trik/trikQtsGeneratorLibrary/templates/switch/default.t
AlekseiPrivalihin/trik-studio
d19246f7a71306d1f847eee137a7bcd2ac67186f
[ "Apache-2.0" ]
1,248
2019-02-21T19:32:09.000Z
2022-03-29T16:50:04.000Z
plugins/robots/generators/trik/trikQtsGeneratorLibrary/templates/switch/default.t
AlekseiPrivalihin/trik-studio
d19246f7a71306d1f847eee137a7bcd2ac67186f
[ "Apache-2.0" ]
58
2015-03-03T12:57:28.000Z
2020-05-09T15:54:42.000Z
} else { @@BODY@@ }
5
8
0.4
edb66bf3149d48c6423d9d434e2d328a66eb971a
19
pl
Perl
egs/wsj/s5/utils/lang/validate_lang.pl
mianmian3/kaldi
47f14cbf5de70f9832bbf1a116b43f9beb090d27
[ "Apache-2.0" ]
805
2018-05-28T02:32:04.000Z
2022-03-26T09:13:12.000Z
egs/wsj/s5/utils/lang/validate_lang.pl
mianmian3/kaldi
47f14cbf5de70f9832bbf1a116b43f9beb090d27
[ "Apache-2.0" ]
59
2021-02-26T21:37:03.000Z
2022-03-24T16:57:12.000Z
egs/wsj/s5/utils/lang/validate_lang.pl
mianmian3/kaldi
47f14cbf5de70f9832bbf1a116b43f9beb090d27
[ "Apache-2.0" ]
267
2018-06-07T08:33:28.000Z
2022-03-30T12:18:33.000Z
../validate_lang.pl
19
19
0.789474
ed790253927d80870aa4a94229575b8a83d8c2c0
5,325
pl
Perl
perl/vendor/lib/auto/share/dist/DateTime-Locale/es-HN.pl
Light2027/OnlineCampusSandbox
8dcaaf62af1342470f9e7be6d42bd0f16eb910b8
[ "Apache-2.0" ]
null
null
null
perl/vendor/lib/auto/share/dist/DateTime-Locale/es-HN.pl
Light2027/OnlineCampusSandbox
8dcaaf62af1342470f9e7be6d42bd0f16eb910b8
[ "Apache-2.0" ]
3
2021-01-27T10:09:28.000Z
2021-05-11T21:20:12.000Z
perl/vendor/lib/auto/share/dist/DateTime-Locale/es-HN.pl
Light2027/OnlineCampusSandbox
8dcaaf62af1342470f9e7be6d42bd0f16eb910b8
[ "Apache-2.0" ]
null
null
null
{ am_pm_abbreviated => [ "a.\N{U+00a0}m.", "p.\N{U+00a0}m.", ], available_formats => { Bh => "h B", Bhm => "h:mm B", Bhms => "h:mm:ss B", E => "ccc", EBhm => "E h:mm B", EBhms => "E h:mm:ss B", EHm => "E, HH:mm", EHms => "E, HH:mm:ss", Ed => "E d", Ehm => "E, h:mm a...
18.684211
51
0.445258
ed565f84dc6caa08d5f2b674c996a307f7c3091b
2,278
pl
Perl
script/enjusync/get-statusfile.pl
MiraitSystems/enju_trunk
05ec8eb2d8c8e76ec33269925aac97b78c1431ca
[ "MIT" ]
null
null
null
script/enjusync/get-statusfile.pl
MiraitSystems/enju_trunk
05ec8eb2d8c8e76ec33269925aac97b78c1431ca
[ "MIT" ]
null
null
null
script/enjusync/get-statusfile.pl
MiraitSystems/enju_trunk
05ec8eb2d8c8e76ec33269925aac97b78c1431ca
[ "MIT" ]
1
2018-12-12T08:57:51.000Z
2018-12-12T08:57:51.000Z
eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' if 0; my $pname = $0; $pname =~ s/.*\/(.*)/$1/s; # プログラム名取得 # # ステータスファイル受信処理 # # get-statusfile.pl # use strict; use vars qw/$opt_d/; use vars qw/$BucketDir $RecvDir $StatFileDir $LockFile/; use Getopt::Std; use Net::FTP; use Cwd; my $debug = 0; getopts('d'); if ( $opt_d )...
19.142857
93
0.593942
ed44445c6ee9c7568d40f7d677f847fb41df9a32
91
t
Perl
test/files/44-auth-basic-invalid.t
jferrant/libhtp
aff5fb54b5eaca4b82a097a6efc4c421c0962a15
[ "BSD-3-Clause" ]
203
2015-01-31T16:16:00.000Z
2022-03-08T07:09:36.000Z
test/files/44-auth-basic-invalid.t
jferrant/libhtp
aff5fb54b5eaca4b82a097a6efc4c421c0962a15
[ "BSD-3-Clause" ]
167
2015-02-18T13:20:05.000Z
2022-03-16T08:58:15.000Z
test/files/44-auth-basic-invalid.t
jferrant/libhtp
aff5fb54b5eaca4b82a097a6efc4c421c0962a15
[ "BSD-3-Clause" ]
96
2015-01-02T19:51:54.000Z
2022-03-11T02:17:12.000Z
>>> GET / HTTP/1.0 Host: www.example.com Authorization: Basic notBase64:EncodedStuff
15.166667
44
0.714286
ed49384c02d042e4524e9b9ff06f18aa40bf08e2
2,734
pm
Perl
perl/vendor/lib/IO/All/Filesys.pm
ifleeyo180/VspriteMoodleWebsite
38baa924829c83808d2c87d44740ff365927a646
[ "Apache-2.0" ]
2
2021-01-15T03:18:15.000Z
2021-01-15T04:16:18.000Z
perl/vendor/lib/IO/All/Filesys.pm
ifleeyo180/VspriteMoodleWebsite
38baa924829c83808d2c87d44740ff365927a646
[ "Apache-2.0" ]
6
2021-11-18T00:39:48.000Z
2021-11-20T00:31:40.000Z
perl/vendor/lib/IO/All/Filesys.pm
ifleeyo180/VspriteMoodleWebsite
38baa924829c83808d2c87d44740ff365927a646
[ "Apache-2.0" ]
1
2021-01-15T03:18:16.000Z
2021-01-15T03:18:16.000Z
use strict; use warnings; package IO::All::Filesys; use IO::All::Base -base; use Fcntl qw(:flock); my %spec_map = ( unix => 'Unix', win32 => 'Win32', vms => 'VMS', mac => 'Mac', os2 => 'OS2', ); sub os { my ($self, $type) = @_; my ($v, $d, $f) = $self->_spec_class->splitpath($self-...
20.402985
67
0.561083
edad0a7283504597ea31a4a306942b379aefd73f
7,462
pm
Perl
apps/vmware/connector/mode/thinprovisioningvm.pm
centreon-lab/centreon-plugins
68096c697a9e1baf89a712674a193d9a9321503c
[ "Apache-2.0" ]
null
null
null
apps/vmware/connector/mode/thinprovisioningvm.pm
centreon-lab/centreon-plugins
68096c697a9e1baf89a712674a193d9a9321503c
[ "Apache-2.0" ]
null
null
null
apps/vmware/connector/mode/thinprovisioningvm.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...
36.4
232
0.574645
edc084ccb930aa042592f5cc4de6557fefa4958e
1,613
t
Perl
dist/scripts/io/imagewrite.t
PyryM/truss
4ad0b098dc7c946bf4f9fdedc68a18ded199e6b2
[ "MIT" ]
3
2016-09-25T01:12:52.000Z
2018-04-20T07:09:30.000Z
dist/scripts/io/imagewrite.t
PyryM/truss
4ad0b098dc7c946bf4f9fdedc68a18ded199e6b2
[ "MIT" ]
16
2016-06-11T23:32:43.000Z
2021-06-12T14:35:26.000Z
dist/scripts/io/imagewrite.t
PyryM/truss
4ad0b098dc7c946bf4f9fdedc68a18ded199e6b2
[ "MIT" ]
3
2016-10-01T01:12:16.000Z
2021-03-19T15:41:29.000Z
-- io/imagewrite.t -- -- basic (pure lua/terra) image writing uncompressed images local m = {} struct m.TGAHeader { idlength: uint8; colourmaptype: uint8; datatypecode: uint8; nonsense: uint8[5]; x_origin: uint16; y_origin: uint16; width: uint16; height: uint16; bitsperpixel: uint8; imagedescripto...
24.815385
68
0.682579
edae5f3ec8d6453be8ee36d10fe8b2338f921c26
36,894
pm
Perl
src/Math-Random-0.69/Random.pm
biologic/stylus
ae642bbb7e2205bab1ab1b4703ea037e996e13db
[ "Apache-2.0" ]
null
null
null
src/Math-Random-0.69/Random.pm
biologic/stylus
ae642bbb7e2205bab1ab1b4703ea037e996e13db
[ "Apache-2.0" ]
null
null
null
src/Math-Random-0.69/Random.pm
biologic/stylus
ae642bbb7e2205bab1ab1b4703ea037e996e13db
[ "Apache-2.0" ]
null
null
null
package Math::Random; use strict; use Carp; use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $AUTOLOAD); require Exporter; require DynaLoader; require AutoLoader; @ISA = qw(Exporter DynaLoader); $VERSION = '0.69'; @EXPORT = qw(random_normal random_permutation random_permuted_index rando...
32.765542
79
0.650675
73f1f777996bdc48db5eee79beff756c5399a37d
17,041
pl
Perl
ecmd-core/bin/ecmdsetup.pl
thejta/eCMD
702b73948e64a38a5a48e83106d1c79860180cbb
[ "Apache-2.0" ]
null
null
null
ecmd-core/bin/ecmdsetup.pl
thejta/eCMD
702b73948e64a38a5a48e83106d1c79860180cbb
[ "Apache-2.0" ]
null
null
null
ecmd-core/bin/ecmdsetup.pl
thejta/eCMD
702b73948e64a38a5a48e83106d1c79860180cbb
[ "Apache-2.0" ]
null
null
null
#!/usr/bin/perl # File ecmdsetup.pl created by Jason Albert,6A5244 at 13:50:19 on Fri May 13 2005. # Why wouldn't you use strict??? use strict; use Cwd 'chdir'; ########################################################################## # Figure out where the user is calling this script from # # return value my $rc =...
33.08932
127
0.514582
73ee559bafc491308f947aef3263e706c8be1c7a
9,371
pl
Perl
bin/build_chromosome_synonyms.pl
Ensembl/format-transcriber
3b53430efe1458a477b35f33b99cdbd89d9f13b3
[ "Apache-2.0" ]
2
2017-01-27T08:43:46.000Z
2019-04-23T06:05:30.000Z
bin/build_chromosome_synonyms.pl
Ensembl/format-transcriber
3b53430efe1458a477b35f33b99cdbd89d9f13b3
[ "Apache-2.0" ]
5
2018-02-19T13:59:27.000Z
2021-01-21T10:06:30.000Z
bin/build_chromosome_synonyms.pl
Ensembl/format-transcriber
3b53430efe1458a477b35f33b99cdbd89d9f13b3
[ "Apache-2.0" ]
1
2017-12-04T15:22:51.000Z
2017-12-04T15:22:51.000Z
#!/bin/env perl # Copyright [1999-2016] 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.a...
28.39697
123
0.644435
edb74a2b8753bc3b9b20f14ae96b4454b71c2ccb
3,041
t
Perl
t/analysis_tiddit_coverage.t
Clinical-Genomics/MIP
db2e89fec2674f5c12dbf6ec89eba181433fc742
[ "MIT" ]
22
2017-09-04T07:50:54.000Z
2022-01-01T20:41:45.000Z
t/analysis_tiddit_coverage.t
Clinical-Genomics/MIP
db2e89fec2674f5c12dbf6ec89eba181433fc742
[ "MIT" ]
834
2017-09-05T07:18:38.000Z
2022-03-31T15:27:49.000Z
t/analysis_tiddit_coverage.t
Clinical-Genomics/MIP
db2e89fec2674f5c12dbf6ec89eba181433fc742
[ "MIT" ]
11
2017-09-12T10:53:30.000Z
2021-11-30T01:40:49.000Z
#!/usr/bin/env perl use 5.026; use Carp; use charnames qw{ :full :short }; use English qw{ -no_match_vars }; use File::Basename qw{ dirname }; use File::Spec::Functions qw{ catdir catfile }; use FindBin qw{ $Bin }; use open qw{ :encoding(UTF-8) :std }; use Params::Check qw{ allow check last_error }; use Test::More; us...
26.911504
90
0.627754
ed5b3819097c82ec2873240f25009c5a0944fdd5
2,710
t
Perl
T1/t/t20oo.t
andk/imager
91aa1a92653c3d6702840519f0f068b9069fb231
[ "Adobe-2006", "Adobe-Glyph" ]
11
2015-01-31T00:18:26.000Z
2021-12-23T15:00:04.000Z
T1/t/t20oo.t
andk/imager
91aa1a92653c3d6702840519f0f068b9069fb231
[ "Adobe-2006", "Adobe-Glyph" ]
465
2020-12-20T04:18:47.000Z
2022-01-25T01:38:28.000Z
T1/t/t20oo.t
andk/imager
91aa1a92653c3d6702840519f0f068b9069fb231
[ "Adobe-2006", "Adobe-Glyph" ]
6
2016-06-30T14:19:26.000Z
2021-09-07T13:04:08.000Z
#!/usr/bin/perl -w use strict; use Imager; use Imager::Test qw(isnt_image); use Test::More tests => 14; # extracted from t/t36oofont.t my $fontname_pfb = "fontfiles/dcr10.pfb"; my $green=Imager::Color->new(92,205,92,128); die $Imager::ERRSTR unless $green; my $red=Imager::Color->new(205, 92, 92, 255); die $Imager::E...
28.526316
75
0.593358
eda7724b532c162ed90ee5e98d8ea0909d6db251
109,808
pm
Perl
clients/perl/generated/lib/WWW/OpenAPIClient/BlueOceanApi.pm
cliffano/jenkins-api-clients-generator
522d02b3a130a29471df5ec1d3d22c822b3d0813
[ "MIT" ]
null
null
null
clients/perl/generated/lib/WWW/OpenAPIClient/BlueOceanApi.pm
cliffano/jenkins-api-clients-generator
522d02b3a130a29471df5ec1d3d22c822b3d0813
[ "MIT" ]
null
null
null
clients/perl/generated/lib/WWW/OpenAPIClient/BlueOceanApi.pm
cliffano/jenkins-api-clients-generator
522d02b3a130a29471df5ec1d3d22c822b3d0813
[ "MIT" ]
null
null
null
=begin comment Swaggy Jenkins Jenkins API clients generated from Swagger / Open API specification The version of the OpenAPI document: 1.1.2-pre.0 Contact: blah@cliffano.com Generated by: https://openapi-generator.tech =end comment =cut # # NOTE: This class is auto generated by OpenAPI Generator (https://openapi-...
31.320023
135
0.596122