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
73db3ca9b577bc7bccfe3eda6f59b4f89672f545
78
pl
Perl
perl/src/until.pl
hebostary/notes
b8aeebab4c80e80f0e5c322f29389b90772bc834
[ "Unlicense" ]
null
null
null
perl/src/until.pl
hebostary/notes
b8aeebab4c80e80f0e5c322f29389b90772bc834
[ "Unlicense" ]
null
null
null
perl/src/until.pl
hebostary/notes
b8aeebab4c80e80f0e5c322f29389b90772bc834
[ "Unlicense" ]
null
null
null
#!/usr/bin/perl $a = 0; until($a == 10){ print "$a\n"; $a = $a + 2; }
11.142857
17
0.384615
73e4208cbe0bafc941b69de4f2da987e1d0da347
263
pl
Perl
MCA/5th Sem/Theory & Practical/Compiler Design/CDPractical/cd/FINAL/unknown_user's_files/barna/del_2.pl
peace-shillong/Computer-Applications-Theory-and-Practical-Part-2
fecab1b992fde6b7e0bdb7e93077725090b92d9b
[ "MIT" ]
null
null
null
MCA/5th Sem/Theory & Practical/Compiler Design/CDPractical/cd/FINAL/unknown_user's_files/barna/del_2.pl
peace-shillong/Computer-Applications-Theory-and-Practical-Part-2
fecab1b992fde6b7e0bdb7e93077725090b92d9b
[ "MIT" ]
null
null
null
MCA/5th Sem/Theory & Practical/Compiler Design/CDPractical/cd/FINAL/unknown_user's_files/barna/del_2.pl
peace-shillong/Computer-Applications-Theory-and-Practical-Part-2
fecab1b992fde6b7e0bdb7e93077725090b92d9b
[ "MIT" ]
null
null
null
#!/usr/bin/perl print"Enter a file nhame:\t"; chomp($a=<STDIN>); open(IN,"$a"); print"Enter the word\n"; chomp($w=<STDIN>); open(OUT,">b.txt"); while($file=<IN>) { if(!($file=~ m/$w/)) { print OUT $file; } } unlink $a; rename "b.txt", $a; unlink "b.txt";
12.52381
29
0.562738
ed055cad7619ea84055b1bab4485a9d2f5aa4098
1,239
pm
Perl
genoverse/modules/EnsEMBL/Draw/GlyphSet/_variation.pm
at7/public-plugins
189ef46fe2567a7999c216505a9f543eeb4ecfb1
[ "Apache-2.0" ]
null
null
null
genoverse/modules/EnsEMBL/Draw/GlyphSet/_variation.pm
at7/public-plugins
189ef46fe2567a7999c216505a9f543eeb4ecfb1
[ "Apache-2.0" ]
null
null
null
genoverse/modules/EnsEMBL/Draw/GlyphSet/_variation.pm
at7/public-plugins
189ef46fe2567a7999c216505a9f543eeb4ecfb1
[ "Apache-2.0" ]
null
null
null
=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...
37.545455
166
0.706215
ed24fa1360fbae712c08179a57e32c945a75bb88
1,515
pm
Perl
pdu-perl-api/Raritan/RPC/net/EapSettings_2_0_0.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/net/EapSettings_2_0_0.pm
gregoa/raritan-pdu-json-rpc-sdk
76df982462742b97b52872aa34630140f5df7e58
[ "BSD-3-Clause" ]
null
null
null
pdu-perl-api/Raritan/RPC/net/EapSettings_2_0_0.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 Net.idl. use strict; package Raritan::RPC::net::EapSettings_2_0_0; sub encode { my ($in) = @_; my $encoded = {}; $encoded->{'identity'} = "$in->{'identity'}"; $encode...
36.95122
136
0.620462
ed429b3b5cd50c80aa08b134ab2fd7b363e4bedf
7,953
pm
Perl
lib/EnsEMBL/REST/Model/ga4gh/references.pm
nuno-agostinho/ensembl-rest
365c592c56656485c4a6d471d62be2953bccec29
[ "Apache-2.0" ]
null
null
null
lib/EnsEMBL/REST/Model/ga4gh/references.pm
nuno-agostinho/ensembl-rest
365c592c56656485c4a6d471d62be2953bccec29
[ "Apache-2.0" ]
null
null
null
lib/EnsEMBL/REST/Model/ga4gh/references.pm
nuno-agostinho/ensembl-rest
365c592c56656485c4a6d471d62be2953bccec29
[ "Apache-2.0" ]
null
null
null
=head Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute Copyright [2016-2022] 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 ...
28.102473
175
0.627436
73d80d026ad80e8e381bff7032b50af5552fc066
2,567
pm
Perl
auto-lib/Paws/Quicksight/DescribeDataSet.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/DescribeDataSet.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/DescribeDataSet.pm
0leksii/aws-sdk-perl
b2132fe3c79a06fd15b6137e8a0eb628de722e0f
[ "Apache-2.0" ]
87
2015-04-22T06:29:47.000Z
2021-09-29T14:45:55.000Z
package Paws::Quicksight::DescribeDataSet; use Moose; has AwsAccountId => (is => 'ro', isa => 'Str', traits => ['ParamInURI'], uri_name => 'AwsAccountId', required => 1); has DataSetId => (is => 'ro', isa => 'Str', traits => ['ParamInURI'], uri_name => 'DataSetId', required => 1); use MooseX::ClassAttribute; ...
33.337662
249
0.7164
ed3e47b7286055973810cfbf637b090444a316fd
3,309
pm
Perl
auto-lib/Paws/GameLift/UpdateGameServer.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/GameLift/UpdateGameServer.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/GameLift/UpdateGameServer.pm
0leksii/aws-sdk-perl
b2132fe3c79a06fd15b6137e8a0eb628de722e0f
[ "Apache-2.0" ]
87
2015-04-22T06:29:47.000Z
2021-09-29T14:45:55.000Z
package Paws::GameLift::UpdateGameServer; use Moose; has GameServerData => (is => 'ro', isa => 'Str'); has GameServerGroupName => (is => 'ro', isa => 'Str', required => 1); has GameServerId => (is => 'ro', isa => 'Str', required => 1); has HealthCheck => (is => 'ro', isa => 'Str'); has UtilizationStatus =>...
32.441176
249
0.715926
73d1c2b2eba9ab386d424e6d89f7f5c8dd3a4d75
299
pl
Perl
JSON/complicate.pl
mkotoff/EPCIS
0c6e410aebfe0cdea6a3ccaeabc08ac49ac34258
[ "Apache-2.0" ]
null
null
null
JSON/complicate.pl
mkotoff/EPCIS
0c6e410aebfe0cdea6a3ccaeabc08ac49ac34258
[ "Apache-2.0" ]
null
null
null
JSON/complicate.pl
mkotoff/EPCIS
0c6e410aebfe0cdea6a3ccaeabc08ac49ac34258
[ "Apache-2.0" ]
null
null
null
#!perl -p -i s{https://gs1.github.io/EPCIS/epcis-context-simple.jsonld}{https://gs1.github.io/EPCIS/epcis-context.jsonld}; # s{urn:epcglobal:cbv:bizstep:}{}; # s{urn:epcglobal:cbv:disp:}{}; # s{urn:epcglobal:cbv:btt:}{}; # s{urn:epcglobal:cbv:sdt:}{}; # s{urn:epcglobal:cbv:er:}{}; # s{gs1:MT-}{};
29.9
109
0.655518
ed2b66a91d269941ce24691fedced16c47bee928
216
pl
Perl
cfg/cfg.d/z_theme.pl
eprintsug/bootstrap
708133642fc1cd7938f23cf076fd815391423d05
[ "MIT" ]
2
2015-09-06T22:10:37.000Z
2021-11-16T03:50:06.000Z
cfg/cfg.d/z_theme.pl
eprintsug/bootstrap
708133642fc1cd7938f23cf076fd815391423d05
[ "MIT" ]
19
2015-01-07T15:14:44.000Z
2017-10-06T13:18:33.000Z
cfg/cfg.d/z_theme.pl
eprintsug/bootstrap
708133642fc1cd7938f23cf076fd815391423d05
[ "MIT" ]
4
2015-03-13T14:11:08.000Z
2020-03-07T02:19:58.000Z
$c->{theme} ="bootstrap"; # To enable bootstrap login screen $c->{plugin_alias_map}->{"Screen::Login::Internal"} = "Screen::Login::BootstrapLogin"; $c->{plugin_alias_map}->{"Screen::Login::BootstrapLogin"} = undef;
36
86
0.699074
ed41a1536ba086dcc6950a59126fbfeb5dcda633
4,638
pm
Perl
vpn-gui/vpn_ipc.pm
privateon/PrivateOn-VPN
5c1081db6b45ecef9d58c5d3c1f3fa0d42c7e9b0
[ "Artistic-2.0" ]
null
null
null
vpn-gui/vpn_ipc.pm
privateon/PrivateOn-VPN
5c1081db6b45ecef9d58c5d3c1f3fa0d42c7e9b0
[ "Artistic-2.0" ]
2
2015-02-06T20:21:01.000Z
2016-03-05T07:22:53.000Z
vpn-gui/vpn_ipc.pm
privateon/PrivateOn-VPN
5c1081db6b45ecef9d58c5d3c1f3fa0d42c7e9b0
[ "Artistic-2.0" ]
8
2015-01-27T11:07:12.000Z
2020-01-21T08:17:44.000Z
package vpn_ipc; # # PrivateOn-VPN -- Because privacy matters. # # Copyright (C) 2014-2015 PrivateOn / Tietosuojakone Oy, Helsinki, Finland # All rights reserved. Use is subject to license terms. # # # vpn-gui/vpn_ipc.pm Communication from GUI to the backend daemon # use strict; use warnings; use English; us...
20.798206
95
0.635834
73f7cc415c691afdeb21ed01a4b64d64a8fc4832
34
t
Perl
plugins/robots/generators/iotik/iotikRuCGeneratorLibrary/templates_english/network/send.t
Victor-Y-Fadeev/qreal
2c7f14d5eb24753d4a7c038e13a3fa3026adce18
[ "Apache-2.0" ]
6
2017-07-03T13:55:35.000Z
2018-11-28T03:39:51.000Z
plugins/robots/generators/iotik/iotikRuCGeneratorLibrary/templates_english/network/send.t
Victor-Y-Fadeev/qreal
2c7f14d5eb24753d4a7c038e13a3fa3026adce18
[ "Apache-2.0" ]
27
2017-06-29T09:36:37.000Z
2017-11-25T14:50:04.000Z
plugins/robots/generators/iotik/iotikRuCGeneratorLibrary/templates_english/network/send.t
Victor-Y-Fadeev/qreal
2c7f14d5eb24753d4a7c038e13a3fa3026adce18
[ "Apache-2.0" ]
null
null
null
blynk_send(@@PORT@@, @@VALUE@@);
17
33
0.558824
ed066f21e7e4f633829933e2c2928b6582310f33
3,285
pm
Perl
examples/MSPDI/lib/MSPDI.pm
asandler/spdi
95ffde21b86934e395028aef8dc49ddd12f0e4ca
[ "MIT" ]
null
null
null
examples/MSPDI/lib/MSPDI.pm
asandler/spdi
95ffde21b86934e395028aef8dc49ddd12f0e4ca
[ "MIT" ]
null
null
null
examples/MSPDI/lib/MSPDI.pm
asandler/spdi
95ffde21b86934e395028aef8dc49ddd12f0e4ca
[ "MIT" ]
null
null
null
#!/usr/local/bin/perl use strict; my $warnings = 0; my $spdi_header = ""; my $spdi_points = ""; my $spdi_vectors = ""; my $spdi_regions = ""; my @mspdi_vectors = (); my @mspdi_points = (); my $mspdi_infile = ""; my $mspdi_outfile = ""; sub constraint { my ($name, $condition) = @_; if (!$conditi...
22.195946
110
0.598478
ed37fcd98cd8e2937d651525ed3e3ed40e4d5522
1,530
t
Perl
applications/emf/examples/1lignedeproduits/DemoStrategy.t
rewriting/tom
2918e95c78006f08a2a0919ef440413fa5c2342a
[ "BSD-3-Clause" ]
36
2016-02-19T12:09:49.000Z
2022-02-03T13:13:21.000Z
applications/emf/examples/1lignedeproduits/DemoStrategy.t
rewriting/tom
2918e95c78006f08a2a0919ef440413fa5c2342a
[ "BSD-3-Clause" ]
null
null
null
applications/emf/examples/1lignedeproduits/DemoStrategy.t
rewriting/tom
2918e95c78006f08a2a0919ef440413fa5c2342a
[ "BSD-3-Clause" ]
6
2017-11-30T17:07:10.000Z
2022-03-12T14:46:21.000Z
import org.eclipse.emf.common.util.*; import org.eclipse.emf.ecore.*; import ligneproduitstelephones.*; import tom.library.sl.*; class DemoStrategy { %include{ ligneproduitstelephonesmapping.tom } %include { sl.tom } public static void main(String[] args) { Telephone iphone =`Telephone("iPhone 3GS", nu...
28.333333
111
0.648366
73e1527d6836dc197885e0ffbbb33fcddac2fab6
59,284
pm
Perl
perl5/lib/perl5/DateTime/TimeZone/America/St_Johns.pm
jinnks/printevolve
8c54f130000cd6ded290f5905bdc2093d9f264da
[ "Apache-2.0" ]
null
null
null
perl5/lib/perl5/DateTime/TimeZone/America/St_Johns.pm
jinnks/printevolve
8c54f130000cd6ded290f5905bdc2093d9f264da
[ "Apache-2.0" ]
null
null
null
perl5/lib/perl5/DateTime/TimeZone/America/St_Johns.pm
jinnks/printevolve
8c54f130000cd6ded290f5905bdc2093d9f264da
[ "Apache-2.0" ]
null
null
null
# This file is auto-generated by the Perl DateTime Suite time zone # code generator (0.08) This code generator comes with the # DateTime::TimeZone module distribution in the tools/ directory # # Generated from /tmp/Kkk4myWbVM/northamerica. Olson data version 2020d # # Do not edit this file directly. # package DateTim...
27.107453
91
0.632768
73d666445ccea6454abb5f69a6e76bdd139eaf52
12,796
pm
Perl
lib/perl/TestMe/Tests/Tests.pm
DanielLazarov/test_me-server
67986712a6cc0c705eebcea6292edf6d032b3d19
[ "Apache-2.0" ]
null
null
null
lib/perl/TestMe/Tests/Tests.pm
DanielLazarov/test_me-server
67986712a6cc0c705eebcea6292edf6d032b3d19
[ "Apache-2.0" ]
null
null
null
lib/perl/TestMe/Tests/Tests.pm
DanielLazarov/test_me-server
67986712a6cc0c705eebcea6292edf6d032b3d19
[ "Apache-2.0" ]
null
null
null
package TestMe::Tests::Tests; use strict; use DBI; use Data::Dumper; use ErrorHandle::Error::Compact; use TestMe::Security::Security; sub getTests($) { my ($app) = @_; my $params = $$app{cgi}; ASSERT_USER( TestMe::Security::Security::verifySession($app, $$params{account_id}, $$params{sess...
27.400428
190
0.548296
73d438dc1ec2b39b4248ada880e8ffe4c88c0bcc
3,181
al
Perl
ChickenManagement v3 - (documents)/1_Tables/Egg. Production Header.al
srenders/AL-Demos
aa28f3886d9da005a35cc6272ef80744e7d4670f
[ "MIT" ]
9
2019-01-18T13:00:37.000Z
2021-03-26T02:47:21.000Z
ChickenManagement v3 - (documents)/1_Tables/Egg. Production Header.al
srenders/AL-Demos
aa28f3886d9da005a35cc6272ef80744e7d4670f
[ "MIT" ]
null
null
null
ChickenManagement v3 - (documents)/1_Tables/Egg. Production Header.al
srenders/AL-Demos
aa28f3886d9da005a35cc6272ef80744e7d4670f
[ "MIT" ]
11
2018-06-04T21:33:41.000Z
2021-11-23T00:30:07.000Z
table 50126 "Egg. Production Header" { // version EXT001 fields { field(1;"No.";Code[20]) { trigger OnValidate(); begin IF "No." <> xRec."No." THEN BEGIN ChickenSetup.GET; NoSeriesManagement.TestManual(ChickenSetup."Egg. Production Nos."); "No. Series" ...
23.917293
137
0.621503
ed3ea376549f0c2245a81cf77ba688d3c46f29e9
55,725
pm
Perl
lib/DateTime/TimeZone/Europe/London.pm
gitpan/DateTime-TimeZone
bc96bd18bca94fdce254c0e457046a4034599db1
[ "Artistic-1.0" ]
null
null
null
lib/DateTime/TimeZone/Europe/London.pm
gitpan/DateTime-TimeZone
bc96bd18bca94fdce254c0e457046a4034599db1
[ "Artistic-1.0" ]
null
null
null
lib/DateTime/TimeZone/Europe/London.pm
gitpan/DateTime-TimeZone
bc96bd18bca94fdce254c0e457046a4034599db1
[ "Artistic-1.0" ]
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 /home/autarch/projects/DateTime/data/Olson/2014j/europe. Olson data version 2014j # # Do not edit this file ...
26.829562
99
0.632266
73e4823099b7c0f1a669b9fdf8d3f07bd962c57c
1,606
pm
Perl
perl/lib/AmiGO/External/HTML/Wiki/GOLD.pm
nathandunn/amigo
7b0059fb044c695a8786cd0caa7cb5980c1e1a40
[ "BSD-3-Clause" ]
24
2015-02-10T16:52:05.000Z
2021-08-12T22:21:47.000Z
perl/lib/AmiGO/External/HTML/Wiki/GOLD.pm
nathandunn/amigo
7b0059fb044c695a8786cd0caa7cb5980c1e1a40
[ "BSD-3-Clause" ]
488
2015-01-29T23:29:59.000Z
2022-03-31T19:58:45.000Z
perl/lib/AmiGO/External/HTML/Wiki/GOLD.pm
nathandunn/amigo
7b0059fb044c695a8786cd0caa7cb5980c1e1a40
[ "BSD-3-Clause" ]
11
2015-10-27T22:15:07.000Z
2021-12-21T21:57:25.000Z
=head1 AmiGO::External::HTML::Wiki::GOLD Defines a specific interface to contact the GO SQL examples page. Usage: use AmiGO::External::HTML::Wiki::GOLD; $x = AmiGO::External::HTML::Wiki::GOLD->new(); print scalar(@{$x->extract_sql()}); print ${$x->extract()}[0]->{title}; print ${$x->extract()}[0]->{value}; =cut use...
18.45977
135
0.585928
73de79e15454f5288be7cb18109c2c8a5bece956
30
pl
Perl
messitup.pl
trevortomesh/salmonnella
3810becb2f1cff3bfaed561ddc9fc5afecb2e1cd
[ "Unlicense" ]
null
null
null
messitup.pl
trevortomesh/salmonnella
3810becb2f1cff3bfaed561ddc9fc5afecb2e1cd
[ "Unlicense" ]
null
null
null
messitup.pl
trevortomesh/salmonnella
3810becb2f1cff3bfaed561ddc9fc5afecb2e1cd
[ "Unlicense" ]
null
null
null
This will mess everything up!
15
29
0.8
ed2ccd4277d302483989c925bf1f91371c944d01
4,063
t
Perl
share/doc/smm/18.net/e.t
weiss/original-bsd
b44636d7febc9dcf553118bd320571864188351d
[ "Unlicense" ]
114
2015-01-18T22:55:52.000Z
2022-02-17T10:45:02.000Z
share/doc/smm/18.net/e.t
JamesLinus/original-bsd
b44636d7febc9dcf553118bd320571864188351d
[ "Unlicense" ]
null
null
null
share/doc/smm/18.net/e.t
JamesLinus/original-bsd
b44636d7febc9dcf553118bd320571864188351d
[ "Unlicense" ]
29
2015-11-03T22:05:22.000Z
2022-02-08T15:36:37.000Z
.\" Copyright (c) 1983, 1986, 1993 .\" The Regents of the University of California. All rights reserved. .\" .\" %sccs.include.redist.roff% .\" .\" @(#)e.t 8.1 (Berkeley) 06/08/93 .\" .nr H2 1 .\".ds RH "Trailer protocols .br .ne 2i .NH \s+2Trailer protocols\s0 .PP Core to core copies can be expensive. Consequently, a...
39.067308
70
0.795471
ed11061c5b675da8c545aa7138f889fd32f96956
302
pm
Perl
pdu-perl-api/Raritan/RPC/pdumodel/Pdu_4_1_5/StartupState.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/pdumodel/Pdu_4_1_5/StartupState.pm
gregoa/raritan-pdu-json-rpc-sdk
76df982462742b97b52872aa34630140f5df7e58
[ "BSD-3-Clause" ]
null
null
null
pdu-perl-api/Raritan/RPC/pdumodel/Pdu_4_1_5/StartupState.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 Pdu.idl. use strict; package Raritan::RPC::pdumodel::Pdu_4_1_5::StartupState; use constant SS_ON => 0; use constant SS_OFF => 1; use constant SS_LASTKNOWN => 2; 1;
18.875
56
0.735099
ed2abc8bfb2177590a96967d41bfd46054f10911
338
pl
Perl
imsane/external/matlabmesh/data/pointsets/surfelmean.pl
K-D-Gallagher/eye-patterning
fef5ba1e4fa90f01b55b67c74bf429c6c873acc1
[ "MIT" ]
null
null
null
imsane/external/matlabmesh/data/pointsets/surfelmean.pl
K-D-Gallagher/eye-patterning
fef5ba1e4fa90f01b55b67c74bf429c6c873acc1
[ "MIT" ]
null
null
null
imsane/external/matlabmesh/data/pointsets/surfelmean.pl
K-D-Gallagher/eye-patterning
fef5ba1e4fa90f01b55b67c74bf429c6c873acc1
[ "MIT" ]
null
null
null
open FILE,$ARGV[0]; $sumx = 0; $sumy = 0; $sumz = 0; $count = 0; while (<FILE>) { $line = $_; @data = split /\s+/,$line; $sumx += $data[0]; $sumy += $data[1]; $sumz += $data[2]; $count++; } $sumx /= $count; $sumy /= $count; $sumz /= $count; print "$count surfels, mean $sumx...
16.095238
50
0.45858
ed3a17bbe1363007b98b4ee4d523bad1cfee7761
398
pl
Perl
lib/utfcpp/v2_0/buildrelease.pl
jadler/ledger
ed5886921bcce0d1a261a37aa83bf135259b7d21
[ "BSD-3-Clause" ]
3,509
2015-01-01T11:47:51.000Z
2022-03-30T09:22:43.000Z
lib/utfcpp/v2_0/buildrelease.pl
jadler/ledger
ed5886921bcce0d1a261a37aa83bf135259b7d21
[ "BSD-3-Clause" ]
651
2015-01-09T16:18:10.000Z
2022-03-26T23:52:00.000Z
lib/utfcpp/v2_0/buildrelease.pl
jadler/ledger
ed5886921bcce0d1a261a37aa83bf135259b7d21
[ "BSD-3-Clause" ]
440
2015-01-02T21:28:11.000Z
2022-03-25T05:38:08.000Z
#! /usr/bin/perl $release_files = 'source/utf8.h source/utf8/core.h source/utf8/checked.h source/utf8/unchecked.h doc/utf8cpp.html doc/ReleaseNotes'; # First get the latest version `svn update`; # Then construct the name of the zip file $argc = @ARGV; if ($argc > 0) { $zip_name = $ARGV[0]; } else { $zip_nam...
20.947368
133
0.680905
73f944ecb14afce067b04568aa391eaf0a869ce8
528
pl
Perl
codetest.pl
atrsoftgmbh/mailclient-transfer
f53bf73dab5fc8a50f17217e1edebdf9865da252
[ "Apache-2.0" ]
1
2018-05-03T22:52:47.000Z
2018-05-03T22:52:47.000Z
codetest.pl
atrsoftgmbh/mailclient-transfer
f53bf73dab5fc8a50f17217e1edebdf9865da252
[ "Apache-2.0" ]
null
null
null
codetest.pl
atrsoftgmbh/mailclient-transfer
f53bf73dab5fc8a50f17217e1edebdf9865da252
[ "Apache-2.0" ]
null
null
null
sub printout { my $m = shift; for (my $i = $m->{hstart}; $i <= $m->{bend} ; ++$i) { print $m->{text} -> [$i]; } } sub checkfedoralist { my $ret = 0; my $c = shift; # the candidate line, speeds up my $mail_r = shift ; # the whole mail my $s = shift ; # the matcher itself my $cn...
15.529412
66
0.520833
ed1e935edad7e91ede690889d72b5940f971654d
14,862
pl
Perl
Results/abd_eva/TD_E/npn.spacy_lg/r200,c20_ab,ch,cKB,cT,p123.ans_KB.pl
kovvalsky/prove_SICK_NL
bc6b4d9b0865e6a82c782fa5a226947d1c0d63e6
[ "MIT" ]
2
2021-12-09T08:52:14.000Z
2022-02-10T14:11:54.000Z
Results/abd_eva/TD_E/npn.spacy_lg/r200,c20_ab,ch,cKB,cT,p123.ans_KB.pl
kovvalsky/prove_SICK_NL
bc6b4d9b0865e6a82c782fa5a226947d1c0d63e6
[ "MIT" ]
null
null
null
Results/abd_eva/TD_E/npn.spacy_lg/r200,c20_ab,ch,cKB,cT,p123.ans_KB.pl
kovvalsky/prove_SICK_NL
bc6b4d9b0865e6a82c782fa5a226947d1c0d63e6
[ "MIT" ]
null
null
null
%%%%%%%%%%%%% Parameters of parList %%%%%%%%%%%%%% %%% [nil,effCr([equi,nonBr,nonProd,nonCons]),lang(nl),anno_json(SICK_NL/anno/spacy_lg.json),waif(peregrine/Results/abd_eva/TD_E/npn.spacy_lg/r200,c20_ab,ch,cKB,cT,p123.ans),complete_tree,allInt,aall,wn_ant,wn_sim,wn_der,constchck,ral(200),parallel(20),parts([train,tria...
37.625316
273
0.753802
ed200a7c225bbafc40a0c328ed7653e0a29781df
398,632
pl
Perl
latex/latexmk.pl
jecb96/docker-public
55fe00e766e403da3f376a0861062ea459e21625
[ "MIT" ]
null
null
null
latex/latexmk.pl
jecb96/docker-public
55fe00e766e403da3f376a0861062ea459e21625
[ "MIT" ]
null
null
null
latex/latexmk.pl
jecb96/docker-public
55fe00e766e403da3f376a0861062ea459e21625
[ "MIT" ]
null
null
null
#!/usr/bin/env perl #!!!!!!!!!!!!!!!!!!!????????? CLEAN UP INITIALIZATION #!!! See all FIX items. # Perhaps add subroutine rdb_change_active( (rules to deactivate), (rules to activate)) # ?? Still need to fix bcf error issue. # Don't keep looping after error # pvc: Only re-run on USER FILE CHANGE. # See # ??????? BC...
40.457932
122
0.543311
ed3b8ce40e3fbfe580d9e02cd11844acd3bb6b0f
288
t
Perl
master/t/pod.t
bldewolf/munin
dd3945db1af900110244db2b5d496a135d2ecdb2
[ "BSD-3-Clause-Attribution" ]
1
2017-06-02T13:34:09.000Z
2017-06-02T13:34:09.000Z
master/t/pod.t
bldewolf/munin
dd3945db1af900110244db2b5d496a135d2ecdb2
[ "BSD-3-Clause-Attribution" ]
null
null
null
master/t/pod.t
bldewolf/munin
dd3945db1af900110244db2b5d496a135d2ecdb2
[ "BSD-3-Clause-Attribution" ]
null
null
null
use strict; use warnings; use Test::More; use FindBin; use lib "$FindBin::Bin/../lib"; plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD}; eval 'use Test::Pod'; plan ( skip_all => "Test::Pod required for testing for POD errors" ) if $@; all_pod_files_ok();
18
74
0.684028
73e3c76bc2f9615ac3eb19ecd1e3664516c2135f
2,050
pm
Perl
auto-lib/Paws/AuditManager/BatchDeleteDelegationByAssessmentError.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/AuditManager/BatchDeleteDelegationByAssessmentError.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/AuditManager/BatchDeleteDelegationByAssessmentError.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::AuditManager::BatchDeleteDelegationByAssessmentError; use Moose; has DelegationId => (is => 'ro', isa => 'Str', request_name => 'delegationId', traits => ['NameInRequest']); has ErrorCode => (is => 'ro', isa => 'Str', request_name => 'errorCode', traits => ['NameInRe...
27.702703
129
0.749268
ed1cae970923fa027c4d786fd8408db9f88d3d38
231
pm
Perl
auto-lib/Azure/Insights/GetComponentQuotaStatusResult.pm
pplu/azure-sdk-perl
26cbef2d926f571bc1617c26338c106856f95568
[ "Apache-2.0" ]
null
null
null
auto-lib/Azure/Insights/GetComponentQuotaStatusResult.pm
pplu/azure-sdk-perl
26cbef2d926f571bc1617c26338c106856f95568
[ "Apache-2.0" ]
null
null
null
auto-lib/Azure/Insights/GetComponentQuotaStatusResult.pm
pplu/azure-sdk-perl
26cbef2d926f571bc1617c26338c106856f95568
[ "Apache-2.0" ]
1
2021-04-08T15:26:39.000Z
2021-04-08T15:26:39.000Z
package Azure::Insights::GetComponentQuotaStatusResult; use Moose; has AppId => (is => 'ro', isa => 'Str' ); has ExpirationTime => (is => 'ro', isa => 'Str' ); has ShouldBeThrottled => (is => 'ro', isa => 'Bool' ); 1;
25.666667
57
0.580087
ed377bbdc66641370dffb49672d0f096dc77b864
1,699
pm
Perl
PerlLib/ChimericCigarParser.pm
STAR-Fusion/STAR-Fusion
bd4da24434697199c980e5736665dbb1ae525f01
[ "BSD-3-Clause" ]
172
2015-04-13T18:27:25.000Z
2022-03-31T05:39:13.000Z
PerlLib/ChimericCigarParser.pm
JING-Bio/STAR-Fusion
f6e383312918f0af59125a37d90eb862a9216a72
[ "BSD-3-Clause" ]
300
2015-04-23T04:24:08.000Z
2022-03-16T21:51:56.000Z
PerlLib/ChimericCigarParser.pm
JING-Bio/STAR-Fusion
f6e383312918f0af59125a37d90eb862a9216a72
[ "BSD-3-Clause" ]
80
2015-07-14T15:39:32.000Z
2022-03-23T09:11:49.000Z
package ChimericCigarParser; use strict; use warnings; use Carp; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(get_genome_coords_via_cigar); #### sub get_genome_coords_via_cigar { my ($rst, $cigar) = @_; ## borrowing this code from my SAM_entry.pm my $genome_lend = $rst; my $ali...
23.929577
122
0.501471
ed1027fba0e4497cfd170be45d3c084d27f564a8
1,755
pm
Perl
lib/MetaCPAN/Web/Controller/Requires.pm
mjemmeson/metacpan-web
76873d88e93f455d7f04cd6708d11e578b07cea3
[ "Artistic-1.0" ]
null
null
null
lib/MetaCPAN/Web/Controller/Requires.pm
mjemmeson/metacpan-web
76873d88e93f455d7f04cd6708d11e578b07cea3
[ "Artistic-1.0" ]
null
null
null
lib/MetaCPAN/Web/Controller/Requires.pm
mjemmeson/metacpan-web
76873d88e93f455d7f04cd6708d11e578b07cea3
[ "Artistic-1.0" ]
null
null
null
package MetaCPAN::Web::Controller::Requires; use Moose; use namespace::autoclean; BEGIN { extends 'MetaCPAN::Web::Controller' } # The order of the columns matters here. It aims to be compatible # to jQuery tablesorter plugin. __PACKAGE__->config( sort => { distribution => { columns => [qw(nam...
25.808824
77
0.499145
ed223c5b378b30edb088c164c96c2a8587f4060d
2,484
pl
Perl
dockers/perl-dev/cpan_config.pl
CowboyTim/perl-docker
3957579888352711ac4ac4fbb0aa717399803fd8
[ "Apache-2.0" ]
1
2020-10-30T17:31:24.000Z
2020-10-30T17:31:24.000Z
dockers/perl-dev/cpan_config.pl
CowboyTim/perl-docker
3957579888352711ac4ac4fbb0aa717399803fd8
[ "Apache-2.0" ]
null
null
null
dockers/perl-dev/cpan_config.pl
CowboyTim/perl-docker
3957579888352711ac4ac4fbb0aa717399803fd8
[ "Apache-2.0" ]
null
null
null
no warnings 'once'; my $b_dir = "/opt/"; my $base_dir = $ENV{CPAN_HOME} || "/opt/tmp/cpan"; my $install_base = $ENV{INSTALL_BASE}; my $destdir = $ENV{DESTDIR}; $ENV{PERL5LIB} ||= ""; $ENV{PERL5LIB} .= "$b_dir/lib/perl5:$b_dir/lib/perl5/auto:$b_dir/lib/perl5/x86_64:$b_dir/lib/perl5/x86_64/auto"; $CP...
31.443038
131
0.595813
ed21ac546568d09514e1df8cc9dde5f4d1385f34
472
pl
Perl
KOST-Val/src/main/resources_notJar/resources/ExifTool-10.15/Perl/lib/unicore/lib/BidiR.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/BidiR.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/BidiR.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{BidiR} # # Meaning: Bi-directional category 'R' # return <<'END'; 05BE 05C0 05C3 05D0 05EA 05F0 05F4 200F FB1D FB...
14.30303
62
0.605932
ed12b3ea15d5e8106849a86e4d9e3713f251f852
826
t
Perl
t/208-T-Basic-contract-is.t
dallaylaen/assert-contract-perl
3271521525e08d82d5dc4c3175650293c2636881
[ "Artistic-2.0", "Unlicense" ]
null
null
null
t/208-T-Basic-contract-is.t
dallaylaen/assert-contract-perl
3271521525e08d82d5dc4c3175650293c2636881
[ "Artistic-2.0", "Unlicense" ]
null
null
null
t/208-T-Basic-contract-is.t
dallaylaen/assert-contract-perl
3271521525e08d82d5dc4c3175650293c2636881
[ "Artistic-2.0", "Unlicense" ]
null
null
null
#!perl use strict; use warnings; BEGIN{ delete @ENV{qw(NDEBUG PERL_NDEBUG)} }; use Test::More; use Assert::Refute qw(:core); use Assert::Refute::Contract qw(contract); my $inner = contract { refute shift, "t1"; refute shift, "t2"; }; my $outer = contract { my $exp = shift; contract_is $inner->apply(...
22.324324
78
0.623487
ed1fd3aa5b8c090fb14a32d42e600913b805cc36
2,699
pm
Perl
auto-lib/Paws/S3/CopyObjectOutput.pm
cah-rfelsburg/paws
de9ffb8d49627635a2da588066df26f852af37e4
[ "Apache-2.0" ]
2
2016-09-22T09:18:33.000Z
2017-06-20T01:36:58.000Z
auto-lib/Paws/S3/CopyObjectOutput.pm
cah-rfelsburg/paws
de9ffb8d49627635a2da588066df26f852af37e4
[ "Apache-2.0" ]
null
null
null
auto-lib/Paws/S3/CopyObjectOutput.pm
cah-rfelsburg/paws
de9ffb8d49627635a2da588066df26f852af37e4
[ "Apache-2.0" ]
null
null
null
package Paws::S3::CopyObjectOutput; use Moose; has CopyObjectResult => (is => 'ro', isa => 'Paws::S3::CopyObjectResult'); has CopySourceVersionId => (is => 'ro', isa => 'Str'); has Expiration => (is => 'ro', isa => 'Str'); has RequestCharged => (is => 'ro', isa => 'Str'); has ServerSideEncryption => (is =>...
23.884956
249
0.718044
73f2e010cfc8c75374c0a5cd6a7c04af4fa151cb
3,528
pl
Perl
scripts/import/parse_association.pl
fayerodgers/ensembl-variation
566bbdcda60d91ad4c0afa00e13882bdbd81c14e
[ "Apache-2.0" ]
null
null
null
scripts/import/parse_association.pl
fayerodgers/ensembl-variation
566bbdcda60d91ad4c0afa00e13882bdbd81c14e
[ "Apache-2.0" ]
null
null
null
scripts/import/parse_association.pl
fayerodgers/ensembl-variation
566bbdcda60d91ad4c0afa00e13882bdbd81c14e
[ "Apache-2.0" ]
null
null
null
#!/usr/bin/env perl # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute # Copyright [2016-2019] 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...
29.157025
153
0.680272
ed41289634695d80f716e1897edc27d61c7e1db6
1,163
t
Perl
t/00-compile.t
gitpan/Data-Clean-JSON
160510fe7bb3dfbefff14c28d8824c328d215af5
[ "Artistic-1.0" ]
null
null
null
t/00-compile.t
gitpan/Data-Clean-JSON
160510fe7bb3dfbefff14c28d8824c328d215af5
[ "Artistic-1.0" ]
null
null
null
t/00-compile.t
gitpan/Data-Clean-JSON
160510fe7bb3dfbefff14c28d8824c328d215af5
[ "Artistic-1.0" ]
null
null
null
use 5.006; use strict; use warnings; # this test was generated with Dist::Zilla::Plugin::Test::Compile 2.051 use Test::More; plan tests => 3 + ($ENV{AUTHOR_TESTING} ? 1 : 0); my @module_files = ( 'Data/Clean/Base.pm', 'Data/Clean/FromJSON.pm', 'Data/Clean/JSON.pm' ); # no fake home requested my $inc...
21.537037
147
0.600172
ed2a83268ae3664eef6aa5f234558550c9f4006e
43,502
pl
Perl
tests/ftpserver.pl
bhargavkumar040/android-source-browsing.platform--external--curl
d43abe883892fe84137052fd27ecd956a2c7cacf
[ "curl" ]
7
2017-07-13T10:34:54.000Z
2021-04-16T05:40:35.000Z
tests/ftpserver.pl
bhargavkumar040/android-source-browsing.platform--external--curl
d43abe883892fe84137052fd27ecd956a2c7cacf
[ "curl" ]
7
2020-04-12T22:25:46.000Z
2020-04-13T07:50:40.000Z
tests/ftpserver.pl
bhargavkumar040/android-source-browsing.platform--external--curl
d43abe883892fe84137052fd27ecd956a2c7cacf
[ "curl" ]
9
2017-07-13T12:33:20.000Z
2021-06-19T02:46:48.000Z
#!/usr/bin/env perl #*************************************************************************** # _ _ ____ _ # Project ___| | | | _ \| | # / __| | | | |_) | | # | (__| |_| | _ <| |___ # ...
27.620317
87
0.491173
ed03fb4769df01444090a7332259292ae8a57676
909
al
Perl
Apps/CZ/CoreLocalizationPack/app/Src/PageExtensions/BlanketSalesOrdSubform.PageExt.al
manjulchauhan/ALAppExtensions
3f2f1d6e5337188b1af9c0275420f1c1de036a7f
[ "MIT" ]
127
2018-04-17T18:03:03.000Z
2019-05-06T18:54:17.000Z
Apps/CZ/CoreLocalizationPack/app/Src/PageExtensions/BlanketSalesOrdSubform.PageExt.al
snu-development/ALAppExtensions
371a27fe48483be776642dde19483a87ae27289c
[ "MIT" ]
2,279
2018-09-12T12:01:49.000Z
2019-05-06T13:59:35.000Z
Apps/CZ/CoreLocalizationPack/app/Src/PageExtensions/BlanketSalesOrdSubform.PageExt.al
snu-development/ALAppExtensions
371a27fe48483be776642dde19483a87ae27289c
[ "MIT" ]
41
2018-05-17T11:19:52.000Z
2019-04-30T17:30:38.000Z
pageextension 11778 "Blanket Sales Ord. Subform CZL" extends "Blanket Sales Order Subform" { layout { addafter("Allow Invoice Disc.") { field("Tariff No. CZL"; Rec."Tariff No. CZL") { ApplicationArea = Basic, Suite; ToolTip = 'Specifies a c...
32.464286
90
0.493949
ed24c1e992c2d671f2485a84e0a8ab91e4f77575
34,981
pm
Perl
lib/Gtk2/Ex/DbLinker/Form.pm
gitpan/Gtk2-Ex-DbLinker
5f337521928ca94abaf82faa51abedc7c84dbe09
[ "Artistic-1.0-cl8" ]
null
null
null
lib/Gtk2/Ex/DbLinker/Form.pm
gitpan/Gtk2-Ex-DbLinker
5f337521928ca94abaf82faa51abedc7c84dbe09
[ "Artistic-1.0-cl8" ]
null
null
null
lib/Gtk2/Ex/DbLinker/Form.pm
gitpan/Gtk2-Ex-DbLinker
5f337521928ca94abaf82faa51abedc7c84dbe09
[ "Artistic-1.0-cl8" ]
null
null
null
package Gtk2::Ex::DbLinker::Form; use Gtk2::Ex::DbLinker; our $VERSION = $Gtk2::Ex::DbLinker::VERSION; use strict; use warnings; use Glib qw/TRUE FALSE/; use Carp; use DateTime::Format::Strptime; my %fieldtype = ( varchar => "Glib::String" , char =>"Glib::String" , integer => "Glib::Int", boolean => "...
28.814662
193
0.58992
ed18fc1c39924f32bde94d2130080a2764081aa5
5,733
pl
Perl
egs/wsj/s5/steps/nnet3/get_saturation.pl
ajaech/kaldi
cd27a83f17164c9f4b65f3c32df6c1f5288337cd
[ "Apache-2.0" ]
805
2018-05-28T02:32:04.000Z
2022-03-26T09:13:12.000Z
egs/wsj/s5/steps/nnet3/get_saturation.pl
ajaech/kaldi
cd27a83f17164c9f4b65f3c32df6c1f5288337cd
[ "Apache-2.0" ]
49
2015-10-24T22:06:28.000Z
2019-12-24T11:13:34.000Z
egs/wsj/s5/steps/nnet3/get_saturation.pl
ajaech/kaldi
cd27a83f17164c9f4b65f3c32df6c1f5288337cd
[ "Apache-2.0" ]
267
2018-06-07T08:33:28.000Z
2022-03-30T12:18:33.000Z
#!/usr/bin/env perl # This program parses the output of nnet3-am-info or nnet3-info, # and prints out a number between zero and one that reflects # how saturated the (sigmoid and tanh) nonlinearities are, on average # over the model. # # This is based on the 'avg-deriv' (average-derivative) values printed # out for th...
57.909091
2,330
0.64748
ed162b0a87380bcb5374963d5b162b9f202835c8
21,760
pl
Perl
perl/lib/unicore/To/Scx.pl
ifleeyo180/VspriteMoodleWebsite
38baa924829c83808d2c87d44740ff365927a646
[ "Apache-2.0" ]
null
null
null
perl/lib/unicore/To/Scx.pl
ifleeyo180/VspriteMoodleWebsite
38baa924829c83808d2c87d44740ff365927a646
[ "Apache-2.0" ]
null
null
null
perl/lib/unicore/To/Scx.pl
ifleeyo180/VspriteMoodleWebsite
38baa924829c83808d2c87d44740ff365927a646
[ "Apache-2.0" ]
null
null
null
# !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is machine-generated by ..\lib\unicore\mktables from the Unicode # database, Version 13.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...
21.354269
193
0.791636
73d4b221eac34805fa6ef963d5526d0d5861009c
2,706
pm
Perl
lib/Sisimai/Reason/HasMoved.pm
makovskyy/p5-Sisimai
e810531be5b67fa95e0381efff31c40ae3778651
[ "BSD-2-Clause" ]
null
null
null
lib/Sisimai/Reason/HasMoved.pm
makovskyy/p5-Sisimai
e810531be5b67fa95e0381efff31c40ae3778651
[ "BSD-2-Clause" ]
null
null
null
lib/Sisimai/Reason/HasMoved.pm
makovskyy/p5-Sisimai
e810531be5b67fa95e0381efff31c40ae3778651
[ "BSD-2-Clause" ]
null
null
null
package Sisimai::Reason::HasMoved; use feature ':5.10'; use strict; use warnings; sub text { 'hasmoved' } sub description { "Email rejected due to user's mailbox has moved and is not forwarded automatically" } sub match { # Try to match that the given text and regular expressions # @param [String] argv1 S...
28.484211
103
0.67221
73fb15b4d2adf6528c15d14237f164f7063118ed
84,141
pm
Perl
lib/O2/Util/ExternalModule/lib/Syntax/Highlight/Perl.pm
haakonsk/O2-Framework
50f2f2def517b90dec647b914128ad8f949f51d9
[ "MIT" ]
1
2016-05-24T08:13:09.000Z
2016-05-24T08:13:09.000Z
lib/O2/Util/ExternalModule/lib/Syntax/Highlight/Perl.pm
haakonsk/O2-Framework
50f2f2def517b90dec647b914128ad8f949f51d9
[ "MIT" ]
null
null
null
lib/O2/Util/ExternalModule/lib/Syntax/Highlight/Perl.pm
haakonsk/O2-Framework
50f2f2def517b90dec647b914128ad8f949f51d9
[ "MIT" ]
null
null
null
package Syntax::Highlight::Perl; # # Syntax::Highlight::Perl # # Created 01-23-2001 by Cory Johns # Last Modified 04-04-2001 by Cory Johns # # (See end of file (or POD) for revision history.) # # Freely distributable under the same conditions as Perl itself. # ($VERSION) = '1.00' =~ /([.,\d]+)/; =head1 ...
28.854938
110
0.564695
ed2b804ac75305acb7c17d845f7c7ec124fc73bf
1,092
pl
Perl
EXAMPLES/policy3a.pl
PHANTOM-Platform/Security-Server
91af12468b0fca341592058f28b8a718007020f1
[ "Apache-2.0" ]
null
null
null
EXAMPLES/policy3a.pl
PHANTOM-Platform/Security-Server
91af12468b0fca341592058f28b8a718007020f1
[ "Apache-2.0" ]
null
null
null
EXAMPLES/policy3a.pl
PHANTOM-Platform/Security-Server
91af12468b0fca341592058f28b8a718007020f1
[ "Apache-2.0" ]
null
null
null
policy('Policy3','rbac', [ user('jones'), user('smith'), user_attribute('Doctor'), user_attribute('Intern'), object('mrec1'), % this will generate a placeholder for the host and path %object('mrec1','File',no,musial,'/PM/Examples/MedRecords/mrec1.rtf',object_attribute,'Medica...
28
112
0.596154
ed26312c5078dc51a7412e73ded77fb4c029589f
48,539
pm
Perl
cygwin/perl5.14/lib/perl5/DateTime/TimeZone/America/Goose_Bay.pm
rwhitworth/precompiled-perl-mods
bbcfaa3e1663eaac8d770548ca275c50c5eead97
[ "Artistic-2.0" ]
null
null
null
cygwin/perl5.14/lib/perl5/DateTime/TimeZone/America/Goose_Bay.pm
rwhitworth/precompiled-perl-mods
bbcfaa3e1663eaac8d770548ca275c50c5eead97
[ "Artistic-2.0" ]
null
null
null
cygwin/perl5.14/lib/perl5/DateTime/TimeZone/America/Goose_Bay.pm
rwhitworth/precompiled-perl-mods
bbcfaa3e1663eaac8d770548ca275c50c5eead97
[ "Artistic-2.0" ]
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/fQcgigXnA8/northamerica. Olson data version 2015e # # Do not edit this file directly. # package DateTim...
27.131917
92
0.632625
73ed9885262899acf6bfe6324c965ca9ac6afac6
54,506
pl
Perl
crypto/aes/asm/aes-mips.pl
blekke/openssl
0e43960e88128bb86031a45c0fe9ca3e3a310c3b
[ "Apache-2.0" ]
5
2020-12-18T08:17:22.000Z
2021-08-07T09:56:35.000Z
crypto/aes/asm/aes-mips.pl
blekke/openssl
0e43960e88128bb86031a45c0fe9ca3e3a310c3b
[ "Apache-2.0" ]
4
2017-12-11T11:40:36.000Z
2021-03-04T11:24:25.000Z
crypto/aes/asm/aes-mips.pl
blekke/openssl
0e43960e88128bb86031a45c0fe9ca3e3a310c3b
[ "Apache-2.0" ]
4
2019-12-27T05:22:26.000Z
2022-01-10T11:26:03.000Z
#! /usr/bin/env perl # Copyright 2010-2019 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....
24.696874
79
0.635765
73f7d583d44ed215f04caa54749075e65d3c8ee6
1,557
t
Perl
t/save_and_load.t
ronsavage/Tree-Persist
122f07139446b088ac42b409fdc927933797a393
[ "Artistic-1.0" ]
null
null
null
t/save_and_load.t
ronsavage/Tree-Persist
122f07139446b088ac42b409fdc927933797a393
[ "Artistic-1.0" ]
2
2016-04-25T10:32:25.000Z
2016-08-07T03:15:45.000Z
t/save_and_load.t
ronsavage/Tree-Persist
122f07139446b088ac42b409fdc927933797a393
[ "Artistic-1.0" ]
1
2016-05-05T13:06:07.000Z
2016-05-05T13:06:07.000Z
use strict; use warnings; use File::Spec::Functions qw( catfile ); use File::Temp; use Test::File; use Test::File::Contents; use Test::More; # --------------------------------------------- eval "use XML::Parser"; plan skip_all => "XML::Parser required for testing File plugin" if $@; plan tests => 7; # The EXL...
21.625
90
0.590238
73e86466db4391b165a578b986e7200686bf8963
1,052
pm
Perl
lib/Google/Ads/GoogleAds/V8/Common/MobileApplicationInfo.pm
googleads/google-ads-perl
3ee6c09e11330fea1e6a0c9ee9f837e5e36d8177
[ "Apache-2.0" ]
19
2019-06-21T00:43:57.000Z
2022-03-29T14:23:01.000Z
lib/Google/Ads/GoogleAds/V8/Common/MobileApplicationInfo.pm
googleads/google-ads-perl
3ee6c09e11330fea1e6a0c9ee9f837e5e36d8177
[ "Apache-2.0" ]
16
2020-03-04T07:44:53.000Z
2021-12-15T23:06:23.000Z
lib/Google/Ads/GoogleAds/V8/Common/MobileApplicationInfo.pm
googleads/google-ads-perl
3ee6c09e11330fea1e6a0c9ee9f837e5e36d8177
[ "Apache-2.0" ]
9
2020-02-28T03:00:48.000Z
2021-11-10T14:23:02.000Z
# Copyright 2020, Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
28.432432
79
0.722433
ed0706a1669b10451d629a5cc7644dc7ca71d7e8
6,088
pm
Perl
modules/Bio/EnsEMBL/Variation/Pipeline/EquivalentAlleles/EquivalentAlleles_conf.pm
diegomscoelho/ensembl-variation
ac8178e987511a0bd2357334150c4271e6698896
[ "Apache-2.0" ]
23
2015-03-12T13:38:22.000Z
2021-11-15T10:10:14.000Z
modules/Bio/EnsEMBL/Variation/Pipeline/EquivalentAlleles/EquivalentAlleles_conf.pm
diegomscoelho/ensembl-variation
ac8178e987511a0bd2357334150c4271e6698896
[ "Apache-2.0" ]
674
2015-02-09T15:50:52.000Z
2022-03-30T10:23:40.000Z
modules/Bio/EnsEMBL/Variation/Pipeline/EquivalentAlleles/EquivalentAlleles_conf.pm
diegomscoelho/ensembl-variation
ac8178e987511a0bd2357334150c4271e6698896
[ "Apache-2.0" ]
97
2015-02-05T15:48:14.000Z
2022-02-08T17:45:41.000Z
=head1 LICENSE Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute Copyright [2016-2021] EMBL-European Bioinformatics Institute Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obta...
32.382979
165
0.613995
ed3b544f7fe320ef7547f129f6c307a1ce384e32
1,036
pm
Perl
lib/Azure/Storage/Blob/Client/Call/GetBlobProperties.pm
ureesoriano/Azure-Storage-Blob-Client
ab2dcde153633e9c2bf24f122affe7f5633d0316
[ "Apache-2.0" ]
1
2020-06-16T22:59:14.000Z
2020-06-16T22:59:14.000Z
lib/Azure/Storage/Blob/Client/Call/GetBlobProperties.pm
ureesoriano/Azure-Storage-Blob-Client
ab2dcde153633e9c2bf24f122affe7f5633d0316
[ "Apache-2.0" ]
3
2019-10-25T14:04:18.000Z
2020-11-10T11:20:02.000Z
lib/Azure/Storage/Blob/Client/Call/GetBlobProperties.pm
ureesoriano/Azure-Storage-Blob-Client
ab2dcde153633e9c2bf24f122affe7f5633d0316
[ "Apache-2.0" ]
1
2019-10-23T22:14:59.000Z
2019-10-23T22:14:59.000Z
package Azure::Storage::Blob::Client::Call::GetBlobProperties; use Moose; use Azure::Storage::Blob::Client::Meta::Attribute::Custom::Trait::HeaderParameter; has operation => (is => 'ro', init_arg => undef, default => 'GetBlobProperties'); has endpoint => (is => 'ro', init_arg => undef, lazy => 1, default => sub { my...
32.375
123
0.61583
73ec18d1e2f9d1bd8934a944fa6db9b598a5f45d
309
pm
Perl
auto-lib/Azure/Devices/SharedAccessSignatureAuthorizationRule[AccessRightsDescription].pm
pplu/azure-sdk-perl
26cbef2d926f571bc1617c26338c106856f95568
[ "Apache-2.0" ]
null
null
null
auto-lib/Azure/Devices/SharedAccessSignatureAuthorizationRule[AccessRightsDescription].pm
pplu/azure-sdk-perl
26cbef2d926f571bc1617c26338c106856f95568
[ "Apache-2.0" ]
null
null
null
auto-lib/Azure/Devices/SharedAccessSignatureAuthorizationRule[AccessRightsDescription].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::SharedAccessSignatureAuthorizationRule[AccessRightsDescription]; use Moose; has 'keyName' => (is => 'ro', isa => 'Str' ); has 'primaryKey' => (is => 'ro', isa => 'Str' ); has 'rights' => (is => 'ro', isa => 'Str' ); has 'secondaryKey' => (is => 'ro', isa => 'Str' ); 1;
34.333333
88
0.569579
ed0e031fd428c37ec090726458168506bf39c4b3
621
t
Perl
ctest/multipart.t
mchaisso/mcpbblasr
6c92959ba61adfd234a4f35849490709284105de
[ "BSD-3-Clause-Clear" ]
null
null
null
ctest/multipart.t
mchaisso/mcpbblasr
6c92959ba61adfd234a4f35849490709284105de
[ "BSD-3-Clause-Clear" ]
null
null
null
ctest/multipart.t
mchaisso/mcpbblasr
6c92959ba61adfd234a4f35849490709284105de
[ "BSD-3-Clause-Clear" ]
null
null
null
Set up $ . $TESTDIR/setup.sh Test input.fofn containing a new bas.h5 file. Note that the new bas.h5 file does not contain any /PulseData, instead contains /MultiPart/Parts. $ rm -f $TMP1 $ BASFILE=/pbi/dept/secondary/siv/testdata/BlasrTestData/ctest/data/aggressiveIntervalCut/m130812_185809_42141_c1005339603100...
44.357143
160
0.755233
73d8519d77769789d6c30a3a5e73beb8790a9de7
4,400
pm
Perl
tools/intogen/external/lib/perl/Bio/Align/PairwiseStatistics.pm
globusgenomics/galaxy
7caf74d9700057587b3e3434c64e82c5b16540f1
[ "CC-BY-3.0" ]
1
2021-02-05T13:19:58.000Z
2021-02-05T13:19:58.000Z
tools/intogen/external/lib/perl/Bio/Align/PairwiseStatistics.pm
globusgenomics/genomics-galaxy
7caf74d9700057587b3e3434c64e82c5b16540f1
[ "CC-BY-3.0" ]
2
2020-06-20T15:59:50.000Z
2021-04-25T17:50:35.000Z
tools/intogen/external/lib/perl/Bio/Align/PairwiseStatistics.pm
globusgenomics/genomics-galaxy
7caf74d9700057587b3e3434c64e82c5b16540f1
[ "CC-BY-3.0" ]
null
null
null
# $Id: PairwiseStatistics.pm,v 1.2 2002/10/22 07:45:10 lapp Exp $ # # BioPerl module for Bio::Align::PairwiseStatistics # # Cared for by Jason Stajich <jason@bioperl.org> # # Copyright Jason Stajich # # You may distribute this module under the same terms as perl itself # POD documentation - main docs before the code ...
25
107
0.657727
ed472bdeffbca368fc023ea21a1a4d4891084ac6
70
al
Perl
benchmark/benchmarks/FASP-benchmarks/data/small-world/smallworld-0019-90-10-24.al
krzysg/FaspHeuristic
1929c40e3fbc49e68b04acfc5522539a18758031
[ "MIT" ]
null
null
null
benchmark/benchmarks/FASP-benchmarks/data/small-world/smallworld-0019-90-10-24.al
krzysg/FaspHeuristic
1929c40e3fbc49e68b04acfc5522539a18758031
[ "MIT" ]
null
null
null
benchmark/benchmarks/FASP-benchmarks/data/small-world/smallworld-0019-90-10-24.al
krzysg/FaspHeuristic
1929c40e3fbc49e68b04acfc5522539a18758031
[ "MIT" ]
null
null
null
1 4 9 2 3 4 7 10 3 4 5 7 8 5 2 3 6 6 1 2 3 10 7 1 3 5 8 9 8 9 3 4 5 10
7
11
0.528571
ed21d0451ac0cf321ed6d678be86bc62d8b8f524
8,878
pl
Perl
mysql/bin/mysql_config.pl
ifleeyo180/VspriteMoodleWebsite
38baa924829c83808d2c87d44740ff365927a646
[ "Apache-2.0" ]
null
null
null
mysql/bin/mysql_config.pl
ifleeyo180/VspriteMoodleWebsite
38baa924829c83808d2c87d44740ff365927a646
[ "Apache-2.0" ]
null
null
null
mysql/bin/mysql_config.pl
ifleeyo180/VspriteMoodleWebsite
38baa924829c83808d2c87d44740ff365927a646
[ "Apache-2.0" ]
null
null
null
#!/usr/bin/perl # -*- cperl -*- # # Copyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License...
31.150877
124
0.499324
ed24a41eab91ef07273ab1beb2236e8686dd94f1
119
pl
Perl
t/data/loop-block.pl
utgwkk/Perl-Critic-Policy-ControlStructures-ProhibitReturnInDoBlock
1fc4024614a6ff94eab3021af598606047eb76a8
[ "Artistic-1.0" ]
null
null
null
t/data/loop-block.pl
utgwkk/Perl-Critic-Policy-ControlStructures-ProhibitReturnInDoBlock
1fc4024614a6ff94eab3021af598606047eb76a8
[ "Artistic-1.0" ]
null
null
null
t/data/loop-block.pl
utgwkk/Perl-Critic-Policy-ControlStructures-ProhibitReturnInDoBlock
1fc4024614a6ff94eab3021af598606047eb76a8
[ "Artistic-1.0" ]
null
null
null
use strict; use warnings; sub func { for my $x (1..10) { return if $x < 5; } return 1; } func();
9.916667
25
0.478992
ed2df2e9b2f47e42a9f96e04ada067dcf2f5ec57
3,490
pm
Perl
network/checkpoint/snmp/mode/cpu.pm
nribault/centreon-plugins
e99276ba80ba202392791e78d72b00f1306d1a99
[ "Apache-2.0" ]
null
null
null
network/checkpoint/snmp/mode/cpu.pm
nribault/centreon-plugins
e99276ba80ba202392791e78d72b00f1306d1a99
[ "Apache-2.0" ]
null
null
null
network/checkpoint/snmp/mode/cpu.pm
nribault/centreon-plugins
e99276ba80ba202392791e78d72b00f1306d1a99
[ "Apache-2.0" ]
null
null
null
# # Copyright 2020 Centreon (http://www.centreon.com/) # # Centreon is a full-fledged industry-strength solution that meets # the needs in IT infrastructure and application monitoring for # service performance. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in com...
24.577465
104
0.569914
ed1591ca85f39795dd9857bb1d7f444824339377
3,993
t
Perl
S12-enums/basic.t
ab5tract/roast
98d86f118509991929b5661942fd85fc57e58d79
[ "Artistic-2.0" ]
null
null
null
S12-enums/basic.t
ab5tract/roast
98d86f118509991929b5661942fd85fc57e58d79
[ "Artistic-2.0" ]
null
null
null
S12-enums/basic.t
ab5tract/roast
98d86f118509991929b5661942fd85fc57e58d79
[ "Artistic-2.0" ]
null
null
null
use v6; use Test; plan 37; # Very basic enum tests # L<S12/Enumerations/the keys are specified as a parenthesized list> enum Day <Sun Mon Tue Wed Thu Fri Sat>; { is 0 + Day::Sun, 0, 'First item of an enum is 0'; is 0 + Day::Sat, 6, 'Last item has the right value'; is 0 + Sun, 0, 'Values exported int...
30.25
95
0.590784
ed1d107e498862db8838007290adb6824fd5da1f
5,986
pl
Perl
util/RunMultipleTimes.pl
fargonauts/seqsee
1e4d62829e34fedd37ed74b37da4cf1665c8c328
[ "Artistic-2.0" ]
null
null
null
util/RunMultipleTimes.pl
fargonauts/seqsee
1e4d62829e34fedd37ed74b37da4cf1665c8c328
[ "Artistic-2.0" ]
null
null
null
util/RunMultipleTimes.pl
fargonauts/seqsee
1e4d62829e34fedd37ed74b37da4cf1665c8c328
[ "Artistic-2.0" ]
null
null
null
use threads; use threads::shared; use strict; use Tk; use lib 'lib'; use Test::Seqsee; use Global; use List::Util qw{min max sum}; use Time::HiRes qw{time}; use Getopt::Long; my $StartTime = time(); my %options = ( f => sub { my ( $ignored, $feature_name ) = @_; print "$feature_name will be turne...
31.177083
113
0.506181
73d63642480cb05c3e79ba32ceaa4a9671eac57e
6,003
pm
Perl
lib/R/Css/Grid.pm
darviarush/rubin-forms
d3b0d16f937c58439d4ab1be667e573ff5555f06
[ "BSD-2-Clause" ]
null
null
null
lib/R/Css/Grid.pm
darviarush/rubin-forms
d3b0d16f937c58439d4ab1be667e573ff5555f06
[ "BSD-2-Clause" ]
null
null
null
lib/R/Css/Grid.pm
darviarush/rubin-forms
d3b0d16f937c58439d4ab1be667e573ff5555f06
[ "BSD-2-Clause" ]
null
null
null
package R::Css::Grid; # методы для создания сетки use common::sense; use R::App; use R::Css; has qw/prefix names/; # конструктор sub new { my ($cls) = @_; bless { prefix => [qw/s w m g/], names => {small=> "s", phone => "w", tablet => "m", descktop => "g"}, the => {}, # name => the. Массив классов в адапти...
24.205645
134
0.523238
ed35a8b777d53641690e1990b69dffab2837038f
1,662
al
Perl
AddOns/FIK/test/src/COD148025.TestFIKEventSubscribers.al
Ema-Falamas/ALAppExtensions
f9ee74c1e06c7382b1f8ff74a0e48ac3781646f6
[ "MIT" ]
1
2021-12-30T18:27:05.000Z
2021-12-30T18:27:05.000Z
AddOns/FIK/test/src/COD148025.TestFIKEventSubscribers.al
Ema-Falamas/ALAppExtensions
f9ee74c1e06c7382b1f8ff74a0e48ac3781646f6
[ "MIT" ]
3
2020-06-24T12:59:52.000Z
2020-06-24T14:51:04.000Z
AddOns/FIK/test/src/COD148025.TestFIKEventSubscribers.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. // ------------------------------------------------------------...
39.571429
135
0.637786
ed0852c4d9173d9ad49f99ba1a26d2945d844020
2,410
pl
Perl
bench/ua-vs-human/gimli/run.pl
DadaIsCrazy/usuba
5ecbf056d7d8bd77462d29309c85f897f36d0f49
[ "MIT" ]
41
2018-06-22T18:19:20.000Z
2021-11-14T16:24:15.000Z
bench/ua-vs-human/gimli/run.pl
DadaIsCrazy/usuba
5ecbf056d7d8bd77462d29309c85f897f36d0f49
[ "MIT" ]
2
2018-06-22T17:55:02.000Z
2020-07-10T21:54:32.000Z
bench/ua-vs-human/gimli/run.pl
DadaIsCrazy/usuba
5ecbf056d7d8bd77462d29309c85f897f36d0f49
[ "MIT" ]
3
2019-04-02T22:19:25.000Z
2021-12-03T02:36:23.000Z
#!/usr/bin/perl use strict; use warnings; use feature 'say'; use utf8; use open qw( :encoding(UTF-8) :std ); use autodie qw( open close ); use List::Util qw( sum ); use FindBin; chdir "$FindBin::Bin"; my $gen = "@ARGV" =~ /-[ag]/; my $compile = "@ARGV" =~ /-[ac]/; my $run = !@ARGV || "@ARGV" =~ /-[ar]/; ...
27.701149
83
0.516183
73e70a4f280a21d32f8695a045f603f57af912cd
24,944
pm
Perl
WQFM/scripts/scripts-reroot-using-perl/bioPerl-1.5.2/lib/perl5/Bio/LiveSeq/Transcript.pm
sharmin-mim/wQFM-2020
92cbab0a6f4876fb30758991aacc686b2c54058c
[ "Apache-2.0" ]
10
2020-09-12T19:50:47.000Z
2022-03-21T15:04:28.000Z
WQFM/scripts/scripts-reroot-using-perl/bioPerl-1.5.2/lib/perl5/Bio/LiveSeq/Transcript.pm
sharmin-mim/wQFM-2020
92cbab0a6f4876fb30758991aacc686b2c54058c
[ "Apache-2.0" ]
2
2021-06-11T15:14:13.000Z
2022-03-29T12:19:00.000Z
WQFM/scripts/scripts-reroot-using-perl/bioPerl-1.5.2/lib/perl5/Bio/LiveSeq/Transcript.pm
sharmin-mim/wQFM-2020
92cbab0a6f4876fb30758991aacc686b2c54058c
[ "Apache-2.0" ]
2
2021-06-06T13:46:03.000Z
2021-11-12T20:58:15.000Z
# $Id: Transcript.pm,v 1.21.4.1 2006/10/02 23:10:21 sendu Exp $ # # bioperl module for Bio::LiveSeq::Transcript # # Cared for by Joseph Insana <insana@ebi.ac.uk> <jinsana@gmx.net> # # Copyright Joseph Insana # # You may distribute this module under the same terms as perl itself # # POD documentation - main docs before ...
30.531212
158
0.627566
ed45e9fa3541b6436e7876ddc7b8a712ce874170
1,444
al
Perl
results/alignments_translated/Bo5g009990_exon4.al
naturalis/brassica-genes
e060d0938407566b6a7d0f30d61a61eea0c37f1c
[ "MIT" ]
null
null
null
results/alignments_translated/Bo5g009990_exon4.al
naturalis/brassica-genes
e060d0938407566b6a7d0f30d61a61eea0c37f1c
[ "MIT" ]
null
null
null
results/alignments_translated/Bo5g009990_exon4.al
naturalis/brassica-genes
e060d0938407566b6a7d0f30d61a61eea0c37f1c
[ "MIT" ]
null
null
null
>geneid:Bo5g009990;contig:C5;feature:exon4;seqstart:3718158;seqstop:3720230 VKTCQALGRATPPRAQGGQDTALGSLRRPPLMQSSTLTSRNQAAPLTTQPRSASPDPLWR TSRQGLTRPPPISITYRRENFSPSVVCSPWMRRPSKSLPTARTPPSSRWPVMRFPALANR VLAGRTGASSLLLAPLRCRKRDSVTSPCTPFSCIARLPQSPSTRLCTGSQGASSSTSNRS LTKFPLLLVLCNRTSLQRRSLGCSLCPAGAWRGSATRWFRRFSSSPGMTEWLISFTTMIT ...
57.76
75
0.970222
ed413f8f543cee3d4df7925fe1c0be4a1078fbda
2,177
t
Perl
t/220_magic.t
mcmillhj/Unicode-UTF8-PP
404b09c369675df8172d1eee8ffe5d8856e594e3
[ "Artistic-1.0" ]
null
null
null
t/220_magic.t
mcmillhj/Unicode-UTF8-PP
404b09c369675df8172d1eee8ffe5d8856e594e3
[ "Artistic-1.0" ]
null
null
null
t/220_magic.t
mcmillhj/Unicode-UTF8-PP
404b09c369675df8172d1eee8ffe5d8856e594e3
[ "Artistic-1.0" ]
null
null
null
#!perl use strict; use warnings; use Test::More; BEGIN { eval 'use Variable::Magic qw[cast wizard];'; plan skip_all => 'Variable::Magic is required for this test' if $@; plan tests => 13; } BEGIN { use_ok('Unicode::UTF8::PP', qw[ decode_utf8 encode_utf8 ]); } my ($str...
24.188889
71
0.580156
ed1023a3a8a218dd865d9872293d608f552bca8b
3,333
pm
Perl
auto-lib/Paws/Lambda/ListFunctionEventInvokeConfigs.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/Lambda/ListFunctionEventInvokeConfigs.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/Lambda/ListFunctionEventInvokeConfigs.pm
0leksii/aws-sdk-perl
b2132fe3c79a06fd15b6137e8a0eb628de722e0f
[ "Apache-2.0" ]
87
2015-04-22T06:29:47.000Z
2021-09-29T14:45:55.000Z
package Paws::Lambda::ListFunctionEventInvokeConfigs; use Moose; has FunctionName => (is => 'ro', isa => 'Str', traits => ['ParamInURI'], uri_name => 'FunctionName', required => 1); has Marker => (is => 'ro', isa => 'Str', traits => ['ParamInQuery'], query_name => 'Marker'); has MaxItems => (is => 'ro', isa =>...
31.443396
249
0.738674
ed3a3b0b8eef4ae84a130b273ec3874432ddf8b1
3,921
al
Perl
benchmark/benchmarks/FASP-benchmarks/data/random-oriented/randomoriented-1506-420-630.al
krzysg/FaspHeuristic
1929c40e3fbc49e68b04acfc5522539a18758031
[ "MIT" ]
null
null
null
benchmark/benchmarks/FASP-benchmarks/data/random-oriented/randomoriented-1506-420-630.al
krzysg/FaspHeuristic
1929c40e3fbc49e68b04acfc5522539a18758031
[ "MIT" ]
null
null
null
benchmark/benchmarks/FASP-benchmarks/data/random-oriented/randomoriented-1506-420-630.al
krzysg/FaspHeuristic
1929c40e3fbc49e68b04acfc5522539a18758031
[ "MIT" ]
null
null
null
1 100 234 2 91 3 4 5 125 6 154 7 114 158 8 248 9 40 153 403 10 53 11 330 12 8 13 52 14 16 255 15 16 91 184 17 59 208 402 18 19 407 20 267 288 358 21 37 110 22 271 324 23 106 24 96 25 202 26 20 234 27 28 29 261 413 30 90 143 219 31 215 32 56 89 33 108 34 35 57 36 190 286 395 37 38 155 165 420 39 119 40 49 41 147 190 264...
9.335714
25
0.732466
73e831c3f0cb5b4fb15a1ae6122d5308567d5a99
31,674
pm
Perl
lib/Test/Mojo.pm
stigtsp/mojo
5dc30d9387d74d13d7cfd3769ad319973f8100f0
[ "Artistic-2.0" ]
null
null
null
lib/Test/Mojo.pm
stigtsp/mojo
5dc30d9387d74d13d7cfd3769ad319973f8100f0
[ "Artistic-2.0" ]
null
null
null
lib/Test/Mojo.pm
stigtsp/mojo
5dc30d9387d74d13d7cfd3769ad319973f8100f0
[ "Artistic-2.0" ]
null
null
null
package Test::Mojo; use Mojo::Base -base; # "Amy: He knows when you are sleeping. # Professor: He knows when you're on the can. # Leela: He'll hunt you down and blast your ass from here to Pakistan. # Zoidberg: Oh. # Hermes: You'd better not breathe, you'd better not move. # Bender: You're better off dead, I'm te...
29.382189
80
0.615773
ed20256bafb2ed9333accb6a046c4418e418af41
28,347
pm
Perl
lib/Hijk.pm
gitpan/Hijk
a5a054c47d0ad4186e9e78a365728693d57c9676
[ "MIT" ]
null
null
null
lib/Hijk.pm
gitpan/Hijk
a5a054c47d0ad4186e9e78a365728693d57c9676
[ "MIT" ]
null
null
null
lib/Hijk.pm
gitpan/Hijk
a5a054c47d0ad4186e9e78a365728693d57c9676
[ "MIT" ]
null
null
null
package Hijk; use strict; use warnings; use POSIX qw(:errno_h); use Socket qw(PF_INET SOCK_STREAM pack_sockaddr_in inet_ntoa $CRLF SOL_SOCKET SO_ERROR); use Fcntl qw(F_GETFL F_SETFL O_NONBLOCK); our $VERSION = "0.18"; sub Hijk::Error::CONNECT_TIMEOUT () { 1 << 0 } # 1 sub Hijk::Error::READ_TIMEOUT ...
40.094767
147
0.603803
ed27cedd3e2ff382b7cc9c3c0daca816769287d0
61,282
pm
Perl
old/cygwin-per5.14/lib/ExtUtils/MM_VMS.pm
rwhitworth/precompiled-perl-mods
bbcfaa3e1663eaac8d770548ca275c50c5eead97
[ "Artistic-2.0" ]
null
null
null
old/cygwin-per5.14/lib/ExtUtils/MM_VMS.pm
rwhitworth/precompiled-perl-mods
bbcfaa3e1663eaac8d770548ca275c50c5eead97
[ "Artistic-2.0" ]
null
null
null
old/cygwin-per5.14/lib/ExtUtils/MM_VMS.pm
rwhitworth/precompiled-perl-mods
bbcfaa3e1663eaac8d770548ca275c50c5eead97
[ "Artistic-2.0" ]
null
null
null
package ExtUtils::MM_VMS; use strict; use ExtUtils::MakeMaker::Config; require Exporter; BEGIN { # so we can compile the thing on non-VMS platforms. if( $^O eq 'VMS' ) { require VMS::Filespec; VMS::Filespec->import; } } use File::Basename; our $VERSION = '7.04'; require ExtUtils::MM_An...
29.321531
150
0.586143
ed3cf38f3eda56a42bc25a2aa8764b85d43f5831
1,797
pl
Perl
simulations/DTN_one/toolkit/transimsParser.pl
suryakiran-kanna/Delay-tolerant-networks
cfbb0c383a222fe04853a3093867bcad58ca1e89
[ "Apache-2.0" ]
1
2020-08-09T16:25:41.000Z
2020-08-09T16:25:41.000Z
simulations/DTN_one/toolkit/transimsParser.pl
suryakiran-kanna/Delay-tolerant-networks
cfbb0c383a222fe04853a3093867bcad58ca1e89
[ "Apache-2.0" ]
null
null
null
simulations/DTN_one/toolkit/transimsParser.pl
suryakiran-kanna/Delay-tolerant-networks
cfbb0c383a222fe04853a3093867bcad58ca1e89
[ "Apache-2.0" ]
null
null
null
#! /usr/local/bin/perl package Toolkit; # Transims vehicle shapshot file parser use strict; use warnings; use Common; # parseArgs and debug methods parseArgs("Transims vehicle shapshot parser"); # (minTime, maxTime, minX, maxX, minY, maxY, minZ, maxZ) my @limits; my %initLocs; my $header = <INFILE>; my $firstLine ...
20.191011
67
0.568169
ed341264fe74ff222a2f460e80a2fc8b7ff97d76
1,189
pm
Perl
src/GaIA/pkgs/perl/ActivePerl-5.8.7.815-i686-linux-2.2.17-gcc-211909/perl/lib/site_perl/5.8.7/Archive/Zip/MockFileHandle.pm
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/Archive/Zip/MockFileHandle.pm
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/Archive/Zip/MockFileHandle.pm
uninth/UNItools
c8b1fbfd5d3753b5b14fa19033e39737dedefc00
[ "BSD-3-Clause" ]
1
2021-06-08T15:59:26.000Z
2021-06-08T15:59:26.000Z
# Output file handle that calls a custom write routine # Ned Konz, March 2000 # This is provided to help with writing zip files # when you have to process them a chunk at a time. # # See the examples. # # $Revision: 1.4 $ use strict; package Archive::Zip::MockFileHandle; sub new { my $class = shift || __PACKAGE__; ...
17.231884
59
0.622372
ed359868892ed19bdd7c077807d44f315f7121ed
706
pl
Perl
xclib/examples/convert_format.pl
sushantsondhi/pyxclib
ecdfab6b72f9a02892eee617f45bef73c928ca81
[ "MIT" ]
4
2019-07-11T14:43:22.000Z
2019-08-08T19:12:53.000Z
xclib/examples/convert_format.pl
sushantsondhi/pyxclib
ecdfab6b72f9a02892eee617f45bef73c928ca81
[ "MIT" ]
null
null
null
xclib/examples/convert_format.pl
sushantsondhi/pyxclib
ecdfab6b72f9a02892eee617f45bef73c928ca81
[ "MIT" ]
null
null
null
my $inpfile; open($inpfile,"<",$ARGV[0]); my $ftfile; open($ftfile,">",$ARGV[1]); my $lblfile; open($lblfile,">",$ARGV[2]); my $ctr = 0; while(<$inpfile>) { chomp($_); if($ctr==0) { my @items = split(" ",$_); $num_inst = $items[0]; $num_ft = $items[1]; $num_lbl = $items[2]; print $ftfile "$num_inst $...
15.021277
52
0.515581
73ec0e19351019057fa70ada6bef1d26ba4e3a6b
4,191
pm
Perl
crs-scripts/lib/CRS/Tracker/Client.pm
derchrisuk/crs-scripts
a264b5692e6bcdb649df1859a14290aeb9da0ad7
[ "Apache-2.0" ]
3
2017-11-11T16:54:45.000Z
2017-12-15T16:25:18.000Z
crs-scripts/lib/CRS/Tracker/Client.pm
derchrisuk/crs-scripts
a264b5692e6bcdb649df1859a14290aeb9da0ad7
[ "Apache-2.0" ]
6
2017-11-12T11:40:16.000Z
2020-08-05T15:42:24.000Z
crs-scripts/lib/CRS/Tracker/Client.pm
derchrisuk/crs-scripts
a264b5692e6bcdb649df1859a14290aeb9da0ad7
[ "Apache-2.0" ]
4
2017-12-12T16:42:30.000Z
2020-10-19T04:03:53.000Z
# CRS::Tracker::Client # # Copyright (c) 2017 Peter Große <pegro@fem-net.de>, all rights reserved # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl itself. package CRS::Tracker::Client; =head1 NAME CRS::Tracker::Client - Client for interacting with the Congress ...
24.652941
131
0.581723
ed06f61bfe3d42b132c4975c9ecea6d4e8005506
1,963
pm
Perl
lib/App/Git/Workflow/Command/ResetTo.pm
ivanwills/git-workflow-tools
db38de0eb80924a469994c627e77fc8e5232c868
[ "Artistic-1.0" ]
4
2017-01-03T20:19:39.000Z
2021-09-02T13:54:40.000Z
lib/App/Git/Workflow/Command/ResetTo.pm
ivanwills/git-workflow-tools
db38de0eb80924a469994c627e77fc8e5232c868
[ "Artistic-1.0" ]
6
2015-02-01T16:08:26.000Z
2021-01-03T08:09:56.000Z
lib/App/Git/Workflow/Command/ResetTo.pm
ivanwills/git-workflow-tools
db38de0eb80924a469994c627e77fc8e5232c868
[ "Artistic-1.0" ]
2
2015-06-25T04:28:49.000Z
2021-01-02T21:04:19.000Z
package App::Git::Workflow::Command::ResetTo; # Created on: 2014-03-11 20:58:59 # Create by: Ivan Wills # $Id$ # $Revision$, $HeadURL$, $Date$ # $Revision$, $Source$, $Date$ use strict; use warnings; use version; use English qw/ -no_match_vars /; use Term::ANSIColor qw/colored/; use App::Git::Workflow; use App::Git:...
19.63
86
0.717269
73f0b61c96307b5aad2795e9f8377276cc794ecc
473,320
pm
Perl
worker/deps/openssl/config/archs/darwin-i386-cc/no-asm/configdata.pm
sandeepk-e/mediasoup
110e4aa97b5168b0c52947aaa1633787e6ee8783
[ "0BSD" ]
6
2021-02-02T19:56:10.000Z
2021-07-12T14:54:52.000Z
worker/deps/openssl/config/archs/darwin-i386-cc/no-asm/configdata.pm
sandeepk-e/mediasoup
110e4aa97b5168b0c52947aaa1633787e6ee8783
[ "0BSD" ]
116
2021-05-29T16:32:51.000Z
2021-08-13T16:05:29.000Z
worker/deps/openssl/config/archs/darwin-i386-cc/no-asm/configdata.pm
sandeepk-e/mediasoup
110e4aa97b5168b0c52947aaa1633787e6ee8783
[ "0BSD" ]
3
2021-04-09T03:13:47.000Z
2021-04-10T13:52:32.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 => "ar", ARFLAGS => [ "r" ], CC => "cc", CFLAGS => [ "-O3 -fomit-frame-po...
30.841207
1,736
0.28219
73f0ef4b3c1db3382a87b870dd3dec309c2bd15b
1,327
pm
Perl
lib/JSON/Schema/Validator/State.pm
AnotherOneAckap/p5-json-schema-validator
bad223641c23e2786f9061e56eb912da7767bed8
[ "MIT" ]
null
null
null
lib/JSON/Schema/Validator/State.pm
AnotherOneAckap/p5-json-schema-validator
bad223641c23e2786f9061e56eb912da7767bed8
[ "MIT" ]
null
null
null
lib/JSON/Schema/Validator/State.pm
AnotherOneAckap/p5-json-schema-validator
bad223641c23e2786f9061e56eb912da7767bed8
[ "MIT" ]
null
null
null
package JSON::Schema::Validator::State; use strict; use warnings; use overload '==' => \&num_comparision, '""' => \&to_string, bool => \&to_string; sub new { my ( $proto, %args ) = @_; my $state = {}; $state->{path} = '$'; $state->{schema_root} = $args{schema_root}; $state->{errors} = {};...
18.690141
63
0.541824
ed21879ace8d9efd0086bacefb06e340105bcff3
211,319
pl
Perl
prolog/examples/biopaxLevel3.pl
rzese/trill
145781966a4203e43c3cfe18e62435557e764297
[ "Artistic-2.0" ]
6
2016-02-02T07:36:34.000Z
2021-03-17T01:23:49.000Z
prolog/examples/biopaxLevel3.pl
rzese/trill
145781966a4203e43c3cfe18e62435557e764297
[ "Artistic-2.0" ]
1
2019-10-19T12:53:55.000Z
2019-10-29T15:14:51.000Z
prolog/examples/biopaxLevel3.pl
rzese/trill
145781966a4203e43c3cfe18e62435557e764297
[ "Artistic-2.0" ]
3
2016-04-05T10:34:18.000Z
2019-10-30T10:46:54.000Z
:-use_module(library(trill)). :- trill. % or :- trillp. or :- tornado. /* Model of metabolic pathways. http://www.biopax.org/ */ /** <examples> ?- prob_sub_class('TransportWithBiochemicalReaction','Entity',Prob). ?- sub_class('TransportWithBiochemicalReaction','Entity',ListExpl). */ owl_rdf('<?xml version="1.0"?>...
68.878422
1,159
0.693194
ed40ecdc7a01845d018991bc3c25e96b5355117b
567
pl
Perl
windows10/git-bash-zsh/usr/share/perl5/core_perl/unicore/lib/Nv/700.pl
Allen-LPL/dotfiles
9bc894fc6c9d32b1a0c84812c66fb5133484eff4
[ "MIT" ]
1,318
2019-07-11T10:34:39.000Z
2022-03-29T15:05:19.000Z
windows10/git-bash-zsh/usr/share/perl5/core_perl/unicore/lib/Nv/700.pl
Allen-LPL/dotfiles
9bc894fc6c9d32b1a0c84812c66fb5133484eff4
[ "MIT" ]
387
2019-09-05T16:33:09.000Z
2022-03-31T10:43:39.000Z
windows10/git-bash-zsh/usr/share/perl5/core_perl/unicore/lib/Nv/700.pl
Allen-LPL/dotfiles
9bc894fc6c9d32b1a0c84812c66fb5133484eff4
[ "MIT" ]
66
2019-11-11T15:33:12.000Z
2022-03-01T07:55:55.000Z
# !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is machine-generated by lib/unicore/mktables from the Unicode # database, Version 13.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...
21
77
0.705467
ed454996e5b441ed16b0a8c978dca58c1df9b2c4
22,799
pm
Perl
modules/EnsEMBL/Web/Document/Image.pm
nerdstrike/ensembl-webcode
ab69513124329e1b2d686c7d2c9f1d7689996a0b
[ "Apache-2.0", "MIT" ]
null
null
null
modules/EnsEMBL/Web/Document/Image.pm
nerdstrike/ensembl-webcode
ab69513124329e1b2d686c7d2c9f1d7689996a0b
[ "Apache-2.0", "MIT" ]
null
null
null
modules/EnsEMBL/Web/Document/Image.pm
nerdstrike/ensembl-webcode
ab69513124329e1b2d686c7d2c9f1d7689996a0b
[ "Apache-2.0", "MIT" ]
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...
34.807634
224
0.536295
ed2d2bcf0f2c7d7484e9c08914ed41da2fbc001a
871
pm
Perl
lib/Effect/ImageService/Plugin/Set.pm
Archeia/Effect-Games
163d20c8ee1482b260143109ff4bcaf737b4b33e
[ "MIT" ]
264
2015-01-14T02:30:31.000Z
2022-03-09T02:30:51.000Z
lib/Effect/ImageService/Plugin/Set.pm
kinvix/Effect-Games
163d20c8ee1482b260143109ff4bcaf737b4b33e
[ "MIT" ]
1
2018-03-13T18:48:32.000Z
2021-09-27T00:54:56.000Z
lib/Effect/ImageService/Plugin/Set.pm
kinvix/Effect-Games
163d20c8ee1482b260143109ff4bcaf737b4b33e
[ "MIT" ]
78
2015-03-27T16:45:29.000Z
2021-12-27T07:50:09.000Z
package Effect::ImageService::Plugin::Set; # Effect Games Engine and IDE v1.0 # Copyright (c) 2005 - 2011 Joseph Huckaby # Source Code released under the MIT License: # http://www.opensource.org/licenses/mit-license.php use strict; use XML::API::Tools; use Effect::ImageService::Plugin; our @ISA = ("Effect::ImageSer...
24.194444
88
0.662457
ed36f546776617ea53f11874ce1d9215824003ed
3,018
pl
Perl
data/processed/survey_0.75_0.5_150_result.pl
VincentDerk/Paper-AC-Decisions-Learning
abd1dc8893fbb11b43ebb49a25e26c0183bdba62
[ "Apache-2.0" ]
null
null
null
data/processed/survey_0.75_0.5_150_result.pl
VincentDerk/Paper-AC-Decisions-Learning
abd1dc8893fbb11b43ebb49a25e26c0183bdba62
[ "Apache-2.0" ]
null
null
null
data/processed/survey_0.75_0.5_150_result.pl
VincentDerk/Paper-AC-Decisions-Learning
abd1dc8893fbb11b43ebb49a25e26c0183bdba62
[ "Apache-2.0" ]
null
null
null
body_1(0,multi) :- true. body_20(19,multi) :- true. body_36(33,multi) :- a("young"), s("M"). body_52(49,multi) :- a("young"), s("F"). body_67(64,multi) :- a("adult"), s("M"). body_82(79,multi) :- a("adult"), s("F"). body_97(94,multi) :- a("old"), s("M"). body_112(109,multi) :- a("old"), s("F"). body_125(124,multi) :- e...
35.093023
74
0.604374
ed215e19622b4862304306ce3f96d2ffe4c9dd13
48,593
pm
Perl
Source/Manip/TZ/amtiju00.pm
ssp/Pester
f2d8ec2f62bfb83656f77f3ee41b54149287904a
[ "BSD-2-Clause" ]
59
2015-01-11T18:44:25.000Z
2022-03-07T22:56:02.000Z
Source/Manip/TZ/amtiju00.pm
ssp/Pester
f2d8ec2f62bfb83656f77f3ee41b54149287904a
[ "BSD-2-Clause" ]
11
2015-06-19T11:01:00.000Z
2018-06-05T21:30:17.000Z
Source/Manip/TZ/amtiju00.pm
ssp/Pester
f2d8ec2f62bfb83656f77f3ee41b54149287904a
[ "BSD-2-Clause" ]
7
2015-09-21T21:04:59.000Z
2022-02-13T18:26:47.000Z
package # Date::Manip::TZ::amtiju00; # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. # This program is free software; you can redistribute it and/or modify it # under the same terms as Perl itself. # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' i...
48.984879
88
0.498652
73d03de4fbfc6220b1d7cf9c3f08f5983cca8b53
1,097
al
Perl
Demo/permissions/SDK.PermissionSet.al
juliandittmann/AL.TheThingsStackSDK
56fe13d9315f2e1f2d406cd12205c7b0dcd10199
[ "MIT" ]
1
2021-12-08T22:14:51.000Z
2021-12-08T22:14:51.000Z
Demo/permissions/SDK.PermissionSet.al
juliandittmann/AL.TheThingsStackSDK
56fe13d9315f2e1f2d406cd12205c7b0dcd10199
[ "MIT" ]
null
null
null
Demo/permissions/SDK.PermissionSet.al
juliandittmann/AL.TheThingsStackSDK
56fe13d9315f2e1f2d406cd12205c7b0dcd10199
[ "MIT" ]
null
null
null
permissionset 52350 "jdi TTS Demo SDK" { Caption = 'The Things Stack SDK Demo'; Assignable = true; Access = Public; IncludedPermissionSets = "jdi TTS SDK"; Permissions = tabledata "jdi TTS Demo API Key" = RIMD, tabledata "jdi TTS Demo Application" = RIMD, tabledata "jdi TTS D...
40.62963
52
0.603464
73f26b01886be4f848c390e6311f9a50063f32e2
1,221
pm
Perl
lib/O2/Util/Password.pm
haakonsk/O2-Framework
50f2f2def517b90dec647b914128ad8f949f51d9
[ "MIT" ]
1
2016-05-24T08:13:09.000Z
2016-05-24T08:13:09.000Z
lib/O2/Util/Password.pm
haakonsk/O2-Framework
50f2f2def517b90dec647b914128ad8f949f51d9
[ "MIT" ]
null
null
null
lib/O2/Util/Password.pm
haakonsk/O2-Framework
50f2f2def517b90dec647b914128ad8f949f51d9
[ "MIT" ]
null
null
null
package O2::Util::Password; use strict; # Methods for handling passwords #--------------------------------------------------------------------------------------------------------------------------------------------------- sub new { my ($pkg, %init) = @_; return bless \%init, $pkg; } #-----------------------------...
39.387097
148
0.333333
ed45b1ff3980ad7a85ebe6aaa9fe4366ea0b77cf
63
pl
Perl
tutorial-01/examples/kb1.pl
thedhruvrawat/lics
08aeeeb5bb41f6095e29bed459ae4056454bcc55
[ "MIT" ]
null
null
null
tutorial-01/examples/kb1.pl
thedhruvrawat/lics
08aeeeb5bb41f6095e29bed459ae4056454bcc55
[ "MIT" ]
17
2020-03-24T17:34:07.000Z
2022-02-19T01:41:16.000Z
tutorial-01/examples/kb1.pl
thedhruvrawat/lics
08aeeeb5bb41f6095e29bed459ae4056454bcc55
[ "MIT" ]
null
null
null
woman(mia). woman(jody). woman(yolanda). playsAirGuitar(jody).
12.6
21
0.746032
73e6b2ebb429892ccf51f62ab98162bfbb428401
365
t
Perl
t/11_mailboxes.t
karenetheridge/Net-IMAP-Simple
c78b718df03d4828998208d478e9e95166a68761
[ "FSFAP" ]
null
null
null
t/11_mailboxes.t
karenetheridge/Net-IMAP-Simple
c78b718df03d4828998208d478e9e95166a68761
[ "FSFAP" ]
null
null
null
t/11_mailboxes.t
karenetheridge/Net-IMAP-Simple
c78b718df03d4828998208d478e9e95166a68761
[ "FSFAP" ]
null
null
null
use strict; use Test; use Net::IMAP::Simple; plan tests => our $tests = 2; our $imap; sub run_tests { $imap->create_mailbox("anotherthingy"); my @e = $imap->mailboxes; my @E = qw(testing anotherthingy); for my $__e (@E) { ok(1) if grep { $_ eq $__e } @e; # would use ~~ but would rule out 5...
15.869565
84
0.580822
ed13b9a92ad7840e1b18865cda6d04df6290f0d5
2,699
pl
Perl
doc/tpdb_trs/Prolog/talp_maria/query.pl
ComputationWithBoundedResources/ara-inference
970fcf905d89c3a769615cd81cc77e1903469dd5
[ "MIT" ]
1
2018-09-03T09:26:13.000Z
2018-09-03T09:26:13.000Z
doc/tpdb_trs/Prolog/talp_maria/query.pl
ComputationWithBoundedResources/ara-inference
970fcf905d89c3a769615cd81cc77e1903469dd5
[ "MIT" ]
null
null
null
doc/tpdb_trs/Prolog/talp_maria/query.pl
ComputationWithBoundedResources/ara-inference
970fcf905d89c3a769615cd81cc77e1903469dd5
[ "MIT" ]
null
null
null
%query: query(i). /*----------------------------------------------------------------------------- Program: simple query to a (Prolog) database Author: D.H.D.Warren Date: 1977 From Warren's thesis To test: do. (first solution) or main. (all solutions) ----------------------------------------------------------...
25.462264
79
0.549833
ed294635eab524144d3c57f4c2a1d9dc731c8c36
2,517
pm
Perl
lib/MongoDB/InsertManyResult.pm
nunorc/mongo-perl-driver
8fcdf41bb8e92771df0b68fc52aadf95d2586e62
[ "Apache-2.0" ]
null
null
null
lib/MongoDB/InsertManyResult.pm
nunorc/mongo-perl-driver
8fcdf41bb8e92771df0b68fc52aadf95d2586e62
[ "Apache-2.0" ]
null
null
null
lib/MongoDB/InsertManyResult.pm
nunorc/mongo-perl-driver
8fcdf41bb8e92771df0b68fc52aadf95d2586e62
[ "Apache-2.0" ]
null
null
null
# # Copyright 2014 MongoDB, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in wri...
18.783582
76
0.702424
73d9f75337df209e4bc62de54e709ecd8522d59b
1,246
pl
Perl
scripts/matrix_to_text.pl
wkrzemien/j-pet-mlem
4ed746f3fe79890e4141158cd49d1869938105de
[ "Apache-2.0" ]
null
null
null
scripts/matrix_to_text.pl
wkrzemien/j-pet-mlem
4ed746f3fe79890e4141158cd49d1869938105de
[ "Apache-2.0" ]
5
2018-08-08T08:26:04.000Z
2020-05-13T13:33:39.000Z
scripts/matrix_to_text.pl
wkrzemien/j-pet-mlem
4ed746f3fe79890e4141158cd49d1869938105de
[ "Apache-2.0" ]
5
2018-06-04T21:04:29.000Z
2021-07-03T14:19:39.000Z
#!/usr/bin/perl -w =pod /// uint32_t magic = 'PETt' /// uint32_t n_pixels_2 /// uint32_t n_emissions // per pixel /// while (!eof) /// uint16_t lor_a, lor_b // pair /// uint32_t pixel_pair_count /// for(.. count ..) /// uint16_t t_pixel_x, t_pixel_y /// uint32_t pixel_hits =cut use strict; while(my...
23.509434
73
0.605939
ed25d5a355470defd92714abf5874abc605dc3db
1,781
pm
Perl
auto-lib/Paws/CostExplorer/CoverageByTime.pm
meis/aws-sdk-perl
6d61ffcf351e446f06d7e84e53caa08d98573959
[ "Apache-2.0" ]
null
null
null
auto-lib/Paws/CostExplorer/CoverageByTime.pm
meis/aws-sdk-perl
6d61ffcf351e446f06d7e84e53caa08d98573959
[ "Apache-2.0" ]
1
2021-05-26T19:13:58.000Z
2021-05-26T19:13:58.000Z
auto-lib/Paws/CostExplorer/CoverageByTime.pm
meis/aws-sdk-perl
6d61ffcf351e446f06d7e84e53caa08d98573959
[ "Apache-2.0" ]
null
null
null
package Paws::CostExplorer::CoverageByTime; use Moose; has Groups => (is => 'ro', isa => 'ArrayRef[Paws::CostExplorer::ReservationCoverageGroup]'); has TimePeriod => (is => 'ro', isa => 'Paws::CostExplorer::DateInterval'); has Total => (is => 'ro', isa => 'Paws::CostExplorer::Coverage'); 1; ### main pod docume...
25.811594
105
0.733296
ed080d128347956bb04135f8637013c7c9c6708e
7,992
t
Perl
t/worksheet/worksheet_cond_format_24.t
lcorbasson/excel-writer-xlsx
c8f60933dffdffd8a4a65360a88a4e206310916a
[ "Artistic-1.0-Perl" ]
1
2020-08-18T17:23:15.000Z
2020-08-18T17:23:15.000Z
t/worksheet/worksheet_cond_format_24.t
lcorbasson/excel-writer-xlsx
c8f60933dffdffd8a4a65360a88a4e206310916a
[ "Artistic-1.0-Perl" ]
null
null
null
t/worksheet/worksheet_cond_format_24.t
lcorbasson/excel-writer-xlsx
c8f60933dffdffd8a4a65360a88a4e206310916a
[ "Artistic-1.0-Perl" ]
null
null
null
############################################################################### # # Tests for Excel::Writer::XLSX::Worksheet methods. # # Copyright 2000-2020, John McNamara, jmcnamara@cpan.org # use lib 't/lib'; use TestFunctions qw(_expected_to_aref _got_to_aref _is_deep_diff _new_worksheet); use strict; use warnings...
26.909091
155
0.496496
ed21a5f1feb77987ceceaaa7195abb4149e57013
996
t
Perl
test/recipes/30-test_evp.t
sandeepboga/openssl
ab8493e32ec37c193c6493e2dae450e4e3431303
[ "Apache-2.0" ]
2
2019-07-29T08:08:47.000Z
2019-07-29T08:08:51.000Z
test/recipes/30-test_evp.t
sandeepboga/openssl
ab8493e32ec37c193c6493e2dae450e4e3431303
[ "Apache-2.0" ]
null
null
null
test/recipes/30-test_evp.t
sandeepboga/openssl
ab8493e32ec37c193c6493e2dae450e4e3431303
[ "Apache-2.0" ]
null
null
null
#! /usr/bin/env perl # Copyright 2015-2018 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....
29.294118
73
0.699799
ed11dd00739adad97c3fa349de1952134df48463
593
pm
Perl
lib/Monitorel/Worker/Dequeue.pm
yuuki/Monitorel
9e853f6d10bfd40f66b1cce98664235db91d8d84
[ "Artistic-1.0" ]
1
2017-07-04T08:04:33.000Z
2017-07-04T08:04:33.000Z
lib/Monitorel/Worker/Dequeue.pm
yuuki/Monitorel
9e853f6d10bfd40f66b1cce98664235db91d8d84
[ "Artistic-1.0" ]
null
null
null
lib/Monitorel/Worker/Dequeue.pm
yuuki/Monitorel
9e853f6d10bfd40f66b1cce98664235db91d8d84
[ "Artistic-1.0" ]
null
null
null
package Monitorel::Worker::Dequeue; use strict; use warnings; use Parallel::Prefork; sub run { my ($class, $workers, $max_worker_num) = @_; $max_worker_num ||= 4; my $pm = Parallel::Prefork->new({ max_workers => $max_worker_num, trap_signals => { TERM => 'TERM', ...
17.441176
54
0.500843
73d1a5779ba3cb681677d3589f99da7cafe121f7
3,936
pl
Perl
Script/qltruonghoc_test.pl
SummerSad/DoAn02-LogicBacNhat
e70298cac3d07965c463b8c40168d2aae508cbe3
[ "MIT" ]
null
null
null
Script/qltruonghoc_test.pl
SummerSad/DoAn02-LogicBacNhat
e70298cac3d07965c463b8c40168d2aae508cbe3
[ "MIT" ]
null
null
null
Script/qltruonghoc_test.pl
SummerSad/DoAn02-LogicBacNhat
e70298cac3d07965c463b8c40168d2aae508cbe3
[ "MIT" ]
1
2019-11-25T13:05:51.000Z
2019-11-25T13:05:51.000Z
:- [qltruonghoc, writeln]. :- writeln('Go cau_1., cau_2, ... cau_25. de xem cau hoi va cau tra loi'). cau_1 :- writeln('Nguyen Dinh Thuc la giao vien dung hay sai ?'), giao_vien('Nguyen Dinh Thuc') -> writeln('Dung'); writeln('Sai'). cau_2 :- writeln('Giao vien Le Hoai Bac la giao su dung hay sai ?'), ...
35.781818
99
0.673526
ed3f8c74dcb3da28f5568509a2fa10d03e5971f1
4,395
t
Perl
gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-zip-bzip2-only.t
ArrogantWombatics/openbsd-src
75721e1d44322953075b7c4b89337b163a395291
[ "BSD-3-Clause" ]
2
2018-06-15T08:32:44.000Z
2019-01-12T03:20:41.000Z
openresty-win32-build/thirdparty/perl5-5.29.6/cpan/IO-Compress/t/105oneshot-zip-bzip2-only.t
nneesshh/openresty-win32-build
bfbb9d7526020eda1788a0ed24f2be3c8be5c1c3
[ "MIT" ]
1
2018-08-21T03:56:33.000Z
2018-08-21T03:56:33.000Z
openresty-win32-build/thirdparty/perl5-5.29.6/cpan/IO-Compress/t/105oneshot-zip-bzip2-only.t
nneesshh/openresty-win32-build
bfbb9d7526020eda1788a0ed24f2be3c8be5c1c3
[ "MIT" ]
null
null
null
BEGIN { if ($ENV{PERL_CORE}) { chdir 't' if -d 't'; @INC = ("../lib", "lib/compress"); } } use lib qw(t t/compress); use strict; use warnings; use bytes; use Test::More ; use CompTestUtils; BEGIN { plan(skip_all => "oneshot needs Perl 5.005 or better - you have Perl $]" ) if $] < 5.005 ; p...
26.317365
83
0.440046
ed3cd678fb60edee856aa011dde02924155dbc33
745
t
Perl
t/plugins.t
gitpan/HTML-Widget-Factory
3172e5ab6c0b862e7533b595e51dd7fe8541f569
[ "Artistic-1.0" ]
null
null
null
t/plugins.t
gitpan/HTML-Widget-Factory
3172e5ab6c0b862e7533b595e51dd7fe8541f569
[ "Artistic-1.0" ]
null
null
null
t/plugins.t
gitpan/HTML-Widget-Factory
3172e5ab6c0b862e7533b595e51dd7fe8541f569
[ "Artistic-1.0" ]
null
null
null
#!perl use strict; use warnings; use Test::More; use HTML::Widget::Factory; my @expected = qw( HTML::Widget::Plugin::Attrs HTML::Widget::Plugin::Button HTML::Widget::Plugin::Checkbox HTML::Widget::Plugin::Image HTML::Widget::Plugin::Input HTML::Widget::Plugin::Link HTML::Widget::Plugin::Multiselect HT...
20.694444
42
0.669799
ed13485de5848971e5a23fc44b7ec0cd9d6a6965
10,598
pl
Perl
webapp/perl/local/lib/perl5/auto/share/dist/DateTime-Locale/fa.pl
AK-10/AK-10-isucon8-preliminary-revenge
f390710721b2f2e3d9f60120394ec37c9c96b975
[ "MIT" ]
2
2019-04-15T04:28:23.000Z
2019-04-16T12:45:51.000Z
webapp/perl/local/lib/perl5/auto/share/dist/DateTime-Locale/fa.pl
AK-10/AK-10-isucon8-preliminary-revenge
f390710721b2f2e3d9f60120394ec37c9c96b975
[ "MIT" ]
16
2019-08-28T23:45:01.000Z
2019-12-20T02:12:13.000Z
webapp/perl/local/lib/perl5/auto/share/dist/DateTime-Locale/fa.pl
AK-10/AK-10-isucon8-preliminary-revenge
f390710721b2f2e3d9f60120394ec37c9c96b975
[ "MIT" ]
1
2019-04-14T01:11:20.000Z
2019-04-14T01:11:20.000Z
{ am_pm_abbreviated => [ "\N{U+0642}.\N{U+0638}.", "\N{U+0628}.\N{U+0638}.", ], 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 H:mm", EHms => "E H:mm:ss", Ed => "E d", Ehm =...
38.259928
138
0.508681
73d0746eb94acfdb1f80a133872e78ae0be1134e
52,379
pl
Perl
crypto/ec/asm/ecp_nistz256-ppc64.pl
vohongnhuy/openssl
59de7c93ae682330f9bfb328a6e4ac476a8d02db
[ "OpenSSL" ]
15
2019-01-21T14:31:40.000Z
2021-04-13T12:28:26.000Z
crypto/ec/asm/ecp_nistz256-ppc64.pl
vohongnhuy/openssl
59de7c93ae682330f9bfb328a6e4ac476a8d02db
[ "OpenSSL" ]
12
2021-07-05T11:51:19.000Z
2022-02-25T01:06:41.000Z
crypto/ec/asm/ecp_nistz256-ppc64.pl
vohongnhuy/openssl
59de7c93ae682330f9bfb328a6e4ac476a8d02db
[ "OpenSSL" ]
6
2019-07-16T13:36:07.000Z
2021-03-19T15:27:35.000Z
#! /usr/bin/env perl # # ==================================================================== # Written by Andy Polyakov <appro@openssl.org> for the OpenSSL # project. The module is, however, dual licensed under OpenSSL and # CRYPTOGAMS licenses depending on where you obtain it. For further # details see http://www.ope...
22.045034
80
0.617996