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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ed8e188efaab0fd0cef54b947f6d11351b964059 | 3,062 | pl | Perl | perl/src/Porting/expand-macro.pl | nokibsarkar/sl4a | d3c17dca978cbeee545e12ea240a9dbf2a6999e9 | [
"Apache-2.0"
] | 2,293 | 2015-01-02T12:46:10.000Z | 2022-03-29T09:45:43.000Z | perl/src/Porting/expand-macro.pl | nokibsarkar/sl4a | d3c17dca978cbeee545e12ea240a9dbf2a6999e9 | [
"Apache-2.0"
] | 315 | 2015-05-31T11:55:46.000Z | 2022-01-12T08:36:37.000Z | perl/src/Porting/expand-macro.pl | nokibsarkar/sl4a | d3c17dca978cbeee545e12ea240a9dbf2a6999e9 | [
"Apache-2.0"
] | 1,033 | 2015-01-04T07:48:40.000Z | 2022-03-24T09:34:37.000Z | #!perl -w
use strict;
use Pod::Usage;
use Getopt::Std;
$Getopt::Std::STANDARD_HELP_VERSION = 1;
my $trysource = "try.c";
my $tryout = "try.i";
getopts('fF:ekvI:', \my %opt) or pod2usage();
my($expr, @headers) = @ARGV ? splice @ARGV : "-";
pod2usage "-f and -F <tool> are exclusive\n" if $opt{f} and $opt{F};
foreac... | 24.110236 | 82 | 0.588831 |
edb4cc471991ae40b178ffff979b31112e892da3 | 980 | pm | Perl | pdu-perl-api/Raritan/RPC/pdumodel/PowerMeter_1_1_2/EnergyPulseSettings.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/PowerMeter_1_1_2/EnergyPulseSettings.pm | gregoa/raritan-pdu-json-rpc-sdk | 76df982462742b97b52872aa34630140f5df7e58 | [
"BSD-3-Clause"
] | null | null | null | pdu-perl-api/Raritan/RPC/pdumodel/PowerMeter_1_1_2/EnergyPulseSettings.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 PowerMeter.idl.
use strict;
package Raritan::RPC::pdumodel::PowerMeter_1_1_2::EnergyPulseSettings;
sub encode {
my ($in) = @_;
my $encoded = {};
$encoded->{'pulseEnabled'}... | 27.222222 | 84 | 0.532653 |
ed7569e254a7258e66c91234f2f069ff4e91d582 | 1,285 | pm | Perl | core/server/OpenXPKI/SOAP.pm | takerukoushirou/openxpki | 17845b6e853d1a75c91352d79d9c33a90f5e6148 | [
"Apache-2.0"
] | 357 | 2015-02-19T18:23:12.000Z | 2022-03-29T04:05:25.000Z | core/server/OpenXPKI/SOAP.pm | takerukoushirou/openxpki | 17845b6e853d1a75c91352d79d9c33a90f5e6148 | [
"Apache-2.0"
] | 604 | 2015-01-19T11:58:44.000Z | 2022-03-14T13:38:42.000Z | core/server/OpenXPKI/SOAP.pm | takerukoushirou/openxpki | 17845b6e853d1a75c91352d79d9c33a90f5e6148 | [
"Apache-2.0"
] | 108 | 2015-03-10T19:05:20.000Z | 2022-03-29T04:32:28.000Z | package OpenXPKI::SOAP;
use strict;
use warnings;
use English;
use Config::Std;
use Data::Dumper;
use SOAP::Transport::HTTP;
#use SOAP::Transport::HTTP2; # Please adjust contructor call below, if you switch this!
use OpenXPKI::Log4perl;
my $configfile = $ENV{OPENXPKI_SOAP_CONFIG_FILE} || '/etc/openxpki/soap/default.... | 23.796296 | 87 | 0.679377 |
edb538e684dd1b1e94c99e1736e5c8516eb7bd8b | 1,963 | pl | Perl | 2015/14/aoc.pl | beanz/advent | d5ceeae48483d25b81aaf06ef3faf79521af14b1 | [
"MIT"
] | null | null | null | 2015/14/aoc.pl | beanz/advent | d5ceeae48483d25b81aaf06ef3faf79521af14b1 | [
"MIT"
] | null | null | null | 2015/14/aoc.pl | beanz/advent | d5ceeae48483d25b81aaf06ef3faf79521af14b1 | [
"MIT"
] | null | null | null | #!/usr/bin/perl
use warnings FATAL => 'all';
use strict;
use v5.20;
use lib "../../lib-perl";
use AoC::Helpers qw/:all/;
use Carp::Always qw/carp verbose/;
my $endTime = 2503;
$endTime = 1000 if (@ARGV && $ARGV[0] eq 'test1.txt');
my @i = @{read_lines(shift//"input.txt")};
sub calc_aux {
my ($i, $end) = @_;
my %... | 22.563218 | 77 | 0.443709 |
ed963cdc084c8e0e1c8c78f7980a8a58f7ab9b99 | 1,130 | t | Perl | t/20_Serializer_Async/11_load_xs.t | szabosteve/elasticsearch-perl | 1ff926c47baed00afcde09326ae5f4b8269dd225 | [
"Apache-2.0"
] | 70 | 2015-03-19T09:19:39.000Z | 2022-03-01T20:06:00.000Z | t/20_Serializer_Async/11_load_xs.t | szabosteve/elasticsearch-perl | 1ff926c47baed00afcde09326ae5f4b8269dd225 | [
"Apache-2.0"
] | 149 | 2015-03-10T20:51:53.000Z | 2022-03-14T19:15:27.000Z | t/20_Serializer_Async/11_load_xs.t | szabosteve/elasticsearch-perl | 1ff926c47baed00afcde09326ae5f4b8269dd225 | [
"Apache-2.0"
] | 51 | 2015-04-23T18:54:18.000Z | 2022-03-10T19:50:16.000Z | # Licensed to Elasticsearch B.V. under one or more contributor
# license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright
# ownership. Elasticsearch B.V. licenses this file to you under
# the Apache License, Version 2.0 (the "License"); you may
# not use this f... | 29.736842 | 66 | 0.720354 |
ed9eaece635c3e75d88bf8d081d6ff8f0c5933a9 | 705 | pm | Perl | perl/lib/Test/Deep/Code.pm | ifleeyo180/VspriteMoodleWebsite | 38baa924829c83808d2c87d44740ff365927a646 | [
"Apache-2.0"
] | 2 | 2018-04-27T09:12:43.000Z | 2020-10-10T16:32:16.000Z | perl/lib/Test/Deep/Code.pm | ifleeyo180/VspriteMoodleWebsite | 38baa924829c83808d2c87d44740ff365927a646 | [
"Apache-2.0"
] | 16 | 2019-08-28T23:45:01.000Z | 2019-12-20T02:12:13.000Z | perl/lib/Test/Deep/Code.pm | ifleeyo180/VspriteMoodleWebsite | 38baa924829c83808d2c87d44740ff365927a646 | [
"Apache-2.0"
] | 1 | 2020-10-10T16:32:25.000Z | 2020-10-10T16:32:25.000Z | use strict;
use warnings;
package Test::Deep::Code;
use Test::Deep::Cmp;
sub init
{
my $self = shift;
my $code = shift || die "No coderef supplied";
$self->{code} = $code;
}
sub descend
{
my $self = shift;
my $got = shift;
my ($ok, $diag) = &{$self->{code}}($got);
$self->data->{diag} = $diag;
r... | 11.949153 | 50 | 0.557447 |
eda984521b341b7c51ac92cee3e02148db2fef72 | 1,589 | pl | Perl | Task/LZW-compression/Perl/lzw-compression.pl | mullikine/RosettaCodeData | 4f0027c6ce83daa36118ee8b67915a13cd23ab67 | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/LZW-compression/Perl/lzw-compression.pl | mullikine/RosettaCodeData | 4f0027c6ce83daa36118ee8b67915a13cd23ab67 | [
"Info-ZIP"
] | null | null | null | Task/LZW-compression/Perl/lzw-compression.pl | mullikine/RosettaCodeData | 4f0027c6ce83daa36118ee8b67915a13cd23ab67 | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | # Compress a string to a list of output symbols.
sub compress {
my $uncompressed = shift;
# Build the dictionary.
my $dict_size = 256;
my %dictionary = map {chr $_ => chr $_} 0..$dict_size-1;
my $w = "";
my @result;
foreach my $c (split '', $uncompressed) {
my $wc = $w . $c;
... | 24.075758 | 60 | 0.511643 |
edc79950bb0dbbc9b626e2aed1db4636a66fbbd6 | 5,654 | pl | Perl | src/test/regress/gpsourcify.pl | lintzc/GPDB | b48c8b97da18f495c10065d0853db87960aebae2 | [
"PostgreSQL",
"Apache-2.0"
] | 1 | 2017-09-15T06:09:56.000Z | 2017-09-15T06:09:56.000Z | src/test/regress/gpsourcify.pl | lintzc/GPDB | b48c8b97da18f495c10065d0853db87960aebae2 | [
"PostgreSQL",
"Apache-2.0"
] | null | null | null | src/test/regress/gpsourcify.pl | lintzc/GPDB | b48c8b97da18f495c10065d0853db87960aebae2 | [
"PostgreSQL",
"Apache-2.0"
] | 1 | 2018-12-04T09:13:57.000Z | 2018-12-04T09:13:57.000Z | #!/usr/bin/env perl
#
# Copyright (c) 2007-2012 GreenPlum. All rights reserved.
# Author: Jeffrey I Cohen
#
#
use Pod::Usage;
use Getopt::Long;
use strict;
use warnings;
use POSIX;
use File::Spec;
use Env;
use Data::Dumper;
=head1 NAME
B<gpsourcify.pl> - GreenPlum reverse string substitution
=head1 SYNOPSIS
B<g... | 23.85654 | 120 | 0.558543 |
ed5cd2fc40c2debd7666bc23d564d1cb56ecc2e5 | 1,486 | pl | Perl | i3/scripts/cpu_usage.pl | bagool185/dotfiles | cd3edb52d355ddae201c16ad9b9d158175cbc43f | [
"MIT"
] | null | null | null | i3/scripts/cpu_usage.pl | bagool185/dotfiles | cd3edb52d355ddae201c16ad9b9d158175cbc43f | [
"MIT"
] | null | null | null | i3/scripts/cpu_usage.pl | bagool185/dotfiles | cd3edb52d355ddae201c16ad9b9d158175cbc43f | [
"MIT"
] | null | null | null | #!/usr/bin/perl
#
# Copyright 2014 Pierre Mavro <deimos@deimos.fr>
# Copyright 2014 Vivien Didelot <vivien@didelot.org>
# Copyright 2014 Andreas Guldstrand <andreas.guldstrand@gmail.com>
#
# Licensed under the terms of the GNU GPL v3, or any later version.
use strict;
use warnings;
use utf8;
use Getopt::Long;
# defau... | 24.766667 | 101 | 0.611709 |
edb81f1441264997b799e06bb1da899644dfe1f2 | 2,708 | pm | Perl | lib/Perl/Critic/Policy/InputOutput/ProhibitReadlineInForLoop.pm | clayne/Perl-Critic | 8e62c3989feb27c9b9d9b593a51026d202174149 | [
"Artistic-1.0"
] | 128 | 2015-01-28T16:35:31.000Z | 2022-02-24T17:40:16.000Z | lib/Perl/Critic/Policy/InputOutput/ProhibitReadlineInForLoop.pm | clayne/Perl-Critic | 8e62c3989feb27c9b9d9b593a51026d202174149 | [
"Artistic-1.0"
] | 411 | 2015-01-06T16:07:30.000Z | 2022-03-16T21:46:28.000Z | lib/Perl/Critic/Policy/InputOutput/ProhibitReadlineInForLoop.pm | clayne/Perl-Critic | 8e62c3989feb27c9b9d9b593a51026d202174149 | [
"Artistic-1.0"
] | 94 | 2015-01-16T00:33:31.000Z | 2022-03-18T05:41:00.000Z | package Perl::Critic::Policy::InputOutput::ProhibitReadlineInForLoop;
use 5.006001;
use strict;
use warnings;
use Readonly;
use List::Util qw< first >;
use Perl::Critic::Utils qw{ :severities };
use base 'Perl::Critic::Policy';
our $VERSION = '1.140';
#--------------------------------------------------------------... | 26.291262 | 132 | 0.590473 |
ed6d0b8fc0b237d3a424b27dcd30b425b6c2bbdf | 4,372 | pm | Perl | lib/CPrAN/Plugin.pm | cpran/CPrAN | 62ea73a52f40bfe00413d7c40884b267afbe6f80 | [
"Artistic-1.0"
] | null | null | null | lib/CPrAN/Plugin.pm | cpran/CPrAN | 62ea73a52f40bfe00413d7c40884b267afbe6f80 | [
"Artistic-1.0"
] | null | null | null | lib/CPrAN/Plugin.pm | cpran/CPrAN | 62ea73a52f40bfe00413d7c40884b267afbe6f80 | [
"Artistic-1.0"
] | null | null | null | package CPrAN::Plugin;
# ABSTRACT: A representation of a Praat plugin
our $VERSION = '0.0413'; # VERSION
use Moose;
extends 'Praat::Plugin';
use Types::Praat qw( Version );
use Types::Path::Tiny qw( Path );
use Types::Standard qw( Bool Undef );
has cpran => (
is => 'rw',
isa => Path|Undef,
coerce => 1,
);
h... | 19.605381 | 77 | 0.538198 |
ed4086721614b0e732eb3e226e4115e5fc60aeee | 2,300 | pl | Perl | test/fwdbck/checkNSIFB.pl | bkragl/corral | 958fbb6809ecba2ad43ffa438e780a2660bf06c6 | [
"MIT"
] | 43 | 2016-04-15T20:10:30.000Z | 2022-02-16T04:51:29.000Z | test/fwdbck/checkNSIFB.pl | bkragl/corral | 958fbb6809ecba2ad43ffa438e780a2660bf06c6 | [
"MIT"
] | 114 | 2016-04-16T22:16:03.000Z | 2021-07-09T01:39:35.000Z | test/fwdbck/checkNSIFB.pl | bkragl/corral | 958fbb6809ecba2ad43ffa438e780a2660bf06c6 | [
"MIT"
] | 40 | 2016-04-16T02:55:31.000Z | 2022-02-25T23:55:49.000Z | open (FINAL_OUTPUT, "Files") || die "cannot read Files";
@files = <FINAL_OUTPUT>;
close (FINAL_OUTPUT);
# One can give the explicit directory name to execute
# all tests in that directory
$numArgs = $#ARGV + 1;
$dirsGiven = 0;
$flags = "";
$timeout = ""; #wlimit.exe /w 60";
@dirs = ("");
for($cnt = 0; $cnt < $numAr... | 22.54902 | 140 | 0.517826 |
ed5bfd5eb554641e83e8d748ff0056f006466bff | 2,259 | pl | Perl | util/parse_qacct.pl | itmat/rum | 6ab98b6ba65aa34772d32fbedb25e5c1151e2715 | [
"MIT"
] | 7 | 2015-02-03T15:52:20.000Z | 2021-10-31T14:16:11.000Z | util/parse_qacct.pl | ZhengXia/rum | 6ab98b6ba65aa34772d32fbedb25e5c1151e2715 | [
"MIT"
] | 9 | 2015-03-08T18:42:25.000Z | 2022-02-09T06:18:42.000Z | util/parse_qacct.pl | ZhengXia/rum | 6ab98b6ba65aa34772d32fbedb25e5c1151e2715 | [
"MIT"
] | 2 | 2015-01-11T12:06:16.000Z | 2015-04-16T17:38:39.000Z | #!/usr/bin/env perl
use strict;
use warnings;
use List::Util qw(reduce max);
my @jobs;
our @FIELDS = qw(
qname
hostname
jobname
jobnumber
taskid
qsub_time
start_time
end_time
tot_time
ru_wallclock
ru_utime
ru_stime
ru_maxrss
ru_minflt
ru_majflt
ru_nvcsw
ru_nivcsw
cpu
mem
io
maxvmem);
while (defined(local $_ = <ARG... | 19.99115 | 73 | 0.56618 |
ed8ab8c2fddf7c317f49cab9ff570317e2254e54 | 2,850 | pl | Perl | extlib/bin/bp_aacomp.pl | joelchaconcastillo/srnalightnxtg | a14d50d08a90ce7b3b2d0ea200046ad7a719cdc0 | [
"Apache-2.0"
] | null | null | null | extlib/bin/bp_aacomp.pl | joelchaconcastillo/srnalightnxtg | a14d50d08a90ce7b3b2d0ea200046ad7a719cdc0 | [
"Apache-2.0"
] | null | null | null | extlib/bin/bp_aacomp.pl | joelchaconcastillo/srnalightnxtg | a14d50d08a90ce7b3b2d0ea200046ad7a719cdc0 | [
"Apache-2.0"
] | null | null | null | #!/usr/bin/perl
eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
if 0; # not running under some shell
use strict;
use warnings;
use Carp;
use Bio::SeqIO;
use Getopt::Long;
use Bio::SeqUtils;
use Bio::Tools::IUPAC;
my $table = new Bio::SeqUtils;
my @BASES = $table->valid_aa(0);
my %all = $table->valid_aa(2);
my ($file... | 20.955882 | 81 | 0.657895 |
edb6b6528e36f31713bdc7b7b4d0df9c07846be4 | 5,874 | pm | Perl | lib/EzmaxApi/Object/EzsignbulksenddocumentmappingCreateObjectV1Response.pm | ezmaxinc/eZmax-SDK-perl | 3de20235136371b946247d2aed9e5e5704a4051c | [
"MIT"
] | null | null | null | lib/EzmaxApi/Object/EzsignbulksenddocumentmappingCreateObjectV1Response.pm | ezmaxinc/eZmax-SDK-perl | 3de20235136371b946247d2aed9e5e5704a4051c | [
"MIT"
] | null | null | null | lib/EzmaxApi/Object/EzsignbulksenddocumentmappingCreateObjectV1Response.pm | ezmaxinc/eZmax-SDK-perl | 3de20235136371b946247d2aed9e5e5704a4051c | [
"MIT"
] | null | null | null | =begin comment
eZmax API Definition (Full)
This API expose all the functionnalities for the eZmax and eZsign applications.
The version of the OpenAPI document: 1.1.7
Contact: support-api@ezmax.ca
Generated by: https://openapi-generator.tech
=end comment
=cut
#
# NOTE: This class is auto generated by OpenAPI Gener... | 28.376812 | 123 | 0.623766 |
ed62d551632edcd86655a0e8ddf8fb0a2bdcc52c | 2,468 | pm | Perl | auto-lib/Paws/StorageGateway/CancelArchival.pm | shogo82148/aws-sdk-perl | a87555a9d30dd1415235ebacd2715b2f7e5163c7 | [
"Apache-2.0"
] | null | null | null | auto-lib/Paws/StorageGateway/CancelArchival.pm | shogo82148/aws-sdk-perl | a87555a9d30dd1415235ebacd2715b2f7e5163c7 | [
"Apache-2.0"
] | 1 | 2021-05-26T19:13:58.000Z | 2021-05-26T19:13:58.000Z | auto-lib/Paws/StorageGateway/CancelArchival.pm | shogo82148/aws-sdk-perl | a87555a9d30dd1415235ebacd2715b2f7e5163c7 | [
"Apache-2.0"
] | null | null | null |
package Paws::StorageGateway::CancelArchival;
use Moose;
has GatewayARN => (is => 'ro', isa => 'Str', required => 1);
has TapeARN => (is => 'ro', isa => 'Str', required => 1);
use MooseX::ClassAttribute;
class_has _api_call => (isa => 'Str', is => 'ro', default => 'CancelArchival');
class_has _returns =>... | 31.641026 | 249 | 0.726499 |
edbd8b9c1de6f3d878b387229ea09e3a7dc02c71 | 6,851 | pl | Perl | test/smoke-tests/crux-test.pl | austinkeller/crux-toolkit | 9a35807ba24c3d8b22299f16accfd70286356212 | [
"Apache-2.0"
] | 27 | 2016-10-04T19:06:41.000Z | 2022-02-24T12:59:59.000Z | test/smoke-tests/crux-test.pl | austinkeller/crux-toolkit | 9a35807ba24c3d8b22299f16accfd70286356212 | [
"Apache-2.0"
] | 232 | 2016-10-25T05:54:38.000Z | 2022-03-30T20:33:35.000Z | test/smoke-tests/crux-test.pl | austinkeller/crux-toolkit | 9a35807ba24c3d8b22299f16accfd70286356212 | [
"Apache-2.0"
] | 29 | 2016-10-04T22:12:32.000Z | 2022-03-26T17:12:27.000Z | #!/usr/bin/perl -w
#
# Note: copied from Charles Grant's meme-test.pl
=head1 crux-test.pl
Usage: crux-test.pl [-up] <test list file>
The crux-test.pl script provides a framework for testing the overall
functionality of programs in the crux distribution. It read a list of
tests from a '='-delimited file, one test p... | 28.427386 | 79 | 0.64881 |
73d359faa7043edb4d9c33b97b79112f735918c3 | 3,970 | pm | Perl | notification/foxbox/mode/alert.pm | petneli/centreon-plugins | d131e60a1859fdd0e959623de56e6e7512c669af | [
"Apache-2.0"
] | 316 | 2015-01-18T20:37:21.000Z | 2022-03-27T00:20:35.000Z | notification/foxbox/mode/alert.pm | petneli/centreon-plugins | d131e60a1859fdd0e959623de56e6e7512c669af | [
"Apache-2.0"
] | 2,333 | 2015-04-26T19:10:19.000Z | 2022-03-31T15:35:21.000Z | notification/foxbox/mode/alert.pm | petneli/centreon-plugins | d131e60a1859fdd0e959623de56e6e7512c669af | [
"Apache-2.0"
] | 371 | 2015-01-18T20:37:23.000Z | 2022-03-22T10:10:16.000Z | #
# Copyright 2021 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for
# service performance.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in com... | 27.762238 | 109 | 0.613854 |
ed6f73f32d992a5cbbc2fdb9c88418f69e26fbdb | 591 | pm | Perl | lib/SemanticWeb/Schema/MedicalImagingTechnique.pm | robrwo/LDF-JSON-LD | 2745fa73562625ab217b7094a812bfc1f4be8cbc | [
"ClArtistic"
] | null | null | null | lib/SemanticWeb/Schema/MedicalImagingTechnique.pm | robrwo/LDF-JSON-LD | 2745fa73562625ab217b7094a812bfc1f4be8cbc | [
"ClArtistic"
] | null | null | null | lib/SemanticWeb/Schema/MedicalImagingTechnique.pm | robrwo/LDF-JSON-LD | 2745fa73562625ab217b7094a812bfc1f4be8cbc | [
"ClArtistic"
] | null | null | null | use utf8;
package SemanticWeb::Schema::MedicalImagingTechnique;
# ABSTRACT: Any medical imaging modality typically used for diagnostic purposes
use Moo;
extends qw/ SemanticWeb::Schema::MedicalEnumeration /;
use MooX::JSON_LD 'MedicalImagingTechnique';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref... | 14.071429 | 79 | 0.764805 |
edbba47ff13dd62ff60fc68458d208f6349e7cc2 | 3,570 | pm | Perl | lib/MooseX/Singleton.pm | git-the-cpan/MooseX-Singleton | fa9c0027023685b4d35333cc3d5557570d305cdc | [
"Artistic-1.0"
] | null | null | null | lib/MooseX/Singleton.pm | git-the-cpan/MooseX-Singleton | fa9c0027023685b4d35333cc3d5557570d305cdc | [
"Artistic-1.0"
] | null | null | null | lib/MooseX/Singleton.pm | git-the-cpan/MooseX-Singleton | fa9c0027023685b4d35333cc3d5557570d305cdc | [
"Artistic-1.0"
] | null | null | null | package MooseX::Singleton;
BEGIN {
$MooseX::Singleton::AUTHORITY = 'cpan:SARTAK';
}
{
$MooseX::Singleton::VERSION = '0.29';
}
use Moose 1.10 ();
use Moose::Exporter;
use MooseX::Singleton::Role::Object;
use MooseX::Singleton::Role::Meta::Class;
use MooseX::Singleton::Role::Meta::Instance;
Moose::Exporter->setup_... | 23.8 | 78 | 0.695238 |
73d6cf61ff0995248ac974bcf30f529911527f4d | 5,315 | pl | Perl | scripts/dev/ring_dial.pl | ringmail/ringmail-backend | f2f418bc3d2d665961549fa3ff0b831dceed8d77 | [
"MIT"
] | null | null | null | scripts/dev/ring_dial.pl | ringmail/ringmail-backend | f2f418bc3d2d665961549fa3ff0b831dceed8d77 | [
"MIT"
] | null | null | null | scripts/dev/ring_dial.pl | ringmail/ringmail-backend | f2f418bc3d2d665961549fa3ff0b831dceed8d77 | [
"MIT"
] | null | null | null | #!/usr/bin/perl
use strict;
use warnings;
no warnings qw(uninitialized);
our $session;
our $env;
package Dialer;
use strict;
use warnings;
use MIME::Base64;
use JSON::XS;
use Net::RabbitMQ;
use Data::Dumper;
use Digest::MD5 'md5_hex';
use IO::All;
use URI::Encode 'uri_encode';
use LWP::UserAgent;
sub new
{
my ($cla... | 24.159091 | 142 | 0.588147 |
edabccb931432439bd9cb50badd986ab47f174e2 | 4,854 | t | Perl | modules/t/gffParser.t | dbolser-ebi/ensembl | d60bb4562d2c82637a7befdee5a4ebe6b9795a3d | [
"Apache-2.0"
] | null | null | null | modules/t/gffParser.t | dbolser-ebi/ensembl | d60bb4562d2c82637a7befdee5a4ebe6b9795a3d | [
"Apache-2.0"
] | null | null | null | modules/t/gffParser.t | dbolser-ebi/ensembl | d60bb4562d2c82637a7befdee5a4ebe6b9795a3d | [
"Apache-2.0"
] | null | null | null | # Copyright [1999-2014] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/license... | 37.053435 | 123 | 0.663782 |
edcf1acd28c917143c0e773ad76f7bcd4d65d88c | 979 | pl | Perl | cmd/set/register.pl | latchdevel/DXspider | e61ab5eeea22241ea8d8f1f6d072f5249901d788 | [
"Artistic-1.0-Perl",
"Artistic-2.0"
] | null | null | null | cmd/set/register.pl | latchdevel/DXspider | e61ab5eeea22241ea8d8f1f6d072f5249901d788 | [
"Artistic-1.0-Perl",
"Artistic-2.0"
] | null | null | null | cmd/set/register.pl | latchdevel/DXspider | e61ab5eeea22241ea8d8f1f6d072f5249901d788 | [
"Artistic-1.0-Perl",
"Artistic-2.0"
] | null | null | null | #
# register a user
#
# Copyright (c) 2001 Dirk Koopman G1TLH
#
#
#
my ($self, $line) = @_;
my @args = split /\s+/, $line;
my $call;
# my $priv = shift @args;
my @out;
my $user;
my $ref;
if ($self->priv < 9) {
Log('DXCommand', $self->call . " attempted to register @args");
return (1, $self->msg('e5'));
}
#return (1,... | 22.25 | 74 | 0.578141 |
eda6f1f40020ceb6d1272686687493e4a5636deb | 4,821 | pm | Perl | lib/Zendesk.pm | scottmartin-code/zendesk-flatfile | fae322b0dd21d137b323ce7dd82fda4eec4b7c1b | [
"Artistic-2.0"
] | null | null | null | lib/Zendesk.pm | scottmartin-code/zendesk-flatfile | fae322b0dd21d137b323ce7dd82fda4eec4b7c1b | [
"Artistic-2.0"
] | null | null | null | lib/Zendesk.pm | scottmartin-code/zendesk-flatfile | fae322b0dd21d137b323ce7dd82fda4eec4b7c1b | [
"Artistic-2.0"
] | null | null | null | package Zendesk;
use warnings;
use strict;
use Encode 'encode_utf8';
use File::Slurper 'read_text';
use JSON;
use Sort::Naturally;
use Template;
use WWW::Mechanize;
sub new {
my $self = bless {}, shift;
my $args = shift;
$self->{$_} = $args->{$_} foreach qw(
attachments_dir custom_fields delay indices_dir quie... | 23.632353 | 87 | 0.616677 |
ed8639a74bb79a61460860c49d5831b437379871 | 1,802 | pl | Perl | examples/demo-focus.pl | gitpan/Tickit | 6aa204da5938142f2fb3ce4096f4ffba7478bad7 | [
"Artistic-1.0"
] | null | null | null | examples/demo-focus.pl | gitpan/Tickit | 6aa204da5938142f2fb3ce4096f4ffba7478bad7 | [
"Artistic-1.0"
] | null | null | null | examples/demo-focus.pl | gitpan/Tickit | 6aa204da5938142f2fb3ce4096f4ffba7478bad7 | [
"Artistic-1.0"
] | null | null | null | #!/usr/bin/perl
use strict;
use warnings;
use Tickit;
use Tickit::Widgets qw( GridBox Frame HBox Entry Static Button CheckButton RadioButton );
Tickit::Style->load_style( <<'EOF' );
Entry:focus {
bg: "blue";
b: 1;
}
Frame {
linetype: "single";
}
Frame:focus-child {
frame-fg: "red";
}
CheckButton:focus ... | 23.102564 | 100 | 0.566038 |
edd16f405594a7e0d25d479e7e04272679bf8061 | 3,385 | pl | Perl | Configurations/shared-info.pl | c4rlo/openssl | ec9135a62320c861ab17f7179ebe470686360c64 | [
"Apache-2.0"
] | 19,127 | 2015-01-01T18:26:43.000Z | 2022-03-31T21:50:00.000Z | Configurations/shared-info.pl | c4rlo/openssl | ec9135a62320c861ab17f7179ebe470686360c64 | [
"Apache-2.0"
] | 17,222 | 2015-01-04T19:36:01.000Z | 2022-03-31T23:50:53.000Z | Configurations/shared-info.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
# -*- mode: perl; -*-
# Copyright 2016-2021 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
... | 35.631579 | 135 | 0.548006 |
edaa392e7e9592940bbba4fd6c9eeaf07eee088b | 2,805 | pm | Perl | auto-lib/Paws/GameLift/FleetCapacity.pm | galenhuntington/aws-sdk-perl | 13b775dcb5f0b3764f0a82f3679ed5c7721e67d3 | [
"Apache-2.0"
] | null | null | null | auto-lib/Paws/GameLift/FleetCapacity.pm | galenhuntington/aws-sdk-perl | 13b775dcb5f0b3764f0a82f3679ed5c7721e67d3 | [
"Apache-2.0"
] | null | null | null | auto-lib/Paws/GameLift/FleetCapacity.pm | galenhuntington/aws-sdk-perl | 13b775dcb5f0b3764f0a82f3679ed5c7721e67d3 | [
"Apache-2.0"
] | null | null | null | package Paws::GameLift::FleetCapacity;
use Moose;
has FleetId => (is => 'ro', isa => 'Str');
has InstanceCounts => (is => 'ro', isa => 'Paws::GameLift::EC2InstanceCounts');
has InstanceType => (is => 'ro', isa => 'Str');
1;
### main pod documentation begin ###
=head1 NAME
Paws::GameLift::FleetCapacity
=head... | 16.30814 | 102 | 0.744029 |
edbacfd789060c168800aa33b9b7aa95414b9464 | 915 | t | Perl | t/sandbox/01-memory.t | mamod/JavaScript-Duktape | 9d6175837b11d3bc469c61cd2410099a384da2a4 | [
"MIT"
] | 7 | 2015-05-14T06:49:44.000Z | 2018-05-22T00:36:24.000Z | t/sandbox/01-memory.t | mamod/JavaScript-Duktape | 9d6175837b11d3bc469c61cd2410099a384da2a4 | [
"MIT"
] | 17 | 2015-05-14T06:49:34.000Z | 2018-10-28T09:28:53.000Z | t/sandbox/01-memory.t | mamod/JavaScript-Duktape | 9d6175837b11d3bc469c61cd2410099a384da2a4 | [
"MIT"
] | 5 | 2015-05-17T16:04:16.000Z | 2017-03-10T18:44:56.000Z | use lib './lib';
use strict;
use warnings;
use JavaScript::Duktape;
use Data::Dumper;
use Test::More;
my $js = JavaScript::Duktape->new( max_memory => 256 * 1024 );
my $duk = $js->duk;
eval {
$duk->eval_string(q{
var str = '';
var n = 1;
while(1){
var x = new Buffer(++n * 5);
... | 19.0625 | 63 | 0.530055 |
73d9b27cf2255bbeb35cf0e4c39da4789d5b487b | 4,799 | pm | Perl | data/Expr/Formula.pm | crislanarafael/AItegral-model | fa126028dd039114610686f7fc88ab3b98a90fe3 | [
"Apache-2.0"
] | 1 | 2021-06-10T01:21:22.000Z | 2021-06-10T01:21:22.000Z | data/Expr/Formula.pm | crislanarafael/AItegral-model | fa126028dd039114610686f7fc88ab3b98a90fe3 | [
"Apache-2.0"
] | 9 | 2021-06-09T23:36:00.000Z | 2021-06-28T13:25:30.000Z | data/Expr/Formula.pm | crislanarafael/AItegral-model | fa126028dd039114610686f7fc88ab3b98a90fe3 | [
"Apache-2.0"
] | 1 | 2021-06-28T03:38:33.000Z | 2021-06-28T03:38:33.000Z | =head1 Formula
Formula package : a package for encapsulating data and functions
related to symbolic formulas and their manipulation.
=cut
package Formula;
# non relative imports from /usr/bin/perl
use strict;
use warnings;
# relative imports from current directory
sub testLoad{
print "Formula package su... | 29.807453 | 148 | 0.621588 |
ed2b2142b2ea1a0f3eded003b417fa677907b3b5 | 518 | t | Perl | t/pod.t | innovativeinnovation/epfl-sciper-list | 37eb45a779d7f5ef16f2cf97d809a50d60fae621 | [
"Apache-2.0"
] | null | null | null | t/pod.t | innovativeinnovation/epfl-sciper-list | 37eb45a779d7f5ef16f2cf97d809a50d60fae621 | [
"Apache-2.0"
] | 6 | 2018-10-16T23:11:38.000Z | 2019-08-23T18:52:44.000Z | t/pod.t | innovativeinnovation/epfl-sciper-list | 37eb45a779d7f5ef16f2cf97d809a50d60fae621 | [
"Apache-2.0"
] | null | null | null | # Original work (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2017-2018.
# Modified work (c) William Belle, 2018-2019.
# See the LICENSE file for more details.
use 5.006;
use strict;
use warnings;
use Test::More;
unless ( $ENV{RELEASE_TESTING} ) {
plan( skip_all => 'Author tests not required for ... | 25.9 | 91 | 0.716216 |
ed6fabbfca1a5a1d1c53294aacc528cf63dd53b3 | 876 | pl | Perl | src/perl/runCA_wrapper.pl | IGS/ergatis | 36e72dc0ccbdbd59978af6f3be83fd329acc4605 | [
"Artistic-1.0"
] | 10 | 2015-08-11T02:59:23.000Z | 2021-05-15T22:58:34.000Z | src/perl/runCA_wrapper.pl | IGS/ergatis | 36e72dc0ccbdbd59978af6f3be83fd329acc4605 | [
"Artistic-1.0"
] | null | null | null | src/perl/runCA_wrapper.pl | IGS/ergatis | 36e72dc0ccbdbd59978af6f3be83fd329acc4605 | [
"Artistic-1.0"
] | 12 | 2015-07-29T14:09:09.000Z | 2021-08-28T16:20:09.000Z | #!/usr/bin/env perl
## Will run the runCA executable with the passed in options.
## This will take in a list of files and call runCA using all
## of the files as input
use strict;
use warnings;
use Getopt::Long;
my %options;
my $results = GetOptions (\%options,
'input_list|i=s',
... | 25.028571 | 87 | 0.585616 |
ed9f55bb005e544cb6f6d63eaecadbef8f4e755c | 2,636 | pm | Perl | network/mrv/optiswitch/snmp/mode/components/psu.pm | petneli/centreon-plugins | d131e60a1859fdd0e959623de56e6e7512c669af | [
"Apache-2.0"
] | 316 | 2015-01-18T20:37:21.000Z | 2022-03-27T00:20:35.000Z | network/mrv/optiswitch/snmp/mode/components/psu.pm | petneli/centreon-plugins | d131e60a1859fdd0e959623de56e6e7512c669af | [
"Apache-2.0"
] | 2,333 | 2015-04-26T19:10:19.000Z | 2022-03-31T15:35:21.000Z | network/mrv/optiswitch/snmp/mode/components/psu.pm | petneli/centreon-plugins | d131e60a1859fdd0e959623de56e6e7512c669af | [
"Apache-2.0"
] | 371 | 2015-01-18T20:37:23.000Z | 2022-03-22T10:10:16.000Z | #
# Copyright 2021 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for
# service performance.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in com... | 37.657143 | 163 | 0.589909 |
ed06552a86551f96277380b0a58f20f7d9519b20 | 1,609 | pl | Perl | utils/find_class_typos.pl | catb0t/sidef | a9ee0715bcd25bc2bb942ab0e4a386a806fa4eba | [
"Artistic-2.0"
] | 101 | 2015-01-27T17:31:01.000Z | 2022-03-27T10:14:44.000Z | utils/find_class_typos.pl | catb0t/sidef | a9ee0715bcd25bc2bb942ab0e4a386a806fa4eba | [
"Artistic-2.0"
] | 105 | 2015-03-07T11:31:53.000Z | 2021-01-18T22:29:02.000Z | utils/find_class_typos.pl | catb0t/sidef | a9ee0715bcd25bc2bb942ab0e4a386a806fa4eba | [
"Artistic-2.0"
] | 3 | 2018-04-06T17:40:07.000Z | 2020-12-09T14:42:11.000Z | #!/usr/bin/perl
# Daniel "Trizen" Șuteu
# License: GPLv3
# Date: 24 June 2017
# http://github.com/trizen
use 5.014;
use strict;
use autodie;
use warnings;
use File::Find qw(find);
use File::Basename qw(basename);
use Text::Levenshtein::XS qw(distance);
my $dir = shift() // die "usage: $0 [lib dir]\n";
if (basename... | 21.171053 | 68 | 0.472965 |
ed56403c16c8260901080d6b0d669428cc8a8e77 | 2,809 | pm | Perl | auto-lib/Paws/Kinesis/GetShardIterator.pm | cah-rfelsburg/paws | de9ffb8d49627635a2da588066df26f852af37e4 | [
"Apache-2.0"
] | 2 | 2016-09-22T09:18:33.000Z | 2017-06-20T01:36:58.000Z | auto-lib/Paws/Kinesis/GetShardIterator.pm | cah-rfelsburg/paws | de9ffb8d49627635a2da588066df26f852af37e4 | [
"Apache-2.0"
] | null | null | null | auto-lib/Paws/Kinesis/GetShardIterator.pm | cah-rfelsburg/paws | de9ffb8d49627635a2da588066df26f852af37e4 | [
"Apache-2.0"
] | null | null | null |
package Paws::Kinesis::GetShardIterator;
use Moose;
has ShardId => (is => 'ro', isa => 'Str', required => 1);
has ShardIteratorType => (is => 'ro', isa => 'Str', required => 1);
has StartingSequenceNumber => (is => 'ro', isa => 'Str');
has StreamName => (is => 'ro', isa => 'Str', required => 1);
use Moose... | 28.958763 | 249 | 0.734069 |
ed7613a4da2f3f7dc7b782d0da7093c10562cde4 | 1,687 | pm | Perl | auto-lib/Paws/SSM/DeleteMaintenanceWindow.pm | agimenez/aws-sdk-perl | 9c4dff7d1af2ff0210c28ca44fb9e92bc625712b | [
"Apache-2.0"
] | null | null | null | auto-lib/Paws/SSM/DeleteMaintenanceWindow.pm | agimenez/aws-sdk-perl | 9c4dff7d1af2ff0210c28ca44fb9e92bc625712b | [
"Apache-2.0"
] | null | null | null | auto-lib/Paws/SSM/DeleteMaintenanceWindow.pm | agimenez/aws-sdk-perl | 9c4dff7d1af2ff0210c28ca44fb9e92bc625712b | [
"Apache-2.0"
] | null | null | null |
package Paws::SSM::DeleteMaintenanceWindow;
use Moose;
has WindowId => (is => 'ro', isa => 'Str', required => 1);
use MooseX::ClassAttribute;
class_has _api_call => (isa => 'Str', is => 'ro', default => 'DeleteMaintenanceWindow');
class_has _returns => (isa => 'Str', is => 'ro', default => 'Paws::SSM::Dele... | 30.672727 | 249 | 0.742739 |
ed9bfc6e5b88cc372005f3f6c4facaab8d37259a | 1,011 | pm | Perl | lib/MusicBrainz/Server/Entity/URL/RockInChina.pm | qls0ulp/musicbrainz-server | ebe8a45bf6f336352cd5c56e2e825d07679c0e45 | [
"BSD-2-Clause"
] | null | null | null | lib/MusicBrainz/Server/Entity/URL/RockInChina.pm | qls0ulp/musicbrainz-server | ebe8a45bf6f336352cd5c56e2e825d07679c0e45 | [
"BSD-2-Clause"
] | null | null | null | lib/MusicBrainz/Server/Entity/URL/RockInChina.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::RockInChina;
use Moose;
extends 'MusicBrainz::Server::Entity::URL';
with 'MusicBrainz::Server::Entity::URL::Sidebar';
sub sidebar_name {
my $self = shift;
return "Rock in China";
}
__PACKAGE__->meta->make_immutable;
no Moose;
1;
=head1 COPYRIGHT
Copyright (C) 201... | 27.324324 | 68 | 0.770524 |
edca7c3abc8d3209f8ee8dd8faa87eae23dd3ed6 | 6,362 | pl | Perl | main/plugins/org.talend.developpement/script/backport-svn17.pl | dmytro-sylaiev/tcommon-studio-se | b75fadfb9bd1a42897073fe2984f1d4fb42555bd | [
"Apache-2.0"
] | 75 | 2015-01-29T03:23:32.000Z | 2022-02-26T07:05:40.000Z | main/plugins/org.talend.developpement/script/backport-svn17.pl | dmytro-sylaiev/tcommon-studio-se | b75fadfb9bd1a42897073fe2984f1d4fb42555bd | [
"Apache-2.0"
] | 813 | 2015-01-21T09:36:31.000Z | 2022-03-30T01:15:29.000Z | main/plugins/org.talend.developpement/script/backport-svn17.pl | dmytro-sylaiev/tcommon-studio-se | b75fadfb9bd1a42897073fe2984f1d4fb42555bd | [
"Apache-2.0"
] | 272 | 2015-01-08T06:47:46.000Z | 2022-02-09T23:22:27.000Z | #!/usr/bin/perl
use strict;
use warnings;
use Data::Dumper;
use Term::Prompt;
use File::Path;
# set English locale
$ENV{'LANG'} = "en_US.utf8";
$ENV{'LC_ALL'}="en_US.utf8";
my $svncommand = "/usr/bin/svn";
#check svn version
my $svnversioncommand = $svncommand." --version";
my $svnversioncommandoutput = `$svnvers... | 26.289256 | 143 | 0.516504 |
ed06aff462c6701afcf572498286d532dcd88b34 | 1,028 | pm | Perl | plugins/FieldDay/field_types/SelectMenu/lib/FieldDay/FieldType/ChoiceList/SelectMenu.pm | movabletype/mt-plugin-field-day | 5ee2675ac488c2e66284e99349cf1d8e9edb751a | [
"MIT"
] | null | null | null | plugins/FieldDay/field_types/SelectMenu/lib/FieldDay/FieldType/ChoiceList/SelectMenu.pm | movabletype/mt-plugin-field-day | 5ee2675ac488c2e66284e99349cf1d8e9edb751a | [
"MIT"
] | null | null | null | plugins/FieldDay/field_types/SelectMenu/lib/FieldDay/FieldType/ChoiceList/SelectMenu.pm | movabletype/mt-plugin-field-day | 5ee2675ac488c2e66284e99349cf1d8e9edb751a | [
"MIT"
] | null | null | null | ##########################################################################
# Copyright (C) 2008-2010 Six Apart Ltd.
# This program is free software: you can redistribute it and/or modify it
# under the terms of version 2 of the GNU General Public License as published
# by the Free Software Foundation, or (at your optio... | 35.448276 | 77 | 0.70428 |
edc2f31343b6e86a95866654e3a43373ee790866 | 1,854 | t | Perl | t/ioasync_uncaught_failure.t | FGasper/p5-Protocol-DBus | 8330c2414480fd0e8d2d48d139a3f9b1837aae4d | [
"Artistic-1.0-cl8"
] | 11 | 2018-10-28T18:44:44.000Z | 2021-03-03T20:02:19.000Z | t/ioasync_uncaught_failure.t | FGasper/p5-Protocol-DBus | 8330c2414480fd0e8d2d48d139a3f9b1837aae4d | [
"Artistic-1.0-cl8"
] | 7 | 2018-09-30T15:08:24.000Z | 2021-04-18T12:27:56.000Z | t/ioasync_uncaught_failure.t | FGasper/p5-Protocol-DBus | 8330c2414480fd0e8d2d48d139a3f9b1837aae4d | [
"Artistic-1.0-cl8"
] | 3 | 2018-09-29T22:46:10.000Z | 2021-04-18T08:35:23.000Z | #!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use Test::FailWarnings;
use Promise::ES6;
use FindBin;
use lib "$FindBin::Bin/lib";
use DBusSession;
SKIP: {
skip 'No IO::Async!', 1 if !eval { require IO::Async::Loop };
my $loop = IO::Async::Loop->new();
skip 'Loop can’t watch_time()!', 1... | 21.068182 | 78 | 0.484898 |
edb7ab066cb993814b91da8998dcef92d380f223 | 43,564 | pm | Perl | windows/cperl/lib/File/Path.pm | SCOTT-HAMILTON/Monetcours | 66a2970218a31e9987a4e7eb37443c54f22e6825 | [
"MIT"
] | null | null | null | windows/cperl/lib/File/Path.pm | SCOTT-HAMILTON/Monetcours | 66a2970218a31e9987a4e7eb37443c54f22e6825 | [
"MIT"
] | null | null | null | windows/cperl/lib/File/Path.pm | SCOTT-HAMILTON/Monetcours | 66a2970218a31e9987a4e7eb37443c54f22e6825 | [
"MIT"
] | null | null | null | package File::Path;
use 5.005_04;
use strict;
use Cwd ();
use File::Basename ();
use File::Spec ();
BEGIN {
if ( $] < 5.006 ) {
# can't say 'opendir my $dh, $dirname'
# need to initialise $dh
eval 'use Symbol';
}
if ( $^V !~ /c$/ ) {
die("requires cperl signatures wit... | 33.770543 | 141 | 0.599968 |
edc8193eb95c67ac0c39674b85276629a83a0ba1 | 23,384 | pm | Perl | t/tests/TestsFor/Test/Class/Moose/History.pm | jimeUWOshkosh/test-class-moose-history | 3bc6dd85cd22ccccad8605e8bb4abce5dfd5cc49 | [
"Artistic-2.0",
"Unlicense"
] | null | null | null | t/tests/TestsFor/Test/Class/Moose/History.pm | jimeUWOshkosh/test-class-moose-history | 3bc6dd85cd22ccccad8605e8bb4abce5dfd5cc49 | [
"Artistic-2.0",
"Unlicense"
] | null | null | null | t/tests/TestsFor/Test/Class/Moose/History.pm | jimeUWOshkosh/test-class-moose-history | 3bc6dd85cd22ccccad8605e8bb4abce5dfd5cc49 | [
"Artistic-2.0",
"Unlicense"
] | null | null | null | package TestsFor::Test::Class::Moose::History;
use Test::Class::Moose extends => 'TestsFor::Base';
use namespace::autoclean;
sub test_basics {
my $test = shift;
my $runner = $test->fake_runner;
my $history = Test::Class::Moose::History->new(
runner => $test->fake_runner,
branch ... | 36.423676 | 213 | 0.354858 |
ed83beff5fab1dcab2849ef95ce82a448abb5c2b | 335 | t | Perl | t/00_authenticate.t | bentglasstube/WWW-Jawbone-Up | 3bce2d92babe9f20e0345fda9b522ff6ddb2eca5 | [
"MIT"
] | 1 | 2021-02-15T02:34:20.000Z | 2021-02-15T02:34:20.000Z | t/00_authenticate.t | bentglasstube/WWW-Jawbone-Up | 3bce2d92babe9f20e0345fda9b522ff6ddb2eca5 | [
"MIT"
] | null | null | null | t/00_authenticate.t | bentglasstube/WWW-Jawbone-Up | 3bce2d92babe9f20e0345fda9b522ff6ddb2eca5 | [
"MIT"
] | null | null | null | use strict;
use Test::More tests => 2;
use WWW::Jawbone::Up::Mock;
my $bad =
WWW::Jawbone::Up::Mock->connect('alan@eatabrick.org', 'wrongpassword');
is($bad, undef, 'invalid credentials');
my $alan = WWW::Jawbone::Up::Mock->connect('alan@eatabrick.org', 's3kr3t');
isa_ok($alan, 'WWW::Jawbone::Up', 'autentications... | 25.769231 | 75 | 0.677612 |
ed86685f49e9536356be1de4017b6fc8eebc13c0 | 820 | t | Perl | t/009module/005dtm-struct-user.t | ChengCat/dale | 4a764895611679cd1670d9a43ffdbee136661759 | [
"BSD-3-Clause"
] | 1,083 | 2015-03-18T09:42:49.000Z | 2022-03-29T03:17:47.000Z | t/009module/005dtm-struct-user.t | ChengCat/dale | 4a764895611679cd1670d9a43ffdbee136661759 | [
"BSD-3-Clause"
] | 195 | 2015-01-04T03:06:41.000Z | 2022-03-18T18:16:27.000Z | t/009module/005dtm-struct-user.t | ChengCat/dale | 4a764895611679cd1670d9a43ffdbee136661759 | [
"BSD-3-Clause"
] | 56 | 2015-03-18T20:02:13.000Z | 2022-01-22T19:35:27.000Z | #!/usr/bin/env perl
use warnings;
use strict;
$ENV{"DALE_TEST_ARGS"} ||= "";
my $test_dir = $ENV{"DALE_TEST_DIR"} || ".";
$ENV{PATH} .= ":.";
use Data::Dumper;
use Test::More tests => 4;
my @res = `dalec -O0 $test_dir/t/src/dtm-struct.dt -o ./t.dtm-struct-user.o -c -m ./dtm-struct`;
is_deeply(\@res, [], 'no compilat... | 22.777778 | 96 | 0.639024 |
ed83d7190ab3ea615d5cf707084e5a0ea79e1316 | 2,772 | t | Perl | t/ack-f.t | packy/ack2 | bbf32df850cf1c7ceed0445db7f05c24710f6e8a | [
"Artistic-2.0"
] | 1 | 2017-08-17T06:10:50.000Z | 2017-08-17T06:10:50.000Z | t/ack-f.t | Acidburn0zzz/ack3 | 5659ec990055ba91b86bc028a2b0c4dc28d81ec9 | [
"Artistic-2.0"
] | null | null | null | t/ack-f.t | Acidburn0zzz/ack3 | 5659ec990055ba91b86bc028a2b0c4dc28d81ec9 | [
"Artistic-2.0"
] | null | null | null | #!perl -T
use warnings;
use strict;
use Test::More tests => 6;
use lib 't';
use Util;
prep_environment();
DEFAULT_DIR_EXCLUSIONS: {
my @expected = ( qw(
t/swamp/0
t/swamp/c-header.h
t/swamp/c-source.c
t/swamp/crystallography-weenies.f
t/swamp/example.R
t/swamp/fi... | 25.431193 | 70 | 0.586941 |
ed0e6ec3e4d474af82326bf3630a3fa12e094fa9 | 595 | pm | Perl | lib/Model/Schema/Result/PersonTrack.pm | ispyhumanfly/dirtybarfly | 1ddf831e2a0f325e2e156659479bebcad9a825ed | [
"MIT"
] | null | null | null | lib/Model/Schema/Result/PersonTrack.pm | ispyhumanfly/dirtybarfly | 1ddf831e2a0f325e2e156659479bebcad9a825ed | [
"MIT"
] | null | null | null | lib/Model/Schema/Result/PersonTrack.pm | ispyhumanfly/dirtybarfly | 1ddf831e2a0f325e2e156659479bebcad9a825ed | [
"MIT"
] | null | null | null | package Model::Schema::Result::PersonTrack;
use DBIx::Class::Candy -components => ['InflateColumn::DateTime'];
table 'person_track';
column track_id => {
data_type => 'int',
is_auto_increment => 1,
};
column comment => {
data_type => 'varchar',
size => 100,
};
column link => {... | 14.875 | 66 | 0.559664 |
eda372cdc6651ec7d1145e50e9215968fdb63e52 | 3,141 | pm | Perl | lib/InfoGopher/InfoSource/Zimbra.pm | devcon2012/infogopher | 81c88ca34629f0a738cd4db3c2dba89fe57d1a11 | [
"Artistic-1.0-Perl"
] | null | null | null | lib/InfoGopher/InfoSource/Zimbra.pm | devcon2012/infogopher | 81c88ca34629f0a738cd4db3c2dba89fe57d1a11 | [
"Artistic-1.0-Perl"
] | 1 | 2019-11-20T22:03:04.000Z | 2019-11-23T22:06:49.000Z | lib/InfoGopher/InfoSource/Zimbra.pm | devcon2012/infogopher | 81c88ca34629f0a738cd4db3c2dba89fe57d1a11 | [
"Artistic-1.0-Perl"
] | null | null | null | package InfoGopher::InfoSource::Zimbra ;
# Fetch updates from Zimbra API
#
# InfoGopher - A framework for collecting information
#
# (c) Klaus Ramstöck klaus@ramstoeck.name 2019
#
# You can use and distribute this software under the same conditions as perl
#
use strict ;
use warnings ;
use utf8 ;
use namespace::au... | 29.632075 | 119 | 0.510984 |
edaefc2bdfa7efe7d847c4ef18d14610982077cf | 322 | t | Perl | t/18_perl514.t | bayashi/Test-Arrow | fabec15f66da34377efe28a7724d1192a942ec9d | [
"Artistic-2.0"
] | 2 | 2020-02-23T08:53:17.000Z | 2020-07-11T15:59:35.000Z | t/18_perl514.t | manwar/Test-Arrow | 4a38ce9a739c08b28e91e3a47b6c7c7367975e3e | [
"Artistic-2.0"
] | 15 | 2020-02-18T17:57:01.000Z | 2020-04-24T05:15:11.000Z | t/18_perl514.t | manwar/Test-Arrow | 4a38ce9a739c08b28e91e3a47b6c7c7367975e3e | [
"Artistic-2.0"
] | 2 | 2020-02-18T17:36:46.000Z | 2020-04-26T11:44:22.000Z | use strict;
use warnings;
{
# For under Perl 5.14
# Perl 5.14 or later, it's has been loaded IO::Handle
require Test::Arrow;
no strict 'refs'; ## no critic
no warnings 'redefine';
*{'Test::Arrow::_need_io_handle'} = sub { !!1 };
Test::Arrow->import;
}
t()->ok($INC{"IO/Handle.pm"});
done()... | 18.941176 | 57 | 0.590062 |
ed536a3408ac1556c9f7943ff9ab3f40e27763e1 | 2,001 | pm | Perl | auto-lib/Paws/CloudSearch/DescribeAvailabilityOptions.pm | agimenez/aws-sdk-perl | 9c4dff7d1af2ff0210c28ca44fb9e92bc625712b | [
"Apache-2.0"
] | 2 | 2016-09-22T09:18:33.000Z | 2017-06-20T01:36:58.000Z | auto-lib/Paws/CloudSearch/DescribeAvailabilityOptions.pm | cah-rfelsburg/paws | de9ffb8d49627635a2da588066df26f852af37e4 | [
"Apache-2.0"
] | null | null | null | auto-lib/Paws/CloudSearch/DescribeAvailabilityOptions.pm | cah-rfelsburg/paws | de9ffb8d49627635a2da588066df26f852af37e4 | [
"Apache-2.0"
] | null | null | null |
package Paws::CloudSearch::DescribeAvailabilityOptions;
use Moose;
has Deployed => (is => 'ro', isa => 'Bool');
has DomainName => (is => 'ro', isa => 'Str', required => 1);
use MooseX::ClassAttribute;
class_has _api_call => (isa => 'Str', is => 'ro', default => 'DescribeAvailabilityOptions');
class_has _... | 31.761905 | 249 | 0.749125 |
edd265a836e36d20e511b6d7aba24867e0b67252 | 27,554 | pm | Perl | lib/Dancer2/Test.pm | drforr/perl6-Dancer2 | 89f50f57cf305ed80777cd62c3d7a6c94150c9c8 | [
"Artistic-2.0"
] | null | null | null | lib/Dancer2/Test.pm | drforr/perl6-Dancer2 | 89f50f57cf305ed80777cd62c3d7a6c94150c9c8 | [
"Artistic-2.0"
] | null | null | null | lib/Dancer2/Test.pm | drforr/perl6-Dancer2 | 89f50f57cf305ed80777cd62c3d7a6c94150c9c8 | [
"Artistic-2.0"
] | null | null | null | package Dancer2::Test;
# ABSTRACT: Useful routines for testing Dancer2 apps
$Dancer2::Test::VERSION = '0.160003';
use strict;
use warnings;
use Carp qw<carp croak>;
use Test::More;
use Test::Builder;
use URI::Escape;
use Data::Dumper;
use File::Temp;
use parent 'Exporter';
our @EXPORT = qw(
dancer_response
respo... | 28.376931 | 117 | 0.582166 |
ed18fd153bf72b6315a55af38c7ad4ac9e8d6b11 | 305 | pl | Perl | 09_regex/simple2.pl | kberov/PerlProgrammingCourse | b69e87caf1f8ebfab645880b17b1b386425a58fe | [
"CC-BY-3.0"
] | 12 | 2015-01-26T16:14:19.000Z | 2021-05-04T09:06:40.000Z | 09_regex/simple2.pl | kberov/PerlProgrammingCourse | b69e87caf1f8ebfab645880b17b1b386425a58fe | [
"CC-BY-3.0"
] | null | null | null | 09_regex/simple2.pl | kberov/PerlProgrammingCourse | b69e87caf1f8ebfab645880b17b1b386425a58fe | [
"CC-BY-3.0"
] | 3 | 2015-02-04T10:56:29.000Z | 2020-02-06T04:57:04.000Z | use strict; use warnings;
my $string ='stringify this world of
words and anything';
my $word = 'string'; my $animal = 'dog';
print "found '$word'\n" if $string =~ /$word/;
print "it is not about ${animal}s\n"
if $string !~ /$animal/;
for('dog','string','dog'){
print "$word\n" if /$word/
} | 25.416667 | 46 | 0.603279 |
73fb1456be94c7ac4905976b76ddb7018b0046b8 | 1,155 | al | Perl | benchmark/benchmarks/FASP-benchmarks/data/imase-itoh/imaseitoh-0001-3-100-296.al | krzysg/FaspHeuristic | 1929c40e3fbc49e68b04acfc5522539a18758031 | [
"MIT"
] | null | null | null | benchmark/benchmarks/FASP-benchmarks/data/imase-itoh/imaseitoh-0001-3-100-296.al | krzysg/FaspHeuristic | 1929c40e3fbc49e68b04acfc5522539a18758031 | [
"MIT"
] | null | null | null | benchmark/benchmarks/FASP-benchmarks/data/imase-itoh/imaseitoh-0001-3-100-296.al | krzysg/FaspHeuristic | 1929c40e3fbc49e68b04acfc5522539a18758031 | [
"MIT"
] | null | null | null | 1 34 67
2 1 34 68
3 1 35 68
4 2 35 68
5 2 35 69
6 2 36 69
7 3 36 69
8 3 36 70
9 3 37 70
10 4 37 70
11 4 37 71
12 4 38 71
13 5 38 71
14 5 38 72
15 5 39 72
16 6 39 72
17 6 39 73
18 6 40 73
19 7 40 73
20 7 40 74
21 7 41 74
22 8 41 74
23 8 41 75
24 8 42 75
25 9 42 75
26 9 42 76
27 9 43 76
28 10 43 76
29 10 43 77
30 10 44 7... | 11.55 | 12 | 0.658009 |
edc84976b944b3262d5c35d361640af34a0772d9 | 61 | t | Perl | tests/harness/basic/skip-all-late.t | winspool/c-tap-harness | cc7803f9d9de89cb625a78435fe31b481c03c227 | [
"Unlicense"
] | 22 | 2015-08-14T05:49:47.000Z | 2022-03-07T06:07:08.000Z | tests/harness/basic/skip-all-late.t | winspool/c-tap-harness | cc7803f9d9de89cb625a78435fe31b481c03c227 | [
"Unlicense"
] | 8 | 2015-08-03T14:46:33.000Z | 2022-02-06T20:19:30.000Z | tests/harness/basic/skip-all-late.t | winspool/c-tap-harness | cc7803f9d9de89cb625a78435fe31b481c03c227 | [
"Unlicense"
] | 10 | 2015-03-02T16:35:17.000Z | 2022-03-07T06:07:11.000Z | #!/bin/sh
echo ok 1
echo ok 2
echo "1..0 # Skip some reason"
| 12.2 | 30 | 0.639344 |
ed360b2e4e47589f99eb62a5663bbafe74ce97ec | 843 | pl | Perl | www/CiaoDE/ciao/contrib/tester/test/tester_test2.pl | leuschel/ecce | f7f834bd219759cd7e8b3709801ffe26082c766d | [
"Apache-2.0"
] | 10 | 2015-10-16T08:23:29.000Z | 2020-08-10T18:17:26.000Z | www/CiaoDE/ciao/contrib/tester/test/tester_test2.pl | leuschel/ecce | f7f834bd219759cd7e8b3709801ffe26082c766d | [
"Apache-2.0"
] | null | null | null | www/CiaoDE/ciao/contrib/tester/test/tester_test2.pl | leuschel/ecce | f7f834bd219759cd7e8b3709801ffe26082c766d | [
"Apache-2.0"
] | 3 | 2015-10-18T11:11:44.000Z | 2019-02-13T14:18:49.000Z | :- module( tester_test2 , _ , _ ).
:- use_module( '../tester' ).
%:- use_module( library(tester) ).
:- use_module( library(lists) ).
:- use_module( library(write) ).
init_func :-
write( 'Starting the test\n' ).
tester_func( (X,X,_) ) :-
write( 'The argument is correct ' ),
write( X ) , nl.
checker_func( (_,X,X)... | 18.326087 | 55 | 0.497034 |
73fafa9ce32d3e79be4065d09d89aecec3569336 | 454 | t | Perl | t/30_Logger_Async/80_deprecation_methods.t | garykrige/elasticsearch-perl | 11932ea7a72361e77e9ee921114283a3a3e13e63 | [
"Apache-2.0"
] | 1 | 2022-03-14T10:44:11.000Z | 2022-03-14T10:44:11.000Z | t/30_Logger_Async/80_deprecation_methods.t | garykrige/elasticsearch-perl | 11932ea7a72361e77e9ee921114283a3a3e13e63 | [
"Apache-2.0"
] | null | null | null | t/30_Logger_Async/80_deprecation_methods.t | garykrige/elasticsearch-perl | 11932ea7a72361e77e9ee921114283a3a3e13e63 | [
"Apache-2.0"
] | null | null | null | use Test::More;
use Test::Exception;
use Search::Elasticsearch;
do './t/lib/LogCallback.pl' or die( $@ || $! );
isa_ok my $l = Search::Elasticsearch->new->logger,
'Search::Elasticsearch::Logger::LogAny',
'Logger';
( $method, $format ) = ();
ok $l->deprecation( "foo", { foo => 1 } ), "deprecation";
is $method... | 26.705882 | 81 | 0.632159 |
edbe544f3a539c6082aa05c4e01707057d3ccb22 | 1,460 | pl | Perl | mgcmd/awe_blat_rna.pl | mb1069/pipeline | c947b5879c61fad289771e4dce671fa5165dae48 | [
"BSD-2-Clause"
] | 19 | 2015-04-19T09:26:40.000Z | 2021-05-31T09:21:34.000Z | mgcmd/awe_blat_rna.pl | mb1069/pipeline | c947b5879c61fad289771e4dce671fa5165dae48 | [
"BSD-2-Clause"
] | 8 | 2015-05-11T21:09:37.000Z | 2019-08-23T16:25:36.000Z | mgcmd/awe_blat_rna.pl | mb1069/pipeline | c947b5879c61fad289771e4dce671fa5165dae48 | [
"BSD-2-Clause"
] | 14 | 2015-05-04T00:40:45.000Z | 2021-02-15T14:24:56.000Z | #!/usr/bin/env perl
use strict;
use warnings;
no warnings('once');
use PipelineAWE;
use Getopt::Long;
umask 000;
# options
my $fasta = "";
my $output = "";
my $rna_nr = "md5rna";
my $assembled = 0;
my $help = 0;
my $options = GetOptions (
"input=s" => \$fasta,
"output:s" => \$outpu... | 21.791045 | 126 | 0.592466 |
73d204e1f761af443c9d10fba88025bfd1121453 | 217 | t | Perl | t/pod.t | MatBarba/vb-rnaseq | 9dcbd45c05d1eb3eb72ac410f000890ded51f89f | [
"Apache-2.0"
] | null | null | null | t/pod.t | MatBarba/vb-rnaseq | 9dcbd45c05d1eb3eb72ac410f000890ded51f89f | [
"Apache-2.0"
] | null | null | null | t/pod.t | MatBarba/vb-rnaseq | 9dcbd45c05d1eb3eb72ac410f000890ded51f89f | [
"Apache-2.0"
] | null | null | null | #!perl -T
use Test::More skip_all => "Dev test";
use Test::More;
eval "use Test::Pod 1.14";
plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
my @pods = all_pod_files('lib');
all_pod_files_ok(@pods);
| 24.111111 | 65 | 0.672811 |
edcf3ec37e0ddb715ac9829d90509884dc6c1efe | 7,485 | t | Perl | t/VRTrack/non_core_classes.t | sanger-pathogens/vr-codebase | a85c4e29938cd13b36fa0a1bde1db0abd7201912 | [
"BSD-Source-Code"
] | 7 | 2015-11-20T11:38:02.000Z | 2020-11-02T18:08:18.000Z | t/VRTrack/non_core_classes.t | sanger-pathogens/vr-codebase | a85c4e29938cd13b36fa0a1bde1db0abd7201912 | [
"BSD-Source-Code"
] | 11 | 2015-05-12T11:09:51.000Z | 2022-03-22T11:11:20.000Z | t/VRTrack/non_core_classes.t | sanger-pathogens/vr-codebase | a85c4e29938cd13b36fa0a1bde1db0abd7201912 | [
"BSD-Source-Code"
] | 14 | 2015-06-26T09:28:41.000Z | 2021-07-23T11:25:28.000Z | #!/usr/bin/perl -w
use strict;
use warnings;
BEGIN {
use Test::Most;
eval {
require VRTrack::Testconfig;
};
if ($@) {
plan skip_all => "Skipping all tests because VRTrack tests have not been configured";
}
else {
plan tests => 64;
}
use_ok('VRTrack::VRTrack');
... | 47.075472 | 134 | 0.699399 |
ed9332a65cc582d181481643df5171dae29171ca | 473 | pl | Perl | ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Deva.pl | efortuna/AndroidSDKClone | 240e73b763c159af6bbcd111f2705b549e85295a | [
"Apache-2.0"
] | 1 | 2019-07-10T15:21:02.000Z | 2019-07-10T15:21:02.000Z | ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Deva.pl | efortuna/AndroidSDKClone | 240e73b763c159af6bbcd111f2705b549e85295a | [
"Apache-2.0"
] | null | null | null | ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Deva.pl | efortuna/AndroidSDKClone | 240e73b763c159af6bbcd111f2705b549e85295a | [
"Apache-2.0"
] | 1 | 2019-02-25T11:55:44.000Z | 2019-02-25T11:55:44.000Z | # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
# This file is machine-generated by lib/unicore/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 existe... | 26.277778 | 77 | 0.684989 |
edbd55b4289c94b91db4df7d7f110ee9ea24f49e | 24,768 | pm | Perl | lib/HTTP/Headers.pm | galenhuntington/HTTP-Message | 1d6860725abdaa801af23da1af6ed07db0b9d1b8 | [
"Artistic-1.0"
] | 11 | 2017-09-22T09:03:00.000Z | 2022-01-07T11:41:13.000Z | lib/HTTP/Headers.pm | topaz/HTTP-Message | b8a00e5b149d4a2396c88f3b00fd2f6e1386407f | [
"Artistic-1.0"
] | 141 | 2016-06-25T02:37:34.000Z | 2021-12-23T19:45:41.000Z | lib/HTTP/Headers.pm | topaz/HTTP-Message | b8a00e5b149d4a2396c88f3b00fd2f6e1386407f | [
"Artistic-1.0"
] | 37 | 2016-08-15T10:20:37.000Z | 2021-12-15T20:54:42.000Z | package HTTP::Headers;
use strict;
use warnings;
our $VERSION = '6.34';
use Carp ();
# The $TRANSLATE_UNDERSCORE variable controls whether '_' can be used
# as a replacement for '-' in header field names.
our $TRANSLATE_UNDERSCORE = 1 unless defined $TRANSLATE_UNDERSCORE;
# "Good Practice" order of HTTP message he... | 28.468966 | 102 | 0.658753 |
edb0c918f4cfbf082e6a7a4bdc4b5eeab921ab3f | 5,005 | pm | Perl | modules/Bio/EnsEMBL/Variation/Pipeline/GetCAR/GetCAR_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/GetCAR/GetCAR_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/GetCAR/GetCAR_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 obtain... | 36.532847 | 110 | 0.614386 |
edd3fcb26617ca5bab1baac5b91e6027eb46b6fd | 96 | pl | Perl | HelloWorld/ProgrammingPerl/ch25/ch25.013.pl | grtlinux/KieaPerl | ed8e1e3359ad0186d5cc4f7ed037e956d2f26c9e | [
"Apache-2.0"
] | null | null | null | HelloWorld/ProgrammingPerl/ch25/ch25.013.pl | grtlinux/KieaPerl | ed8e1e3359ad0186d5cc4f7ed037e956d2f26c9e | [
"Apache-2.0"
] | null | null | null | HelloWorld/ProgrammingPerl/ch25/ch25.013.pl | grtlinux/KieaPerl | ed8e1e3359ad0186d5cc4f7ed037e956d2f26c9e | [
"Apache-2.0"
] | null | null | null | warn "No checksumming!\n" if $] < 3.019;
die "Must have prototyping available\n" if $] < 5.003;
| 32 | 54 | 0.65625 |
edc8d20bd0bd4daf6fabfc8a1a4491103dc2846b | 4,729 | pm | Perl | auto-lib/Paws/DAX/Cluster.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/DAX/Cluster.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/DAX/Cluster.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::DAX::Cluster;
use Moose;
has ActiveNodes => (is => 'ro', isa => 'Int');
has ClusterArn => (is => 'ro', isa => 'Str');
has ClusterDiscoveryEndpoint => (is => 'ro', isa => 'Paws::DAX::Endpoint');
has ClusterEndpointEncryptionType => (is => 'ro', isa => 'Str');
ha... | 25.562162 | 102 | 0.711778 |
ed533adfb83dbe211ac4d09bf5fdadc33e4b2a2a | 1,870 | t | Perl | t/00basic.t | p6-css/CSS-Module-p6 | 39b9bd7d394927a1f4dd981ae6e273b375f9700c | [
"Artistic-2.0"
] | 1 | 2020-09-26T06:43:45.000Z | 2020-09-26T06:43:45.000Z | t/00basic.t | css-raku/CSS-Module-raku | 39b9bd7d394927a1f4dd981ae6e273b375f9700c | [
"Artistic-2.0"
] | 1 | 2017-08-19T20:38:46.000Z | 2018-09-03T08:55:08.000Z | t/00basic.t | css-raku/CSS-Module-raku | 39b9bd7d394927a1f4dd981ae6e273b375f9700c | [
"Artistic-2.0"
] | 1 | 2017-08-19T19:16:20.000Z | 2017-08-19T19:16:20.000Z | #!/usr/bin/env perl6
use Test;
use CSS::Module::CSS1;
use CSS::Module::CSS21;
use CSS::Module::CSS3;
use CSS::Grammar::Test;
use CSS::Writer;
use JSON::Fast;
for "012AF", "012AFc" {
# css21+ unicode is up to 6 digits
nok $_ ~~ /^<CSS::Module::CSS1::unicode>$/, "not css1 unicode: $_";
ok $_ ~~ /^<CSS::Mo... | 30.655738 | 76 | 0.507487 |
edcc79060e249ca3bf3ab70ce61219934322253f | 1,359 | pm | Perl | PfamLib/Bio/Pfam/Drawing/Layout/Config/GenericMotifConfig.pm | Rfam/Rfam-combined | 3e0494c80b0b5760dfe96fb7a817372e61d4df51 | [
"Apache-2.0"
] | 6 | 2017-01-25T12:53:23.000Z | 2021-03-17T04:52:35.000Z | PfamLib/Bio/Pfam/Drawing/Layout/Config/GenericMotifConfig.pm | Rfam/Rfam-combined | 3e0494c80b0b5760dfe96fb7a817372e61d4df51 | [
"Apache-2.0"
] | 50 | 2015-11-06T10:31:46.000Z | 2021-12-03T16:17:28.000Z | PfamLib/Bio/Pfam/Drawing/Layout/Config/GenericMotifConfig.pm | Rfam/Rfam-combined | 3e0494c80b0b5760dfe96fb7a817372e61d4df51 | [
"Apache-2.0"
] | 2 | 2019-05-30T00:10:26.000Z | 2021-04-12T09:42:17.000Z |
# $Author: jm14 $
package Bio::Pfam::Drawing::Layout::Config::GenericMotifConfig;
use strict;
use warnings;
use Convert::Color;
use Moose;
use Moose::Util::TypeConstraints;
sub configureMotif {
my ($self, $region) = @_;
# set up the shape type
#Now contruct the label
#$self->constructLabel($region);
... | 21.571429 | 77 | 0.72259 |
ed746fc03858255da217f75c01f51feddd0c1efa | 1,050 | pl | Perl | ZimbraServer/src/db/migration/migrate20060929-TypedTombstones.pl | fciubotaru/z-pec | 82335600341c6fb1bb8a471fd751243a90bc4d57 | [
"MIT"
] | 5 | 2019-03-26T07:51:56.000Z | 2021-08-30T07:26:05.000Z | ZimbraServer/src/db/migration/migrate20060929-TypedTombstones.pl | fciubotaru/z-pec | 82335600341c6fb1bb8a471fd751243a90bc4d57 | [
"MIT"
] | 1 | 2015-08-18T19:03:32.000Z | 2015-08-18T19:03:32.000Z | ZimbraServer/src/db/migration/migrate20060929-TypedTombstones.pl | fciubotaru/z-pec | 82335600341c6fb1bb8a471fd751243a90bc4d57 | [
"MIT"
] | 13 | 2015-03-11T00:26:35.000Z | 2020-07-26T16:25:18.000Z | #!/usr/bin/perl
#
# ***** BEGIN LICENSE BLOCK *****
# Zimbra Collaboration Suite Server
# Copyright (C) 2006, 2007, 2008, 2009, 2010 Zimbra, Inc.
#
# The contents of this file are subject to the Zimbra Public License
# Version 1.3 ("License"); you may not use this file except in
# compliance with the License. You ma... | 22.340426 | 71 | 0.681905 |
ed7f1bc340542f1d82e33d39161a544af41ef197 | 2,161 | pl | Perl | hotpot/Figures/plot_FAST_replica_zipf.pl | lastweek/2022-UCSD-Thesis | 859886a5c8524aa73d7d0784d5d695ec60ff1634 | [
"MIT"
] | 12 | 2022-03-14T03:09:38.000Z | 2022-03-18T16:28:32.000Z | hotpot/Figures/plot_FAST_replica_zipf.pl | lastweek/2022-UCSD-Thesis | 859886a5c8524aa73d7d0784d5d695ec60ff1634 | [
"MIT"
] | null | null | null | hotpot/Figures/plot_FAST_replica_zipf.pl | lastweek/2022-UCSD-Thesis | 859886a5c8524aa73d7d0784d5d695ec60ff1634 | [
"MIT"
] | null | null | null | #proc page
#if @DEVICE in png,gif
scale: 1
#endif
#proc areadef
rectangle: 1 1 12 6
xrange: 1 4
yrange: 0.0 1.0
#proc xaxis
label: Degree of Replication
labeldistance: 0.9
selflocatingstubs: text
1 1
2 2
3 3
4 4
#proc yaxis
label: Rat... | 22.278351 | 67 | 0.706617 |
edce558a30b43aeee833bb13a70adae938d26ce1 | 156 | pl | Perl | dispatch_table/calc/repl.pl | rcm/hop | 35cda73c58e2289282c82b932be294554065210d | [
"Apache-2.0"
] | null | null | null | dispatch_table/calc/repl.pl | rcm/hop | 35cda73c58e2289282c82b932be294554065210d | [
"Apache-2.0"
] | null | null | null | dispatch_table/calc/repl.pl | rcm/hop | 35cda73c58e2289282c82b932be294554065210d | [
"Apache-2.0"
] | null | null | null | {
my $cnt = 1;
sub prompt {
print "\n$cnt> ";
$cnt++;
}
}
prompt();
while(<>) {
print eval($_) unless $@;
print $@ if $@;
undef $@;
prompt();
}
| 9.75 | 26 | 0.461538 |
edd59788256460dc811f6f4ba8b91c75b5dd2fc5 | 23,573 | pl | Perl | scripts/make-dt.pl | dfint/DwarfTherapistRus-30.1 | f8b5d6edf0788d640f412a52dc0974ea50e261a6 | [
"MIT"
] | 1 | 2021-04-28T21:30:15.000Z | 2021-04-28T21:30:15.000Z | scripts/make-dt.pl | eiz/Dwarf-Therapist | f22a1490e40eb804399de2804babc424db82ca95 | [
"MIT"
] | null | null | null | scripts/make-dt.pl | eiz/Dwarf-Therapist | f22a1490e40eb804399de2804babc424db82ca95 | [
"MIT"
] | null | null | null | #!/usr/bin/perl
use strict;
use warnings;
my ($version, $timestamp, $hash);
open FH, 'version.lisp' or die "Cannot open version";
while (<FH>) {
if (/df-version-str.*\"(.*)\"/) {
$version = $1;
} elsif (/windows-timestamp.*#x([0-9a-f]+)/) {
$timestamp = $1;
} elsif (/linux-hash.*\"(.*)\"/... | 48.010183 | 122 | 0.704789 |
edc09a4e1f5d4fd9ff1b197470a48434c4425ce5 | 8,742 | pm | Perl | lib/Mojolicious/Plugin/PODViewer.pm | preaction/Mojolicious-Plugin-PODViewer | 4cbe2b46466a591945aa91e33de3792ffaa840e9 | [
"Artistic-1.0"
] | 1 | 2020-02-19T13:45:47.000Z | 2020-02-19T13:45:47.000Z | lib/Mojolicious/Plugin/PODViewer.pm | preaction/Mojolicious-Plugin-PODViewer | 4cbe2b46466a591945aa91e33de3792ffaa840e9 | [
"Artistic-1.0"
] | 10 | 2019-01-20T20:01:53.000Z | 2021-05-10T05:42:44.000Z | lib/Mojolicious/Plugin/PODViewer.pm | preaction/Mojolicious-Plugin-PODViewer | 4cbe2b46466a591945aa91e33de3792ffaa840e9 | [
"Artistic-1.0"
] | 5 | 2019-01-19T09:05:40.000Z | 2022-02-12T02:54:34.000Z | package Mojolicious::Plugin::PODViewer;
our $VERSION = '0.008';
# ABSTRACT: POD renderer plugin
=encoding utf8
=head1 SYNOPSIS
# Mojolicious (with documentation browser under "/perldoc")
my $route = $app->plugin('PODViewer');
my $route = $app->plugin(PODViewer => {name => 'foo'});
my $route = $app->plugin(PO... | 27.31875 | 78 | 0.617593 |
73e81f4b873000e2077e4d8e212796caa3192d4f | 5,174 | pl | Perl | libraries/wallet/generate_api_documentation.pl | futurepia/futurepia | 31163047b18082223a86ec4f95a820748275ceaa | [
"MIT"
] | 3 | 2019-12-24T13:49:22.000Z | 2021-01-02T08:26:13.000Z | libraries/wallet/generate_api_documentation.pl | futurepia/futurepia | 31163047b18082223a86ec4f95a820748275ceaa | [
"MIT"
] | 4 | 2020-01-01T20:41:39.000Z | 2021-11-30T16:31:10.000Z | libraries/wallet/generate_api_documentation.pl | futurepia/futurepia | 31163047b18082223a86ec4f95a820748275ceaa | [
"MIT"
] | 5 | 2019-03-30T12:53:31.000Z | 2021-06-10T16:22:11.000Z | #! /usr/bin/perl
use Text::Wrap;
use IO::File;
require './doxygen/perlmod/DoxyDocs.pm';
# For cygwin (You have to change below path according to your personal settings. and do comment above require.)
#require '/cygdrive/d/40_VC_Project/futurepia/build/libraries/wallet/doxygen/perlmod/DoxyDocs.pm';
my($outputFileNam... | 28.273224 | 142 | 0.565906 |
ed6456f85ba92e9287013b119dd31ba7dafb6e8d | 33,437 | pm | Perl | Image-ExifTool-11.28/lib/Image/ExifTool/TagInfoXML.pm | mpavlak25/Photo-Gradients | b732083a4827db9bbe9dc9cf4e3fd31734e52f22 | [
"Unlicense"
] | null | null | null | Image-ExifTool-11.28/lib/Image/ExifTool/TagInfoXML.pm | mpavlak25/Photo-Gradients | b732083a4827db9bbe9dc9cf4e3fd31734e52f22 | [
"Unlicense"
] | null | null | null | Image-ExifTool-11.28/lib/Image/ExifTool/TagInfoXML.pm | mpavlak25/Photo-Gradients | b732083a4827db9bbe9dc9cf4e3fd31734e52f22 | [
"Unlicense"
] | null | null | null | #------------------------------------------------------------------------------
# File: TagInfoXML.pm
#
# Description: Read/write tag information XML database
#
# Revisions: 2009/01/28 - P. Harvey Created
#------------------------------------------------------------------------------
package Image::ExifToo... | 40.237064 | 127 | 0.476448 |
ed9e5b113f97defe42672186ac695732eba8469d | 318 | al | Perl | lib/auto/POSIX/setjmp.al | basusingh/Nanny-Bot | 4f3368c750b378f1b4d38a48dad6ac095af14056 | [
"MIT"
] | null | null | null | lib/auto/POSIX/setjmp.al | basusingh/Nanny-Bot | 4f3368c750b378f1b4d38a48dad6ac095af14056 | [
"MIT"
] | null | null | null | lib/auto/POSIX/setjmp.al | basusingh/Nanny-Bot | 4f3368c750b378f1b4d38a48dad6ac095af14056 | [
"MIT"
] | null | null | null | # NOTE: Derived from ..\..\lib\POSIX.pm.
# Changes made here will be lost when autosplit is run again.
# See AutoSplit.pm.
package POSIX;
#line 229 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\setjmp.al)"
sub setjmp {
unimpl "setjmp() is C-specific: use eval {} instead";
}
# end of POSIX::setjmp
1;
| 24.461538 | 78 | 0.666667 |
edc1ba7922e0dc0541c24e3f572b6a19ea23021a | 65 | pm | Perl | t/lib/WithRoleMooXTest.pm | git-the-cpan/MooX | 6c5403b7855e218d9d8df2255040011f325996a7 | [
"Artistic-1.0"
] | null | null | null | t/lib/WithRoleMooXTest.pm | git-the-cpan/MooX | 6c5403b7855e218d9d8df2255040011f325996a7 | [
"Artistic-1.0"
] | null | null | null | t/lib/WithRoleMooXTest.pm | git-the-cpan/MooX | 6c5403b7855e218d9d8df2255040011f325996a7 | [
"Artistic-1.0"
] | null | null | null | package WithRoleMooXTest;
use Moo;
with qw( RoleMooXTest );
1; | 9.285714 | 25 | 0.738462 |
edc06c78f2e27331dd0571755885aaec2ade1a88 | 13,520 | t | Perl | t/qpsmtpd.t | tlavoie/qpsmtpd | eb1a38581ff877064a245c8cdbb3863278af57f2 | [
"MIT"
] | 65 | 2015-01-04T23:16:58.000Z | 2022-02-08T13:52:28.000Z | t/qpsmtpd.t | tlavoie/qpsmtpd | eb1a38581ff877064a245c8cdbb3863278af57f2 | [
"MIT"
] | 104 | 2015-01-02T03:26:41.000Z | 2022-01-08T09:45:24.000Z | t/qpsmtpd.t | tlavoie/qpsmtpd | eb1a38581ff877064a245c8cdbb3863278af57f2 | [
"MIT"
] | 41 | 2015-01-05T15:15:01.000Z | 2021-10-31T07:43:14.000Z | #!/usr/bin/perl
use strict;
use warnings;
use Cwd;
use Data::Dumper;
use File::Path;
use Test::More;
use lib 'lib'; # test lib/Qpsmtpd (vs site_perl)
use lib 't';
BEGIN {
use_ok('Qpsmtpd');
use_ok('Qpsmtpd::Constants');
use_ok('Test::Qpsmtpd');
}
my $qp = bless {}, 'Qpsmtpd';
ok($qp->version(), "ver... | 29.391304 | 88 | 0.504882 |
edd201c0e9d5ef650ebef44e2cf94baf4c2266b0 | 259 | t | Perl | perl/src/lib/Test/Simple/t/Builder/current_test.t | nokibsarkar/sl4a | d3c17dca978cbeee545e12ea240a9dbf2a6999e9 | [
"Apache-2.0"
] | 2,293 | 2015-01-02T12:46:10.000Z | 2022-03-29T09:45:43.000Z | perl/src/lib/Test/Simple/t/Builder/current_test.t | nokibsarkar/sl4a | d3c17dca978cbeee545e12ea240a9dbf2a6999e9 | [
"Apache-2.0"
] | 315 | 2015-05-31T11:55:46.000Z | 2022-01-12T08:36:37.000Z | perl/src/lib/Test/Simple/t/Builder/current_test.t | nokibsarkar/sl4a | d3c17dca978cbeee545e12ea240a9dbf2a6999e9 | [
"Apache-2.0"
] | 1,033 | 2015-01-04T07:48:40.000Z | 2022-03-24T09:34:37.000Z | #!/usr/bin/perl -w
# Dave Rolsky found a bug where if current_test() is used and no
# tests are run via Test::Builder it will blow up.
use Test::Builder;
$TB = Test::Builder->new;
$TB->plan(tests => 2);
print "ok 1\n";
print "ok 2\n";
$TB->current_test(2);
| 21.583333 | 64 | 0.664093 |
ed76f4937b1a615f7782138287b9927cce1f89ed | 37 | t | Perl | xt/Sxml/server-selection.t | bbkr/mongo-perl6-driver | 821597ed79e43f40d421bb4caa45fe2dc62644c5 | [
"Artistic-2.0"
] | 15 | 2015-01-29T17:46:17.000Z | 2020-05-05T09:44:07.000Z | xt/Sxml/server-selection.t | MARTIMM/raku-mongodb-driver | 821597ed79e43f40d421bb4caa45fe2dc62644c5 | [
"Artistic-2.0"
] | 26 | 2015-01-12T14:21:52.000Z | 2021-01-10T12:57:54.000Z | xt/Sxml/server-selection.t | MARTIMM/raku-mongodb-driver | 821597ed79e43f40d421bb4caa45fe2dc62644c5 | [
"Artistic-2.0"
] | 8 | 2015-05-22T15:11:29.000Z | 2019-11-14T19:28:33.000Z | use v6.c;
use Test;
done-testing;
| 5.285714 | 13 | 0.648649 |
ed38f8fe5d914f97888fe10d5f00ae6d9bec85a8 | 9,462 | pm | Perl | lib/ExtUtils/Liblist.pm | Helmholtz-HIPS/prosnap | 5286cda39276d5eda85d2ddb23b8ab83c5d4960c | [
"MIT"
] | 9 | 2018-04-19T05:08:30.000Z | 2021-11-23T07:36:58.000Z | lib/ExtUtils/Liblist.pm | Helmholtz-HIPS/prosnap | 5286cda39276d5eda85d2ddb23b8ab83c5d4960c | [
"MIT"
] | 98 | 2017-11-02T19:00:44.000Z | 2022-03-22T16:15:39.000Z | lib/ExtUtils/Liblist.pm | Helmholtz-HIPS/prosnap | 5286cda39276d5eda85d2ddb23b8ab83c5d4960c | [
"MIT"
] | 9 | 2017-10-24T21:53:36.000Z | 2021-11-23T07:36:59.000Z | package ExtUtils::Liblist;
use strict;
our $VERSION = '7.10_02';
use File::Spec;
require ExtUtils::Liblist::Kid;
our @ISA = qw(ExtUtils::Liblist::Kid File::Spec);
# Backwards compatibility with old interface.
sub ext {
goto &ExtUtils::Liblist::Kid::ext;
}
sub lsdir {
shift;
my $rex = qr/$_[1]/;
opendir D... | 32.968641 | 81 | 0.767068 |
ed6fec434f2a6436a9840052574fe3e5a543a027 | 1,403 | pm | Perl | lib/Google/Ads/GoogleAds/V5/Services/AdGroupAdService.pm | PierrickVoulet/google-ads-perl | bc9fa2de22aa3e11b99dc22251d90a1723dd8cc4 | [
"Apache-2.0"
] | null | null | null | lib/Google/Ads/GoogleAds/V5/Services/AdGroupAdService.pm | PierrickVoulet/google-ads-perl | bc9fa2de22aa3e11b99dc22251d90a1723dd8cc4 | [
"Apache-2.0"
] | null | null | null | lib/Google/Ads/GoogleAds/V5/Services/AdGroupAdService.pm | PierrickVoulet/google-ads-perl | bc9fa2de22aa3e11b99dc22251d90a1723dd8cc4 | [
"Apache-2.0"
] | null | null | null | # Copyright 2020, Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... | 31.177778 | 83 | 0.716322 |
ed53fc27b2be0ef33811344739bef3e5369cd1da | 3,692 | al | Perl | benchmark/benchmarks/FASP-benchmarks/data/random-oriented/randomoriented-0709-220-836.al | krzysg/FaspHeuristic | 1929c40e3fbc49e68b04acfc5522539a18758031 | [
"MIT"
] | null | null | null | benchmark/benchmarks/FASP-benchmarks/data/random-oriented/randomoriented-0709-220-836.al | krzysg/FaspHeuristic | 1929c40e3fbc49e68b04acfc5522539a18758031 | [
"MIT"
] | null | null | null | benchmark/benchmarks/FASP-benchmarks/data/random-oriented/randomoriented-0709-220-836.al | krzysg/FaspHeuristic | 1929c40e3fbc49e68b04acfc5522539a18758031 | [
"MIT"
] | null | null | null | 1 91 100 120
2 11 23 36 54 152 158 177 178 186 202
3 37 46
4
5 61 122 220
6 27 96
7
8 30 50 53 152 160 195
9 27 80 140 162
10 48
11 7 31 91 94 135 188
12 34 148
13 19 112
14 24 141
15 47 61 66 104 210
16 106 133 148 152 211
17 9 15 22 32 43 73 164 202
18 44 123
19 80 104 127 133 145 160 198
20 8 10 31 212
21 13 92 97 1... | 16.781818 | 40 | 0.714247 |
edc3b59744450894904abc1abfdec82f6b732db3 | 1,110 | t | Perl | t/07_chunked_req.t | karupanerura/Gazelle | ddf258777dbb2e75ce3a04fe3edc31768dabc48a | [
"Artistic-1.0"
] | 43 | 2015-01-08T12:17:41.000Z | 2021-08-17T19:52:27.000Z | t/07_chunked_req.t | karupanerura/Gazelle | ddf258777dbb2e75ce3a04fe3edc31768dabc48a | [
"Artistic-1.0"
] | 27 | 2015-01-16T13:38:55.000Z | 2021-11-30T16:19:41.000Z | t/07_chunked_req.t | karupanerura/Gazelle | ddf258777dbb2e75ce3a04fe3edc31768dabc48a | [
"Artistic-1.0"
] | 20 | 2015-01-19T19:08:06.000Z | 2021-08-17T19:52:48.000Z | use strict;
use File::ShareDir;
use HTTP::Request;
use Test::More;
use Digest::MD5;
use t::TestUtils;
$Plack::Test::Impl = "Server";
$ENV{PLACK_SERVER} = 'Gazelle';
my $file = File::ShareDir::dist_dir('Plack') . "/baybridge.jpg";
my $app = sub {
my $env = shift;
my $body;
my $clen = $env->{CONTENT_LENGTH... | 27.073171 | 160 | 0.584685 |
edafa47ed5bee36375fe908a2cfa4f2e5ab892bf | 58,736 | pm | Perl | lib/Net/Twitter.pm | Br3nda/perl-net-twitter | 5c48f48401ca791b1815ab03a4e8d59a9c8134e9 | [
"Unlicense"
] | 1 | 2015-11-05T18:21:47.000Z | 2015-11-05T18:21:47.000Z | lib/Net/Twitter.pm | Br3nda/perl-net-twitter | 5c48f48401ca791b1815ab03a4e8d59a9c8134e9 | [
"Unlicense"
] | null | null | null | lib/Net/Twitter.pm | Br3nda/perl-net-twitter | 5c48f48401ca791b1815ab03a4e8d59a9c8134e9 | [
"Unlicense"
] | null | null | null | ##############################################################################
# Net::Twitter - Perl OO interface to www.twitter.com
# v2.12
# Copyright (c) 2009 Chris Thompson
##############################################################################
package Net::Twitter;
$VERSION = "2.12";
use 5.005;
use strict;... | 32.254805 | 114 | 0.587715 |
73fedaf819f62eef16f21777a1bf02e9150cd82a | 3,726 | pm | Perl | auto-lib/Paws/SimpleWorkflow/RequestCancelExternalWorkflowExecutionFailedEventAttributes.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/SimpleWorkflow/RequestCancelExternalWorkflowExecutionFailedEventAttributes.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/SimpleWorkflow/RequestCancelExternalWorkflowExecutionFailedEventAttributes.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::SimpleWorkflow::RequestCancelExternalWorkflowExecutionFailedEventAttributes;
use Moose;
has Cause => (is => 'ro', isa => 'Str', request_name => 'cause', traits => ['NameInRequest'], required => 1);
has Control => (is => 'ro', isa => 'Str', request_name => 'control', ... | 34.82243 | 157 | 0.760064 |
edba7946bb269c8521ec8548968c74eee9b46de0 | 432 | pl | Perl | perl/lib/unicore/lib/Nv/30000.pl | JyothsnaMididoddi26/xampp | 8f34d7fa7c2e6cc37fe4ece5e6886dc4e5c0757b | [
"Apache-2.0"
] | 1 | 2017-01-31T08:49:16.000Z | 2017-01-31T08:49:16.000Z | xampp/perl/lib/unicore/lib/Nv/30000.pl | silent88/Biographies-du-Fontenay | af4567cb6b78003daa72c37b5ac9f5611a360a9f | [
"MIT"
] | 2 | 2020-07-17T00:13:41.000Z | 2021-05-08T17:01:54.000Z | perl/lib/unicore/lib/Nv/30000.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... | 30.857143 | 78 | 0.645833 |
ed5a209021128c35051e00eac59341e6a52c8d2f | 2,959 | t | Perl | t/204-T-Basic-all.t | dallaylaen/p5-Refute | 8590b9da717b6e0af352a4a204158cf3b54f2294 | [
"Artistic-2.0",
"Unlicense"
] | null | null | null | t/204-T-Basic-all.t | dallaylaen/p5-Refute | 8590b9da717b6e0af352a4a204158cf3b54f2294 | [
"Artistic-2.0",
"Unlicense"
] | null | null | null | t/204-T-Basic-all.t | dallaylaen/p5-Refute | 8590b9da717b6e0af352a4a204158cf3b54f2294 | [
"Artistic-2.0",
"Unlicense"
] | null | null | null | #!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use Refute qw(refute_and_report);
{
# Be extra careful not to pollute the main namespace
package T;
use Refute qw(:all);
};
my $report;
$report = refute_and_report {
package T;
pass 'foo';
};
is $report->get_sign, "t1d", "pass()";
no... | 20.838028 | 56 | 0.595133 |
edca16af5f3988f1492eb8cea1f098b776b091df | 2,945 | pm | Perl | lib/Cfn/Resource/AWS/EC2/SecurityGroupEgress.pm | agimenez/cfn-perl | 66eaffd2044b6a4921b43183f7b6b20aaa46b24a | [
"Apache-2.0"
] | null | null | null | lib/Cfn/Resource/AWS/EC2/SecurityGroupEgress.pm | agimenez/cfn-perl | 66eaffd2044b6a4921b43183f7b6b20aaa46b24a | [
"Apache-2.0"
] | 22 | 2019-02-14T16:50:38.000Z | 2022-02-08T11:50:46.000Z | lib/Cfn/Resource/AWS/EC2/SecurityGroupEgress.pm | agimenez/cfn-perl | 66eaffd2044b6a4921b43183f7b6b20aaa46b24a | [
"Apache-2.0"
] | 5 | 2019-02-15T11:43:28.000Z | 2022-03-20T18:34:34.000Z | # AWS::EC2::SecurityGroupEgress generated from spec 14.3.0
use Moose::Util::TypeConstraints;
coerce 'Cfn::Resource::Properties::AWS::EC2::SecurityGroupEgress',
from 'HashRef',
via { Cfn::Resource::Properties::AWS::EC2::SecurityGroupEgress->new( %$_ ) };
package Cfn::Resource::AWS::EC2::SecurityGroupEgress {
us... | 43.955224 | 357 | 0.657046 |
73d72a5dc5f586e2d9c713bde25799db37900d67 | 30,877 | pl | Perl | files/check_unix_mem_usage.pl | addia/puppet-nagiosclient | 8ed0e7e2d78ea2fae8d9704ef3ab3dbbf46ddfbc | [
"MIT"
] | null | null | null | files/check_unix_mem_usage.pl | addia/puppet-nagiosclient | 8ed0e7e2d78ea2fae8d9704ef3ab3dbbf46ddfbc | [
"MIT"
] | null | null | null | files/check_unix_mem_usage.pl | addia/puppet-nagiosclient | 8ed0e7e2d78ea2fae8d9704ef3ab3dbbf46ddfbc | [
"MIT"
] | null | null | null | #!/usr/bin/perl -w
# check_mem_usage Nagios Plugin
#
# TComm - Carlos Peris Pla
#
# This nagios plugin is free software, and comes with ABSOLUTELY
# NO WARRANTY. It may be used, redistributed and/or modified under
# the terms of the GNU General Public Licence (see
# http://www.fsf.org/licensing/licenses/gpl.txt).
... | 32.536354 | 192 | 0.638663 |
edc258c11953fd6c352703e9f91ff67877476864 | 7,373 | pl | Perl | assets/PortableGit/usr/share/perl5/core_perl/unicore/lib/Gc/Cn.pl | ther3tyle/git-it-electron | d808d9ce9f95ffebe39911e57907d72f4653ff6e | [
"BSD-2-Clause"
] | 4,499 | 2015-05-08T04:02:28.000Z | 2022-03-31T20:07:15.000Z | assets/PortableGit/usr/share/perl5/core_perl/unicore/lib/Gc/Cn.pl | enterstudio/git-it-electron | b101d208e9a393e16fc4368e205275e5dfc6f63e | [
"BSD-2-Clause"
] | 261 | 2015-05-09T03:09:24.000Z | 2022-03-25T18:35:53.000Z | assets/PortableGit/usr/share/perl5/core_perl/unicore/lib/Gc/Cn.pl | enterstudio/git-it-electron | b101d208e9a393e16fc4368e205275e5dfc6f63e | [
"BSD-2-Clause"
] | 1,318 | 2015-05-09T02:16:45.000Z | 2022-03-28T11:10:01.000Z | # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
# This file is machine-generated by lib/unicore/mktables from the Unicode
# database, Version 7.0.0. Any changes made here will be lost!
# !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
# This file is for internal use by core Perl only. The format and even the
# name or existe... | 6.073311 | 77 | 0.816357 |
edb51f59cef7b4a7e46d3510a2b4023725539136 | 1,836 | pm | Perl | auto-lib/Paws/CognitoIdentity/CognitoIdentityProvider.pm | galenhuntington/aws-sdk-perl | 13b775dcb5f0b3764f0a82f3679ed5c7721e67d3 | [
"Apache-2.0"
] | null | null | null | auto-lib/Paws/CognitoIdentity/CognitoIdentityProvider.pm | galenhuntington/aws-sdk-perl | 13b775dcb5f0b3764f0a82f3679ed5c7721e67d3 | [
"Apache-2.0"
] | null | null | null | auto-lib/Paws/CognitoIdentity/CognitoIdentityProvider.pm | galenhuntington/aws-sdk-perl | 13b775dcb5f0b3764f0a82f3679ed5c7721e67d3 | [
"Apache-2.0"
] | null | null | null | package Paws::CognitoIdentity::CognitoIdentityProvider;
use Moose;
has ClientId => (is => 'ro', isa => 'Str');
has ProviderName => (is => 'ro', isa => 'Str');
has ServerSideTokenCheck => (is => 'ro', isa => 'Bool');
1;
### main pod documentation begin ###
=head1 NAME
Paws::CognitoIdentity::CognitoIdentityPro... | 25.5 | 117 | 0.742375 |
ed85904c65e70f9cb7f78d5aa11232c5e5aaa095 | 1,991 | pm | Perl | auto-lib/Paws/RedShift/SnapshotCopyGrant.pm | agimenez/aws-sdk-perl | 9c4dff7d1af2ff0210c28ca44fb9e92bc625712b | [
"Apache-2.0"
] | null | null | null | auto-lib/Paws/RedShift/SnapshotCopyGrant.pm | agimenez/aws-sdk-perl | 9c4dff7d1af2ff0210c28ca44fb9e92bc625712b | [
"Apache-2.0"
] | null | null | null | auto-lib/Paws/RedShift/SnapshotCopyGrant.pm | agimenez/aws-sdk-perl | 9c4dff7d1af2ff0210c28ca44fb9e92bc625712b | [
"Apache-2.0"
] | null | null | null | package Paws::RedShift::SnapshotCopyGrant;
use Moose;
has KmsKeyId => (is => 'ro', isa => 'Str');
has SnapshotCopyGrantName => (is => 'ro', isa => 'Str');
has Tags => (is => 'ro', isa => 'ArrayRef[Paws::RedShift::Tag]', request_name => 'Tag', traits => ['NameInRequest']);
1;
### main pod documentation begin ##... | 26.197368 | 119 | 0.736313 |
ed606508d323390abbefbf6b38337889d787c630 | 563 | t | Perl | t/08context.t | DavidEGx/p5-json-path | 56c05efe145d14b87c677229ff765b6f47915637 | [
"X11",
"Unlicense",
"MIT"
] | 3 | 2017-07-20T14:25:20.000Z | 2020-12-16T00:36:50.000Z | t/08context.t | DavidEGx/p5-json-path | 56c05efe145d14b87c677229ff765b6f47915637 | [
"X11",
"Unlicense",
"MIT"
] | 10 | 2018-04-02T21:35:33.000Z | 2022-03-15T15:56:40.000Z | t/08context.t | DavidEGx/p5-json-path | 56c05efe145d14b87c677229ff765b6f47915637 | [
"X11",
"Unlicense",
"MIT"
] | 7 | 2017-10-24T18:23:27.000Z | 2022-01-31T17:49:01.000Z | use Test::More;
use JSON::Path;
use JSON;
my $object = from_json(<<'JSON');
{
"elements": [
{ "id": 1 },
{ "id": 2 }
],
"empty": null
}
JSON
my $path1 = JSON::Path->new('$.elements[*]');
my @arr = $path1->values($object);
is_deeply \@arr, [ { id => 1 }, { id => 2 } ], 'multiple values in... | 22.52 | 81 | 0.568384 |
edb8bf31aded1ea678a154f40ac17ca95c968b3a | 1,333 | pm | Perl | auto-lib/Azure/BatchData/AddJob.pm | pplu/azure-sdk-perl | 26cbef2d926f571bc1617c26338c106856f95568 | [
"Apache-2.0"
] | null | null | null | auto-lib/Azure/BatchData/AddJob.pm | pplu/azure-sdk-perl | 26cbef2d926f571bc1617c26338c106856f95568 | [
"Apache-2.0"
] | null | null | null | auto-lib/Azure/BatchData/AddJob.pm | pplu/azure-sdk-perl | 26cbef2d926f571bc1617c26338c106856f95568 | [
"Apache-2.0"
] | 1 | 2021-04-08T15:26:39.000Z | 2021-04-08T15:26:39.000Z | package Azure::BatchData::AddJob;
use Moose;
use MooseX::ClassAttribute;
has 'api_version' => (is => 'ro', required => 1, isa => 'Str', default => '2018-08-01.7.0',
traits => [ 'Azure::ParamInQuery', 'Azure::LocationInResponse' ], location => 'api-version',
);
has 'client_request_id' => (is => 'ro', isa ... | 38.085714 | 110 | 0.573893 |
ed6f40965238686b36809c293eade185d477e56e | 3,773 | pm | Perl | modules/Bio/EnsEMBL/Production/Pipeline/Webdatafile/lib/IndexWig.pm | ens-bwalts/ensembl-production | ce2ccecbf5d2a56528e3f77e9a4e930a3d0129db | [
"Apache-2.0"
] | 9 | 2016-06-24T16:58:52.000Z | 2021-01-27T15:38:00.000Z | modules/Bio/EnsEMBL/Production/Pipeline/Webdatafile/lib/IndexWig.pm | ens-bwalts/ensembl-production | ce2ccecbf5d2a56528e3f77e9a4e930a3d0129db | [
"Apache-2.0"
] | 187 | 2015-01-09T10:27:54.000Z | 2022-03-08T11:28:24.000Z | modules/Bio/EnsEMBL/Production/Pipeline/Webdatafile/lib/IndexWig.pm | ens-bwalts/ensembl-production | ce2ccecbf5d2a56528e3f77e9a4e930a3d0129db | [
"Apache-2.0"
] | 60 | 2015-01-22T16:08:35.000Z | 2022-03-04T17:31:32.000Z | =head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-2020] EMBL-European Bioinformatics Institute
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obta... | 33.990991 | 107 | 0.64776 |
edc0dd2962a592e1e119583071d61daad980906f | 11,022 | pm | Perl | test/ssl-tests/protocol_version.pm | rosecurity/https-github.com-openssl-openssl | 4483fbae10a9277812cc8a587ef58a5a512fe7c9 | [
"OpenSSL"
] | 5 | 2019-07-14T08:16:17.000Z | 2020-05-01T16:32:17.000Z | test/ssl-tests/protocol_version.pm | rosecurity/https-github.com-openssl-openssl | 4483fbae10a9277812cc8a587ef58a5a512fe7c9 | [
"OpenSSL"
] | null | null | null | test/ssl-tests/protocol_version.pm | rosecurity/https-github.com-openssl-openssl | 4483fbae10a9277812cc8a587ef58a5a512fe7c9 | [
"OpenSSL"
] | 4 | 2019-01-13T13:35:31.000Z | 2022-01-11T02:01:20.000Z | # -*- mode: perl; -*-
# Copyright 2016-2016 The OpenSSL Project Authors. All Rights Reserved.
#
# Licensed under the OpenSSL license (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.or... | 35.214058 | 83 | 0.492833 |
ed9d2fca236e570da18bb4c32026b5128e22e3c0 | 1,473 | pm | Perl | lib/Bio/EnsEMBL/DataCheck/Checks/UnreviewedXrefs.pm | gnaamati/ensembl-datacheck | b5eb55a4caa8dc0a7d03322fa6eabe95b7081701 | [
"Apache-2.0"
] | 5 | 2018-06-13T10:40:06.000Z | 2021-01-27T15:37:46.000Z | lib/Bio/EnsEMBL/DataCheck/Checks/UnreviewedXrefs.pm | gnaamati/ensembl-datacheck | b5eb55a4caa8dc0a7d03322fa6eabe95b7081701 | [
"Apache-2.0"
] | 388 | 2018-06-15T15:56:12.000Z | 2022-03-29T07:52:46.000Z | lib/Bio/EnsEMBL/DataCheck/Checks/UnreviewedXrefs.pm | gnaamati/ensembl-datacheck | b5eb55a4caa8dc0a7d03322fa6eabe95b7081701 | [
"Apache-2.0"
] | 33 | 2018-06-15T11:14:29.000Z | 2022-03-04T11:45:27.000Z | =head1 LICENSE
Copyright [2018-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 obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by appli... | 27.792453 | 89 | 0.697217 |
edba500e103cfc62b9dca9c89094f33baed806da | 25,465 | pl | Perl | Aula 7/swipl/library/check.pl | FunkyCracky/good_owly_stuff | c56c1897d85724982da531d04ed6b310c0464098 | [
"MIT"
] | null | null | null | Aula 7/swipl/library/check.pl | FunkyCracky/good_owly_stuff | c56c1897d85724982da531d04ed6b310c0464098 | [
"MIT"
] | null | null | null | Aula 7/swipl/library/check.pl | FunkyCracky/good_owly_stuff | c56c1897d85724982da531d04ed6b310c0464098 | [
"MIT"
] | 1 | 2021-05-09T15:32:17.000Z | 2021-05-09T15:32:17.000Z | /* Part of SWI-Prolog
Author: Jan Wielemaker
E-mail: J.Wielemaker@vu.nl
WWW: http://www.swi-prolog.org
Copyright (c) 1985-2018, University of Amsterdam
VU University Amsterdam
CWI, Amsterdam
All rights reserved.
... | 30.829298 | 84 | 0.628785 |
ed097f799510a8ee476a111afdf3d719f5c2868e | 2,329 | pl | Perl | kb/7_loan_agreement_with_that.pl | LegalMachineLab/LogicalEnglish | 0ca70763962a0cc9bc8994adb79a271e70fab8e5 | [
"Apache-2.0"
] | 7 | 2022-01-16T15:28:25.000Z | 2022-03-05T13:51:04.000Z | kb/7_loan_agreement_with_that.pl | LegalMachineLab/LogicalEnglish | 0ca70763962a0cc9bc8994adb79a271e70fab8e5 | [
"Apache-2.0"
] | 2 | 2021-12-12T02:33:49.000Z | 2022-01-26T19:50:37.000Z | kb/7_loan_agreement_with_that.pl | LegalMachineLab/LogicalEnglish | 0ca70763962a0cc9bc8994adb79a271e70fab8e5 | [
"Apache-2.0"
] | 2 | 2022-02-08T12:11:56.000Z | 2022-02-17T00:07:28.000Z | :- module('loanwiththat+http://tests.com',[]).
en("the target language is: prolog.
the templates are:
*an obligation* is that *a description*,
*a lender* notifies *a borrower* on *a date* that *a message*,
*a person* has *an obligation*,
*a borrower* cures on *a date* the failure of *an obligation*,
... | 35.830769 | 109 | 0.722198 |
edcb96eae500de5787c48a08c9d42c9984337a8e | 2,536 | pm | Perl | misc-scripts/xref_mapping/XrefParser/WormbaseDatabaseStableIDParser.pm | msmanoj/ensembl | f357e3331a6b529fa82a08d0cee0be8ea1d90887 | [
"Apache-2.0"
] | null | null | null | misc-scripts/xref_mapping/XrefParser/WormbaseDatabaseStableIDParser.pm | msmanoj/ensembl | f357e3331a6b529fa82a08d0cee0be8ea1d90887 | [
"Apache-2.0"
] | null | null | null | misc-scripts/xref_mapping/XrefParser/WormbaseDatabaseStableIDParser.pm | msmanoj/ensembl | f357e3331a6b529fa82a08d0cee0be8ea1d90887 | [
"Apache-2.0"
] | null | null | null | =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... | 31.7 | 145 | 0.697555 |
edcde27a73320d5018930ffacd8eed3d05eb5f65 | 4,489 | pl | Perl | external/win_perl/lib/auto/share/dist/DateTime-Locale/dyo-SN.pl | phixion/l0phtcrack | 48ee2f711134e178dbedbd925640f6b3b663fbb5 | [
"Apache-2.0",
"MIT"
] | 2 | 2021-10-20T00:25:39.000Z | 2021-11-08T12:52:42.000Z | external/win_perl/lib/auto/share/dist/DateTime-Locale/dyo-SN.pl | Brute-f0rce/l0phtcrack | 25f681c07828e5e68e0dd788d84cc13c154aed3d | [
"Apache-2.0",
"MIT"
] | null | null | null | external/win_perl/lib/auto/share/dist/DateTime-Locale/dyo-SN.pl | Brute-f0rce/l0phtcrack | 25f681c07828e5e68e0dd788d84cc13c154aed3d | [
"Apache-2.0",
"MIT"
] | 1 | 2022-03-14T06:41:16.000Z | 2022-03-14T06:41:16.000Z | {
am_pm_abbreviated => [
"AM",
"PM",
],
available_formats => {
Bh => "h B",
Bhm => "h:mm B",
Bhms => "h:mm:ss B",
E => "ccc",
EBhm => "E h:mm B",
EBhms => "E h:mm:ss B",
EHm => "E HH:mm",
EHms => "E HH:mm:ss",
Ed => "E d",
Ehm => "E h:mm a",
Ehms => "E h:mm:ss a... | 16.564576 | 51 | 0.435063 |
edc84621cb4e76f327af1cb0f44dec0c30f97d57 | 374 | pl | Perl | KOST-Val/src/main/resources_notJar/resources/ExifTool-10.15/Perl/lib/unicore/lib/InIdeogr.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/InIdeogr.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/InIdeogr.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{InIdeographicDescriptionCharacters} (and fuzzy permutations)
#
# Meaning: Block 'Ideographic Description Characters'
#
return <<'END'... | 26.714286 | 67 | 0.687166 |
ed57ca5a2a5dea3884b4030c10fb47feb53aae06 | 2,079 | pm | Perl | lib/SQL/Functional/MatchClause.pm | frezik/SQL-Functional | 5a5ce04c996b259f98577085938e28ef18f3cc55 | [
"BSD-2-Clause"
] | null | null | null | lib/SQL/Functional/MatchClause.pm | frezik/SQL-Functional | 5a5ce04c996b259f98577085938e28ef18f3cc55 | [
"BSD-2-Clause"
] | 3 | 2016-10-18T12:56:42.000Z | 2017-01-01T14:18:39.000Z | lib/SQL/Functional/MatchClause.pm | frezik/SQL-Functional | 5a5ce04c996b259f98577085938e28ef18f3cc55 | [
"BSD-2-Clause"
] | null | null | null | # Copyright (c) 2016 Timm Murray
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
# * Redistributions of source code must retain the above copyright notice,
# this list of conditio... | 28.094595 | 79 | 0.697932 |
Subsets and Splits
HTML Code Excluding Scripts
The query retrieves a limited set of HTML content entries that are longer than 8 characters and do not contain script tags, offering only basic filtering with minimal analytical value.