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
ed1c78cbfad985fcfcea36fcc15a4d8e66568bfd
6,931
pl
Perl
DBI_Excel_template.pl
jkstill/perl
c19d27563461a8daef7558d342fa987f5570f97e
[ "MIT" ]
1
2019-08-30T10:04:59.000Z
2019-08-30T10:04:59.000Z
DBI_Excel_template.pl
jkstill/perl
c19d27563461a8daef7558d342fa987f5570f97e
[ "MIT" ]
null
null
null
DBI_Excel_template.pl
jkstill/perl
c19d27563461a8daef7558d342fa987f5570f97e
[ "MIT" ]
null
null
null
#!/u01/app/perl/bin/perl # DBI_Excel_template.pl # a template script for using DBI and Spreadsheet::WriteExcel # Jared Still # jkstill@gmail.com =head1 DBI/Excel::Writer::XLSX tempate This Perl program is a template for creating other scripts that connect to Oracle and create an Excel Spreadsheet. This script will ...
26.657692
442
0.683307
73fc79ce48c29ba4236ba4770d2ccac2375a684d
2,561
pm
Perl
auto-lib/Paws/Support/SeverityLevel.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/Support/SeverityLevel.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/Support/SeverityLevel.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::Support::SeverityLevel; use Moose; has Code => (is => 'ro', isa => 'Str', request_name => 'code', traits => ['NameInRequest']); has Name => (is => 'ro', isa => 'Str', request_name => 'name', traits => ['NameInRequest']); 1; ### main pod documentation begin ### =he...
23.934579
102
0.732136
ed19eb88094d30710492db988bfee0407cd06cf5
1,125
pm
Perl
PubMed/perlscripts/CSB.pm
TheVanishingMan/DrugInteractionDiscovery
1ad96ffffd1e8e57f5ca196ff6ae09366195fb7c
[ "Xnet", "X11" ]
1
2020-04-24T19:11:01.000Z
2020-04-24T19:11:01.000Z
PubMed/perlscripts/CSB.pm
TheVanishingMan/DrugInteractionDiscovery
1ad96ffffd1e8e57f5ca196ff6ae09366195fb7c
[ "Xnet", "X11" ]
null
null
null
PubMed/perlscripts/CSB.pm
TheVanishingMan/DrugInteractionDiscovery
1ad96ffffd1e8e57f5ca196ff6ae09366195fb7c
[ "Xnet", "X11" ]
null
null
null
package CSB; require Exporter; use EasyGet; use BibCache; @ISA = qw(Exporter); @EXPORT = ('csb_query', 'csb_fetch', ); $VERSION = 1.0; ### URL:s ################################################################################ # Shared URL prefix: my $csb_base_url = 'http://liinwww.ira.uka.de'; my $csb_simple_...
28.125
90
0.528
ed1c8b35f6841430d6064d9989efcbe2a3e54462
505
pm
Perl
lib/VMOMI/VirtualCdromRemoteAtapiBackingInfo.pm
restump/p5-vmomi
e2571d72a1f552ddd0258ad289ec229d8d12a147
[ "Apache-2.0" ]
1
2020-07-22T21:56:34.000Z
2020-07-22T21:56:34.000Z
lib/VMOMI/VirtualCdromRemoteAtapiBackingInfo.pm
restump/p5-vmomi
e2571d72a1f552ddd0258ad289ec229d8d12a147
[ "Apache-2.0" ]
null
null
null
lib/VMOMI/VirtualCdromRemoteAtapiBackingInfo.pm
restump/p5-vmomi
e2571d72a1f552ddd0258ad289ec229d8d12a147
[ "Apache-2.0" ]
1
2016-07-19T19:56:09.000Z
2016-07-19T19:56:09.000Z
package VMOMI::VirtualCdromRemoteAtapiBackingInfo; use parent 'VMOMI::VirtualDeviceRemoteDeviceBackingInfo'; use strict; use warnings; our @class_ancestors = ( 'VirtualDeviceRemoteDeviceBackingInfo', 'VirtualDeviceBackingInfo', 'DynamicData', ); our @class_members = ( ); sub get_class_ancestors { r...
19.423077
59
0.734653
ed0b4232f2a52b6297febc1126a560dfdeedff2d
4,266
pm
Perl
os/linux/local/mode/liststorages.pm
nribault/centreon-plugins
e99276ba80ba202392791e78d72b00f1306d1a99
[ "Apache-2.0" ]
null
null
null
os/linux/local/mode/liststorages.pm
nribault/centreon-plugins
e99276ba80ba202392791e78d72b00f1306d1a99
[ "Apache-2.0" ]
null
null
null
os/linux/local/mode/liststorages.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...
29.219178
149
0.576887
ed018b0855c844f9c9ecfbb236c9092e9113904d
1,853
pl
Perl
t/sanity_base/mt_03c.pl
logicmoo/pfc
a26290cd35d37d9c926cf5e5dd2797e019553a3d
[ "BSD-2-Clause" ]
1
2022-02-20T16:31:55.000Z
2022-02-20T16:31:55.000Z
t/sanity_base/mt_03c.pl
logicmoo/pfc
a26290cd35d37d9c926cf5e5dd2797e019553a3d
[ "BSD-2-Clause" ]
null
null
null
t/sanity_base/mt_03c.pl
logicmoo/pfc
a26290cd35d37d9c926cf5e5dd2797e019553a3d
[ "BSD-2-Clause" ]
null
null
null
/* <module> % % PFC is codeA language extension for prolog. % % It adds codeA new type of module inheritance % % Dec 13, 2035 % Douglas Miles */ % was_module(header_sane,[]). :- include(library(logicmoo_test_header)). %:- add_import_module(header_sane,baseKB,end). :- set_defaultAssertMt(myMt). :- expects_dialec...
25.040541
165
0.739881
ed279aac599b8a8b953f47255843a4d007615c65
1,057
pm
Perl
pdu-perl-api/Raritan/RPC/sensors/Sensor_2_0_0/Unit.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/sensors/Sensor_2_0_0/Unit.pm
gregoa/raritan-pdu-json-rpc-sdk
76df982462742b97b52872aa34630140f5df7e58
[ "BSD-3-Clause" ]
null
null
null
pdu-perl-api/Raritan/RPC/sensors/Sensor_2_0_0/Unit.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 Sensor.idl. use strict; package Raritan::RPC::sensors::Sensor_2_0_0::Unit; use constant NONE => 0; use constant VOLT => 1; use constant AMPERE => 2; use constant WATT => 3; use consta...
25.166667
50
0.727531
ed28740357ee5a23502ce5be7c0b751ad8090491
10,786
pm
Perl
cloud/aws/elasticache/mode/commandsmemcached.pm
bmareau/centreon-plugins
377b2e75b36aaf0ea9c80f4530d1396c7f1c0802
[ "Apache-2.0" ]
null
null
null
cloud/aws/elasticache/mode/commandsmemcached.pm
bmareau/centreon-plugins
377b2e75b36aaf0ea9c80f4530d1396c7f1c0802
[ "Apache-2.0" ]
null
null
null
cloud/aws/elasticache/mode/commandsmemcached.pm
bmareau/centreon-plugins
377b2e75b36aaf0ea9c80f4530d1396c7f1c0802
[ "Apache-2.0" ]
null
null
null
# # Copyright 2019 Centreon (http://www.centreon.com/) # # Centreon is a full-fledged industry-strength solution that meets # the needs in IT infrastructure and application monitoring for # service performance. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in com...
43.144
231
0.585481
73e367c2099d3a7134a91a2185eecd16948a8a3d
5,586
pm
Perl
lib/Cfn/Resource/AWS/EKS/FargateProfile.pm
agimenez/cfn-perl
66eaffd2044b6a4921b43183f7b6b20aaa46b24a
[ "Apache-2.0" ]
null
null
null
lib/Cfn/Resource/AWS/EKS/FargateProfile.pm
agimenez/cfn-perl
66eaffd2044b6a4921b43183f7b6b20aaa46b24a
[ "Apache-2.0" ]
null
null
null
lib/Cfn/Resource/AWS/EKS/FargateProfile.pm
agimenez/cfn-perl
66eaffd2044b6a4921b43183f7b6b20aaa46b24a
[ "Apache-2.0" ]
null
null
null
# AWS::EKS::FargateProfile generated from spec 20.1.0 use Moose::Util::TypeConstraints; coerce 'Cfn::Resource::Properties::AWS::EKS::FargateProfile', from 'HashRef', via { Cfn::Resource::Properties::AWS::EKS::FargateProfile->new( %$_ ) }; package Cfn::Resource::AWS::EKS::FargateProfile { use Moose; extends '...
36.75
197
0.63874
ed338c5f1af2f2a270d0d3156ebd89eeb2013757
1,159
pl
Perl
perl/palindrome/pal.pl
trammell/test
ccac5e1dac947032e64d813e53cb961417a58d05
[ "Artistic-2.0" ]
null
null
null
perl/palindrome/pal.pl
trammell/test
ccac5e1dac947032e64d813e53cb961417a58d05
[ "Artistic-2.0" ]
null
null
null
perl/palindrome/pal.pl
trammell/test
ccac5e1dac947032e64d813e53cb961417a58d05
[ "Artistic-2.0" ]
null
null
null
#!/usr/bin/perl use strict; use warnings FATAL => 'all'; use List::Util 'sum'; use bigint; # get the number of palindromes with up to 99 digits my $sum = sum map { npal($_) } 1 .. 100; # calculate the sum of digits in the sum print "sum = ", sum(split //, $sum); # The trick: given a number of length "n", there are ...
33.114286
78
0.682485
ed3370222f55d2088fe39d29e55a0a49766ebd82
1,846
pl
Perl
Source/boost_1_33_1/libs/graph/doc/jwebfrob.pl
spxuw/RFIM
32b78fbb90c7008b1106b0cff4f8023ae83c9b6d
[ "MIT" ]
4
2021-07-31T13:56:01.000Z
2021-11-13T02:55:10.000Z
Source/boost_1_33_1/libs/graph/doc/jwebfrob.pl
spxuw/RFIM
32b78fbb90c7008b1106b0cff4f8023ae83c9b6d
[ "MIT" ]
null
null
null
Source/boost_1_33_1/libs/graph/doc/jwebfrob.pl
spxuw/RFIM
32b78fbb90c7008b1106b0cff4f8023ae83c9b6d
[ "MIT" ]
7
2021-08-31T14:34:23.000Z
2022-01-19T08:25:58.000Z
$lastpage = 0; $thispage = 1; $counter = 1; $alphabet = "\@abcdefghijklmnopqrstuvwxyz"; $Alphabet = "\@ABCDEFGHIJKLMNOPQRSTUVWXYZ"; $out = ""; $saved_full = ""; $saved_empty = ""; while(<>) { # These changes are so that it works when we aren't using hyperref # if (/(\\newlabel.*\{\{)([0-9]+)(\}\{)([0-9ivx]+)(\}....
25.287671
82
0.553088
73d79e74414dfe9345fc3a5669c0eea6017be384
10,756
pm
Perl
miRNAFinderApp/app/features/microPred/progs/miPred/bioperl-1.4/Bio/Taxonomy.pm
shyaman/miRNAFinder-web-server
4e21ea9b77a321ae87a3e0f93abe66eda0013f62
[ "MIT" ]
1
2021-04-27T18:17:33.000Z
2021-04-27T18:17:33.000Z
miRNAFinderApp/app/features/microPred/progs/miPred/bioperl-1.4/Bio/Taxonomy.pm
shyaman/miRNAFinder-web-server
4e21ea9b77a321ae87a3e0f93abe66eda0013f62
[ "MIT" ]
2
2020-06-20T15:59:50.000Z
2021-04-25T17:50:35.000Z
miRNAFinderApp/app/features/microPred/progs/miPred/bioperl-1.4/blib/lib/Bio/Taxonomy.pm
shyaman/miRNAFinder-web-server
4e21ea9b77a321ae87a3e0f93abe66eda0013f62
[ "MIT" ]
null
null
null
# $Id: Taxonomy.pm,v 1.5 2003/11/18 06:56:31 juguang Exp $ # # BioPerl module for Bio::Taxonomy # # Cared for by Juguang Xiao # # You may distribute this module under the same terms as perl itself # POD documentation - main docs before the code =head1 NAME Bio::Taxonomy - representing Taxonomy. =head1 SYNOPSIS u...
25.918072
96
0.627557
ed2236dc30c8de3cfdb4d10f004e908b612ebe02
10,917
pm
Perl
lib/App/dropboxapi.pm
lwhsu/dropbox-api-command
035f3d41d41027a8d382c1e3cb1c7af231acee7c
[ "MIT" ]
49
2015-01-30T02:00:57.000Z
2020-08-07T06:52:48.000Z
lib/App/dropboxapi.pm
lwhsu/dropbox-api-command
035f3d41d41027a8d382c1e3cb1c7af231acee7c
[ "MIT" ]
19
2015-02-27T04:11:50.000Z
2020-01-13T02:18:23.000Z
lib/App/dropboxapi.pm
lwhsu/dropbox-api-command
035f3d41d41027a8d382c1e3cb1c7af231acee7c
[ "MIT" ]
5
2015-08-12T06:29:17.000Z
2020-03-29T07:23:48.000Z
package App::dropboxapi; use strict; use warnings; our $VERSION = '2.13'; =head1 NAME App::dropboxapi - command line interface to access Dropbox API =head1 SYNOPSIS dropbox-api put /tmp/foo.txt dropbox:/Public/ Run C<dropbox-api help> for more options. =head1 DESCRIPTION dropbox-api is a command line interfa...
21.07529
106
0.671247
73d39145c1e606835efafa3ed35f6775dc169793
1,543
pl
Perl
brightness.pl
tenguix/perls
d4fdf2adc667dc56d1f04ab3bf9021888fdf5c3b
[ "MIT" ]
null
null
null
brightness.pl
tenguix/perls
d4fdf2adc667dc56d1f04ab3bf9021888fdf5c3b
[ "MIT" ]
null
null
null
brightness.pl
tenguix/perls
d4fdf2adc667dc56d1f04ab3bf9021888fdf5c3b
[ "MIT" ]
null
null
null
#!/usr/bin/perl -s sub read_value_from($) { my $fname = shift; my $ret; unless(-r -T $fname) { die qq(!: "$fname": $!); } open(my $fh, "< $fname") or die qq(!: "$fname": $!); $ret = <$fh>; unless(eof $fh) { close($fh) or die qq(!: "$fname": $!); } return $ret; }...
20.573333
69
0.475697
ed260c4c091fe2f084d487827f8f91cc6ce89e58
2,863
pl
Perl
src/main/prolog/game_state_space.pl
joaoraf/gameyard
fb7b23528ecbfbbd51874302323797be234c8f60
[ "Apache-2.0" ]
null
null
null
src/main/prolog/game_state_space.pl
joaoraf/gameyard
fb7b23528ecbfbbd51874302323797be234c8f60
[ "Apache-2.0" ]
null
null
null
src/main/prolog/game_state_space.pl
joaoraf/gameyard
fb7b23528ecbfbbd51874302323797be234c8f60
[ "Apache-2.0" ]
null
null
null
:- module(game_state_space,[ game_state_space/1, default_game_state_space/1, state_space_param_check/2, state_space_param_create/3, state_space_initial_state/3, state_space_players/3, state_space_current_player/3, state_space_player_view/4, state_space_view_transitions/3, state_s...
30.784946
68
0.78519
ed11d4a3d2129e62bb41ab1cf16717b827740f77
2,489
pm
Perl
auto-lib/Paws/Neptune/DescribeEventCategories.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/Neptune/DescribeEventCategories.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/Neptune/DescribeEventCategories.pm
0leksii/aws-sdk-perl
b2132fe3c79a06fd15b6137e8a0eb628de722e0f
[ "Apache-2.0" ]
87
2015-04-22T06:29:47.000Z
2021-09-29T14:45:55.000Z
package Paws::Neptune::DescribeEventCategories; use Moose; has Filters => (is => 'ro', isa => 'ArrayRef[Paws::Neptune::Filter]'); has SourceType => (is => 'ro', isa => 'Str'); use MooseX::ClassAttribute; class_has _api_call => (isa => 'Str', is => 'ro', default => 'DescribeEventCategories'); class_has _r...
29.987952
249
0.709924
73db65da76df80e96329a8b84b21035844f9263a
470
pl
Perl
cmd/show/badip.pl
latchdevel/DXspider
e61ab5eeea22241ea8d8f1f6d072f5249901d788
[ "Artistic-1.0-Perl", "Artistic-2.0" ]
null
null
null
cmd/show/badip.pl
latchdevel/DXspider
e61ab5eeea22241ea8d8f1f6d072f5249901d788
[ "Artistic-1.0-Perl", "Artistic-2.0" ]
null
null
null
cmd/show/badip.pl
latchdevel/DXspider
e61ab5eeea22241ea8d8f1f6d072f5249901d788
[ "Artistic-1.0-Perl", "Artistic-2.0" ]
null
null
null
# # set list of bad dx nodes # # Copyright (c) 2021 - Dirk Koopman G1TLH # # # my ($self, $line) = @_; return (1, $self->msg('e5')) if $self->remotecmd; # are we permitted? return (1, $self->msg('e5')) if $self->priv < 6; my @out; my @added; my @in = split /\s+/, $line; my @list= DXCIDR::list(); foreach my $list (@list...
16.206897
49
0.52766
ed05d3a5bbf29673db6c3d829c15b85f18744ea6
28,612
pm
Perl
src/BioPerl/Bio/Structure/SecStr/STRIDE/Res.pm
EuPathDB-Infra/GBrowse
250030f6ab615fffb348eb37641d240e589c225a
[ "Apache-2.0" ]
3
2019-06-12T15:21:58.000Z
2021-07-16T00:48:21.000Z
src/BioPerl/Bio/Structure/SecStr/STRIDE/Res.pm
EuPathDB-Infra/GBrowse
250030f6ab615fffb348eb37641d240e589c225a
[ "Apache-2.0" ]
3
2016-12-26T15:47:06.000Z
2019-06-28T01:29:47.000Z
src/BioPerl/Bio/Structure/SecStr/STRIDE/Res.pm
EuPathDB-Infra/GBrowse
250030f6ab615fffb348eb37641d240e589c225a
[ "Apache-2.0" ]
3
2018-10-26T21:45:32.000Z
2020-03-08T21:35:13.000Z
# $id $ # # bioperl module for Bio::Structure::SecStr::STRIDE::Res.pm # # Please direct questions and support issues to <bioperl-l@bioperl.org> # # Cared for by Ed Green <ed@compbio.berkeley.edu> # # Copyright Univ. of California # # You may distribute this module under the same terms as perl itself # # POD documentat...
25.455516
93
0.551447
73eef3caedad99d7261c7697999ae5a416164a78
2,462
t
Perl
t/88async-multi-stmts.t
janchochol/DBD-MariaDB
54164507cc99408e0ba91f47b676df76f7137b90
[ "Artistic-1.0" ]
null
null
null
t/88async-multi-stmts.t
janchochol/DBD-MariaDB
54164507cc99408e0ba91f47b676df76f7137b90
[ "Artistic-1.0" ]
null
null
null
t/88async-multi-stmts.t
janchochol/DBD-MariaDB
54164507cc99408e0ba91f47b676df76f7137b90
[ "Artistic-1.0" ]
null
null
null
use strict; use warnings; use Test::More; use DBI; use vars qw($test_dsn $test_user $test_password); use lib 't', '.'; require 'lib.pl'; my $dbh = DbiTestConnect($test_dsn, $test_user, $test_password, { RaiseError => 0, PrintError => 0, AutoCommit => 0, mariadb_multi_statements => 1 }); plan te...
25.645833
120
0.68684
ed16edf572d1ad44433372cb9ab11b3d18a6db8c
1,234
t
Perl
t/basic.t
zostay/perl6-Email-Address
1ca60e39889b4043451d77e662d9229d5c1ea702
[ "Artistic-2.0" ]
1
2021-05-14T15:57:54.000Z
2021-05-14T15:57:54.000Z
t/basic.t
zostay/perl6-Email-Address
1ca60e39889b4043451d77e662d9229d5c1ea702
[ "Artistic-2.0" ]
null
null
null
t/basic.t
zostay/perl6-Email-Address
1ca60e39889b4043451d77e662d9229d5c1ea702
[ "Artistic-2.0" ]
null
null
null
#!/usr/bin/env perl6 use v6; use Test; use Email::Address; my $str = q[Brotherhood: "Winston Smith" <winston.smith@recdep.minitrue> (Records Department), Julia <julia@ficdep.minitrue>;, user <user@oceania>]; my @email = Email::Address.parse($str, :addresses); is @email.elems, 2; does-ok @email[0], Email::Address::G...
36.294118
148
0.708266
ed18c6a93f6ccd9e1412aedb654ecbbd1aac3b04
1,351
pm
Perl
t/response/TestModperl/local_env.pm
randolf/mod_perl
561f0672e8da450158b34fdac45a949845f0dc0d
[ "Apache-2.0" ]
23
2015-03-17T11:43:34.000Z
2022-02-19T13:39:01.000Z
t/response/TestModperl/local_env.pm
randolf/mod_perl
561f0672e8da450158b34fdac45a949845f0dc0d
[ "Apache-2.0" ]
3
2019-11-21T03:45:00.000Z
2021-12-27T23:44:28.000Z
t/response/TestModperl/local_env.pm
randolf/mod_perl
561f0672e8da450158b34fdac45a949845f0dc0d
[ "Apache-2.0" ]
19
2015-02-18T21:23:25.000Z
2022-02-13T16:27:14.000Z
# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*- package TestModperl::local_env; use strict; use warnings FATAL => 'all'; use Apache2::RequestRec (); use Apache2::RequestIO (); use Apache2::RequestUtil (); use Apache::Tes...
24.563636
144
0.643967
73fd5c5afbf8533e2461c502e09c53b2f4d9b87a
7
al
Perl
paip/jim/attolisp/tsym.al
CompSciCabal/SMRTYPRTY
a8e2c5049199635fecce7b7f70a2225cda6558d8
[ "Unlicense" ]
60
2015-02-04T13:02:10.000Z
2021-11-16T12:54:44.000Z
paip/jim/attolisp/tsym.al
CompSciCabal/SMRTYPRTY
a8e2c5049199635fecce7b7f70a2225cda6558d8
[ "Unlicense" ]
80
2015-02-20T07:23:41.000Z
2018-03-13T02:30:42.000Z
paip/jim/attolisp/tsym.al
CompSciCabal/SMRTYPRTY
a8e2c5049199635fecce7b7f70a2225cda6558d8
[ "Unlicense" ]
11
2015-02-20T04:48:06.000Z
2019-11-17T03:19:36.000Z
'(ABC)
3.5
6
0.428571
73fc168577a11515095d0c9da6ecf4ed6b62b841
1,980
pm
Perl
auto-lib/Paws/ELBv2/Limit.pm
shogo82148/aws-sdk-perl
a87555a9d30dd1415235ebacd2715b2f7e5163c7
[ "Apache-2.0" ]
null
null
null
auto-lib/Paws/ELBv2/Limit.pm
shogo82148/aws-sdk-perl
a87555a9d30dd1415235ebacd2715b2f7e5163c7
[ "Apache-2.0" ]
null
null
null
auto-lib/Paws/ELBv2/Limit.pm
shogo82148/aws-sdk-perl
a87555a9d30dd1415235ebacd2715b2f7e5163c7
[ "Apache-2.0" ]
null
null
null
# Generated by default/object.tt package Paws::ELBv2::Limit; use Moose; has Max => (is => 'ro', isa => 'Str'); has Name => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::ELBv2::Limit =head1 USAGE This class represents one of two things: =head3 Arguments in a call to a...
16.638655
102
0.724747
ed35c3b398007711e63b11e8097b64bd03e95d20
1,282
t
Perl
t/insert_after.t
cafe01/html-jquery
80994af8970e0d7f32ae117e470066b054687efa
[ "Artistic-1.0" ]
1
2018-04-04T15:08:04.000Z
2018-04-04T15:08:04.000Z
t/insert_after.t
cafe01/html-jquery
80994af8970e0d7f32ae117e470066b054687efa
[ "Artistic-1.0" ]
1
2016-07-09T09:43:40.000Z
2016-07-11T23:48:00.000Z
t/insert_after.t
cafe01/html-jquery
80994af8970e0d7f32ae117e470066b054687efa
[ "Artistic-1.0" ]
null
null
null
#!/usr/bin/env perl use strict; use warnings; use lib 'lib'; use Test::More; use XML::LibXML::jQuery; sub test (&@); my $html = '<div class="container"><h2>Greetings</h2><div class="inner">Hello</div><div class="inner">Goodbye</div></div>'; test { $_->new('<p/>')->insert_after($_->find('h2, .inner')->{nodes}) } 'in...
30.52381
151
0.599064
ed2431aff071e484340e30fc9aa5c50a9b59cae3
1,567
pm
Perl
apps/monitoring/ntopng/restapi/plugin.pm
ponchoh/centreon-plugins
51316a40af192eb29188814e9c7b7c0776aee493
[ "Apache-2.0" ]
null
null
null
apps/monitoring/ntopng/restapi/plugin.pm
ponchoh/centreon-plugins
51316a40af192eb29188814e9c7b7c0776aee493
[ "Apache-2.0" ]
null
null
null
apps/monitoring/ntopng/restapi/plugin.pm
ponchoh/centreon-plugins
51316a40af192eb29188814e9c7b7c0776aee493
[ "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...
30.134615
84
0.694959
ed0ab03b2dafc431da9b087583ac966fe58442b6
15,756
pm
Perl
src/contrib/thriftfs/gen-perl/Types.pm
moyue/hadoop
947640284fd9b7cfa967b82fa08f755416f42db5
[ "Apache-2.0" ]
194
2015-01-07T11:12:52.000Z
2022-03-14T09:19:24.000Z
src/contrib/thriftfs/gen-perl/Types.pm
moyue/hadoop
947640284fd9b7cfa967b82fa08f755416f42db5
[ "Apache-2.0" ]
10
2019-11-13T06:03:05.000Z
2021-08-02T17:05:22.000Z
src/contrib/thriftfs/gen-perl/Types.pm
moyue/hadoop
947640284fd9b7cfa967b82fa08f755416f42db5
[ "Apache-2.0" ]
172
2015-01-14T19:25:48.000Z
2022-02-24T02:42:02.000Z
# # Autogenerated by Thrift # # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING # require 5.6.0; use strict; use warnings; use Thrift; package ThriftHandle; use base('Class::Accessor'); ThriftHandle->mk_accessors( qw( id ) ); sub new { my $classname = shift; my $self = {}; my $vals = shift |...
25.787234
121
0.526149
73de1a7b65bfb61b39e4e6ca9c130d9c43a87508
260
pl
Perl
libtap/tests/fail/test.pl
simark/libtap-prev
934d6a0dac027c00ba413446b79a9261085025cf
[ "BSD-2-Clause" ]
null
null
null
libtap/tests/fail/test.pl
simark/libtap-prev
934d6a0dac027c00ba413446b79a9261085025cf
[ "BSD-2-Clause" ]
3
2019-08-01T23:40:11.000Z
2021-08-12T14:51:11.000Z
libtap/tests/fail/test.pl
simark/libtap-prev
934d6a0dac027c00ba413446b79a9261085025cf
[ "BSD-2-Clause" ]
4
2019-09-01T01:34:46.000Z
2020-12-15T14:24:22.000Z
#!/usr/bin/perl use warnings; use strict; use Test::More; my $rc = 0; $rc = plan tests => 2; diag("Returned: " . sprintf('%d', $rc)); $rc = fail('test to fail'); diag("Returned: $rc"); $rc = fail('test to fail with extra string'); diag("Returned: $rc");
14.444444
45
0.596154
ed0e0700e677b7c6d82a39fda5705e0022e2b347
516
pl
Perl
egs/babel/s5b/g2p/g2p_onc2syl.pl
Shuang777/kaldi-2016
5373fe4bd80857b53134db566cad48b8445cf3b9
[ "Apache-2.0" ]
null
null
null
egs/babel/s5b/g2p/g2p_onc2syl.pl
Shuang777/kaldi-2016
5373fe4bd80857b53134db566cad48b8445cf3b9
[ "Apache-2.0" ]
null
null
null
egs/babel/s5b/g2p/g2p_onc2syl.pl
Shuang777/kaldi-2016
5373fe4bd80857b53134db566cad48b8445cf3b9
[ "Apache-2.0" ]
null
null
null
#!/usr/bin/perl $DELIMITER="\t "; while($line = <>) { chomp $line; ($word, $pron) = split(/\t/, $line); $state=0; @phones = split(/\s/, $pron); print "$word\t"; foreach $p (@phones) { if ($p=~s/\/O$//) { if ($state==1) { print "\t"; } $state=0; $p=~s/\/O$//; } elsif...
15.636364
38
0.358527
ed3bdf168c8992250692c99467a3fe0c29553eee
4,088
plx
Perl
test/TestExec-regression-test/plans/Increment-test.plx
morxa/plexil-4
890e92aa259881dd944d573d6ec519341782a5f2
[ "BSD-3-Clause" ]
1
2020-02-27T03:35:50.000Z
2020-02-27T03:35:50.000Z
test/TestExec-regression-test/plans/Increment-test.plx
morxa/plexil-4
890e92aa259881dd944d573d6ec519341782a5f2
[ "BSD-3-Clause" ]
null
null
null
test/TestExec-regression-test/plans/Increment-test.plx
morxa/plexil-4
890e92aa259881dd944d573d6ec519341782a5f2
[ "BSD-3-Clause" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?><PlexilPlan xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tr="extended-plexil-translator" FileName="Increment-test.ple"><GlobalDeclarations LineNo="2" ColNo="0"><LibraryNodeDeclaration LineNo="2" ColNo="0"><Name>Increment</Name><Interface LineNo="2" ColNo="25"><In><De...
4,088
4,088
0.804305
ed0b8c8739090ea67eb50f0c7d4cffbdc1b4659c
3,236
t
Perl
S17-supply/throttle.t
SirBogman/roast
0a0835a20951c93fea57a39dec1b2b8789d81fc5
[ "Artistic-2.0" ]
1
2019-11-06T05:07:10.000Z
2019-11-06T05:07:10.000Z
S17-supply/throttle.t
SirBogman/roast
0a0835a20951c93fea57a39dec1b2b8789d81fc5
[ "Artistic-2.0" ]
null
null
null
S17-supply/throttle.t
SirBogman/roast
0a0835a20951c93fea57a39dec1b2b8789d81fc5
[ "Artistic-2.0" ]
null
null
null
use v6; use Test; plan 18; dies-ok { Supply.throttle(1,1) }, 'can not be called as a class method'; diag "**** scheduling with {$*SCHEDULER.WHAT.perl}"; { my $min = 0; my $max = 10; my @seen; my $before = now; (1..10).Supply.throttle(1,.5).tap: { @seen.push($_); my $now = now; ...
27.65812
91
0.528739
73f94833b1f53e36076829b4d1e0de8ca366ecfe
1,068
pm
Perl
lib/Markdent/Event/EndEmphasis.pm
clayne/Markdent
df3268c53968d7dbd38d45aa91db1e7bce3a771b
[ "Artistic-1.0" ]
7
2017-03-25T10:23:02.000Z
2021-03-14T20:21:25.000Z
lib/Markdent/Event/EndEmphasis.pm
clayne/Markdent
df3268c53968d7dbd38d45aa91db1e7bce3a771b
[ "Artistic-1.0" ]
20
2017-11-09T15:39:21.000Z
2021-03-21T15:16:31.000Z
lib/Markdent/Event/EndEmphasis.pm
clayne/Markdent
df3268c53968d7dbd38d45aa91db1e7bce3a771b
[ "Artistic-1.0" ]
10
2018-02-18T15:40:05.000Z
2021-02-04T19:29:26.000Z
package Markdent::Event::EndEmphasis; use strict; use warnings; use namespace::autoclean; our $VERSION = '0.41'; use Markdent::Types; use Moose; use MooseX::StrictConstructor; has delimiter => ( is => 'ro', isa => t('Str'), required => 1, ); with( 'Markdent::Role::Event' => { ev...
15.705882
72
0.687266
73e75f363f2041872bed3fea80a900f8711ecfb9
13,267
pl
Perl
crypto/sha/asm/keccak1600-avx512vl.pl
c4rlo/openssl
ec9135a62320c861ab17f7179ebe470686360c64
[ "Apache-2.0" ]
19,127
2015-01-01T18:26:43.000Z
2022-03-31T21:50:00.000Z
crypto/sha/asm/keccak1600-avx512vl.pl
c4rlo/openssl
ec9135a62320c861ab17f7179ebe470686360c64
[ "Apache-2.0" ]
17,222
2015-01-04T19:36:01.000Z
2022-03-31T23:50:53.000Z
crypto/sha/asm/keccak1600-avx512vl.pl
c4rlo/openssl
ec9135a62320c861ab17f7179ebe470686360c64
[ "Apache-2.0" ]
9,313
2015-01-01T21:37:44.000Z
2022-03-31T23:08:27.000Z
#!/usr/bin/env perl # Copyright 2017-2020 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.o...
33.844388
88
0.59908
73d64dc7400418806ab188b80260b2102e80a278
405
t
Perl
t/utils-iterator.t
labdsf/amusewiki
c9be8dd0784c96d99efef0fa550ea2532fc2f749
[ "Artistic-1.0" ]
null
null
null
t/utils-iterator.t
labdsf/amusewiki
c9be8dd0784c96d99efef0fa550ea2532fc2f749
[ "Artistic-1.0" ]
39
2020-03-19T23:35:06.000Z
2020-05-07T20:22:01.000Z
t/utils-iterator.t
labdsf/amusewiki
c9be8dd0784c96d99efef0fa550ea2532fc2f749
[ "Artistic-1.0" ]
1
2020-04-01T21:10:25.000Z
2020-04-01T21:10:25.000Z
#!perl use strict; use warnings; use Test::More tests => 12; use AmuseWikiFarm::Utils::Iterator; my $iter = AmuseWikiFarm::Utils::Iterator->new([1,2,3]); is $iter->count, 3; foreach my $expected (1..3) { is $expected, $iter->next; } ok !$iter->next; ok !$iter->next; is $iter->count, 3; $iter->reset; foreach my $...
17.608696
56
0.632099
ed24602e41ff72ecdc23395ee6a3e9478864a1ce
1,319
t
Perl
gnu/usr.bin/perl/cpan/version/t/06noop.t
ArrogantWombatics/openbsd-src
75721e1d44322953075b7c4b89337b163a395291
[ "BSD-3-Clause" ]
1
2019-02-16T13:29:23.000Z
2019-02-16T13:29:23.000Z
gnu/usr.bin/perl/cpan/version/t/06noop.t
ArrogantWombatics/openbsd-src
75721e1d44322953075b7c4b89337b163a395291
[ "BSD-3-Clause" ]
1
2018-08-21T03:56:33.000Z
2018-08-21T03:56:33.000Z
gnu/usr.bin/perl/cpan/version/t/06noop.t
ArrogantWombaticus/openbsd-src
75721e1d44322953075b7c4b89337b163a395291
[ "BSD-3-Clause" ]
null
null
null
#! /usr/local/perl -w # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl test.pl' ######################### use Test::More qw/no_plan/; BEGIN { use_ok('version', 0.9909); } my $v1 = version->new('1.2'); eval {$v1 = $v1 + 1}; like ...
39.969697
93
0.67627
ed2e548e679106db826f148bc615b9a790a78ae3
2,555
pl
Perl
fs/usr/lib/perl5/5.20.1/Unicode/Collate/Locale/ee.pl
AlanyTan/jor1k-sysroot
c80026ca284aa6a0e8edaafc45490e7c86e6e656
[ "MIT" ]
21
2015-07-06T21:12:40.000Z
2022-03-18T02:44:13.000Z
fs/usr/lib/perl5/5.20.1/Unicode/Collate/Locale/ee.pl
AlanyTan/jor1k-sysroot
c80026ca284aa6a0e8edaafc45490e7c86e6e656
[ "MIT" ]
1
2018-08-21T03:56:33.000Z
2018-08-21T03:56:33.000Z
fs/usr/lib/perl5/5.20.1/Unicode/Collate/Locale/ee.pl
AlanyTan/jor1k-sysroot
c80026ca284aa6a0e8edaafc45490e7c86e6e656
[ "MIT" ]
30
2015-01-11T14:06:10.000Z
2022-03-05T06:10:44.000Z
+{ locale_version => 1.01, # d-tail, open-e, f-hook, gamma, eng, open-o, v-hook don't require tailoring entry => <<'ENTRY', # for DUCET v6.3.0 0302 ; [.0000.0029.0002] # COMBINING CIRCUMFLEX ACCENT 00E2 ; [.15EB.0020.0002][.0000.0029.0002] # LATIN SMALL LETTER A WITH CIRCUMFLEX 00C2 ; [.15EB.0020.0...
69.054054
87
0.691194
73d28da3596bbe7c306940983a3f418bf596f539
1,872
pl
Perl
Benchmarks/Recomputation/specOMP_install/bin/lib/unicore/lib/Sc/Beng.pl
sqsq87/NVC
1ed478788978e3e85c219313cd55564d4037e242
[ "MIT" ]
null
null
null
Benchmarks/Recomputation/specOMP_install/bin/lib/unicore/lib/Sc/Beng.pl
sqsq87/NVC
1ed478788978e3e85c219313cd55564d4037e242
[ "MIT" ]
null
null
null
Benchmarks/Recomputation/specOMP_install/bin/lib/unicore/lib/Sc/Beng.pl
sqsq87/NVC
1ed478788978e3e85c219313cd55564d4037e242
[ "MIT" ]
null
null
null
# !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is machine-generated by lib/unicore/mktables from the Unicode # database, Version 5.2.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...
32.275862
78
0.666132
ed253206bdcdbab0a547ba78dfc650b52565451c
3,805
pm
Perl
tests/installation/upgrade_select.pm
acerv/os-autoinst-distri-opensuse
0e0cfca02f3a86323682c511a1efa926c7f0df3a
[ "FSFAP" ]
84
2015-02-10T16:01:52.000Z
2022-03-10T21:20:14.000Z
tests/installation/upgrade_select.pm
acerv/os-autoinst-distri-opensuse
0e0cfca02f3a86323682c511a1efa926c7f0df3a
[ "FSFAP" ]
8,065
2015-01-07T07:44:02.000Z
2022-03-31T12:02:06.000Z
tests/installation/upgrade_select.pm
acerv/os-autoinst-distri-opensuse
0e0cfca02f3a86323682c511a1efa926c7f0df3a
[ "FSFAP" ]
404
2015-01-14T14:42:44.000Z
2022-03-30T07:38:08.000Z
# SUSE's openQA tests # # Copyright 2009-2013 Bernhard M. Wiedemann # Copyright 2012-2020 SUSE LLC # SPDX-License-Identifier: FSFAP # Summary: Select existing partition(s) for upgrade # Maintainer: QA SLE YaST team <qa-sle-yast@suse.de> use base 'y2_installbase'; use strict; use warnings; use testapi; use utils 'asse...
40.052632
147
0.615769
73f3b6fadb1f10370980835322b247ca4b45242f
788
t
Perl
t/controller/author.t
omega/metacpan-web
b9f4fc52f395c6267d18c00da1efd14bfec290c3
[ "Artistic-1.0" ]
null
null
null
t/controller/author.t
omega/metacpan-web
b9f4fc52f395c6267d18c00da1efd14bfec290c3
[ "Artistic-1.0" ]
null
null
null
t/controller/author.t
omega/metacpan-web
b9f4fc52f395c6267d18c00da1efd14bfec290c3
[ "Artistic-1.0" ]
null
null
null
use strict; use warnings; use Test::More; use MetaCPAN::Web::Test; test_psgi app, sub { my $cb = shift; ok( my $res = $cb->( GET "/author/DOESNTEXIST" ), 'GET /author/DOESNTEXIST' ); is( $res->code, 404, 'code 404' ); ok( $res = $cb->( GET "/author/perler" ), 'GET /author/perler' ); is( $re...
31.52
78
0.55203
73d0f54878a41484c89c7c126283cda3a5f58cf7
3,211
pl
Perl
intranet/cgi-bin/admin/clone-rules.pl
cse-library/koha
84c0968e5a43328817d5eee912763797949b9efb
[ "CECILL-B" ]
null
null
null
intranet/cgi-bin/admin/clone-rules.pl
cse-library/koha
84c0968e5a43328817d5eee912763797949b9efb
[ "CECILL-B" ]
null
null
null
intranet/cgi-bin/admin/clone-rules.pl
cse-library/koha
84c0968e5a43328817d5eee912763797949b9efb
[ "CECILL-B" ]
null
null
null
#!/usr/bin/perl # vim: et ts=4 sw=4 # Copyright BibLibre # # This file is part of Koha. # # Koha 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; either version 3 of the License, or # (at your option) any late...
31.480392
117
0.639676
ed208263d3a1427355c2fdfd5517c7d284b8024a
3,520
t
Perl
t/node/healthcheck-stop-checker.t
wangxiaochuang/apisix
4efc1202dc7a97e928411f883ea42a5ab446ce03
[ "ECL-2.0", "Apache-2.0" ]
1
2019-10-29T02:04:21.000Z
2019-10-29T02:04:21.000Z
t/node/healthcheck-stop-checker.t
wangxiaochuang/apisix
4efc1202dc7a97e928411f883ea42a5ab446ce03
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
t/node/healthcheck-stop-checker.t
wangxiaochuang/apisix
4efc1202dc7a97e928411f883ea42a5ab446ce03
[ "ECL-2.0", "Apache-2.0" ]
1
2020-02-01T13:28:35.000Z
2020-02-01T13:28:35.000Z
BEGIN { if ($ENV{TEST_NGINX_CHECK_LEAK}) { $SkipReason = "unavailable for the hup tests"; } else { $ENV{TEST_NGINX_USE_HUP} = 1; undef $ENV{TEST_NGINX_USE_STAP}; } } use t::APISIX 'no_plan'; master_on(); repeat_each(1); log_level('info'); no_root_location(); no_shuffle(); worker_c...
28.387097
251
0.571023
ed0d84b89856696cd7c2daa18ed928464b8d6159
1,892
pm
Perl
auto-lib/Paws/CloudWatchLogs/DisassociateKmsKey.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/CloudWatchLogs/DisassociateKmsKey.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/CloudWatchLogs/DisassociateKmsKey.pm
0leksii/aws-sdk-perl
b2132fe3c79a06fd15b6137e8a0eb628de722e0f
[ "Apache-2.0" ]
87
2015-04-22T06:29:47.000Z
2021-09-29T14:45:55.000Z
package Paws::CloudWatchLogs::DisassociateKmsKey; use Moose; has LogGroupName => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'logGroupName' , required => 1); use MooseX::ClassAttribute; class_has _api_call => (isa => 'Str', is => 'ro', default => 'DisassociateKmsKey'); class_has...
31.533333
249
0.736786
ed0a7a89ecb616a06369bb457573ccbe5c4a5d19
1,051
t
Perl
test/blackbox-tests/test-cases/dynamic-dependencies/read-macro-produces-dyn-deps.t
mndrix/dune
30b84ff370351b13f05db34fd952dfe5d0249bcb
[ "MIT" ]
245
2016-12-02T14:13:32.000Z
2018-01-14T20:00:40.000Z
test/blackbox-tests/test-cases/dynamic-dependencies/read-macro-produces-dyn-deps.t
mndrix/dune
30b84ff370351b13f05db34fd952dfe5d0249bcb
[ "MIT" ]
380
2017-01-28T18:46:52.000Z
2018-01-17T13:34:51.000Z
test/blackbox-tests/test-cases/dynamic-dependencies/read-macro-produces-dyn-deps.t
mndrix/dune
30b84ff370351b13f05db34fd952dfe5d0249bcb
[ "MIT" ]
59
2016-12-02T13:58:19.000Z
2018-01-06T18:23:02.000Z
Tests for dynamic dependencies computed from the `%{read:...}` family of macros $ cat > dune-project <<EOF > (lang dune 3.0) > EOF Define rules have dynamic file dependencies $ cat > dune <<EOF > (rule > (target deps.d) > (action > (system "echo 'depA\ndepB' > %{target}"))) > > (rule > (t...
20.607843
79
0.556613
ed1db08f9f759039061438ebdb5c5b9cbcac9fe5
1,305
al
Perl
benchmark/benchmarks/FASP-benchmarks/data/small-world-2/smallworld2-0189-100-90-359.al
krzysg/FaspHeuristic
1929c40e3fbc49e68b04acfc5522539a18758031
[ "MIT" ]
null
null
null
benchmark/benchmarks/FASP-benchmarks/data/small-world-2/smallworld2-0189-100-90-359.al
krzysg/FaspHeuristic
1929c40e3fbc49e68b04acfc5522539a18758031
[ "MIT" ]
null
null
null
benchmark/benchmarks/FASP-benchmarks/data/small-world-2/smallworld2-0189-100-90-359.al
krzysg/FaspHeuristic
1929c40e3fbc49e68b04acfc5522539a18758031
[ "MIT" ]
null
null
null
1 12 21 38 76 2 1 10 55 78 3 12 66 69 75 78 4 20 46 5 45 70 6 12 18 29 34 52 53 54 7 25 26 53 57 80 8 15 60 9 44 50 82 10 44 60 68 80 11 66 12 9 32 36 68 69 13 51 52 58 64 76 14 20 23 52 56 68 15 2 35 48 73 16 14 28 56 62 17 24 36 51 60 62 18 15 21 53 55 55 65 87 19 2 23 24 44 64 66 68 76 20 8 17 40 51 21 26 27 70 72 8...
14.662921
31
0.657471
ed2bfef0606fe3e4d2b74a2a1690ff4429a99b8b
5,887
t
Perl
swig/perl/t/03.t
tjcorona/gdal-svn
bdaf4b0d16a0803548e68ee8617b796782208743
[ "BSD-3-Clause" ]
null
null
null
swig/perl/t/03.t
tjcorona/gdal-svn
bdaf4b0d16a0803548e68ee8617b796782208743
[ "BSD-3-Clause" ]
null
null
null
swig/perl/t/03.t
tjcorona/gdal-svn
bdaf4b0d16a0803548e68ee8617b796782208743
[ "BSD-3-Clause" ]
null
null
null
use strict; use Scalar::Util 'blessed'; use Test::More qw(no_plan); BEGIN { use_ok('Geo::GDAL') }; # Geo::GDAL::Band my $dataset = Geo::GDAL::Driver('GTiff')->Create(Name => '/vsimem/test.gtiff', Width => 4, Height => 6); my $band = $dataset->Band; $band->CategoryNames('a','b'); my @list = $band->CategoryNames; ok((...
28.439614
237
0.638356
73fe4d461dc1ba99a4cac0817c9f226ceaeeba89
221
pm
Perl
lib/BP/Loader/Mapper/Autoload/DocumentationGenerator.pm
inab/BP-Schema-tools
40d28957a436b3637051aea0936b45476e58f4e2
[ "Apache-2.0" ]
null
null
null
lib/BP/Loader/Mapper/Autoload/DocumentationGenerator.pm
inab/BP-Schema-tools
40d28957a436b3637051aea0936b45476e58f4e2
[ "Apache-2.0" ]
null
null
null
lib/BP/Loader/Mapper/Autoload/DocumentationGenerator.pm
inab/BP-Schema-tools
40d28957a436b3637051aea0936b45476e58f4e2
[ "Apache-2.0" ]
null
null
null
#!/usr/bin/perl -w use strict; use BP::Loader::Mapper; package BP::Loader::Mapper::DocumentationGenerator; our $SECTION; BEGIN { $SECTION = 'gendoc'; $BP::Loader::Mapper::storage_names{$SECTION}=__PACKAGE__; }; 1;
13.8125
58
0.696833
ed1cc6a9e8039342bb9632e4c04dbf00d4cffac9
2,071
t
Perl
Moose-t-failing/060_compat/003_foreign_inheritence.t
gluesys/p5-Mouse
b3805f0444a98a4c746e427ebf668a8189ca0f3c
[ "Artistic-1.0" ]
21
2015-05-13T04:45:53.000Z
2019-07-25T09:43:23.000Z
Moose-t-failing/060_compat/003_foreign_inheritence.t
gluesys/p5-Mouse
b3805f0444a98a4c746e427ebf668a8189ca0f3c
[ "Artistic-1.0" ]
48
2015-01-19T11:01:58.000Z
2019-08-13T09:48:13.000Z
Moose-t-failing/060_compat/003_foreign_inheritence.t
gluesys/p5-Mouse
b3805f0444a98a4c746e427ebf668a8189ca0f3c
[ "Artistic-1.0" ]
20
2015-03-02T04:21:52.000Z
2019-08-14T03:02:00.000Z
#!/usr/bin/perl # This is automatically generated by author/import-moose-test.pl. # DO NOT EDIT THIS FILE. ANY CHANGES WILL BE LOST!!! use t::lib::MooseCompat; use strict; use warnings; use Test::More; $TODO = q{Mouse is not yet completed}; use Test::Exception; { package Elk; use strict; use warnings; ...
21.350515
77
0.623853
73e7fd82152e41b14387466368ce1e9625669ed2
338
pm
Perl
pdu-perl-api/Raritan/RPC/auth/Type.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/auth/Type.pm
gregoa/raritan-pdu-json-rpc-sdk
76df982462742b97b52872aa34630140f5df7e58
[ "BSD-3-Clause" ]
null
null
null
pdu-perl-api/Raritan/RPC/auth/Type.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 AuthManager.idl. use strict; package Raritan::RPC::auth::Type; use constant LOCAL => 0; use constant RADIUS => 1; use constant KERBEROS => 2; use constant TACACS_PLUS => 3; use consta...
18.777778
55
0.721893
ed0fc444b168120ec4828c85f949b9c2a8847b0e
3,558
pl
Perl
LPKviz/bin/Debug/swipl/xpce/prolog/lib/doc/url_fetch.pl
mmacinkov/Quiz
53443f83cc599e494cf2883001c60d9f3e926e8b
[ "MIT" ]
1
2021-02-12T12:33:01.000Z
2021-02-12T12:33:01.000Z
LPKviz/bin/x64/Debug/swipl/xpce/prolog/lib/doc/url_fetch.pl
mmacinkov/Quiz
53443f83cc599e494cf2883001c60d9f3e926e8b
[ "MIT" ]
1
2021-02-12T13:11:42.000Z
2021-02-12T13:11:42.000Z
LPKviz/bin/x64/Debug/swipl/xpce/prolog/lib/doc/url_fetch.pl
mmacinkov/Quiz
53443f83cc599e494cf2883001c60d9f3e926e8b
[ "MIT" ]
null
null
null
/* $Id$ Part of XPCE --- The SWI-Prolog GUI toolkit Author: Jan Wielemaker and Anjo Anjewierden E-mail: jan@swi.psy.uva.nl WWW: http://www.swi.psy.uva.nl/projects/xpce/ Copyright (C): 1985-2002, University of Amsterdam This program is free software; you can redistribu...
30.672414
82
0.664699
73dd37b17445dac90a53af54c9ccf6a43d61ef65
3,146
pl
Perl
ext/CURT/bb0/startClientCurt.pl
TeamSPoon/logicmoo_nlu
5c3e5013a3048da7d68a8a43476ad84d3ea4bb47
[ "MIT" ]
6
2020-01-27T12:08:02.000Z
2020-02-28T19:30:28.000Z
pack/logicmoo_nlu/prolog/CURT/bb0/startClientCurt.pl
logicmoo/old_logicmoo_workspace
44025b6e389e2f2f7d86b46c1301cab0604bba26
[ "MIT" ]
1
2020-02-02T13:12:34.000Z
2020-02-02T13:12:34.000Z
pack/logicmoo_nlu/prolog/CURT/bb0/startClientCurt.pl
logicmoo/old_logicmoo_workspace
44025b6e389e2f2f7d86b46c1301cab0604bba26
[ "MIT" ]
null
null
null
/************************************************************************* name: startClientCurt.pl (Volume 1, Chapter 6) version: April 27, 2001 description: Wrapper that starts all clients and servers for clientCurt author: Patrick Blackburn & Johan Bos *************************************...
28.6
82
0.382708
73ec01c5a388bd30604e49ec729c361a81108abb
14,230
pl
Perl
perl/lib/unicore/To/Sc.pl
JyothsnaMididoddi26/xampp
8f34d7fa7c2e6cc37fe4ece5e6886dc4e5c0757b
[ "Apache-2.0" ]
1
2017-01-31T08:49:16.000Z
2017-01-31T08:49:16.000Z
xampp/perl/lib/unicore/To/Sc.pl
silent88/Biographies-du-Fontenay
af4567cb6b78003daa72c37b5ac9f5611a360a9f
[ "MIT" ]
2
2020-07-17T00:13:41.000Z
2021-05-08T17:01:54.000Z
perl/lib/unicore/To/Sc.pl
Zolhyp/Plan
05dbf6a650cd54f855d1731dee70098c5c587339
[ "Apache-2.0" ]
null
null
null
# !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is machine-generated by mktables from the Unicode # database, Version 6.1.0. Any changes made here will be lost! # !!!!!!! INTERNAL PERL USE ONLY !!!!!!! # This file is for internal use by core Perl only. The format and even the # name or existence of...
19.049531
78
0.778848
ed252f52f8ce7475e203a6dc7440499e37df102b
566
t
Perl
generators/new/view/view.ejs.t
waplet/beep-vue-app
4699190ff3f4973954322d15f173041576f717c3
[ "MIT" ]
1
2021-11-25T19:21:20.000Z
2021-11-25T19:21:20.000Z
generators/new/view/view.ejs.t
waplet/beep-vue-app
4699190ff3f4973954322d15f173041576f717c3
[ "MIT" ]
43
2020-06-09T13:46:26.000Z
2021-10-01T05:33:49.000Z
generators/new/view/view.ejs.t
beepnl/beep-vue-app-legacy-api
da27878c09aeb110e23c25d848b19002049b1261
[ "MIT" ]
2
2021-11-01T17:33:34.000Z
2021-11-25T18:27:02.000Z
--- to: "src/router/views/<%= h.changeCase.pascal(name) %>.vue" --- <% const fileName = h.changeCase.pascal(name) const importName = h.changeCase.pascal(fileName) const titleName = h.changeCase.title(name) %><script> import Layout from '@layouts/main.vue' export default { page: { title: '<%= titleName %>',...
18.866667
75
0.621908
73fd6fd7fea345cd3e81b1c459d757f5e798d0cf
5,194
pl
Perl
plugins/mountdev2.pl
jgru/RegRipper3.0
c61d937b392c73f7719357bd39b7fefe1e8b48f2
[ "MIT" ]
239
2020-05-28T18:15:21.000Z
2022-03-15T12:19:27.000Z
plugins/mountdev2.pl
jgru/RegRipper3.0
c61d937b392c73f7719357bd39b7fefe1e8b48f2
[ "MIT" ]
26
2020-06-25T14:48:21.000Z
2021-11-24T18:10:34.000Z
plugins/mountdev2.pl
jgru/RegRipper3.0
c61d937b392c73f7719357bd39b7fefe1e8b48f2
[ "MIT" ]
65
2020-06-01T10:35:43.000Z
2022-03-31T03:47:24.000Z
#----------------------------------------------------------- # mountdev2.pl # Plugin for Registry Ripper; Access System hive file to get the # MountedDevices # # Change history # 20200517 - updated date output format # 20140721 - update provided by Espen Øyslebø <eoyslebo@gmail.com> # 20130530 - updated to outpu...
27.052083
78
0.510974
ed2ad7ee5f4048149470c8bc7c862df515f945e4
1,597
pm
Perl
tests/x11/thunderbird/thunderbird_imap.pm
skriesch/os-autoinst-distri-opensuse
64271513af053c2ad6abb83234e8151064e389bd
[ "FSFAP" ]
null
null
null
tests/x11/thunderbird/thunderbird_imap.pm
skriesch/os-autoinst-distri-opensuse
64271513af053c2ad6abb83234e8151064e389bd
[ "FSFAP" ]
null
null
null
tests/x11/thunderbird/thunderbird_imap.pm
skriesch/os-autoinst-distri-opensuse
64271513af053c2ad6abb83234e8151064e389bd
[ "FSFAP" ]
null
null
null
# SUSE's openQA tests # # Copyright 2019 SUSE LLC # SPDX-License-Identifier: FSFAP # Package: MozillaThunderbird # Summary: send an email using SMTP and receive it using IMAP # - Kill thunderbird, erase all config files # - Launch thunderbird # - Create a imap account # - Send and email to the created mail acount # - ...
27.067797
116
0.678773
ed04793c7740919c0b1fdcbd561de223000f5492
5,824
pm
Perl
lib/Cfn/Resource/AWS/Transfer/User.pm
agimenez/cfn-perl
66eaffd2044b6a4921b43183f7b6b20aaa46b24a
[ "Apache-2.0" ]
null
null
null
lib/Cfn/Resource/AWS/Transfer/User.pm
agimenez/cfn-perl
66eaffd2044b6a4921b43183f7b6b20aaa46b24a
[ "Apache-2.0" ]
null
null
null
lib/Cfn/Resource/AWS/Transfer/User.pm
agimenez/cfn-perl
66eaffd2044b6a4921b43183f7b6b20aaa46b24a
[ "Apache-2.0" ]
null
null
null
# AWS::Transfer::User generated from spec 20.1.0 use Moose::Util::TypeConstraints; coerce 'Cfn::Resource::Properties::AWS::Transfer::User', from 'HashRef', via { Cfn::Resource::Properties::AWS::Transfer::User->new( %$_ ) }; package Cfn::Resource::AWS::Transfer::User { use Moose; extends 'Cfn::Resource'; ha...
38.065359
259
0.638221
ed3e252e0994ef5d2fde1a361536d9dbc4722388
1,620
pm
Perl
auto-lib/Paws/EC2/AccountAttribute.pm
torrentalle/aws-sdk-perl
70cc5c7b7a494e422f8412da619161a99de1f1ec
[ "Apache-2.0" ]
null
null
null
auto-lib/Paws/EC2/AccountAttribute.pm
torrentalle/aws-sdk-perl
70cc5c7b7a494e422f8412da619161a99de1f1ec
[ "Apache-2.0" ]
1
2021-05-26T19:13:58.000Z
2021-05-26T19:13:58.000Z
auto-lib/Paws/EC2/AccountAttribute.pm
torrentalle/aws-sdk-perl
70cc5c7b7a494e422f8412da619161a99de1f1ec
[ "Apache-2.0" ]
null
null
null
package Paws::EC2::AccountAttribute; use Moose; has AttributeName => (is => 'ro', isa => 'Str', request_name => 'attributeName', traits => ['NameInRequest']); has AttributeValues => (is => 'ro', isa => 'ArrayRef[Paws::EC2::AccountAttributeValue]', request_name => 'attributeValueSet', traits => ['NameInRequest']);...
26.129032
157
0.730864
ed19916936ef1d02b29549be924baca8764a2060
664
al
Perl
benchmark/benchmarks/FASP-benchmarks/data/small-world/smallworld-0116-50-60-174.al
krzysg/FaspHeuristic
1929c40e3fbc49e68b04acfc5522539a18758031
[ "MIT" ]
null
null
null
benchmark/benchmarks/FASP-benchmarks/data/small-world/smallworld-0116-50-60-174.al
krzysg/FaspHeuristic
1929c40e3fbc49e68b04acfc5522539a18758031
[ "MIT" ]
null
null
null
benchmark/benchmarks/FASP-benchmarks/data/small-world/smallworld-0116-50-60-174.al
krzysg/FaspHeuristic
1929c40e3fbc49e68b04acfc5522539a18758031
[ "MIT" ]
null
null
null
1 9 21 43 60 2 18 22 3 36 54 4 40 43 56 5 33 6 8 10 29 7 2 27 29 30 8 22 45 51 56 9 5 18 20 59 10 3 19 37 47 49 11 22 37 54 12 3 52 60 13 21 38 14 51 53 56 15 5 24 36 48 16 7 8 11 26 33 46 48 17 14 24 52 54 18 14 34 47 52 57 19 21 35 53 20 3 21 18 42 45 22 23 43 60 24 33 35 57 25 9 13 35 43 26 19 53 54 58 27 30 28 3 18...
11.066667
21
0.649096
73ff770457588c74c706f7c6837273c91c2073cd
2,591
pl
Perl
Perl STH/learn/DBIx-DataModel/training.update.pl
lust4life/quick.dirty.perl
2e279f9ab6fe1bfed78641911597d9b5edce62bf
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
Perl STH/learn/DBIx-DataModel/training.update.pl
lust4life/quick.dirty.perl
2e279f9ab6fe1bfed78641911597d9b5edce62bf
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
Perl STH/learn/DBIx-DataModel/training.update.pl
lust4life/quick.dirty.perl
2e279f9ab6fe1bfed78641911597d9b5edce62bf
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
use 5.18.2; use strict; use warnings; use diagnostics; use DBI; use Smart::Comments; use Data::Printer colored => 1; use Carp; use GJDataSource; =sample4cwd use Cwd; my $origin_cwd = cwd; chdir "c:/Program Files/MySQL/MySQL Server 5.5/bin"; END{ chdir $origin_cwd; say "\nend\n"; } =cut my $ds = GJ::DataSource->ne...
37.014286
855
0.646469
ed16387842527ead81e3078840bd9102de2e6f32
492
pm
Perl
auto-lib/Paws/EC2/DeleteEgressOnlyInternetGatewayResult.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/EC2/DeleteEgressOnlyInternetGatewayResult.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/EC2/DeleteEgressOnlyInternetGatewayResult.pm
0leksii/aws-sdk-perl
b2132fe3c79a06fd15b6137e8a0eb628de722e0f
[ "Apache-2.0" ]
87
2015-04-22T06:29:47.000Z
2021-09-29T14:45:55.000Z
package Paws::EC2::DeleteEgressOnlyInternetGatewayResult; use Moose; has ReturnCode => (is => 'ro', isa => 'Bool', request_name => 'returnCode', traits => ['NameInRequest',]); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::EC2::DeleteEgressOnlyInterne...
16.965517
108
0.691057
ed1c9f2f226fc15ab2dbdc9579006ce0b8cc4f3f
3,789
t
Perl
3rdparty/github/marpaESLIF/3rdparty/github/marpaWrapper/3rdparty/github/Marpa--R2/cpan/t/sl_wall.t
jddurand/c-marpaESLIF-JSON
21d3fc1bfa8415ddf1bb7bb3c060a8f07b2e9b67
[ "MIT" ]
null
null
null
3rdparty/github/marpaESLIF/3rdparty/github/marpaWrapper/3rdparty/github/Marpa--R2/cpan/t/sl_wall.t
jddurand/c-marpaESLIF-JSON
21d3fc1bfa8415ddf1bb7bb3c060a8f07b2e9b67
[ "MIT" ]
null
null
null
3rdparty/github/marpaESLIF/3rdparty/github/marpaWrapper/3rdparty/github/Marpa--R2/cpan/t/sl_wall.t
jddurand/c-marpaESLIF-JSON
21d3fc1bfa8415ddf1bb7bb3c060a8f07b2e9b67
[ "MIT" ]
null
null
null
#!perl # Copyright 2015 Jeffrey Kegler # This file is part of Marpa::R2. Marpa::R2 is free software: you can # redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, # either version 3 of the License, or (at your option) any later versi...
30.071429
73
0.610715
73d638fc3a9ea2317bdd1955364c464df22fb136
531
t
Perl
xt/649-lhost-yandex.t
aderumier/p5-Sisimai
b2f2c73a70c8cf3747eb4e9a154e6a00855b855b
[ "BSD-2-Clause" ]
null
null
null
xt/649-lhost-yandex.t
aderumier/p5-Sisimai
b2f2c73a70c8cf3747eb4e9a154e6a00855b855b
[ "BSD-2-Clause" ]
null
null
null
xt/649-lhost-yandex.t
aderumier/p5-Sisimai
b2f2c73a70c8cf3747eb4e9a154e6a00855b855b
[ "BSD-2-Clause" ]
null
null
null
use strict; use warnings; use Test::More; use lib qw(./lib ./blib/lib); require './t/600-lhost-code'; my $enginename = 'Yandex'; my $samplepath = sprintf("./set-of-emails/private/email-%s", lc $enginename); my $enginetest = Sisimai::Lhost::Code->maketest; my $isexpected = [ { 'n' => '01001', 'r' => qr/userunknown/...
27.947368
77
0.640301
ed24dd67c14f275b07e42c9b0cd85c41ede7f4de
438
t
Perl
t/legacy/regression/validators/02-max_length.t
Htbaa/Validation-Class
4da907295fc4dda85cc2dd99e526f3b4a054b645
[ "Artistic-1.0" ]
null
null
null
t/legacy/regression/validators/02-max_length.t
Htbaa/Validation-Class
4da907295fc4dda85cc2dd99e526f3b4a054b645
[ "Artistic-1.0" ]
null
null
null
t/legacy/regression/validators/02-max_length.t
Htbaa/Validation-Class
4da907295fc4dda85cc2dd99e526f3b4a054b645
[ "Artistic-1.0" ]
null
null
null
use Test::More tests => 3; package MyVal; use Validation::Class; package main; my $r = MyVal->new( fields => {foobar => {max_length => 5}}, params => {foobar => 'apple'} ); ok $r->validate(), 'foobar validates'; $r->fields->{foobar}->{max_length} = 4; ok !$r->validate(), 'foobar doesnt validate'; ok $r->er...
20.857143
60
0.636986
73f7905581cd677c60bfc5cd61715206504b2dbf
1,410
pm
Perl
lib/Module/Install/TestBase.pm
tokuhirom/test-base-pm
252f93c077bcee9f08ca786cac2978e0d7fd77b0
[ "Net-SNMP", "Xnet" ]
1
2015-11-09T01:23:13.000Z
2015-11-09T01:23:13.000Z
lib/Module/Install/TestBase.pm
tokuhirom/test-base-pm
252f93c077bcee9f08ca786cac2978e0d7fd77b0
[ "Net-SNMP", "Xnet" ]
null
null
null
lib/Module/Install/TestBase.pm
tokuhirom/test-base-pm
252f93c077bcee9f08ca786cac2978e0d7fd77b0
[ "Net-SNMP", "Xnet" ]
null
null
null
package Module::Install::TestBase; use strict; use warnings; use Module::Install::Base; use vars qw($VERSION @ISA); BEGIN { $VERSION = '0.60'; @ISA = 'Module::Install::Base'; } sub use_test_base { my $self = shift; $self->include('Test::Base'); $self->include('Test::Base::Filter'); $self-...
19.859155
71
0.679433
ed2aedd9254e63a9b0e77b8c1101c511fbc5b975
8,547
pl
Perl
perl/lib/unicore/To/Lc.pl
DDMoReFoundation/PortableNonmem
7e40b30887537f24fed12421935b58325ba2e5c3
[ "BSD-3-Clause-Clear" ]
null
null
null
perl/lib/unicore/To/Lc.pl
DDMoReFoundation/PortableNonmem
7e40b30887537f24fed12421935b58325ba2e5c3
[ "BSD-3-Clause-Clear" ]
null
null
null
perl/lib/unicore/To/Lc.pl
DDMoReFoundation/PortableNonmem
7e40b30887537f24fed12421935b58325ba2e5c3
[ "BSD-3-Clause-Clear" ]
null
null
null
# !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is machine-generated by mktables from the Unicode # database, Version 6.3.0. Any changes made here will be lost! # !!!!!!! INTERNAL PERL USE ONLY !!!!!!! # This file is for internal use by core Perl only. The format and even the # name or existence of...
13.068807
97
0.651457
73fb83f7e19696c03b849642215527e59a2a6887
508
pm
Perl
lib/VMOMI/ClusterDasAdvancedRuntimeInfoVmcpCapabilityInfo.pm
stumpr/p5-vmomi
e2571d72a1f552ddd0258ad289ec229d8d12a147
[ "Apache-2.0" ]
1
2017-06-22T21:26:24.000Z
2017-06-22T21:26:24.000Z
lib/VMOMI/ClusterDasAdvancedRuntimeInfoVmcpCapabilityInfo.pm
restump/p5-vmomi
e2571d72a1f552ddd0258ad289ec229d8d12a147
[ "Apache-2.0" ]
null
null
null
lib/VMOMI/ClusterDasAdvancedRuntimeInfoVmcpCapabilityInfo.pm
restump/p5-vmomi
e2571d72a1f552ddd0258ad289ec229d8d12a147
[ "Apache-2.0" ]
1
2016-07-19T19:56:09.000Z
2016-07-19T19:56:09.000Z
package VMOMI::ClusterDasAdvancedRuntimeInfoVmcpCapabilityInfo; use parent 'VMOMI::DynamicData'; use strict; use warnings; our @class_ancestors = ( 'DynamicData', ); our @class_members = ( ['storageAPDSupported', 'boolean', 0, ], ['storagePDLSupported', 'boolean', 0, ], ); sub get_class_ancestors { ...
18.814815
63
0.694882
ed0aab58f04c7a995c9c6701682402047a3caad2
1,563
t
Perl
t/Test-consistency05-A.t
quinot/zonemaster-engine
6babc58b49e3e0875c96f676fa1b52a3630ec11c
[ "CC-BY-4.0" ]
null
null
null
t/Test-consistency05-A.t
quinot/zonemaster-engine
6babc58b49e3e0875c96f676fa1b52a3630ec11c
[ "CC-BY-4.0" ]
1
2018-06-29T15:14:02.000Z
2018-06-29T15:14:02.000Z
t/Test-consistency05-A.t
quinot/zonemaster-engine
6babc58b49e3e0875c96f676fa1b52a3630ec11c
[ "CC-BY-4.0" ]
null
null
null
use Test::More; BEGIN { use_ok( q{Zonemaster::Engine} ); use_ok( q{Zonemaster::Engine::Test::Consistency} ); use_ok( q{Zonemaster::Engine::Util} ); } my $datafile = q{t/Test-consistency05-A.data}; if ( not $ENV{ZONEMASTER_RECORD} ) { die q{Stored data file missing} if not -r $datafile; Zonemaster...
38.121951
95
0.654511
ed3b767aa0b199a010454aab9934d671f78f0f3e
1,033
pm
Perl
KOST-Val/src/main/resources_notJar/resources/ExifTool-10.15/Perl/site/lib/XML/Parser/Style/Debug.pm
rebplu/KOST-VAL
1537125425068d5faec3bc4f5263df715956ae76
[ "BSD-3-Clause-No-Nuclear-Warranty" ]
1
2022-03-24T19:57:00.000Z
2022-03-24T19:57:00.000Z
scoring/XML/Parser/Style/Debug.pm
BBN-E/serif
1e2662d82fb1c377ec3c79355a5a9b0644606cb4
[ "Apache-2.0" ]
null
null
null
scoring/XML/Parser/Style/Debug.pm
BBN-E/serif
1e2662d82fb1c377ec3c79355a5a9b0644606cb4
[ "Apache-2.0" ]
null
null
null
# $Id: Debug.pm,v 1.1 2003/07/27 16:07:49 matt Exp $ package XML::Parser::Style::Debug; use strict; sub Start { my $expat = shift; my $tag = shift; print STDERR "@{$expat->{Context}} \\\\ (@_)\n"; } sub End { my $expat = shift; my $tag = shift; print STDERR "@{$expat->{Context}} //\n"; } ...
19.865385
80
0.569216
73dc6cefe83687fdf2ef2d2bc0d128285d827a28
6,412
al
Perl
Apps/NO/ElectronicVATSubmission/app/src/Setup/ElectronicVATInstallation.Codeunit.al
hemisphera/ALAppExtensions
74565f397471303585145d51f12df5596678244d
[ "MIT" ]
null
null
null
Apps/NO/ElectronicVATSubmission/app/src/Setup/ElectronicVATInstallation.Codeunit.al
hemisphera/ALAppExtensions
74565f397471303585145d51f12df5596678244d
[ "MIT" ]
null
null
null
Apps/NO/ElectronicVATSubmission/app/src/Setup/ElectronicVATInstallation.Codeunit.al
hemisphera/ALAppExtensions
74565f397471303585145d51f12df5596678244d
[ "MIT" ]
null
null
null
codeunit 10681 "Electronic VAT Installation" { Subtype = Install; var AssistedSetupTxt: Label 'Set up an electronic VAT submission'; AssistedSetupDescriptionTxt: Label 'Connect to the ID-porten integration point and submit your VAT return to Skatteetaten.'; AssistedSetupHelpTxt: Label '...
46.463768
212
0.698846
ed3d36d5b5005f20152f3fc35ff2a3daf20022e2
10,110
pm
Perl
modules/Bio/EnsEMBL/Funcgen/PipeConfig/PeakCalling/OtarBackbone_conf.pm
duartemolha/ensembl-funcgen
24f4d3c6fe11b2e14472eec151198aa4e831fd8d
[ "Apache-2.0" ]
8
2016-03-30T09:18:17.000Z
2021-01-27T15:34:29.000Z
modules/Bio/EnsEMBL/Funcgen/PipeConfig/PeakCalling/OtarBackbone_conf.pm
duartemolha/ensembl-funcgen
24f4d3c6fe11b2e14472eec151198aa4e831fd8d
[ "Apache-2.0" ]
22
2015-02-24T14:40:31.000Z
2019-02-13T10:17:38.000Z
modules/Bio/EnsEMBL/Funcgen/PipeConfig/PeakCalling/OtarBackbone_conf.pm
duartemolha/ensembl-funcgen
24f4d3c6fe11b2e14472eec151198aa4e831fd8d
[ "Apache-2.0" ]
19
2015-02-06T16:49:16.000Z
2021-12-08T13:19:13.000Z
package Bio::EnsEMBL::Funcgen::PipeConfig::PeakCalling::OtarBackbone_conf; use strict; use warnings; use base ('Bio::EnsEMBL::Hive::PipeConfig::HiveGeneric_conf'); use Bio::EnsEMBL::Hive::PipeConfig::HiveGeneric_conf; sub beekeeper_extra_cmdline_options { my $self = shift; return '-reg_conf ' . $self->o('reg_conf...
34.271186
93
0.481503
ed23e5e141ce5b7a93cc437d19ccce398f819501
1,015
pm
Perl
lib/MusicBrainz/Server/Entity/URL/TheDanceGypsy.pm
qls0ulp/musicbrainz-server
ebe8a45bf6f336352cd5c56e2e825d07679c0e45
[ "BSD-2-Clause" ]
null
null
null
lib/MusicBrainz/Server/Entity/URL/TheDanceGypsy.pm
qls0ulp/musicbrainz-server
ebe8a45bf6f336352cd5c56e2e825d07679c0e45
[ "BSD-2-Clause" ]
null
null
null
lib/MusicBrainz/Server/Entity/URL/TheDanceGypsy.pm
qls0ulp/musicbrainz-server
ebe8a45bf6f336352cd5c56e2e825d07679c0e45
[ "BSD-2-Clause" ]
1
2021-02-24T13:14:25.000Z
2021-02-24T13:14:25.000Z
package MusicBrainz::Server::Entity::URL::TheDanceGypsy; use Moose; extends 'MusicBrainz::Server::Entity::URL'; with 'MusicBrainz::Server::Entity::URL::Sidebar'; sub sidebar_name { my $self = shift; return "The Dance Gypsy"; } __PACKAGE__->meta->make_immutable; no Moose; 1; =head1 COPYRIGHT Copyright (C)...
27.432432
68
0.771429
ed327d968f3eaadfe33cb4d2ca4f31818236a4cc
132
t
Perl
tests/fails/overload4.t
nie-game/terra
36a544595e59c6066ab9e5b5fa923b82b4be0c41
[ "MIT" ]
1,575
2015-01-01T13:40:05.000Z
2019-10-24T22:08:08.000Z
tests/fails/overload4.t
nie-game/terra
36a544595e59c6066ab9e5b5fa923b82b4be0c41
[ "MIT" ]
304
2015-01-02T22:35:30.000Z
2019-10-23T20:43:18.000Z
tests/fails/overload4.t
nie-game/terra
36a544595e59c6066ab9e5b5fa923b82b4be0c41
[ "MIT" ]
150
2015-01-06T07:18:01.000Z
2019-10-24T22:08:10.000Z
if not require("fail") then return end terra foo(a : int) end terra foo(a : &int8) end terra doit() var a = foo(3) end doit()
8.8
38
0.636364
73d4974346dae583079bdf6ab405401af6e40f8a
667
t
Perl
t/02_graceful.t
syohex/Gazelle
1c73070c0d4aeb5fc4a3a127ebb36df63711fec0
[ "Artistic-1.0" ]
null
null
null
t/02_graceful.t
syohex/Gazelle
1c73070c0d4aeb5fc4a3a127ebb36df63711fec0
[ "Artistic-1.0" ]
null
null
null
t/02_graceful.t
syohex/Gazelle
1c73070c0d4aeb5fc4a3a127ebb36df63711fec0
[ "Artistic-1.0" ]
null
null
null
use strict; use warnings; use HTTP::Request::Common; use Plack::Test; use Test::More; $Plack::Test::Impl = 'Server'; $ENV{PLACK_SERVER} = 'Gazelle'; test_psgi app => sub { my $env = shift; unless (my $pid = fork) { die "fork failed:$!" unless defined $pid; ...
20.84375
78
0.476762
ed085805bffae38f471065bfc0669c476e356ace
869
pm
Perl
lib/Albatross/SocialNetwork/Schema/Result/User.pm
jonathancast/social-network-perl
dd382a71302353689ce8c29c78ef24b320579d56
[ "Apache-2.0" ]
null
null
null
lib/Albatross/SocialNetwork/Schema/Result/User.pm
jonathancast/social-network-perl
dd382a71302353689ce8c29c78ef24b320579d56
[ "Apache-2.0" ]
null
null
null
lib/Albatross/SocialNetwork/Schema/Result/User.pm
jonathancast/social-network-perl
dd382a71302353689ce8c29c78ef24b320579d56
[ "Apache-2.0" ]
null
null
null
use Moops; class Albatross::SocialNetwork::Schema::Result::User extends DBIx::Class::EncodedColumn, DBIx::Class::Core { use DBIx::Class::Candy -autotable => v1; primary_column id => { data_type => 'int', is_auto_increment => 1, }; unique_column login_id => { data_type => 'text...
27.15625
108
0.583429
ed0967b57d2c4943d2fb312b6ba23e7bd8123c8d
8,066
pm
Perl
modules/Bio/EnsEMBL/DBSQL/MiscSetAdaptor.pm
thibauthourlier/ensembl
5c08d9089451b3ed8e39b5a5a3d2232acb09816c
[ "Apache-2.0" ]
null
null
null
modules/Bio/EnsEMBL/DBSQL/MiscSetAdaptor.pm
thibauthourlier/ensembl
5c08d9089451b3ed8e39b5a5a3d2232acb09816c
[ "Apache-2.0" ]
null
null
null
modules/Bio/EnsEMBL/DBSQL/MiscSetAdaptor.pm
thibauthourlier/ensembl
5c08d9089451b3ed8e39b5a5a3d2232acb09816c
[ "Apache-2.0" ]
null
null
null
=head1 LICENSE Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute Copyright [2016-2018] EMBL-European Bioinformatics Institute Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obta...
24.36858
100
0.632284
73e4f24645b9ffe611b972978874c21f4528ae72
584
pm
Perl
t/lib/tests/TestsFor/Emitria/Schema/Result/User.pm
jonathanstowe/Emitria
4bb700de0c4dc931e2dae24d7fb177d83e5a4514
[ "Artistic-2.0" ]
null
null
null
t/lib/tests/TestsFor/Emitria/Schema/Result/User.pm
jonathanstowe/Emitria
4bb700de0c4dc931e2dae24d7fb177d83e5a4514
[ "Artistic-2.0" ]
null
null
null
t/lib/tests/TestsFor/Emitria/Schema/Result/User.pm
jonathanstowe/Emitria
4bb700de0c4dc931e2dae24d7fb177d83e5a4514
[ "Artistic-2.0" ]
null
null
null
package TestsFor::Emitria::Schema::Result::User; use strict; use warnings; use lib qw(t/lib); use Test::Class::Moose; with qw( Emitria::Test::Role::Constructor Emitria::Test::Role::Package ); use Emitria::Schema::Result::User; sub test_startup { my ( $test ) = @_; $test->package_name('Emitria::Schema...
12.425532
54
0.601027
ed416254064e458fb6361d4dba1603e374afadbc
1,440
pm
Perl
storage/ibm/storwize/ssh/plugin.pm
xdrive05/centreon-plugins
8227ba680fdfd2bb0d8a806ea61ec1611c2779dc
[ "Apache-2.0" ]
null
null
null
storage/ibm/storwize/ssh/plugin.pm
xdrive05/centreon-plugins
8227ba680fdfd2bb0d8a806ea61ec1611c2779dc
[ "Apache-2.0" ]
null
null
null
storage/ibm/storwize/ssh/plugin.pm
xdrive05/centreon-plugins
8227ba680fdfd2bb0d8a806ea61ec1611c2779dc
[ "Apache-2.0" ]
null
null
null
# # Copyright 2020 Centreon (http://www.centreon.com/) # # Centreon is a full-fledged industry-strength solution that meets # the needs in IT infrastructure and application monitoring for # service performance. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in com...
28.235294
74
0.693056
73e7f7ae005b3cf229be58b5477fabe824c3ff72
11,024
pm
Perl
hxnyclassifierMP/pipelines/lib/file/Chunk.pm
VirusBRC/Clade_Classification
61727e6da624ff241f702cbe8fb408c263d39b79
[ "MIT" ]
6
2019-07-19T05:34:16.000Z
2021-05-29T20:31:09.000Z
hxnyclassifierMP/pipelines/lib/file/Chunk.pm
DamieFC/Clade_Classification
c2f1cc552675bc34019b346d5b816dff70484abd
[ "MIT" ]
1
2020-07-27T05:22:13.000Z
2020-07-27T05:22:13.000Z
hxnyclassifierMP/pipelines/lib/file/Chunk.pm
DamieFC/Clade_Classification
c2f1cc552675bc34019b346d5b816dff70484abd
[ "MIT" ]
1
2020-12-22T23:30:31.000Z
2020-12-22T23:30:31.000Z
package file::Chunk; ################################################################################ # # Required Modules # ################################################################################ use strict; use FileHandle; use Pod::Usage; use util::Cmd; use util::Constants; use util::PathSpecifics; us...
27.979695
80
0.564858
ed3d4fab6566eb6a388ab137a044639c355418f0
53,614
pl
Perl
perl/mm_validate_pecan.pl
pgajer/MCclassifier
5da58744a4cc58b6c854efff63534aae50c72258
[ "Unlicense" ]
6
2016-03-05T04:45:16.000Z
2021-08-07T06:20:07.000Z
perl/mm_validate_pecan.pl
pgajer/MCclassifier
5da58744a4cc58b6c854efff63534aae50c72258
[ "Unlicense" ]
2
2016-09-20T18:30:27.000Z
2016-11-08T17:35:11.000Z
perl/mm_validate_pecan.pl
pgajer/MCclassifier
5da58744a4cc58b6c854efff63534aae50c72258
[ "Unlicense" ]
2
2016-09-20T16:37:40.000Z
2017-03-11T23:37:04.000Z
#!/usr/bin/env perl =head1 NAME mm_validate_pecan.pl =head1 DESCRIPTION A version of mm_validate_pecan.pl that instead of processing all species in a one big loop, processes only selected species passed to the script in a file. This script attempts to validate PECAN taxonomic assignment of the M&M sequen...
29.265284
227
0.511284
ed1dbac3f143b787de3813fc87fb77138296cd08
3,771
pm
Perl
network/freebox/restapi/mode/dslusage.pm
alenorcy/centreon-plugins
d7603030c24766935ed07e6ebe1082e16d6fdb4a
[ "Apache-2.0" ]
null
null
null
network/freebox/restapi/mode/dslusage.pm
alenorcy/centreon-plugins
d7603030c24766935ed07e6ebe1082e16d6fdb4a
[ "Apache-2.0" ]
2
2016-07-28T10:18:20.000Z
2017-04-11T14:16:48.000Z
network/freebox/restapi/mode/dslusage.pm
alenorcy/centreon-plugins
d7603030c24766935ed07e6ebe1082e16d6fdb4a
[ "Apache-2.0" ]
1
2018-03-20T11:05:05.000Z
2018-03-20T11:05:05.000Z
# # Copyright 2019 Centreon (http://www.centreon.com/) # # Centreon is a full-fledged industry-strength solution that meets # the needs in IT infrastructure and application monitoring for # service performance. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in com...
29.460938
94
0.520286
ed333f0bc1cbb5cb96f2f4f26bf1a500aa6b5a25
16,544
pm
Perl
perl5/lib/perl5/Lexical/Persistence.pm
jinnks/printevolve
8c54f130000cd6ded290f5905bdc2093d9f264da
[ "Apache-2.0" ]
null
null
null
perl5/lib/perl5/Lexical/Persistence.pm
jinnks/printevolve
8c54f130000cd6ded290f5905bdc2093d9f264da
[ "Apache-2.0" ]
null
null
null
perl5/lib/perl5/Lexical/Persistence.pm
jinnks/printevolve
8c54f130000cd6ded290f5905bdc2093d9f264da
[ "Apache-2.0" ]
null
null
null
=head1 NAME Lexical::Persistence - Persistent lexical variable values for arbitrary calls. =head1 VERSION version 1.023 =head1 SYNOPSIS #!/usr/bin/perl use Lexical::Persistence; my $persistence = Lexical::Persistence->new(); foreach my $number (qw(one two three four five)) { $persistence->call(\&target, nu...
25.570325
78
0.704304
ed3643e3999410f06c6ae98dbf578af1e64f3235
2,495
pm
Perl
tools/test_modules/m16500.pm
davidbolvansky/hashcat
f05ea114a911852233a3e95c719dd690e9c631c6
[ "MIT" ]
13,663
2015-12-04T16:08:29.000Z
2022-03-31T23:43:17.000Z
tools/test_modules/m16500.pm
JusticeRage/hashcat
0ba77fe7618ab48ddb2c0990baad918bb7cd2824
[ "MIT" ]
2,014
2015-12-04T16:45:36.000Z
2022-03-31T21:02:58.000Z
tools/test_modules/m16500.pm
JusticeRage/hashcat
0ba77fe7618ab48ddb2c0990baad918bb7cd2824
[ "MIT" ]
2,555
2015-12-04T16:09:31.000Z
2022-03-31T11:34:38.000Z
#!/usr/bin/env perl ## ## Author......: See docs/credits.txt ## License.....: MIT ## use strict; use warnings; use Digest::SHA qw (sha256 sha384 sha512); use Digest::HMAC qw (hmac); use MIME::Base64 qw (encode_base64url decode_base64url); use JSON qw (encode_json decode_json); sub module_constraints { [[0,...
20.120968
115
0.602806
73f579867512ec2ae7046c3b35deede2eaa7185d
11,594
pm
Perl
lib/Yancy/Plugin/Auth.pm
flash548/Yancy
adc944e09d17d86d8682de323501d283f4cdb6db
[ "Artistic-1.0" ]
null
null
null
lib/Yancy/Plugin/Auth.pm
flash548/Yancy
adc944e09d17d86d8682de323501d283f4cdb6db
[ "Artistic-1.0" ]
null
null
null
lib/Yancy/Plugin/Auth.pm
flash548/Yancy
adc944e09d17d86d8682de323501d283f4cdb6db
[ "Artistic-1.0" ]
null
null
null
package Yancy::Plugin::Auth; our $VERSION = '1.073'; # ABSTRACT: Add one or more authentication plugins to your site =head1 SYNOPSIS use Mojolicious::Lite; plugin Yancy => { backend => 'sqlite://myapp.db', schema => { users => { properties => { i...
29.576531
127
0.625496
73ff0eca03e82ae7abbb3a77d69afbb1f9270522
36
pl
Perl
probes/original/table/compare.pl
sauloal/projects
79068b20251fd29cadbc80a5de550fc77332788d
[ "MIT" ]
null
null
null
probes/original/table/compare.pl
sauloal/projects
79068b20251fd29cadbc80a5de550fc77332788d
[ "MIT" ]
null
null
null
probes/original/table/compare.pl
sauloal/projects
79068b20251fd29cadbc80a5de550fc77332788d
[ "MIT" ]
1
2018-10-26T05:13:42.000Z
2018-10-26T05:13:42.000Z
#!/usr/bin/perl -w use strict; 1;
6
18
0.583333
ed1ff4bb7f7a292c1f34dbc56f69bb43a7e91d38
7,737
pm
Perl
os/solaris/local/mode/cpu.pm
dalfo77/centreon-plugins
3cb2011c46a45b5e4a785ca6bab439142f882d45
[ "Apache-2.0" ]
null
null
null
os/solaris/local/mode/cpu.pm
dalfo77/centreon-plugins
3cb2011c46a45b5e4a785ca6bab439142f882d45
[ "Apache-2.0" ]
null
null
null
os/solaris/local/mode/cpu.pm
dalfo77/centreon-plugins
3cb2011c46a45b5e4a785ca6bab439142f882d45
[ "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 excep...
36.154206
197
0.564172
ed241f7e7e80ab94e8a6a42c043c8883308a1d20
5,595
pl
Perl
src/lib/atts.pl
malbarbo/scryer-prolog
176daeec0314571b4aca3973601af7c65dc8b869
[ "BSD-3-Clause" ]
1
2021-11-08T07:02:44.000Z
2021-11-08T07:02:44.000Z
src/lib/atts.pl
logicmoo/scryer-prolog
a29f1eb0c244894b30c79c752ded153ff906e510
[ "BSD-3-Clause" ]
null
null
null
src/lib/atts.pl
logicmoo/scryer-prolog
a29f1eb0c244894b30c79c752ded153ff906e510
[ "BSD-3-Clause" ]
null
null
null
:- module(atts, [op(1199, fx, attribute), call_residue_vars/2, term_attributed_variables/2]). :- use_module(library(dcgs)). :- use_module(library(terms)). /* represent the list of attributes belonging to a variable, of a particular module, as a list of terms of the form Module:...
30.243243
98
0.559786
ed0d09b6c1d0e4179b68c0bb8897a88a7ae8d6e1
1,610
t
Perl
dotnet/Example.t
jordanqin/cos-snippets
6176eaa55e62bd660aa5d55e4ac6525bad91cf81
[ "MIT" ]
21
2020-08-25T01:08:57.000Z
2022-03-09T08:10:35.000Z
dotnet/Example.t
jordanqin/cos-snippets
6176eaa55e62bd660aa5d55e4ac6525bad91cf81
[ "MIT" ]
7
2020-08-18T17:06:51.000Z
2022-01-12T02:57:11.000Z
dotnet/Example.t
jordanqin/cos-snippets
6176eaa55e62bd660aa5d55e4ac6525bad91cf81
[ "MIT" ]
43
2020-08-10T01:12:55.000Z
2022-03-27T12:42:02.000Z
using COSXML.Common; using COSXML.CosException; using COSXML.Model; using COSXML.Model.Object; using COSXML.Model.Tag; using COSXML.Model.Bucket; using COSXML.Model.Service; using COSXML.Utils; using COSXML.Auth; using COSXML.Transfer; using System; using COSXML; using System.Collections.Generic; using System.IO; using...
25.15625
111
0.620497
ed3c21436f169214c59b772f54575194cba723f8
8,398
pl
Perl
tests/CIF/descriptors/run_test.pl
qinwang13/CIAO
e69add1b5da8e9602bcc85d581ecbf1bd41c49a3
[ "DOC" ]
10
2016-07-20T00:55:50.000Z
2020-10-04T19:07:10.000Z
tests/CIF/descriptors/run_test.pl
qinwang13/CIAO
e69add1b5da8e9602bcc85d581ecbf1bd41c49a3
[ "DOC" ]
13
2016-09-27T14:08:27.000Z
2020-11-11T10:45:56.000Z
tests/CIF/descriptors/run_test.pl
qinwang13/CIAO
e69add1b5da8e9602bcc85d581ecbf1bd41c49a3
[ "DOC" ]
12
2016-04-20T09:57:02.000Z
2021-12-24T17:23:45.000Z
eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' & eval 'exec perl -S $0 $argv:q' if 0; # -*- perl -*- use lib "$ENV{'ACE_ROOT'}/bin"; use PerlACE::TestTarget; $CIAO_ROOT = "$ENV{'CIAO_ROOT'}"; $TAO_ROOT = "$ENV{'TAO_ROOT'}"; $DANCE_ROOT = "$ENV{'DANCE_ROOT'}"; $daemons_running = 0; $em_running = 0; $n...
31.219331
141
0.582758
ed19196d15845351b2ca5a4cc59a8f15d84fd0e7
6,998
pl
Perl
hype/mytest.pl
LRHammond/pv4dsrl
7053ea392f9ddbf3672a0ac348d61abe6b7264d9
[ "MIT" ]
null
null
null
hype/mytest.pl
LRHammond/pv4dsrl
7053ea392f9ddbf3672a0ac348d61abe6b7264d9
[ "MIT" ]
2
2020-03-24T16:31:16.000Z
2020-03-31T00:56:57.000Z
hype/mytest.pl
LRHammond/sdsrl
7053ea392f9ddbf3672a0ac348d61abe6b7264d9
[ "MIT" ]
null
null
null
:- use_module(library(planning)). :- use_module(library(lists)). :- use_module(library(distributionalclause)). :- use_module(library(dcpf)). :- use_module(library(sst)). :- use_module(library(system)). % Options :- set_options(default), set_query_propagation(true), set_inference(backward(lazy)). :- set_current2n...
26.608365
127
0.610889
ed20e3a2e8a8b77119fcd293450e0587f64837eb
191
t
Perl
packages/app/_templates/component/new/style.ejs.t
tglatt/emjpm
27c9337eb17f561ec671cd7526493ca314269fd2
[ "Apache-2.0" ]
null
null
null
packages/app/_templates/component/new/style.ejs.t
tglatt/emjpm
27c9337eb17f561ec671cd7526493ca314269fd2
[ "Apache-2.0" ]
null
null
null
packages/app/_templates/component/new/style.ejs.t
tglatt/emjpm
27c9337eb17f561ec671cd7526493ca314269fd2
[ "Apache-2.0" ]
null
null
null
--- to: src/components-v2/<%= h.inflection.camelize(name) %>/style.js --- const <%= h.inflection.camelize(name)%>Style = { bg: "blue" }; export { <%= h.inflection.camelize(name)%>Style };
21.222222
65
0.628272
73d965433270d99a772d7e8c0fd041cde7706d04
8,183
pm
Perl
modules/Bio/EnsEMBL/Compara/RunnableDB/PairAligner/ImportNets.pm
manuelcarbajo/ensembl-compara
0ffe653215a20e6921c5f4983ea9e4755593a491
[ "Apache-2.0" ]
null
null
null
modules/Bio/EnsEMBL/Compara/RunnableDB/PairAligner/ImportNets.pm
manuelcarbajo/ensembl-compara
0ffe653215a20e6921c5f4983ea9e4755593a491
[ "Apache-2.0" ]
null
null
null
modules/Bio/EnsEMBL/Compara/RunnableDB/PairAligner/ImportNets.pm
manuelcarbajo/ensembl-compara
0ffe653215a20e6921c5f4983ea9e4755593a491
[ "Apache-2.0" ]
null
null
null
=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...
36.048458
301
0.649028
ed37d02ecb0dbf2f7cb366e7f35911eed0f1d1a6
7,028
pm
Perl
modules/EnsEMBL/Draw/GlyphSet/Videogram_legend.pm
at7/backup-ensembl-webcode
4c8c30f2ba9e0eebc3dd07e068fb6e02c388d086
[ "Apache-2.0", "MIT" ]
null
null
null
modules/EnsEMBL/Draw/GlyphSet/Videogram_legend.pm
at7/backup-ensembl-webcode
4c8c30f2ba9e0eebc3dd07e068fb6e02c388d086
[ "Apache-2.0", "MIT" ]
null
null
null
modules/EnsEMBL/Draw/GlyphSet/Videogram_legend.pm
at7/backup-ensembl-webcode
4c8c30f2ba9e0eebc3dd07e068fb6e02c388d086
[ "Apache-2.0", "MIT" ]
null
null
null
=head1 LICENSE Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute Copyright [2016-2017] EMBL-European Bioinformatics Institute Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obta...
32.537037
112
0.533295
73d55c7b67a9c04bb780c4ffaffd5fcb2551c2f2
1,967
t
Perl
code/tests/theano.t
dcrossey/automl
104fa22885f547c9eb3beeb45cc9a9291a5dd00a
[ "Apache-2.0" ]
23
2020-04-30T01:22:46.000Z
2021-12-17T10:42:10.000Z
code/tests/theano.t
dcrossey/automl
104fa22885f547c9eb3beeb45cc9a9291a5dd00a
[ "Apache-2.0" ]
3
2020-04-24T17:04:23.000Z
2021-02-08T20:26:11.000Z
code/tests/theano.t
dcrossey/automl
104fa22885f547c9eb3beeb45cc9a9291a5dd00a
[ "Apache-2.0" ]
14
2020-04-24T17:31:46.000Z
2021-07-11T02:53:46.000Z
\l automl.q .automl.loadfile`:init.q .automl.loadfile`:code/tests/utils.q // don't run tests if theano can't be loaded if[not 0~.automl.checkimport[5];exit 0]; // Create feature and target data nGeneral:100 featureDataNormal:([]nGeneral?1f;asc nGeneral?1f;nGeneral?`a`b`c) targetBinary :asc 100?0b // language ...
40.142857
121
0.732588
73d9771a0a145847ee7941e4a78832c1c79e40cf
4,529
pm
Perl
lib/App/Netdisco/Util/Node.pm
DimaRU/netdisco
596986d190e1803c6fde5aaa58c14252a7bb2b12
[ "BSD-3-Clause" ]
376
2017-01-05T00:05:53.000Z
2022-03-30T18:56:44.000Z
lib/App/Netdisco/Util/Node.pm
DimaRU/netdisco
596986d190e1803c6fde5aaa58c14252a7bb2b12
[ "BSD-3-Clause" ]
597
2017-01-05T22:51:23.000Z
2022-03-30T08:52:17.000Z
lib/App/Netdisco/Util/Node.pm
DimaRU/netdisco
596986d190e1803c6fde5aaa58c14252a7bb2b12
[ "BSD-3-Clause" ]
84
2017-01-06T23:36:27.000Z
2022-03-01T09:31:32.000Z
package App::Netdisco::Util::Node; use Dancer qw/:syntax :script/; use Dancer::Plugin::DBIC 'schema'; use NetAddr::MAC; use App::Netdisco::Util::Permission qw/check_acl_no check_acl_only/; use base 'Exporter'; our @EXPORT = (); our @EXPORT_OK = qw/ check_mac is_nbtstatable store_arp /; our %EXPORT_TAGS = (all ...
22.758794
77
0.633252
73d5168071406906311ecd6658a593203eb90ab3
2,621
t
Perl
t/SublimePackages.t
alexander95015/zeroclickinfo-spice
f690084c237d4482e6d31256e0f145b55e0dec15
[ "Apache-2.0" ]
9
2018-04-02T10:10:06.000Z
2021-07-07T04:51:46.000Z
t/SublimePackages.t
alexander95015/zeroclickinfo-spice
f690084c237d4482e6d31256e0f145b55e0dec15
[ "Apache-2.0" ]
null
null
null
t/SublimePackages.t
alexander95015/zeroclickinfo-spice
f690084c237d4482e6d31256e0f145b55e0dec15
[ "Apache-2.0" ]
1
2018-10-02T06:37:27.000Z
2018-10-02T06:37:27.000Z
#!/usr/bin/env perl use strict; use warnings; use Test::More; use DDG::Test::Spice; ddg_spice_test( [qw( DDG::Spice::SublimePackages )], # Basic tests 'sublimetext package code' => test_spice( '/js/spice/sublime_packages/code', call_type => 'include', caller => 'DDG::Spice::Su...
27.882979
60
0.594048
73e0439c483df18a39bdccf9e8017330dd44eace
1,039
pm
Perl
lib/Catmandu/Fix/clean_preselects.pm
datango/LibreCat
d59a09af0ccaeef4c5fab82c2171510990c8d004
[ "Artistic-1.0" ]
42
2015-09-15T12:02:11.000Z
2022-02-14T07:47:33.000Z
lib/Catmandu/Fix/clean_preselects.pm
datango/LibreCat
d59a09af0ccaeef4c5fab82c2171510990c8d004
[ "Artistic-1.0" ]
887
2015-10-08T11:38:41.000Z
2021-12-09T15:51:26.000Z
lib/Catmandu/Fix/clean_preselects.pm
datango/LibreCat
d59a09af0ccaeef4c5fab82c2171510990c8d004
[ "Artistic-1.0" ]
20
2016-05-18T09:15:59.000Z
2021-10-30T13:31:27.000Z
package Catmandu::Fix::clean_preselects; =pod =head1 NAME Catmandu::Fix::clean_preselects - cleans empty abstract and related_material.link =cut use Catmandu::Sane; use Moo; sub fix { my ($self, $pub) = @_; if ($pub->{abstract}) { my @new_abstract; for my $ab (@{$pub->{abstract}}) { ...
19.980769
81
0.493744
ed1507f8c0e472dc5dc94d797de9e32cd2de0c9f
175
t
Perl
v5.22/t/extra/unop_aux.t
perl11/p5-coretests
65f340f49aea59bd666f1bf5c077a66004b51731
[ "Artistic-2.0" ]
1
2015-12-07T12:45:44.000Z
2015-12-07T12:45:44.000Z
v5.22/t/extra/unop_aux.t
perl11/p5-coretests
65f340f49aea59bd666f1bf5c077a66004b51731
[ "Artistic-2.0" ]
null
null
null
v5.22/t/extra/unop_aux.t
perl11/p5-coretests
65f340f49aea59bd666f1bf5c077a66004b51731
[ "Artistic-2.0" ]
null
null
null
#!perl print "1..2\n"; # one level hash my %a; $a{b} = qq{ok 1\n}; print $a{b}; # multi levels hash my %foo; $foo{b}{c}{d}{e}{f} = qq{ok 2\n}; print $foo{b}{c}{d}{e}{f};
14.583333
43
0.508571
ed40c9b1df3226a27ed85c12b61d7d9955f219cb
6,187
pm
Perl
tools/test_modules/m19600.pm
vbalyasnyy/hashcat
84d3981e7b6bc4efe3c1bcbaa6f4198f4c523204
[ "MIT" ]
3
2019-02-08T11:12:44.000Z
2021-05-09T13:43:50.000Z
tools/test_modules/m19600.pm
e-ago/hashcat
dbbdb7e5ac4f7db2dd503c1820b91fbbcfc37c92
[ "MIT" ]
null
null
null
tools/test_modules/m19600.pm
e-ago/hashcat
dbbdb7e5ac4f7db2dd503c1820b91fbbcfc37c92
[ "MIT" ]
1
2021-05-01T09:38:27.000Z
2021-05-01T09:38:27.000Z
#!/usr/bin/env perl ## ## Author......: See docs/credits.txt ## License.....: MIT ## use strict; use warnings; use Digest::SHA qw (hmac_sha1); use Crypt::Mode::CBC; use Crypt::PBKDF2; use Encode; use POSIX qw (strftime); sub byte2hex { my $input = shift; return unpack ("H*", $input); } sub hex2byte ...
28.251142
139
0.65476
ed3917a642e491ab0aba139c0a507ea9c06ce05e
4,555
pm
Perl
modules/Bio/EnsEMBL/Production/Pipeline/GVF/JobForEachSeqRegion.pm
nicklangridge/ensembl-production
a00614922ba51b3065fd7b57463ab626f4747b1e
[ "Apache-2.0" ]
null
null
null
modules/Bio/EnsEMBL/Production/Pipeline/GVF/JobForEachSeqRegion.pm
nicklangridge/ensembl-production
a00614922ba51b3065fd7b57463ab626f4747b1e
[ "Apache-2.0" ]
null
null
null
modules/Bio/EnsEMBL/Production/Pipeline/GVF/JobForEachSeqRegion.pm
nicklangridge/ensembl-production
a00614922ba51b3065fd7b57463ab626f4747b1e
[ "Apache-2.0" ]
null
null
null
=head1 LICENSE 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.apache.org/licen...
28.647799
100
0.670472
ed1e5a659aa20abc6a1f5b0a71c55d2b959b1929
10,302
pl
Perl
webapp/perl/local/lib/perl5/auto/share/dist/DateTime-Locale/uk-UA.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/uk-UA.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/uk-UA.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+0434}\N{U+043f}", "\N{U+043f}\N{U+043f}", ], 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 =>...
37.057554
191
0.500388
73f720be95b68e6ee3fc32fcd8c39b7392694888
20,127
pl
Perl
bin/parse_bowtie2_output_realtime_includemultifamily_pe.pl
mr-c/eclip
833a389b773e12492d316e61db802dd353404f4f
[ "BSD-3-Clause" ]
null
null
null
bin/parse_bowtie2_output_realtime_includemultifamily_pe.pl
mr-c/eclip
833a389b773e12492d316e61db802dd353404f4f
[ "BSD-3-Clause" ]
null
null
null
bin/parse_bowtie2_output_realtime_includemultifamily_pe.pl
mr-c/eclip
833a389b773e12492d316e61db802dd353404f4f
[ "BSD-3-Clause" ]
null
null
null
#!/usr/bin/env perl use warnings; use strict; my %enst2gene; my %convert_enst2type; my %multimapping_hash; my %rRNA_extra_hash; my %rRNA_extra_hash_rev; $rRNA_extra_hash{"RNA28S"} = "rRNA_extra"; $rRNA_extra_hash{"RNA18S"} = "rRNA_extra"; $rRNA_extra_hash{"RNA5-8S"} = "rRNA_extra"; $rRNA_extra_hash{"antisense_RNA28S...
47.807601
190
0.535649
73d2c2affab4e4671ced0dbdf4f47cb32118a0f6
8,067
al
Perl
benchmark/benchmarks/FASP-benchmarks/data/random-oriented/randomoriented-1335-370-1813.al
krzysg/FaspHeuristic
1929c40e3fbc49e68b04acfc5522539a18758031
[ "MIT" ]
null
null
null
benchmark/benchmarks/FASP-benchmarks/data/random-oriented/randomoriented-1335-370-1813.al
krzysg/FaspHeuristic
1929c40e3fbc49e68b04acfc5522539a18758031
[ "MIT" ]
null
null
null
benchmark/benchmarks/FASP-benchmarks/data/random-oriented/randomoriented-1335-370-1813.al
krzysg/FaspHeuristic
1929c40e3fbc49e68b04acfc5522539a18758031
[ "MIT" ]
null
null
null
1 80 128 163 311 316 2 75 116 163 291 295 3 17 126 204 4 80 164 169 255 5 84 131 6 75 103 169 276 347 7 33 130 303 365 8 15 118 213 258 304 9 124 154 242 263 351 10 84 100 197 199 233 273 304 11 4 7 78 81 98 196 300 313 12 32 352 13 16 18 197 256 269 301 310 367 370 14 17 88 101 149 168 190 271 281 312 15 9 23 71 163 1...
21.802703
40
0.729515