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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ed3803151a34a2ac25a5fb042d81590537246662 | 804 | pl | Perl | examples/poe.pl | greg-kennedy/protocol-websocket | 3bf65a13a1d037030fc441a69582a61644df0e99 | [
"Artistic-1.0"
] | 17 | 2015-03-31T18:59:34.000Z | 2020-03-13T21:34:25.000Z | examples/poe.pl | greg-kennedy/protocol-websocket | 3bf65a13a1d037030fc441a69582a61644df0e99 | [
"Artistic-1.0"
] | 27 | 2015-02-12T06:32:42.000Z | 2021-01-13T14:40:06.000Z | examples/poe.pl | greg-kennedy/protocol-websocket | 3bf65a13a1d037030fc441a69582a61644df0e99 | [
"Artistic-1.0"
] | 21 | 2015-01-06T05:19:23.000Z | 2021-03-19T06:13:42.000Z | #!/usr/bin/env perl
use warnings;
use strict;
use Protocol::WebSocket::Handshake::Server;
use Protocol::WebSocket::Frame;
use POE qw(Component::Server::TCP);
my $hs = Protocol::WebSocket::Handshake::Server->new;
my $frame = Protocol::WebSocket::Frame->new;
POE::Component::Server::TCP->new(
Port => 3... | 20.615385 | 67 | 0.532338 |
ed3b0cc11b33344ee6b7fb5c4ed823342de81b57 | 3,455 | t | Perl | S12-introspection/WHAT.t | b2gills/roast | 4b689b3c9cc2642fdeb8176a24415ec1540f013f | [
"Artistic-2.0"
] | null | null | null | S12-introspection/WHAT.t | b2gills/roast | 4b689b3c9cc2642fdeb8176a24415ec1540f013f | [
"Artistic-2.0"
] | null | null | null | S12-introspection/WHAT.t | b2gills/roast | 4b689b3c9cc2642fdeb8176a24415ec1540f013f | [
"Artistic-2.0"
] | null | null | null | use v6;
use Test;
plan 37;
# =head1 Introspection
# WHAT the type object of the type
my class A is Array {};
my class H is Hash {};
{
my $a;
ok $a.WHAT === Any, '$a default is Any';
my @a;
ok @a.WHAT === Array, '@a default is Array';
ok @a[0].WHAT === Any, '@a[0] default i... | 30.307018 | 79 | 0.518669 |
ed97a2c5c9ae3d8b1c1196694e4dbc22f6336a33 | 86 | t | Perl | t/00_compile.t | wu-lee/p5-cgi-emulate-psgi | ff7906d763e23eec161c24c70052891903693eea | [
"Artistic-1.0"
] | 6 | 2015-02-28T08:34:43.000Z | 2021-03-24T16:34:16.000Z | t/00_compile.t | wu-lee/p5-cgi-emulate-psgi | ff7906d763e23eec161c24c70052891903693eea | [
"Artistic-1.0"
] | 4 | 2016-02-16T15:14:46.000Z | 2017-05-04T22:07:25.000Z | t/00_compile.t | wu-lee/p5-cgi-emulate-psgi | ff7906d763e23eec161c24c70052891903693eea | [
"Artistic-1.0"
] | 4 | 2015-07-21T15:08:35.000Z | 2018-01-14T06:39:21.000Z | use strict;
use warnings;
use Test::More;
use_ok 'CGI::Emulate::PSGI';
done_testing;
| 12.285714 | 28 | 0.732558 |
ed7917199ec289516d2d46251d3090cfc4a12c48 | 110 | t | Perl | t/test_parseopt.dash.t | chneukirchen/parseopt | be241590fb8a71e611d7f981fa22de4ada7acdf2 | [
"CC0-1.0"
] | 1 | 2018-07-07T14:05:43.000Z | 2018-07-07T14:05:43.000Z | t/test_parseopt.dash.t | chneukirchen/parseopt | be241590fb8a71e611d7f981fa22de4ada7acdf2 | [
"CC0-1.0"
] | null | null | null | t/test_parseopt.dash.t | chneukirchen/parseopt | be241590fb8a71e611d7f981fa22de4ada7acdf2 | [
"CC0-1.0"
] | null | null | null | #!/bin/sh -e
if sh=$(command -v dash); then
exec $sh t/test_parseopt.sh
else
echo "Bail out! no dash"
fi
| 13.75 | 30 | 0.645455 |
ed7fed9a0d5de3f4c28ef53208abe9951266fe8d | 6,475 | pm | Perl | cloud/azure/database/mysql/mode/connections.pm | Maxime-Pegard/centreon-plugins | 7d35c9827d647a5107b22df914d0dd502e4dc6f0 | [
"Apache-2.0"
] | 316 | 2015-01-18T20:37:21.000Z | 2022-03-27T00:20:35.000Z | cloud/azure/database/mysql/mode/connections.pm | Maxime-Pegard/centreon-plugins | 7d35c9827d647a5107b22df914d0dd502e4dc6f0 | [
"Apache-2.0"
] | 2,333 | 2015-04-26T19:10:19.000Z | 2022-03-31T15:35:21.000Z | cloud/azure/database/mysql/mode/connections.pm | Maxime-Pegard/centreon-plugins | 7d35c9827d647a5107b22df914d0dd502e4dc6f0 | [
"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... | 34.259259 | 146 | 0.625174 |
ed92ed15941efda30ca110f0ba9d7aebda86e149 | 3,524 | t | Perl | cgview_comparison_tool/lib/bioperl-1.2.3/t/Perl.t | kellyhuang21/CircularGenomeVizApp | 4f241aded41258285c7b063cb9728fea459f6400 | [
"MIT"
] | null | null | null | cgview_comparison_tool/lib/bioperl-1.2.3/t/Perl.t | kellyhuang21/CircularGenomeVizApp | 4f241aded41258285c7b063cb9728fea459f6400 | [
"MIT"
] | null | null | null | cgview_comparison_tool/lib/bioperl-1.2.3/t/Perl.t | kellyhuang21/CircularGenomeVizApp | 4f241aded41258285c7b063cb9728fea459f6400 | [
"MIT"
] | null | null | null | # This is -*-Perl-*- code
## Bioperl Test Harness Script for Modules
##
# $Id: Perl.t,v 1.6 2002/12/09 15:45:03 jason Exp $
# Before `make install' is performed this script should be runnable with
# `make test'. After `make install' it should work as `perl test.t'
use strict;
use vars qw($NUMTESTS $DEBUG $BIODBTESTS)... | 24.643357 | 115 | 0.627128 |
ed93a6c289f467b93d0f9aad980e2793c01ed14d | 214 | pl | Perl | silk-src/src/rwaddrcount/tests/rwaddrcount-help.pl | mjschultz/netsa-pkg | 07bf4ff29a73ebc0f58e4aa27d3ad6b1dee7fc83 | [
"Apache-2.0"
] | 3 | 2018-06-01T06:55:14.000Z | 2021-11-14T22:51:04.000Z | silk-src/src/rwaddrcount/tests/rwaddrcount-help.pl | mjschultz/netsa-pkg | 07bf4ff29a73ebc0f58e4aa27d3ad6b1dee7fc83 | [
"Apache-2.0"
] | 3 | 2017-07-02T17:03:34.000Z | 2021-09-09T17:05:31.000Z | silk-src/src/rwaddrcount/tests/rwaddrcount-help.pl | mjschultz/netsa-pkg | 07bf4ff29a73ebc0f58e4aa27d3ad6b1dee7fc83 | [
"Apache-2.0"
] | 4 | 2017-08-14T15:42:31.000Z | 2022-01-24T16:24:27.000Z | #! /usr/bin/perl -w
# STATUS: OK
# TEST: ./rwaddrcount --help
use strict;
use SiLKTests;
my $rwaddrcount = check_silk_app('rwaddrcount');
my $cmd = "$rwaddrcount --help";
exit (check_exit_status($cmd) ? 0 : 1);
| 17.833333 | 48 | 0.668224 |
ed976186e3623782c31608cc8bdeb22cd4de04a0 | 30,236 | pm | Perl | lib/ConditionUtils/ConditionUtilsClient.pm | Tianhao-Gu/ConditionUtils | 6ee5d4a5e1b291b0b6021cb222863e927089fcec | [
"MIT"
] | null | null | null | lib/ConditionUtils/ConditionUtilsClient.pm | Tianhao-Gu/ConditionUtils | 6ee5d4a5e1b291b0b6021cb222863e927089fcec | [
"MIT"
] | 1 | 2018-08-29T22:05:38.000Z | 2018-08-29T22:05:38.000Z | lib/ConditionUtils/ConditionUtilsClient.pm | Tianhao-Gu/ConditionUtils | 6ee5d4a5e1b291b0b6021cb222863e927089fcec | [
"MIT"
] | null | null | null | package ConditionUtils::ConditionUtilsClient;
use JSON::RPC::Client;
use POSIX;
use strict;
use Data::Dumper;
use URI;
use Bio::KBase::Exceptions;
my $get_time = sub { time, 0 };
eval {
require Time::HiRes;
$get_time = sub { Time::HiRes::gettimeofday() };
};
use Bio::KBase::AuthToken;
# Client version should... | 24.266453 | 232 | 0.670591 |
ed6a67efdacdeb561eedda0cc9ddaa838a853574 | 39,272 | pm | Perl | external/win_perl/lib/Win32/ODBC.pm | phixion/l0phtcrack | 48ee2f711134e178dbedbd925640f6b3b663fbb5 | [
"Apache-2.0",
"MIT"
] | 2 | 2021-10-20T00:25:39.000Z | 2021-11-08T12:52:42.000Z | external/win_perl/lib/Win32/ODBC.pm | Brute-f0rce/l0phtcrack | 25f681c07828e5e68e0dd788d84cc13c154aed3d | [
"Apache-2.0",
"MIT"
] | null | null | null | external/win_perl/lib/Win32/ODBC.pm | Brute-f0rce/l0phtcrack | 25f681c07828e5e68e0dd788d84cc13c154aed3d | [
"Apache-2.0",
"MIT"
] | 1 | 2022-03-14T06:41:16.000Z | 2022-03-14T06:41:16.000Z | package Win32::ODBC;
$VERSION = '0.035';
# Win32::ODBC.pm
# +==========================================================+
# | |
# | ODBC.PM package |
# | --------------- ... | 26.286479 | 182 | 0.619602 |
ed548cdacac81b21b21f32848830ed089fba9ecc | 43,689 | pm | Perl | lib/SNMP/Info/Layer3/Aruba.pm | semirke/snmp-info | 26320033e9e27e05a5ee835f7ee821e8f5265b52 | [
"BSD-3-Clause"
] | 1 | 2019-05-28T13:20:18.000Z | 2019-05-28T13:20:18.000Z | lib/SNMP/Info/Layer3/Aruba.pm | semirke/snmp-info | 26320033e9e27e05a5ee835f7ee821e8f5265b52 | [
"BSD-3-Clause"
] | null | null | null | lib/SNMP/Info/Layer3/Aruba.pm | semirke/snmp-info | 26320033e9e27e05a5ee835f7ee821e8f5265b52 | [
"BSD-3-Clause"
] | null | null | null | # SNMP::Info::Layer3::Aruba
# $Id$
#
# Copyright (c) 2013 Eric Miller
# 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 notic... | 23.756933 | 89 | 0.618371 |
ed05f6497616601c3e5b86c795059b5ded72e7fe | 661 | pl | Perl | examples/Perl/taskvent.pl | gaubert/zguide | e24c02481c47b129a37f261d1109140572f255f4 | [
"Zed",
"X11",
"MIT"
] | 1 | 2015-11-05T03:41:04.000Z | 2015-11-05T03:41:04.000Z | examples/Perl/taskvent.pl | gaubert/zguide | e24c02481c47b129a37f261d1109140572f255f4 | [
"Zed",
"X11",
"MIT"
] | null | null | null | examples/Perl/taskvent.pl | gaubert/zguide | e24c02481c47b129a37f261d1109140572f255f4 | [
"Zed",
"X11",
"MIT"
] | null | null | null | No-one has translated the taskvent example into Perl yet. Be the first to create
taskvent in Perl and get one free Internet! If you're the author of the Perl
binding, this is a great way to get people to use 0MQ in Perl.
To submit a new translation email it to zeromq-dev@lists.zeromq.org. Please:
* Stick to identi... | 47.214286 | 81 | 0.77761 |
ed8c929c16b3819e385d3aada186d906324dfe6d | 8,018 | pm | Perl | CloverPackage/package/bin/po4a/lib/Locale/Po4a/Xhtml.pm | harperse/CloverBootloader | 8d1baad2a62c66aae776cfd45d832399632c299e | [
"BSD-2-Clause"
] | null | null | null | CloverPackage/package/bin/po4a/lib/Locale/Po4a/Xhtml.pm | harperse/CloverBootloader | 8d1baad2a62c66aae776cfd45d832399632c299e | [
"BSD-2-Clause"
] | null | null | null | CloverPackage/package/bin/po4a/lib/Locale/Po4a/Xhtml.pm | harperse/CloverBootloader | 8d1baad2a62c66aae776cfd45d832399632c299e | [
"BSD-2-Clause"
] | null | null | null | #!/usr/bin/perl
# Po4a::Xhtml.pm
#
# extract and translate translatable strings from XHTML documents.
#
# This code extracts plain text from tags and attributes from strict XHTML
# documents.
#
# Copyright (c) 2005 by Yves Rütschlé <po4a@rutschle.net>
# Copyright (c) 2007-2008 by Nicolas François <nicolas.fr... | 33.689076 | 81 | 0.50424 |
ed1333f781f14a157d367a8c2cc8d8d2d0e0f73c | 2,595 | pm | Perl | auto-lib/Paws/LexModels/GetSlotTypeResponse.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/LexModels/GetSlotTypeResponse.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/LexModels/GetSlotTypeResponse.pm | 0leksii/aws-sdk-perl | b2132fe3c79a06fd15b6137e8a0eb628de722e0f | [
"Apache-2.0"
] | 87 | 2015-04-22T06:29:47.000Z | 2021-09-29T14:45:55.000Z |
package Paws::LexModels::GetSlotTypeResponse;
use Moose;
has Checksum => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'checksum');
has CreatedDate => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'createdDate');
has Description => (is => 'ro', isa => 'Str', ... | 30.529412 | 175 | 0.696724 |
edab58769cb5b57c90a1d1d36a62c69bbdb065f4 | 1,032 | pl | Perl | gen_traces.pl | rispoli/nesy | 324172e705d3eb59383088a54c674011c0eab9a0 | [
"Unlicense"
] | 1 | 2020-03-10T10:16:15.000Z | 2020-03-10T10:16:15.000Z | gen_traces.pl | rispoli/nesy | 324172e705d3eb59383088a54c674011c0eab9a0 | [
"Unlicense"
] | null | null | null | gen_traces.pl | rispoli/nesy | 324172e705d3eb59383088a54c674011c0eab9a0 | [
"Unlicense"
] | null | null | null | :- [nn2m].
gen_traces(HowMany, Length, NRules, Observations, Output) :-
rule_placeholder(NRules, Rules_Placeholder),
io_layer(Rules_Placeholder, Observations, IO_layer, _),
tell(Output),
print_n_traces(HowMany, Length, IO_layer, Observations),
told.
rule_placeholder(0, []) :- !.
rule_placeholder(N... | 32.25 | 64 | 0.668605 |
ed6200d9bb17e2783a8890ba9d1d20c08ea49418 | 1,880 | al | Perl | benchmark/benchmarks/FASP-benchmarks/data/random/random-0302-120-492.al | krzysg/FaspHeuristic | 1929c40e3fbc49e68b04acfc5522539a18758031 | [
"MIT"
] | null | null | null | benchmark/benchmarks/FASP-benchmarks/data/random/random-0302-120-492.al | krzysg/FaspHeuristic | 1929c40e3fbc49e68b04acfc5522539a18758031 | [
"MIT"
] | null | null | null | benchmark/benchmarks/FASP-benchmarks/data/random/random-0302-120-492.al | krzysg/FaspHeuristic | 1929c40e3fbc49e68b04acfc5522539a18758031 | [
"MIT"
] | null | null | null | 1 10 31 33 46 111
2 32 40 116
3 32 43 68 107 116
4 32 100
5 9 25 35 79 93
6 58 61
7 11 43 56 86 90 112
8 5 27 86 93
9
10 41 61 85 98
11 4 45 86 102
12 2 46 68 74 97
13 1 11 40 49 100
14 22 52 86 102 119
15 13 35 48 94
16
17 7 36 84 98
18 5 118
19 32 34 36 52 66 69
20 7 64
21 14 63 84 99
22 11 18 38 58 60
23 25 47 59 96... | 15.666667 | 32 | 0.675 |
ed54670e82e9c692a24c3152c8887e8d12131cc5 | 954 | t | Perl | tests/directedgraph/callback.t | Gaia-Interactive/gaia_core_php | c6ef27682e4ed96cd8d55ae4649e9ed59d18e02a | [
"BSD-3-Clause"
] | 3 | 2015-02-23T19:57:07.000Z | 2020-07-13T16:02:01.000Z | tests/directedgraph/callback.t | Gaia-Interactive/gaia_core_php | c6ef27682e4ed96cd8d55ae4649e9ed59d18e02a | [
"BSD-3-Clause"
] | null | null | null | tests/directedgraph/callback.t | Gaia-Interactive/gaia_core_php | c6ef27682e4ed96cd8d55ae4649e9ed59d18e02a | [
"BSD-3-Clause"
] | 4 | 2015-03-03T08:14:12.000Z | 2019-01-09T04:46:43.000Z | #!/usr/bin/env php
<?php
include_once __DIR__ . '/../common.php';
use Gaia\Test\Tap;
use Gaia\DirectedGraph\Node;
use Gaia\DirectedGraph\Execution;
Tap::plan(4);
// one --> two --> three
// | |
// +---<---+
class TestCallee {
public $invoke = 0;
public function run(){ $this->invoke++; }
}
$callee = ... | 28.058824 | 82 | 0.637317 |
eda87c87e39b6cf405fb801db2e1cfafd844c730 | 6,875 | pm | Perl | modules/Bio/EnsEMBL/Analysis/Hive/RunnableDB/HiveBaseRunnableDB.pm | ens-bwalts/ensembl-analysis | 0ce32243f3ce17aad133ee1f5016e20ddff545bd | [
"Apache-2.0"
] | null | null | null | modules/Bio/EnsEMBL/Analysis/Hive/RunnableDB/HiveBaseRunnableDB.pm | ens-bwalts/ensembl-analysis | 0ce32243f3ce17aad133ee1f5016e20ddff545bd | [
"Apache-2.0"
] | null | null | null | modules/Bio/EnsEMBL/Analysis/Hive/RunnableDB/HiveBaseRunnableDB.pm | ens-bwalts/ensembl-analysis | 0ce32243f3ce17aad133ee1f5016e20ddff545bd | [
"Apache-2.0"
] | null | null | null | #!/usr/bin/env perl
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www... | 25.091241 | 102 | 0.625309 |
ed3b988fe138ab27ca87431cb204074e2bebb769 | 7,093 | al | Perl | Modules/System/Azure Blob Services API/src/Helper/ABSHttpContentHelper.Codeunit.al | manjulchauhan/ALAppExtensions | 3f2f1d6e5337188b1af9c0275420f1c1de036a7f | [
"MIT"
] | 127 | 2018-04-17T18:03:03.000Z | 2019-05-06T18:54:17.000Z | Modules/System/Azure Blob Services API/src/Helper/ABSHttpContentHelper.Codeunit.al | snu-development/ALAppExtensions | 371a27fe48483be776642dde19483a87ae27289c | [
"MIT"
] | 2,279 | 2018-09-12T12:01:49.000Z | 2019-05-06T13:59:35.000Z | Modules/System/Azure Blob Services API/src/Helper/ABSHttpContentHelper.Codeunit.al | snu-development/ALAppExtensions | 371a27fe48483be776642dde19483a87ae27289c | [
"MIT"
] | 41 | 2018-05-17T11:19:52.000Z | 2019-04-30T17:30:38.000Z | // ------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------... | 40.531429 | 204 | 0.684196 |
edac505349ef7bb797182ded5d843e6a6307e5a3 | 2,652 | pm | Perl | lib/ISDB/Schema/Result/SummaryByGene.pm | MullinsLab/ISDB | 1792bd8f788373314d290b08ea7f216bfc78c1c6 | [
"CC-BY-4.0"
] | 2 | 2018-09-01T21:41:01.000Z | 2020-04-08T05:21:58.000Z | lib/ISDB/Schema/Result/SummaryByGene.pm | MullinsLab/ISDB | 1792bd8f788373314d290b08ea7f216bfc78c1c6 | [
"CC-BY-4.0"
] | 3 | 2018-04-13T16:18:57.000Z | 2018-04-18T12:50:03.000Z | lib/ISDB/Schema/Result/SummaryByGene.pm | MullinsLab/ISDB | 1792bd8f788373314d290b08ea7f216bfc78c1c6 | [
"CC-BY-4.0"
] | 4 | 2017-11-22T23:34:26.000Z | 2019-11-11T03:11:22.000Z | use utf8;
package ISDB::Schema::Result::SummaryByGene;
# Created by DBIx::Class::Schema::Loader
# DO NOT MODIFY THE FIRST PART OF THIS FILE
=head1 NAME
ISDB::Schema::Result::SummaryByGene
=cut
use strict;
use warnings;
use base 'DBIx::Class::Core';
=head1 COMPONENTS LOADED
=over 4
=item * L<ISDB::Schema::Infla... | 17.333333 | 71 | 0.677602 |
ed49239b265d4e80d82a9c75ea98ee83aef9e793 | 16,102 | pm | Perl | perl/vendor/lib/File/chmod.pm | mnikolop/Thesis_project_CyberDoc | 9a37fdd5a31de24cb902ee31ef19eb992faa1665 | [
"Apache-2.0"
] | 4 | 2018-04-20T07:27:13.000Z | 2021-12-21T05:19:24.000Z | perl/vendor/lib/File/chmod.pm | mnikolop/Thesis_project_CyberDoc | 9a37fdd5a31de24cb902ee31ef19eb992faa1665 | [
"Apache-2.0"
] | 4 | 2021-03-10T19:10:00.000Z | 2021-05-11T14:58:19.000Z | perl/vendor/lib/File/chmod.pm | mnikolop/Thesis_project_CyberDoc | 9a37fdd5a31de24cb902ee31ef19eb992faa1665 | [
"Apache-2.0"
] | 1 | 2019-11-12T02:29:26.000Z | 2019-11-12T02:29:26.000Z | package File::chmod;
use Carp;
use strict;
use vars qw(
$VERSION @ISA @EXPORT @EXPORT_OK $DEBUG
$UMASK $MASK $VAL $W $MODE
);
require Exporter;
@ISA = qw( Exporter );
@EXPORT = qw( chmod getchmod );
@EXPORT_OK = qw( symchmod lschmod getsymchmod getlschmod getmod );
$VERSION = '0.32';
$DEBUG = 1;
$UMASK = 1;
$MA... | 24.848765 | 79 | 0.630853 |
ed608a0c98ecaceabcb0d5aa352cf16711f76af1 | 7,931 | pm | Perl | modules/Bio/EnsEMBL/Production/Pipeline/Base.pm | dbolser-ebi/ensembl-production | 70af4644b051b1b6b288871ad1b16efc8d65da90 | [
"Apache-2.0"
] | null | null | null | modules/Bio/EnsEMBL/Production/Pipeline/Base.pm | dbolser-ebi/ensembl-production | 70af4644b051b1b6b288871ad1b16efc8d65da90 | [
"Apache-2.0"
] | null | null | null | modules/Bio/EnsEMBL/Production/Pipeline/Base.pm | dbolser-ebi/ensembl-production | 70af4644b051b1b6b288871ad1b16efc8d65da90 | [
"Apache-2.0"
] | null | null | null | =head1 LICENSE
Copyright [1999-2013] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licen... | 28.024735 | 167 | 0.61619 |
edabbd35c1fb42e3a34b588a4b910888c58605cf | 421 | pl | Perl | Task/Modular-exponentiation/Perl/modular-exponentiation.pl | mullikine/RosettaCodeData | 4f0027c6ce83daa36118ee8b67915a13cd23ab67 | [
"Info-ZIP"
] | 1 | 2021-05-05T13:42:20.000Z | 2021-05-05T13:42:20.000Z | Task/Modular-exponentiation/Perl/modular-exponentiation.pl | mullikine/RosettaCodeData | 4f0027c6ce83daa36118ee8b67915a13cd23ab67 | [
"Info-ZIP"
] | null | null | null | Task/Modular-exponentiation/Perl/modular-exponentiation.pl | mullikine/RosettaCodeData | 4f0027c6ce83daa36118ee8b67915a13cd23ab67 | [
"Info-ZIP"
] | null | null | null | use bigint;
sub expmod {
my($a, $b, $n) = @_;
my $c = 1;
do {
($c *= $a) %= $n if $b % 2;
($a *= $a) %= $n;
} while ($b = int $b/2);
$c;
}
my $a = 2988348162058574136915891421498819466320163312926952423791023078876139;
my $b = 2351399303373464486466122544523690094744975233415544072... | 22.157895 | 79 | 0.56057 |
eda0c6b6f9ec4e9aad37ddebed64db5322e41608 | 4,486 | pm | Perl | lib/CXGN/Pedigree/AddCrossInfo.pm | dwaring87/sgn | 1d7b7de9c4fdb1f3b22a1fcff070f2c3846e4fd0 | [
"MIT"
] | null | null | null | lib/CXGN/Pedigree/AddCrossInfo.pm | dwaring87/sgn | 1d7b7de9c4fdb1f3b22a1fcff070f2c3846e4fd0 | [
"MIT"
] | null | null | null | lib/CXGN/Pedigree/AddCrossInfo.pm | dwaring87/sgn | 1d7b7de9c4fdb1f3b22a1fcff070f2c3846e4fd0 | [
"MIT"
] | null | null | null | package CXGN::Pedigree::AddCrossInfo;
=head1 NAME
CXGN::Pedigree::AddCrossInfo - a module to add cross information such as date of pollination, number of flowers pollinated, number of fruits set as stock properties for cross.
=head1 USAGE
my $cross_add_info = CXGN::Pedigree::AddCrossInfo->new({ chado_schema => $cha... | 33.477612 | 204 | 0.645341 |
eda1cbfc4a71f45369c96e1c635be0adfc86d6c0 | 2,941 | t | Perl | modules/t/genomicFeatureDiseaseLogAdaptor.t | olaaustine/ensembl-gene2phenotype | feedcf790df2c2dab1545bfc705f78de818e1463 | [
"Apache-2.0"
] | null | null | null | modules/t/genomicFeatureDiseaseLogAdaptor.t | olaaustine/ensembl-gene2phenotype | feedcf790df2c2dab1545bfc705f78de818e1463 | [
"Apache-2.0"
] | null | null | null | modules/t/genomicFeatureDiseaseLogAdaptor.t | olaaustine/ensembl-gene2phenotype | feedcf790df2c2dab1545bfc705f78de818e1463 | [
"Apache-2.0"
] | null | null | null | =head1 LICENSE
See the NOTICE file distributed with this work for additional information
regarding copyright ownership.
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... | 39.743243 | 146 | 0.773206 |
ed8fcd4e76dfd24884f1575ecb89b3c45eec133b | 26,947 | pl | Perl | books/build/make_cert_help.pl | nzt/acl2 | 31c179001a2ebbe262131ef02e15b1fb833485f4 | [
"BSD-3-Clause"
] | null | null | null | books/build/make_cert_help.pl | nzt/acl2 | 31c179001a2ebbe262131ef02e15b1fb833485f4 | [
"BSD-3-Clause"
] | null | null | null | books/build/make_cert_help.pl | nzt/acl2 | 31c179001a2ebbe262131ef02e15b1fb833485f4 | [
"BSD-3-Clause"
] | null | null | null | #!/usr/bin/env perl
# cert.pl build system
# Copyright (C) 2008-2014 Centaur Technology
#
# Contact:
# Centaur Technology Formal Verification Group
# 7600-C N. Capital of Texas Highway, Suite 300, Austin, TX 78731, USA.
# http://www.centtech.com/
#
# License: (An MIT/X11-style license)
#
# Permission is hereby... | 31.739694 | 109 | 0.613018 |
ed723b61c6d373a5d7458d42faf3f1acef8b87c8 | 1,475 | pm | Perl | lib/Alien/TidyHTML5.pm | robrwo/Alien-TidyHTML5 | cb2bfda5ccd4a4366c2095141342340a254d9c87 | [
"ClArtistic"
] | null | null | null | lib/Alien/TidyHTML5.pm | robrwo/Alien-TidyHTML5 | cb2bfda5ccd4a4366c2095141342340a254d9c87 | [
"ClArtistic"
] | 4 | 2018-05-05T09:38:13.000Z | 2021-09-30T05:22:53.000Z | lib/Alien/TidyHTML5.pm | robrwo/Alien-TidyHTML5 | cb2bfda5ccd4a4366c2095141342340a254d9c87 | [
"ClArtistic"
] | 1 | 2018-10-29T13:34:02.000Z | 2018-10-29T13:34:02.000Z | package Alien::TidyHTML5;
# ABSTRACT: Download and install HTML Tidy
use v5.8;
use strict;
use warnings;
use base qw/ Alien::Base /;
use File::Spec::Functions qw/ catfile /;
use List::Util qw/ first /;
use namespace::autoclean;
our $VERSION = 'v0.3.5';
=head1 DESCRIPTION
This distribution provides tidy (a.k.a... | 20.774648 | 69 | 0.733559 |
ed6461ddef787d01ab4e64af507bedddd4b3fe83 | 2,030 | t | Perl | t/regression/chart_area05.t | jmcnamara/excel-writer-xlsx | bf5c38ea46f95cbd7e0c00ec00704a9de11627da | [
"Artistic-1.0-Perl"
] | 61 | 2015-02-03T02:49:53.000Z | 2022-02-13T09:17:53.000Z | t/regression/chart_area05.t | jmcnamara/excel-writer-xlsx | bf5c38ea46f95cbd7e0c00ec00704a9de11627da | [
"Artistic-1.0-Perl"
] | 167 | 2015-01-02T09:25:11.000Z | 2022-02-16T22:04:20.000Z | t/regression/chart_area05.t | jmcnamara/excel-writer-xlsx | bf5c38ea46f95cbd7e0c00ec00704a9de11627da | [
"Artistic-1.0-Perl"
] | 31 | 2015-02-16T12:06:45.000Z | 2021-10-14T13:03:22.000Z | ###############################################################################
#
# Tests the output of Excel::Writer::XLSX against Excel generated files.
#
# Copyright 2000-2021, John McNamara, jmcnamara@cpan.org
#
use lib 't/lib';
use TestFunctions qw(_compare_xlsx_files _is_deep_diff);
use strict;
use warnings;
us... | 22.065217 | 83 | 0.504433 |
ed9d57bbc39ecb01c87bc9d99b725b8b3233c4b9 | 3,503 | t | Perl | t/pointer.t | FGasper/p5-TOML-XS | 1996dd17e6da83914981a7cb94407a7c49bf43c2 | [
"MIT"
] | 4 | 2021-05-03T22:38:35.000Z | 2022-01-24T12:54:59.000Z | t/pointer.t | FGasper/p5-TOML-XS | 1996dd17e6da83914981a7cb94407a7c49bf43c2 | [
"MIT"
] | 2 | 2021-04-09T20:32:23.000Z | 2021-04-15T22:03:54.000Z | t/pointer.t | FGasper/p5-TOML-XS | 1996dd17e6da83914981a7cb94407a7c49bf43c2 | [
"MIT"
] | null | null | null | ## Please see file perltidy.ERR
## Please see file perltidy.ERR
## Please see file perltidy.ERR
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use Test::FailWarnings;
use Test::Deep;
use Config;
use TOML::XS;
my $toml = <<END;
# This is a TOML document
"Löwe" = "Löwe"
boolean = false
integer = 123
... | 24.843972 | 121 | 0.522124 |
73d60c40eab5cb8cbc9d24f8f6fbdfe9f9122fba | 673 | pm | Perl | auto-lib/Paws/ACM/GetCertificateResponse.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/ACM/GetCertificateResponse.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/ACM/GetCertificateResponse.pm | 0leksii/aws-sdk-perl | b2132fe3c79a06fd15b6137e8a0eb628de722e0f | [
"Apache-2.0"
] | 87 | 2015-04-22T06:29:47.000Z | 2021-09-29T14:45:55.000Z |
package Paws::ACM::GetCertificateResponse;
use Moose;
has Certificate => (is => 'ro', isa => 'Str');
has CertificateChain => (is => 'ro', isa => 'Str');
has _request_id => (is => 'ro', isa => 'Str');
### main pod documentation begin ###
=head1 NAME
Paws::ACM::GetCertificateResponse
=head1 ATTRIBUTES
=he... | 19.228571 | 71 | 0.713224 |
eda72207dde2c0a35f752d98297a482cb733511a | 1,013 | pm | Perl | misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateUngappedBest1.pm | arnaudxk/ensembl | 2baa0f180dde74e9d89b7ac0495d15c79bc63ff3 | [
"Apache-2.0"
] | null | null | null | misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateUngappedBest1.pm | arnaudxk/ensembl | 2baa0f180dde74e9d89b7ac0495d15c79bc63ff3 | [
"Apache-2.0"
] | null | null | null | misc-scripts/xref_mapping/XrefMapper/Methods/ExonerateUngappedBest1.pm | arnaudxk/ensembl | 2baa0f180dde74e9d89b7ac0495d15c79bc63ff3 | [
"Apache-2.0"
] | 1 | 2016-02-17T09:50:07.000Z | 2016-02-17T09:50:07.000Z | =head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licen... | 20.673469 | 100 | 0.755183 |
73f3c471f17573d46bd4e03ca0b4c98a4ae33148 | 2,575 | pm | Perl | network/cyberoam/snmp/mode/services.pm | nribault/centreon-plugins | e99276ba80ba202392791e78d72b00f1306d1a99 | [
"Apache-2.0"
] | null | null | null | network/cyberoam/snmp/mode/services.pm | nribault/centreon-plugins | e99276ba80ba202392791e78d72b00f1306d1a99 | [
"Apache-2.0"
] | null | null | null | network/cyberoam/snmp/mode/services.pm | nribault/centreon-plugins | e99276ba80ba202392791e78d72b00f1306d1a99 | [
"Apache-2.0"
] | null | null | null | #
# Copyright 2020 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for
# service performance.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in com... | 24.759615 | 130 | 0.64932 |
ed47206df7dbcf0c66a4d005f2fcee65fab3ea8e | 12,192 | al | Perl | benchmark/benchmarks/FASP-benchmarks/data/planar-triangulations/triangulation-0785-790-2364.al | krzysg/FaspHeuristic | 1929c40e3fbc49e68b04acfc5522539a18758031 | [
"MIT"
] | null | null | null | benchmark/benchmarks/FASP-benchmarks/data/planar-triangulations/triangulation-0785-790-2364.al | krzysg/FaspHeuristic | 1929c40e3fbc49e68b04acfc5522539a18758031 | [
"MIT"
] | null | null | null | benchmark/benchmarks/FASP-benchmarks/data/planar-triangulations/triangulation-0785-790-2364.al | krzysg/FaspHeuristic | 1929c40e3fbc49e68b04acfc5522539a18758031 | [
"MIT"
] | null | null | null | 1 180 250 484 488
2 281 318
3 169 336 571 694
4 156 191 673
5 119
6 207 561 617 686
7 423 587
8 699 731
9 467 568
10 383 471
11 60 382 511 715
12 323 331 486 549
13 483 538 607
14 157 723
15 85 114 337 400 553 608
16 295 309 530 604
17 174 181 443 450
18 126 277 501
19 490
20 564 605 617
21 61 316
22 129 604 689
23 122... | 15.432911 | 35 | 0.741388 |
ed733147eddbb297bce8f801f548ed6e770f026b | 848 | t | Perl | core/server/t/20_xml/4.t | ptomulik/openxpki | 0e9459fc4b24f5bf9652c3345ea4ed68fdbc4381 | [
"Apache-2.0"
] | null | null | null | core/server/t/20_xml/4.t | ptomulik/openxpki | 0e9459fc4b24f5bf9652c3345ea4ed68fdbc4381 | [
"Apache-2.0"
] | null | null | null | core/server/t/20_xml/4.t | ptomulik/openxpki | 0e9459fc4b24f5bf9652c3345ea4ed68fdbc4381 | [
"Apache-2.0"
] | null | null | null |
use strict;
use warnings;
use English;
use Test::More;
use OpenXPKI::XML::Cache;
use Time::HiRes;
plan tests => 4;
print STDERR "SCHEMA VALIDATION\n" if $ENV{VERBOSE};
TODO: {
local $TODO = 'Schema is outdated, see #1702814';
## create new object
my $obj = eval {OpenXPKI::XML::Cache->new(CONFIG => "t/co... | 29.241379 | 76 | 0.597877 |
ed587b3f2e71cab8c1c161a2687917b7f7651924 | 12,011 | ph | Perl | rootfs/usr/lib/perl/5.14.2/stddef.ph | kappaIO-Dev/kappaIO-sdk-armhf-crosscompile | 66fc5fc21e6235f7a3be72a7ccac68e2224b7fb2 | [
"MIT"
] | null | null | null | rootfs/usr/lib/perl/5.14.2/stddef.ph | kappaIO-Dev/kappaIO-sdk-armhf-crosscompile | 66fc5fc21e6235f7a3be72a7ccac68e2224b7fb2 | [
"MIT"
] | null | null | null | rootfs/usr/lib/perl/5.14.2/stddef.ph | kappaIO-Dev/kappaIO-sdk-armhf-crosscompile | 66fc5fc21e6235f7a3be72a7ccac68e2224b7fb2 | [
"MIT"
] | null | null | null | require '_h2ph_pre.ph';
no warnings qw(redefine misc);
if((!defined(&_STDDEF_H) && !defined(&_STDDEF_H_) && !defined(&_ANSI_STDDEF_H) && !defined(&__STDDEF_H__)) || defined(&__need_wchar_t) || defined(&__need_size_t) || defined(&__need_ptrdiff_t) || defined(&__need_NULL) || defined(&__need_wint_t)) {
if((!defi... | 41.417241 | 249 | 0.603197 |
ed6bb4a2a9f6599ecd3b73d2d9579ecf6da386a4 | 13,855 | pm | Perl | database/postgres/mode/statistics.pm | cstegm/centreon-plugins | b29bdb670de52a22d3520661dc7b9d2548ae7a1a | [
"Apache-2.0"
] | null | null | null | database/postgres/mode/statistics.pm | cstegm/centreon-plugins | b29bdb670de52a22d3520661dc7b9d2548ae7a1a | [
"Apache-2.0"
] | null | null | null | database/postgres/mode/statistics.pm | cstegm/centreon-plugins | b29bdb670de52a22d3520661dc7b9d2548ae7a1a | [
"Apache-2.0"
] | null | null | null | #
# Copyright 2019 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for
# service performance.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in com... | 39.927954 | 252 | 0.452039 |
ed4b9d580c7ebe9826178b9aa079db388967d7b0 | 874 | pm | Perl | lib/Milter/SMTPAuth/Limit/CountryCountWeight.pm | sischkg/smtpauth-manager | fb913154102dc6924c8b1119e4bff026471b90a3 | [
"Unlicense"
] | null | null | null | lib/Milter/SMTPAuth/Limit/CountryCountWeight.pm | sischkg/smtpauth-manager | fb913154102dc6924c8b1119e4bff026471b90a3 | [
"Unlicense"
] | null | null | null | lib/Milter/SMTPAuth/Limit/CountryCountWeight.pm | sischkg/smtpauth-manager | fb913154102dc6924c8b1119e4bff026471b90a3 | [
"Unlicense"
] | null | null | null |
package Milter::SMTPAuth::Limit::CountryCountWeight;
use Moose;
use Sys::Syslog;
use Milter::SMTPAuth::Exception;
use Milter::SMTPAuth::Limit::Role;
with 'Milter::SMTPAuth::Limit::Role';
has 'ratio' => ( isa => 'Num', is => 'rw', default => 1 );
sub load_config {
my $this = shift;
my ( $config_data ) = @_;... | 20.325581 | 64 | 0.584668 |
ed13d32732954018b586eaaa1b0aef376f82a4ad | 347 | al | Perl | perl/src/Cross/android/perl/5.10.0/auto/POSIX/pow.al | nokibsarkar/sl4a | d3c17dca978cbeee545e12ea240a9dbf2a6999e9 | [
"Apache-2.0"
] | 2,293 | 2015-01-02T12:46:10.000Z | 2022-03-29T09:45:43.000Z | perl/src/Cross/android/perl/5.10.0/auto/POSIX/pow.al | nokibsarkar/sl4a | d3c17dca978cbeee545e12ea240a9dbf2a6999e9 | [
"Apache-2.0"
] | 315 | 2015-05-31T11:55:46.000Z | 2022-01-12T08:36:37.000Z | perl/src/Cross/android/perl/5.10.0/auto/POSIX/pow.al | nokibsarkar/sl4a | d3c17dca978cbeee545e12ea240a9dbf2a6999e9 | [
"Apache-2.0"
] | 1,033 | 2015-01-04T07:48:40.000Z | 2022-03-24T09:34:37.000Z | # NOTE: Derived from ../../lib/../xlib/arm/POSIX.pm.
# Changes made here will be lost when autosplit is run again.
# See AutoSplit.pm.
package POSIX;
#line 186 "../../lib/../xlib/arm/POSIX.pm (autosplit into ../../lib/../xlib/arm/auto/POSIX/pow.al)"
sub pow {
usage "pow(x,exponent)" if @_ != 2;
$_[0] ** $_[1];... | 24.785714 | 99 | 0.610951 |
ed9fbf87c7ca3fa26b26b2fcab9ab15a9763cdd2 | 2,790 | pm | Perl | lib/Smartcat/Client/ApiFactory.pm | ta2-1/smartcat-api-perl | 584f1a4c0f61a635bb28700011003bad632e188b | [
"Apache-2.0"
] | null | null | null | lib/Smartcat/Client/ApiFactory.pm | ta2-1/smartcat-api-perl | 584f1a4c0f61a635bb28700011003bad632e188b | [
"Apache-2.0"
] | 1 | 2020-07-20T18:06:22.000Z | 2020-07-20T23:33:45.000Z | lib/Smartcat/Client/ApiFactory.pm | ta2-1/smartcat-api-perl | 584f1a4c0f61a635bb28700011003bad632e188b | [
"Apache-2.0"
] | null | null | null |
=begin comment
Smartcat Integration API
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
OpenAPI spec version: v1
Generated by: https://github.com/swagger-api/swagger-codegen.git
=end comment
=cut
#
# NOTE: This class is auto generated by the swagger code gen... | 21.29771 | 104 | 0.674552 |
ed6e0a653e368a419d1730dadd28ef407328efb9 | 2,250 | t | Perl | t/04static.t | denormal/perl-Class-Declare-Attributes | 07ec56eefa794c3d8412362a965531b7b9e88875 | [
"Artistic-2.0"
] | null | null | null | t/04static.t | denormal/perl-Class-Declare-Attributes | 07ec56eefa794c3d8412362a965531b7b9e88875 | [
"Artistic-2.0"
] | null | null | null | t/04static.t | denormal/perl-Class-Declare-Attributes | 07ec56eefa794c3d8412362a965531b7b9e88875 | [
"Artistic-2.0"
] | null | null | null | #!/usr/bin/perl -Tw
# $Id: 04static.t 1515 2010-08-22 14:41:53Z ian $
# static.t
#
# Ensure static methods are handled correctly.
use strict;
use lib qw( t );
use Class::Declare::Attributes::Test qw( :constants );
# define the test type
my $type = 'static'; # testing static met... | 35.714286 | 77 | 0.609333 |
ed7b640a149edc1bd371f2f1256b2186661b31e2 | 19,057 | pm | Perl | lib/Statocles/App/Blog.pm | manwar/Statocles | 5d631ccfefe6bb1ee192e70566c3b87fb8902311 | [
"Artistic-1.0"
] | 87 | 2015-01-25T07:37:33.000Z | 2022-01-12T16:33:44.000Z | lib/Statocles/App/Blog.pm | manwar/Statocles | 5d631ccfefe6bb1ee192e70566c3b87fb8902311 | [
"Artistic-1.0"
] | 473 | 2015-01-04T04:59:48.000Z | 2022-03-19T15:59:27.000Z | lib/Statocles/App/Blog.pm | manwar/Statocles | 5d631ccfefe6bb1ee192e70566c3b87fb8902311 | [
"Artistic-1.0"
] | 39 | 2015-02-05T13:22:29.000Z | 2022-02-12T02:52:34.000Z | package Statocles::App::Blog;
our $VERSION = '0.094';
# ABSTRACT: A blog application
use Text::Unidecode;
use Statocles::Base 'Class';
use Getopt::Long qw( GetOptionsFromArray );
use Statocles::Document;
use Statocles::Page::Document;
use Statocles::Page::List;
use Statocles::Util qw( run_editor read_stdin );
with 'St... | 25.207672 | 131 | 0.533662 |
ed8a272af694184a4281bceea3b34b3b49aa0740 | 2,804 | pm | Perl | auto-lib/Paws/Proton/UpdateService.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/Proton/UpdateService.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/Proton/UpdateService.pm | 0leksii/aws-sdk-perl | b2132fe3c79a06fd15b6137e8a0eb628de722e0f | [
"Apache-2.0"
] | 87 | 2015-04-22T06:29:47.000Z | 2021-09-29T14:45:55.000Z |
package Paws::Proton::UpdateService;
use Moose;
has Description => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'description' );
has Name => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'name' , required => 1);
has Spec => (is => 'ro', isa => 'Str', traits ... | 32.229885 | 249 | 0.712197 |
ed74879f975d402e0df33c70a309fae97dfe55b7 | 278 | pm | Perl | lib/Test2/Harness/UI/Schema/Result/EmailVerificationCode.pm | szabgab/Test2-Harness-UI | c2b659eafeb819f3886be1ec224c27a71b471469 | [
"Artistic-1.0",
"MIT"
] | null | null | null | lib/Test2/Harness/UI/Schema/Result/EmailVerificationCode.pm | szabgab/Test2-Harness-UI | c2b659eafeb819f3886be1ec224c27a71b471469 | [
"Artistic-1.0",
"MIT"
] | null | null | null | lib/Test2/Harness/UI/Schema/Result/EmailVerificationCode.pm | szabgab/Test2-Harness-UI | c2b659eafeb819f3886be1ec224c27a71b471469 | [
"Artistic-1.0",
"MIT"
] | null | null | null | package Test2::Harness::UI::Schema::Result::EmailVerificationCode;
use utf8;
use strict;
use warnings;
use Carp qw/confess/;
confess "You must first load a Test2::Harness::UI::Schema::NAME module"
unless $Test2::Harness::UI::Schema::LOADED;
our $VERSION = '0.000055';
1;
| 21.384615 | 71 | 0.723022 |
73fdbdd86c1e33ab20bad4d391842d5f0ad1d96f | 75 | t | Perl | wclarge/data.small.t | wkoszek/puzzles | 0cb721bb057abf9c8e595e0a5e5e6261498e5d40 | [
"BSD-2-Clause"
] | 1 | 2015-08-15T04:07:20.000Z | 2015-08-15T04:07:20.000Z | wclarge/data.small.t | wkoszek/puzzles | 0cb721bb057abf9c8e595e0a5e5e6261498e5d40 | [
"BSD-2-Clause"
] | null | null | null | wclarge/data.small.t | wkoszek/puzzles | 0cb721bb057abf9c8e595e0a5e5e6261498e5d40 | [
"BSD-2-Clause"
] | null | null | null | 1--
112
1a
1ansic
1awkawk
1c++
1else
1something
2awk
3adam
3koszek
3wojtek
| 5.769231 | 10 | 0.786667 |
ed87cdbfcbf7501888fdf3daa338ffe20989edbc | 5,645 | pm | Perl | lib/Perl/Critic/Policy/Variables/RequireLocalizedPunctuationVars.pm | utgwkk/Perl-Critic | e88e1bce7f24527cb484ff459e68c80cf411408f | [
"Artistic-1.0"
] | null | null | null | lib/Perl/Critic/Policy/Variables/RequireLocalizedPunctuationVars.pm | utgwkk/Perl-Critic | e88e1bce7f24527cb484ff459e68c80cf411408f | [
"Artistic-1.0"
] | null | null | null | lib/Perl/Critic/Policy/Variables/RequireLocalizedPunctuationVars.pm | utgwkk/Perl-Critic | e88e1bce7f24527cb484ff459e68c80cf411408f | [
"Artistic-1.0"
] | null | null | null | package Perl::Critic::Policy::Variables::RequireLocalizedPunctuationVars;
use 5.006001;
use strict;
use warnings;
use Readonly;
use Perl::Critic::Utils qw{ :severities :classification $EMPTY hashify};
use base 'Perl::Critic::Policy';
our $VERSION = '1.139_01';
#------------------------------------------------------... | 27.536585 | 113 | 0.575908 |
ed0d509dc327c37c5ab6d8a68662c720e210a303 | 2,448 | pl | Perl | lib/re2/re2/make_perl_groups.pl | baulk/btar | 417532674e466cbce0de21e7a40a1c6a887ae06f | [
"Apache-2.0"
] | 7,057 | 2015-01-02T23:02:47.000Z | 2022-03-30T17:17:13.000Z | lib/re2/re2/make_perl_groups.pl | baulk/btar | 417532674e466cbce0de21e7a40a1c6a887ae06f | [
"Apache-2.0"
] | 574 | 2016-03-23T15:35:56.000Z | 2022-03-31T07:11:03.000Z | lib/re2/re2/make_perl_groups.pl | baulk/uncia | 417532674e466cbce0de21e7a40a1c6a887ae06f | [
"Apache-2.0"
] | 1,144 | 2015-01-15T15:15:35.000Z | 2022-03-26T00:25:18.000Z | #!/usr/bin/perl
# Copyright 2008 The RE2 Authors. All Rights Reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
# Generate table entries giving character ranges
# for POSIX/Perl character classes. Rather than
# figure out what the definition is, it is easi... | 20.923077 | 98 | 0.539624 |
ed59a8178136f80bb6ebb136947130eaaa53685d | 3,025 | pm | Perl | lib/Fey/Meta/Attribute/FromSelect.pm | houseabsolute/Fey-ORM | af4bb010413ec46474da22d9e85938d46c94f462 | [
"Artistic-1.0"
] | null | null | null | lib/Fey/Meta/Attribute/FromSelect.pm | houseabsolute/Fey-ORM | af4bb010413ec46474da22d9e85938d46c94f462 | [
"Artistic-1.0"
] | null | null | null | lib/Fey/Meta/Attribute/FromSelect.pm | houseabsolute/Fey-ORM | af4bb010413ec46474da22d9e85938d46c94f462 | [
"Artistic-1.0"
] | null | null | null | package Fey::Meta::Attribute::FromSelect;
use strict;
use warnings;
use namespace::autoclean;
our $VERSION = '0.48';
use Moose;
extends 'Moose::Meta::Attribute';
with 'Fey::Meta::Role::FromSelect';
## no critic (Subroutines::ProhibitUnusedPrivateSubroutines)
sub _process_options {
my $class = shift;
my ... | 23.632813 | 70 | 0.694545 |
ed9d156b272c53a498a06ae163b36dcc36569011 | 2,282 | pm | Perl | local/lib/perl5/SQL/Translator/Producer/SQLServer.pm | ray66rus/vndrv | 196fd94a02dc2d41bd45a0cb22b53e00e6b23805 | [
"Apache-2.0"
] | null | null | null | local/lib/perl5/SQL/Translator/Producer/SQLServer.pm | ray66rus/vndrv | 196fd94a02dc2d41bd45a0cb22b53e00e6b23805 | [
"Apache-2.0"
] | null | null | null | local/lib/perl5/SQL/Translator/Producer/SQLServer.pm | ray66rus/vndrv | 196fd94a02dc2d41bd45a0cb22b53e00e6b23805 | [
"Apache-2.0"
] | null | null | null | package SQL::Translator::Producer::SQLServer;
use strict;
use warnings;
our ( $DEBUG, $WARN );
our $VERSION = '1.59';
$DEBUG = 1 unless defined $DEBUG;
use SQL::Translator::Schema::Constants;
use SQL::Translator::Utils qw(debug header_comment);
use SQL::Translator::Generator::DDL::SQLServer;
sub produce {
my $tran... | 23.050505 | 80 | 0.649869 |
ed5c1162e204ee44f57b505be79559ffe3ead6f4 | 893 | pl | Perl | Practical/tp8_PLR/prob5.pl | LockDownPT/MIEIC_plog | b1209caeff3cd33534c44ba0dc55387c959f4367 | [
"MIT"
] | null | null | null | Practical/tp8_PLR/prob5.pl | LockDownPT/MIEIC_plog | b1209caeff3cd33534c44ba0dc55387c959f4367 | [
"MIT"
] | null | null | null | Practical/tp8_PLR/prob5.pl | LockDownPT/MIEIC_plog | b1209caeff3cd33534c44ba0dc55387c959f4367 | [
"MIT"
] | null | null | null | :-use_module(library(clpfd)).
/*
FORT PLOG
| S4_corner | S5 | S6 | S7_corner |
| S3 | | S8 |
| S2 | | S9 |
| S1_corner | S12 | S11 | S10_co... | 33.074074 | 99 | 0.456887 |
73fb453c0f2436476181bd2e85bbef6c4f4b6b56 | 4,796 | pl | Perl | webapp/perl/local/lib/perl5/auto/share/dist/DateTime-Locale/rn-BI.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/rn-BI.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/rn-BI.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 => [
"Z.MU.",
"Z.MW.",
],
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:m... | 17.697417 | 51 | 0.462469 |
ed857e0899906e44d0f127c0aeddef89ca008e4e | 1,239 | pm | Perl | tests/wicked/basic/sut/t06_static_routes_legacy.pm | acerv/os-autoinst-distri-opensuse | 0e0cfca02f3a86323682c511a1efa926c7f0df3a | [
"FSFAP"
] | 84 | 2015-02-10T16:01:52.000Z | 2022-03-10T21:20:14.000Z | tests/wicked/basic/sut/t06_static_routes_legacy.pm | acerv/os-autoinst-distri-opensuse | 0e0cfca02f3a86323682c511a1efa926c7f0df3a | [
"FSFAP"
] | 8,065 | 2015-01-07T07:44:02.000Z | 2022-03-31T12:02:06.000Z | tests/wicked/basic/sut/t06_static_routes_legacy.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 2018-2019 SUSE LLC
# SPDX-License-Identifier: FSFAP
# Package: wicked wicked-service iproute2
# Summary: Set up static routes from legacy ifcfg files
# Maintainer: Anton Smorodskyi <asmorodskyi@suse.com>
# Jose Lausuch <jalausuch@suse.com>
# Clemens Famulla-C... | 35.4 | 114 | 0.672316 |
ed199c376a9bd455f6e88a21878db196c8f4968a | 3,632 | t | Perl | t/14.perl_version_parsing.t | calid/App-perlbrew | 7e9a68ded0b45ac8b77a6ecc39e6578316ff3ef8 | [
"MIT"
] | 1 | 2017-07-17T07:34:22.000Z | 2017-07-17T07:34:22.000Z | t/14.perl_version_parsing.t | calid/App-perlbrew | 7e9a68ded0b45ac8b77a6ecc39e6578316ff3ef8 | [
"MIT"
] | null | null | null | t/14.perl_version_parsing.t | calid/App-perlbrew | 7e9a68ded0b45ac8b77a6ecc39e6578316ff3ef8 | [
"MIT"
] | null | null | null | #!perl
use strict;
use App::perlbrew;
use File::Temp qw( tempdir );
$App::perlbrew::PERLBREW_ROOT = tempdir( CLEANUP => 1 );
$App::perlbrew::PERLBREW_HOME = tempdir( CLEANUP => 1 );
$ENV{PERLBREW_ROOT} = $App::perlbrew::PERLBREW_ROOT;
#
# This test checks if the sorting order of parsed version is the same as
# the ord... | 28.155039 | 113 | 0.247797 |
ed6acc7eff4201b47a5a7b37294ac88b5c69d6ba | 7,061 | t | Perl | t/controller/shared/release-info.t | zakame/metacpan-web | c23bc1cff46c057c7047d6c2ff520e942240b7ac | [
"Artistic-1.0"
] | null | null | null | t/controller/shared/release-info.t | zakame/metacpan-web | c23bc1cff46c057c7047d6c2ff520e942240b7ac | [
"Artistic-1.0"
] | null | null | null | t/controller/shared/release-info.t | zakame/metacpan-web | c23bc1cff46c057c7047d6c2ff520e942240b7ac | [
"Artistic-1.0"
] | null | null | null | use strict;
use warnings;
use Test::More 0.96;
use MetaCPAN::Web::Test;
use Module::Runtime qw( use_module );
my $model = use_module('MetaCPAN::Web::Model::ReleaseInfo');
my $rt_prefix = $model->rt_url_prefix;
# Test various aspects that should be similar
# among controllers that show release info (in the side b... | 31.663677 | 92 | 0.488316 |
ed74b07adedbb014bcfde84660ca0f6bc31eba99 | 2,632 | al | Perl | benchmark/benchmarks/FASP-benchmarks/data/small-world-2/smallworld2-0320-20-160-637.al | krzysg/FaspHeuristic | 1929c40e3fbc49e68b04acfc5522539a18758031 | [
"MIT"
] | null | null | null | benchmark/benchmarks/FASP-benchmarks/data/small-world-2/smallworld2-0320-20-160-637.al | krzysg/FaspHeuristic | 1929c40e3fbc49e68b04acfc5522539a18758031 | [
"MIT"
] | null | null | null | benchmark/benchmarks/FASP-benchmarks/data/small-world-2/smallworld2-0320-20-160-637.al | krzysg/FaspHeuristic | 1929c40e3fbc49e68b04acfc5522539a18758031 | [
"MIT"
] | null | null | null | 1 91 103 121 150
2 55 66 111 137
3 38 79
4 68 87 127 147
5 11 36 83 87 120 147 157
6 52 58 89
7 81 92 125 126 137
8 36 64 153
9 41 159
10 51 117 129
11 23 43 53 67
12 70 124 157
13 32 58 64 116 156
14 3 20 43 57 92 129
15 59 80 112 135
16 11 34 40 41 67 129 158
17 80 97 99 156
18 16 29
19 42 92 126 145 155
20 18 48 68 ... | 16.553459 | 36 | 0.697948 |
eda5d9a1697d81732040931cbb8d161219161af4 | 473 | t | Perl | tests/key-right.t | nereusx/npick | bba54007afabb396bb25873bc115533742ba16bc | [
"MIT"
] | 1 | 2015-05-03T20:40:38.000Z | 2015-05-03T20:40:38.000Z | tests/key-right.t | nereusx/npick | bba54007afabb396bb25873bc115533742ba16bc | [
"MIT"
] | null | null | null | tests/key-right.t | nereusx/npick | bba54007afabb396bb25873bc115533742ba16bc | [
"MIT"
] | 1 | 2018-02-12T08:04:10.000Z | 2018-02-12T08:04:10.000Z | description: right moves the cursor to the right
keys: a \002 b \006 b \n # LEFT RIGHT ENTER
stdin:
bab
stdout:
bab
description: right moves the cursor to the right and handles UTF-8
keys: åaå \001 \006 \006 \006 ö \n # CTRL_A RIGHT RIGHT RIGHT ENTER
stdin:
åaåö
stdout:
åaåö
description: right arrow is an alias for r... | 16.892857 | 67 | 0.731501 |
eda98e77e4614b21310ba39ad97b4f9edd86403c | 7,067 | t | Perl | t/450-find.t | bbkr/mongo-perl6-driver | 821597ed79e43f40d421bb4caa45fe2dc62644c5 | [
"Artistic-2.0"
] | 15 | 2015-01-29T17:46:17.000Z | 2020-05-05T09:44:07.000Z | t/450-find.t | MARTIMM/raku-mongodb-driver | 821597ed79e43f40d421bb4caa45fe2dc62644c5 | [
"Artistic-2.0"
] | 26 | 2015-01-12T14:21:52.000Z | 2021-01-10T12:57:54.000Z | t/450-find.t | MARTIMM/raku-mongodb-driver | 821597ed79e43f40d421bb4caa45fe2dc62644c5 | [
"Artistic-2.0"
] | 8 | 2015-05-22T15:11:29.000Z | 2019-11-14T19:28:33.000Z | use v6;
use lib 't';
use Test;
use Test-support;
use MongoDB;
use MongoDB::Client;
use MongoDB::Cursor;
use MongoDB::Collection;
use BSON::ObjectId;
use BSON::Document;
#-------------------------------------------------------------------------------
drop-send-to('mongodb');
drop-send-to('screen');
#modify-send-to( ... | 27.822835 | 90 | 0.52257 |
ed8f2c5190b19db634effdb87d61617243ec1729 | 6,939 | t | Perl | t/50connect-deadlock.t | GerHobbelt/h2o | a429117babff09542d3517c4fa36c1ef769889c1 | [
"MIT"
] | null | null | null | t/50connect-deadlock.t | GerHobbelt/h2o | a429117babff09542d3517c4fa36c1ef769889c1 | [
"MIT"
] | null | null | null | t/50connect-deadlock.t | GerHobbelt/h2o | a429117babff09542d3517c4fa36c1ef769889c1 | [
"MIT"
] | null | null | null | # This test makes sure that there is limit in the amount of buffer used by a CONNECT tunnel, by running a server that echoes the
# input using 1KB buffer, and by running a client that sends data through the tunnel without reading the response.
use strict;
use warnings;
use Errno qw(EAGAIN EINTR EWOULDBLOCK);
use Fcntl... | 30.038961 | 152 | 0.49546 |
eda501dd70c1a9003d533bd6518783c4f57b458b | 2,466 | pm | Perl | lib/Catmandu/FedoraCommons/Model/findObjects.pm | LibreCat/Catmandu-FedoraCommons | cca9ef5582f2d1fc1395acebfd2dab239e557cba | [
"Artistic-1.0"
] | 2 | 2018-03-05T19:39:33.000Z | 2018-03-05T19:39:37.000Z | lib/Catmandu/FedoraCommons/Model/findObjects.pm | LibreCat/Catmandu-FedoraCommons | cca9ef5582f2d1fc1395acebfd2dab239e557cba | [
"Artistic-1.0"
] | 2 | 2015-11-25T12:48:46.000Z | 2018-11-21T13:56:37.000Z | lib/Catmandu/FedoraCommons/Model/findObjects.pm | LibreCat/Catmandu-FedoraCommons | cca9ef5582f2d1fc1395acebfd2dab239e557cba | [
"Artistic-1.0"
] | null | null | null | =head1 NAME
Catmandu::FedoraCommons::Model::findObjects - Perl model for the Fedora 'findObjects' and 'resumeFindObjects' REST call
=head1 SYNOPSIS
use Catmandu::FedoraCommons;
my $fedora = Catmandu::FedoraCommons->new('http://localhost:8080/fedora','fedoraAdmin','fedoraAdmin');
my $obj = $fedora->findOb... | 27.707865 | 119 | 0.519465 |
73edb1e310b58bb650800e25277d8a5e6d7a059e | 1,336 | pm | Perl | auto-lib/Paws/EMR/PlacementType.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/EMR/PlacementType.pm | cah-rfelsburg/paws | de9ffb8d49627635a2da588066df26f852af37e4 | [
"Apache-2.0"
] | null | null | null | auto-lib/Paws/EMR/PlacementType.pm | cah-rfelsburg/paws | de9ffb8d49627635a2da588066df26f852af37e4 | [
"Apache-2.0"
] | null | null | null | package Paws::EMR::PlacementType;
use Moose;
has AvailabilityZone => (is => 'ro', isa => 'Str', required => 1);
1;
### main pod documentation begin ###
=head1 NAME
Paws::EMR::PlacementType
=head1 USAGE
This class represents one of two things:
=head3 Arguments in a call to a service
Use the attributes of this... | 23.438596 | 102 | 0.734281 |
ed69ea25b4f10c7fcd4a0e89e4608f7f7c36e053 | 2,592 | pl | Perl | data/threesame/data/train/4.pl | logic-and-learning-lab/aaai22-dcc | e2176545f222fd0fe4788297f5448f278c46e440 | [
"MIT"
] | null | null | null | data/threesame/data/train/4.pl | logic-and-learning-lab/aaai22-dcc | e2176545f222fd0fe4788297f5448f278c46e440 | [
"MIT"
] | null | null | null | data/threesame/data/train/4.pl | logic-and-learning-lab/aaai22-dcc | e2176545f222fd0fe4788297f5448f278c46e440 | [
"MIT"
] | null | null | null | pos(f([10, 10, 10, 93, 7, 53, 15, 93, 67, 101, 85, 25, 44, 66, 93, 63, 62, 27, 17, 74, 90, 53, 87, 24, 29, 74, 96, 73, 99, 84, 20, 96, 5, 48, 70, 2, 27, 86, 52, 16])).
pos(f([56, 56, 56, 39, 77, 71, 88, 32, 39, 14, 31, 91, 2, 34, 38, 60, 47, 89, 55, 35, 51, 18, 73, 85, 36, 34, 52, 73, 8, 10, 98, 57, 17, 51, 77, 22, 7, ... | 123.428571 | 222 | 0.484568 |
ed86e2b9942b46315197189deb56fa433e823b10 | 133 | psgi | Perl | bin/app.psgi | Hegz/ANTournament | f67e7c9449f1c10b9cb6d3eb91e45ea619d709e4 | [
"Artistic-2.0"
] | null | null | null | bin/app.psgi | Hegz/ANTournament | f67e7c9449f1c10b9cb6d3eb91e45ea619d709e4 | [
"Artistic-2.0"
] | null | null | null | bin/app.psgi | Hegz/ANTournament | f67e7c9449f1c10b9cb6d3eb91e45ea619d709e4 | [
"Artistic-2.0"
] | null | null | null | #!/usr/bin/env perl
use strict;
use warnings;
use FindBin;
use lib "$FindBin::Bin/../lib";
use ANTournament;
ANTournament->to_app;
| 13.3 | 31 | 0.714286 |
ed9252b6639e74c1bc9c78ef4c35c9d07e5920df | 3,393 | al | Perl | benchmark/benchmarks/FASP-benchmarks/data/random-oriented/randomoriented-1624-450-450.al | krzysg/FaspHeuristic | 1929c40e3fbc49e68b04acfc5522539a18758031 | [
"MIT"
] | null | null | null | benchmark/benchmarks/FASP-benchmarks/data/random-oriented/randomoriented-1624-450-450.al | krzysg/FaspHeuristic | 1929c40e3fbc49e68b04acfc5522539a18758031 | [
"MIT"
] | null | null | null | benchmark/benchmarks/FASP-benchmarks/data/random-oriented/randomoriented-1624-450-450.al | krzysg/FaspHeuristic | 1929c40e3fbc49e68b04acfc5522539a18758031 | [
"MIT"
] | null | null | null | 1 166 169 370
2
3
4
5
6 154
7
8 89 255 336 348
9 273 419
10
11
12
13 24
14 240
15 168 230
16 115 400
17
18
19
20 73 240
21
22 86 172
23 70
24 73 222
25
26
27 152
28
29 99 259
30
31 65 89
32 21
33 368
34 410
35
36
37
38
39 77
40 210
41
42 404
43
44
45 88
46 353
47 395
48 388
49 150
50 92 203 312 335 344
51
52
53
54 384 ... | 7.54 | 22 | 0.735043 |
ed909949e7aa1ccc58e423b86d7b010a2c383cd6 | 767 | t | Perl | t/CommonGetAutocompleteV1ResponseTest.t | ezmaxinc/eZmax-SDK-perl | 3de20235136371b946247d2aed9e5e5704a4051c | [
"MIT"
] | null | null | null | t/CommonGetAutocompleteV1ResponseTest.t | ezmaxinc/eZmax-SDK-perl | 3de20235136371b946247d2aed9e5e5704a4051c | [
"MIT"
] | null | null | null | t/CommonGetAutocompleteV1ResponseTest.t | 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 the OpenAPI G... | 21.914286 | 79 | 0.765319 |
ed965e2cb026b0b51183867034ac870fd64ab63f | 251 | t | Perl | S02-types/stash.t | dumarchie/roast | dbf9aa7209593f21f806a478a7f3d172649569ae | [
"Artistic-2.0"
] | 99 | 2015-03-03T13:01:44.000Z | 2020-03-05T15:21:43.000Z | S02-types/stash.t | dumarchie/roast | dbf9aa7209593f21f806a478a7f3d172649569ae | [
"Artistic-2.0"
] | 331 | 2015-02-17T15:26:22.000Z | 2020-03-16T18:29:49.000Z | S02-types/stash.t | dumarchie/roast | dbf9aa7209593f21f806a478a7f3d172649569ae | [
"Artistic-2.0"
] | 136 | 2015-02-02T13:34:10.000Z | 2020-02-18T02:26:59.000Z | use v6;
use Test;
plan 1;
#L<S02/Mutable Types>
# https://github.com/Raku/old-issue-tracker/issues/3137
{
sub S (Stash $s) { $s.WHAT.raku };
is S(Stash.new), 'Stash', 'Stash.new creates Stash, not a Hash';
}
# vim: expandtab shiftwidth=4
| 15.6875 | 68 | 0.645418 |
ed6e5c6f411b88b8145aab022d3138850aa7de3f | 439 | pl | Perl | ARTe/work/tools/cygwin/lib/perl5/5.14/unicore/lib/Blk/KayahLi.pl | melvin-mancini/Multitasking-RealTime-Arduino-System | 6999beaf28f69b4c4a8f8badcc60f66e6e118477 | [
"MIT"
] | 5 | 2018-12-18T20:19:43.000Z | 2022-02-21T21:53:09.000Z | Slic3r/Linux/lib/std/unicore/lib/Blk/KayahLi.pl | thomaspreece10/STLExtract | 2bea6d38135ebfda2558a33cc93565211e30a2bb | [
"MIT"
] | null | null | null | Slic3r/Linux/lib/std/unicore/lib/Blk/KayahLi.pl | thomaspreece10/STLExtract | 2bea6d38135ebfda2558a33cc93565211e30a2bb | [
"MIT"
] | 6 | 2016-09-23T02:54:47.000Z | 2022-03-10T22:04:19.000Z | # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
# This file is machine-generated by lib/unicore/mktables from the Unicode
# database, Version 6.0.0. Any changes made here will be lost!
# !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
# This file is for internal use by the Perl program only. The format and even
# the name or... | 31.357143 | 78 | 0.678815 |
73e64ef0c141ca2855c83b651b0179e8913fb06e | 6,960 | pm | Perl | lib/XML/Loy/ActivityStreams.pm | Akron/XML-Loy | e44e03b1a18e74b018afb4574ce13aa091154728 | [
"Artistic-2.0"
] | 1 | 2015-03-20T08:17:59.000Z | 2015-03-20T08:17:59.000Z | lib/XML/Loy/ActivityStreams.pm | Akron/XML-Loy | e44e03b1a18e74b018afb4574ce13aa091154728 | [
"Artistic-2.0"
] | 4 | 2015-02-04T12:08:12.000Z | 2016-04-01T09:55:51.000Z | lib/XML/Loy/ActivityStreams.pm | Akron/XML-Loy | e44e03b1a18e74b018afb4574ce13aa091154728 | [
"Artistic-2.0"
] | 3 | 2015-02-11T15:40:54.000Z | 2016-03-22T14:11:46.000Z | package XML::Loy::ActivityStreams;
use strict;
use warnings;
use XML::Loy with => (
prefix => 'activity',
namespace => 'http://activitystrea.ms/schema/1.0/'
);
# Todo: support to_json
# Todo: verbs and object-types may need namespaces
# Todo: Support ActivityStreams 2 as a anamespace
use Carp qw/carp/;
# No c... | 21.284404 | 96 | 0.636351 |
ed5b2624f4e6d4413a2094a97cadb9a3f6558531 | 4,749 | pl | Perl | Lab_Code/Perl/cels2tab.pl | alexgraehl/timeforscience | 09609cd99c10f85165f12fc89ffd7e39288b9e8e | [
"MIT"
] | 6 | 2015-11-24T17:35:05.000Z | 2018-09-08T04:29:20.000Z | Lab_Code/Perl/cels2tab.pl | alexgraehl/timeforscience | 09609cd99c10f85165f12fc89ffd7e39288b9e8e | [
"MIT"
] | null | null | null | Lab_Code/Perl/cels2tab.pl | alexgraehl/timeforscience | 09609cd99c10f85165f12fc89ffd7e39288b9e8e | [
"MIT"
] | 1 | 2015-11-11T09:13:44.000Z | 2015-11-11T09:13:44.000Z | #!/usr/bin/env perl
##############################################################################
##############################################################################
##
## cels2tab.pl
##
##############################################################################
#########################################... | 22.295775 | 104 | 0.479259 |
ed335beb1b4bcbf8af0f779e1e75898c82c62069 | 10,225 | pl | Perl | src/perl/tag_data.pl | jonathancrabtree/ergatis | a587bfa0d30c58dec8855ba5ed45274e4f206ad7 | [
"Artistic-1.0"
] | null | null | null | src/perl/tag_data.pl | jonathancrabtree/ergatis | a587bfa0d30c58dec8855ba5ed45274e4f206ad7 | [
"Artistic-1.0"
] | null | null | null | src/perl/tag_data.pl | jonathancrabtree/ergatis | a587bfa0d30c58dec8855ba5ed45274e4f206ad7 | [
"Artistic-1.0"
] | null | null | null | #!/usr/bin/perl
=head1 NAME
transform_WWARN_input.pl - Transforms input data to WWARN to a common format.
=head1 SYNOPSIS
./tag_data.pl
--map_file=/path/to/map/file
--repository_root=/path/to/ergatis/repository/root
--pipeline_id=<ergatis pipeline ID>
--pipeline_name=<clovr pipeline... | 33.745875 | 117 | 0.537311 |
ed984d10f3f2474764166aeb6ee42a69874fe269 | 1,552 | t | Perl | t/controller/changes.t | mephinet/metacpan-web | 348c9f3804370e30f4f997351353fed93c378435 | [
"Artistic-1.0"
] | null | null | null | t/controller/changes.t | mephinet/metacpan-web | 348c9f3804370e30f4f997351353fed93c378435 | [
"Artistic-1.0"
] | null | null | null | t/controller/changes.t | mephinet/metacpan-web | 348c9f3804370e30f4f997351353fed93c378435 | [
"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 '/changes/release/RWSTAUNER/File-Spec-Native-1.003'
),
'GET /changes/release/...'
);
is( $res->code, 200... | 27.714286 | 95 | 0.469716 |
eda259f6bd8329e9c1cce4c1889262a2dfe35640 | 38,286 | pm | Perl | java_class/src/perl/JavaClass.pm | kaitai-io/formats-kaitai-io.github.io | 2700514a2a8f67c5351fe93962c70abea02fd3d3 | [
"0BSD"
] | 4 | 2018-12-10T09:21:19.000Z | 2021-11-03T16:43:22.000Z | java_class/src/perl/JavaClass.pm | kaitai-io/formats-kaitai-io.github.io | 2700514a2a8f67c5351fe93962c70abea02fd3d3 | [
"0BSD"
] | null | null | null | java_class/src/perl/JavaClass.pm | kaitai-io/formats-kaitai-io.github.io | 2700514a2a8f67c5351fe93962c70abea02fd3d3 | [
"0BSD"
] | 3 | 2019-04-08T08:22:22.000Z | 2021-10-10T19:11:51.000Z | # This is a generated file! Please edit source .ksy file and use kaitai-struct-compiler to rebuild
use strict;
use warnings;
use IO::KaitaiStruct 0.009_000;
use Encode;
########################################################################
package JavaClass;
our @ISA = 'IO::KaitaiStruct::Struct';
sub from_file {
... | 24.495202 | 165 | 0.554824 |
ed91576e711c35eb4e99047a702b1d8cfc09880c | 2,579 | pm | Perl | auto-lib/Paws/ApiGateway/DeleteMethodResponse.pm | agimenez/aws-sdk-perl | 9c4dff7d1af2ff0210c28ca44fb9e92bc625712b | [
"Apache-2.0"
] | null | null | null | auto-lib/Paws/ApiGateway/DeleteMethodResponse.pm | agimenez/aws-sdk-perl | 9c4dff7d1af2ff0210c28ca44fb9e92bc625712b | [
"Apache-2.0"
] | null | null | null | auto-lib/Paws/ApiGateway/DeleteMethodResponse.pm | agimenez/aws-sdk-perl | 9c4dff7d1af2ff0210c28ca44fb9e92bc625712b | [
"Apache-2.0"
] | null | null | null |
package Paws::ApiGateway::DeleteMethodResponse;
use Moose;
has HttpMethod => (is => 'ro', isa => 'Str', traits => ['ParamInURI'], uri_name => 'httpMethod' , required => 1);
has ResourceId => (is => 'ro', isa => 'Str', traits => ['ParamInURI'], uri_name => 'resourceId' , required => 1);
has RestApiId => (is => ... | 33.064103 | 249 | 0.709577 |
eda2e0b70b75cef87845b595dee579700c66aa4c | 4,575 | pm | Perl | centreon/common/powershell/exchange/2010/imapmailbox.pm | garnier-quentin/centreon-plugins | 51c16b4419d640709d3352a260e4cd63cd96db14 | [
"Apache-2.0"
] | null | null | null | centreon/common/powershell/exchange/2010/imapmailbox.pm | garnier-quentin/centreon-plugins | 51c16b4419d640709d3352a260e4cd63cd96db14 | [
"Apache-2.0"
] | null | null | null | centreon/common/powershell/exchange/2010/imapmailbox.pm | garnier-quentin/centreon-plugins | 51c16b4419d640709d3352a260e4cd63cd96db14 | [
"Apache-2.0"
] | null | null | null | #
# Copyright 2018 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.195122 | 149 | 0.561749 |
ed86c75f889c61fd84a81e9a5b35da55761f1605 | 1,797 | t | Perl | t/tapper-mcp-local.t | tapper/Tapper-MCP | d3c65d339ac607a983986eb838cee8cb6932299f | [
"BSD-2-Clause"
] | null | null | null | t/tapper-mcp-local.t | tapper/Tapper-MCP | d3c65d339ac607a983986eb838cee8cb6932299f | [
"BSD-2-Clause"
] | null | null | null | t/tapper-mcp-local.t | tapper/Tapper-MCP | d3c65d339ac607a983986eb838cee8cb6932299f | [
"BSD-2-Clause"
] | null | null | null | #! /usr/bin/env perl
use strict;
use warnings;
use Test::Fixture::DBIC::Schema;
use YAML::Syck;
use Tapper::Schema::TestTools;
use Tapper::MCP::Child;
use Tapper::Config;
use Test::More;
use Test::Deep;
use Test::MockModule;
# (XXX) need to find a way to include log4perl into tests to make sure no
# errors repor... | 32.672727 | 127 | 0.556483 |
ed8cc2967f42b697c26388e54f0426805718a53c | 2,532 | pl | Perl | randname.pl | naughtont3/randname | 0cbe4a1af23e9eb8df0934ebc8de06c60b066ef7 | [
"BSD-3-Clause"
] | null | null | null | randname.pl | naughtont3/randname | 0cbe4a1af23e9eb8df0934ebc8de06c60b066ef7 | [
"BSD-3-Clause"
] | null | null | null | randname.pl | naughtont3/randname | 0cbe4a1af23e9eb8df0934ebc8de06c60b066ef7 | [
"BSD-3-Clause"
] | null | null | null | #!/usr/bin/env perl
#
# Quick hack at a Perl version for generating random (repo) names.
#
# Added support for "short" names.
#
use Getopt::Long;
my $TOPDIR=".";
my $adjectives_file = "$TOPDIR/data/adjectives.txt";
my $animals_file = "$TOPDIR/data/animals.txt";
my $opt_help = 0;
my $opt_upper = 0;
my $opt_short... | 19.181818 | 80 | 0.568325 |
eda080b59530458841a7101d966d70490b12733b | 4,656 | pl | Perl | log_transform/make_prop_rank.pl | flaithbheartaigh/jaikuengine-mobile-client | c47100ec009d47a4045b3d98addc9b8ad887b132 | [
"MIT"
] | null | null | null | log_transform/make_prop_rank.pl | flaithbheartaigh/jaikuengine-mobile-client | c47100ec009d47a4045b3d98addc9b8ad887b132 | [
"MIT"
] | null | null | null | log_transform/make_prop_rank.pl | flaithbheartaigh/jaikuengine-mobile-client | c47100ec009d47a4045b3d98addc9b8ad887b132 | [
"MIT"
] | null | null | null | # Copyright (c) 2007-2009 Google Inc.
# Copyright (c) 2006-2007 Jaiku Ltd.
# Copyright (c) 2002-2006 Mika Raento and Renaud Petit
#
# This software is licensed at your choice under either 1 or 2 below.
#
# 1. MIT License
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software... | 37.548387 | 90 | 0.756229 |
ed8d547365fc5777d93462a44afd7dfa53ea3f93 | 2,079 | t | Perl | t/regression/chart_data_labels44.t | ft-lie/excel-writer-xlsx | 074eac935b0bde0091e4c54b15aac1d7ebec55c0 | [
"Artistic-1.0-Perl"
] | null | null | null | t/regression/chart_data_labels44.t | ft-lie/excel-writer-xlsx | 074eac935b0bde0091e4c54b15aac1d7ebec55c0 | [
"Artistic-1.0-Perl"
] | null | null | null | t/regression/chart_data_labels44.t | ft-lie/excel-writer-xlsx | 074eac935b0bde0091e4c54b15aac1d7ebec55c0 | [
"Artistic-1.0-Perl"
] | null | null | null | ###############################################################################
#
# Tests the output of Excel::Writer::XLSX against Excel generated files.
#
# Copyright 2000-2020, John McNamara, jmcnamara@cpan.org
#
use lib 't/lib';
use TestFunctions qw(_compare_xlsx_files _is_deep_diff);
use strict;
use warnings;
us... | 24.174419 | 119 | 0.506494 |
ed9208c57f8fc90fb197c8a7c3d6d6f48ffc3b98 | 2,596 | pm | Perl | perl/vendor/lib/SOAP/Transport/MAILTO.pm | DDMoReFoundation/PortableNonmem | 7e40b30887537f24fed12421935b58325ba2e5c3 | [
"BSD-3-Clause-Clear"
] | null | null | null | perl/vendor/lib/SOAP/Transport/MAILTO.pm | DDMoReFoundation/PortableNonmem | 7e40b30887537f24fed12421935b58325ba2e5c3 | [
"BSD-3-Clause-Clear"
] | null | null | null | perl/vendor/lib/SOAP/Transport/MAILTO.pm | DDMoReFoundation/PortableNonmem | 7e40b30887537f24fed12421935b58325ba2e5c3 | [
"BSD-3-Clause-Clear"
] | null | null | null | # ======================================================================
#
# Copyright (C) 2000-2001 Paul Kulchenko (paulclinger@yahoo.com)
# SOAP::Lite is free software; you can redistribute it
# and/or modify it under the same terms as Perl itself.
#
# =================================================================... | 27.326316 | 98 | 0.474961 |
73fc80e7a265afaa55c5d4936cda3436b9c067a4 | 4,897 | t | Perl | t/concurrency/01-thread.t | mryan/perl6-nqp | 687e2f12c866ee1498229ac1ac234ff56b7d02b8 | [
"MIT"
] | null | null | null | t/concurrency/01-thread.t | mryan/perl6-nqp | 687e2f12c866ee1498229ac1ac234ff56b7d02b8 | [
"MIT"
] | null | null | null | t/concurrency/01-thread.t | mryan/perl6-nqp | 687e2f12c866ee1498229ac1ac234ff56b7d02b8 | [
"MIT"
] | null | null | null | #! nqp
plan(24);
# 2 tests
{
my $ran := 0;
my $t := nqp::newthread({ $ran := 1 }, 0);
ok(nqp::defined($t), 'Can create a new non-app-lifetime thread');
nqp::threadrun($t);
nqp::threadjoin($t);
ok($ran, 'Can run and join the new thread');
}
# 2 tests
{
my $start := nqp::time_n();
my... | 29.5 | 79 | 0.561568 |
ed68fbef882f65ade2c76d1842150e51ffffb71e | 231 | t | Perl | t/00-load.t | git-the-cpan/Catalyst-Authentication-Store-FromSub | a820506757022be41e7b72e8fd43578470231857 | [
"Artistic-1.0"
] | null | null | null | t/00-load.t | git-the-cpan/Catalyst-Authentication-Store-FromSub | a820506757022be41e7b72e8fd43578470231857 | [
"Artistic-1.0"
] | null | null | null | t/00-load.t | git-the-cpan/Catalyst-Authentication-Store-FromSub | a820506757022be41e7b72e8fd43578470231857 | [
"Artistic-1.0"
] | null | null | null | #!perl -T
use Test::More tests => 1;
BEGIN {
use_ok('Catalyst::Authentication::Store::FromSub');
}
diag(
"Testing Catalyst::Authentication::Store::FromSub $Catalyst::Authentication::Store::FromSub::VERSION, Perl $], $^X"
);
| 19.25 | 115 | 0.683983 |
73eb62320f3ebf9b92033bd512f4485bf7bc9f01 | 17,341 | pm | Perl | centreon/plugins/backend/http/curl.pm | alenorcy/centreon-plugins | d7603030c24766935ed07e6ebe1082e16d6fdb4a | [
"Apache-2.0"
] | null | null | null | centreon/plugins/backend/http/curl.pm | alenorcy/centreon-plugins | d7603030c24766935ed07e6ebe1082e16d6fdb4a | [
"Apache-2.0"
] | null | null | null | centreon/plugins/backend/http/curl.pm | alenorcy/centreon-plugins | d7603030c24766935ed07e6ebe1082e16d6fdb4a | [
"Apache-2.0"
] | null | null | null | #
# Copyright 2019 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for
# service performance.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in com... | 37.534632 | 171 | 0.572747 |
73e45195243389273301515aee880dc81471bac7 | 3,258 | t | Perl | t/05-messages/10-warnings.t | coke/rakudo | 8c3f013dd1356f0815bc54eae1c2ca85447c647c | [
"Artistic-2.0"
] | null | null | null | t/05-messages/10-warnings.t | coke/rakudo | 8c3f013dd1356f0815bc54eae1c2ca85447c647c | [
"Artistic-2.0"
] | null | null | null | t/05-messages/10-warnings.t | coke/rakudo | 8c3f013dd1356f0815bc54eae1c2ca85447c647c | [
"Artistic-2.0"
] | null | null | null | use lib <t/packages/>;
use Test;
use Test::Helpers;
plan 9;
subtest 'Supply.interval with negative value warns' => {
plan 2;
CONTROL { when CX::Warn {
like .message, /'Minimum timer resolution is 1ms'/, 'useful warning';
.resume;
}}
react whenever Supply.interval(-100) {
pass "... | 34.659574 | 79 | 0.572744 |
eda54048192e5648c5ab0ff138737059f711bd54 | 7,498 | pm | Perl | modules/Bio/EnsEMBL/Analysis/Runnable/BlastTranscriptPep.pm | ens-bwalts/ensembl-analysis | 0ce32243f3ce17aad133ee1f5016e20ddff545bd | [
"Apache-2.0"
] | null | null | null | modules/Bio/EnsEMBL/Analysis/Runnable/BlastTranscriptPep.pm | ens-bwalts/ensembl-analysis | 0ce32243f3ce17aad133ee1f5016e20ddff545bd | [
"Apache-2.0"
] | null | null | null | modules/Bio/EnsEMBL/Analysis/Runnable/BlastTranscriptPep.pm | ens-bwalts/ensembl-analysis | 0ce32243f3ce17aad133ee1f5016e20ddff545bd | [
"Apache-2.0"
] | null | null | null | =head1 LICENSE
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.ap... | 27.667897 | 102 | 0.589757 |
edae421379ee7df3abf8d1d498589cf4545c4bbd | 1,502 | pm | Perl | lib/App/Yath/Command/collector.pm | ppisar/Test2-Harness | 7d1ccac6a43464ff2f2c2acd18cd8accded0c397 | [
"Artistic-1.0"
] | 20 | 2016-05-25T20:46:11.000Z | 2021-12-16T18:59:09.000Z | lib/App/Yath/Command/collector.pm | ppisar/Test2-Harness | 7d1ccac6a43464ff2f2c2acd18cd8accded0c397 | [
"Artistic-1.0"
] | 185 | 2016-05-25T04:06:37.000Z | 2022-03-24T11:57:58.000Z | lib/App/Yath/Command/collector.pm | ppisar/Test2-Harness | 7d1ccac6a43464ff2f2c2acd18cd8accded0c397 | [
"Artistic-1.0"
] | 31 | 2016-05-25T03:46:56.000Z | 2021-04-21T21:31:30.000Z | package App::Yath::Command::collector;
use strict;
use warnings;
our $VERSION = '1.000077';
use File::Spec;
use App::Yath::Util qw/isolate_stdout/;
use Test2::Harness::Util::JSON qw/decode_json/;
use Test2::Harness::Util qw/mod2file/;
use Test2::Harness::Run;
use parent 'App::Yath::Command';
use Test2::Harness::U... | 22.757576 | 93 | 0.587217 |
eda67557057aff980ae4a414b30428db4b2b7253 | 395,527 | pl | Perl | ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/To/NFKCCF.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/To/NFKCCF.pl | efortuna/AndroidSDKClone | 240e73b763c159af6bbcd111f2705b549e85295a | [
"Apache-2.0"
] | null | null | null | ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/To/NFKCCF.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!
# !!!!!!! IT IS DEPRECATED TO USE THIS FILE !!!!!!!
# This file is for internal use by core Perl only. It is retained for
# backwar... | 39.635935 | 267 | 0.407512 |
ed89a74257f31696d45cb5030715966ffb90506b | 1,680 | t | Perl | t/320_range.t | mika-sandbox/p5-List-Linq | 353812c49d632d4a78fc40a7e32ee43e3b5213de | [
"Artistic-1.0"
] | 8 | 2020-12-09T06:47:17.000Z | 2020-12-10T11:26:56.000Z | t/320_range.t | mika-sandbox/p5-List-Linq | 353812c49d632d4a78fc40a7e32ee43e3b5213de | [
"Artistic-1.0"
] | null | null | null | t/320_range.t | mika-sandbox/p5-List-Linq | 353812c49d632d4a78fc40a7e32ee43e3b5213de | [
"Artistic-1.0"
] | 1 | 2020-12-11T07:27:21.000Z | 2020-12-11T07:27:21.000Z | use strict;
use warnings;
use Test::Spec;
use Test::Deep;
use Test::Exception;
use List::Linq;
describe 'Enumerable#range' => sub {
my ($got, $expected);
before each => sub {
$got = ();
};
context 'range starts 0 with 0 elements' => sub {
before all => sub {
$expected = ... | 22.702703 | 78 | 0.470238 |
ed3182a361c261e25407c8acdef7e35614c1ce1a | 3,149 | t | Perl | modules/t/sample.t | fergalmartin/ensembl-variation | 858de3ee083fd066bc0b8a78e8a449176dd51bce | [
"Apache-2.0"
] | null | null | null | modules/t/sample.t | fergalmartin/ensembl-variation | 858de3ee083fd066bc0b8a78e8a449176dd51bce | [
"Apache-2.0"
] | 1 | 2020-04-20T12:11:56.000Z | 2020-04-20T12:11:56.000Z | modules/t/sample.t | dglemos/ensembl-variation | 7cd20531835b45b1842476606b4fd0856e3843e0 | [
"Apache-2.0"
] | null | null | null | # 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 obtain a... | 35.382022 | 124 | 0.710702 |
73d7169481c27a18e803dd00d0faeb06993af00b | 840 | pm | Perl | lib/Catalyst/Controller/RequestToken/Action/RemoveToken.pm | bobtfish/Catalyst-Controller-RequestToken | 1838294dfc42a25a5e66d3f6241f6621aecfc853 | [
"Artistic-1.0-cl8"
] | 1 | 2018-08-27T14:44:56.000Z | 2018-08-27T14:44:56.000Z | lib/Catalyst/Controller/RequestToken/Action/RemoveToken.pm | bobtfish/Catalyst-Controller-RequestToken | 1838294dfc42a25a5e66d3f6241f6621aecfc853 | [
"Artistic-1.0-cl8"
] | 1 | 2016-08-05T14:15:06.000Z | 2016-08-05T14:15:06.000Z | lib/Catalyst/Controller/RequestToken/Action/RemoveToken.pm | bobtfish/Catalyst-Controller-RequestToken | 1838294dfc42a25a5e66d3f6241f6621aecfc853 | [
"Artistic-1.0-cl8"
] | null | null | null | package Catalyst::Controller::RequestToken::Action::RemoveToken;
use strict;
use warnings;
use base qw(Catalyst::Action);
use MRO::Compat;
sub execute {
my $self = shift;
my ( $controller, $c, @args ) = @_;
$controller->remove_token($c);
return $self->next::method(@_);
}
1;
__END__
=head1 NAME
C... | 14.736842 | 64 | 0.719048 |
ed8607eff0c7be4c95e147c97adf34eb8268400b | 10,317 | t | Perl | example-perl-psgi/.cpanm/work/1459817744.11/DateTime-1.26/t/06add.t | NINGONDA/apcera | 60ccb872a56566bde41594546ba4e97e0d73eae0 | [
"MIT"
] | null | null | null | example-perl-psgi/.cpanm/work/1459817744.11/DateTime-1.26/t/06add.t | NINGONDA/apcera | 60ccb872a56566bde41594546ba4e97e0d73eae0 | [
"MIT"
] | null | null | null | example-perl-psgi/.cpanm/work/1459817744.11/DateTime-1.26/t/06add.t | NINGONDA/apcera | 60ccb872a56566bde41594546ba4e97e0d73eae0 | [
"MIT"
] | null | null | null | use strict;
use warnings;
use Test::More;
use Test::Fatal;
use DateTime;
my $dt = DateTime->new(
year => 1996, month => 11, day => 22,
hour => 18, minute => 30, second => 20,
time_zone => 'UTC',
);
$dt->add( weeks => 8 );
is( $dt->year, 1997, "year rollover" );
is( $... | 24.741007 | 74 | 0.51071 |
ed744d020d96a67b33ffb3bb70cd3e67da480a98 | 2,778 | t | Perl | test/diag.t | pa1gupta/taskwarrior | 7400e6ed6ba38358000fd5a30cc31db183294d74 | [
"MIT"
] | 2,527 | 2018-02-03T18:27:06.000Z | 2022-03-31T15:20:50.000Z | test/diag.t | pa1gupta/taskwarrior | 7400e6ed6ba38358000fd5a30cc31db183294d74 | [
"MIT"
] | 2,575 | 2018-02-04T22:17:19.000Z | 2022-03-26T18:54:36.000Z | test/diag.t | pa1gupta/taskwarrior | 7400e6ed6ba38358000fd5a30cc31db183294d74 | [
"MIT"
] | 263 | 2018-02-04T22:05:59.000Z | 2022-03-27T19:19:06.000Z | #!/usr/bin/env python3
# -*- coding: utf-8 -*-
###############################################################################
#
# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated d... | 38.583333 | 83 | 0.649028 |
edad78e0c4406969cfdc164a38bea7b855ddc206 | 18,625 | pm | Perl | modules/EnsEMBL/Web/Component/Gene/ComparaOrthologs.pm | at7/backup-ensembl-webcode | 4c8c30f2ba9e0eebc3dd07e068fb6e02c388d086 | [
"Apache-2.0",
"MIT"
] | null | null | null | modules/EnsEMBL/Web/Component/Gene/ComparaOrthologs.pm | at7/backup-ensembl-webcode | 4c8c30f2ba9e0eebc3dd07e068fb6e02c388d086 | [
"Apache-2.0",
"MIT"
] | null | null | null | modules/EnsEMBL/Web/Component/Gene/ComparaOrthologs.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... | 44.557416 | 295 | 0.565745 |
ed7e28b28da997631c919ca582a301c63d220ef0 | 5,367 | pm | Perl | x64/Release/slic3r_130/local-lib/lib/perl5/LWP/Authen/Ntlm.pm | aacitelli/OASIS-Challenge-Baseline-Code-and-Models | f1847c4a5c3d33ad3d05a41a5c5caf0d383faac1 | [
"BSD-2-Clause"
] | null | null | null | x64/Release/slic3r_130/local-lib/lib/perl5/LWP/Authen/Ntlm.pm | aacitelli/OASIS-Challenge-Baseline-Code-and-Models | f1847c4a5c3d33ad3d05a41a5c5caf0d383faac1 | [
"BSD-2-Clause"
] | null | null | null | x64/Release/slic3r_130/local-lib/lib/perl5/LWP/Authen/Ntlm.pm | aacitelli/OASIS-Challenge-Baseline-Code-and-Models | f1847c4a5c3d33ad3d05a41a5c5caf0d383faac1 | [
"BSD-2-Clause"
] | null | null | null | package LWP::Authen::Ntlm;
use strict;
our $VERSION = '6.26';
use Authen::NTLM "1.02";
use MIME::Base64 "2.12";
sub authenticate {
my($class, $ua, $proxy, $auth_param, $response,
$request, $arg, $size) = @_;
my($user, $pass) = $ua->get_basic_credentials($auth_param->{realm},
... | 29.168478 | 112 | 0.684181 |
73f61648e9b857b7573ae2907544d167064077cb | 4,815 | pl | Perl | multimedia/directx/dinput/dx7/dll/mkhdr.pl | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | multimedia/published/directx/dinput/mkhdr.pl | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | multimedia/published/directx/dinput/mkhdr.pl | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | #!perl
#
# hsplit is too lame to handle OLE interfaces, so I have to
# write this program myself. It only handles the OLE stuff;
# I leave hsplit to manage the regular % stuff.
#
# Makes it clearer what's going on when we pass it as a flag
$A = 0;
$W = 1;
#
# Dummy prototype gizmos for EmitWrapper.... | 25.611702 | 81 | 0.459605 |
ed8fa1d649df3e390aa91521184e4a834c23938c | 682 | t | Perl | tests/unit/mysql/statement/add-fk/030-success.alias.one.one.aa.t | Vovan-VE/lazymgen | 7968a1e9c24966eb38cab1e1f8d5b77f5bc6669b | [
"MIT"
] | null | null | null | tests/unit/mysql/statement/add-fk/030-success.alias.one.one.aa.t | Vovan-VE/lazymgen | 7968a1e9c24966eb38cab1e1f8d5b77f5bc6669b | [
"MIT"
] | null | null | null | tests/unit/mysql/statement/add-fk/030-success.alias.one.one.aa.t | Vovan-VE/lazymgen | 7968a1e9c24966eb38cab1e1f8d5b77f5bc6669b | [
"MIT"
] | null | null | null | ---- IN ----
+ FK @key-name %child ( parent_id ) => %parent ( id )
---- OUT ----
$> add_key-name
> Generated with lazymgen - Lazy Migration Generator
> Format: MySQL
>
> Source:
> + FK @key-name %child ( parent_id ) => %parent ( id )
UP:
`add_key-name` is-dml=False ⟨
ALTE... | 27.28 | 63 | 0.479472 |
73ffd0bb468e03ad82d758103e01a1f0d30a9e11 | 8,071 | pm | Perl | centreon/plugins/http.pm | aladdinchan/centreon-plugins | cf68e79983245f9aea510e155340020e4babd591 | [
"Apache-2.0"
] | null | null | null | centreon/plugins/http.pm | aladdinchan/centreon-plugins | cf68e79983245f9aea510e155340020e4babd591 | [
"Apache-2.0"
] | null | null | null | centreon/plugins/http.pm | aladdinchan/centreon-plugins | cf68e79983245f9aea510e155340020e4babd591 | [
"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... | 31.527344 | 143 | 0.565605 |
ed85fd144f2aa762c87caa03ced83b8e63042d1a | 21,295 | al | Perl | Apps/CH/SwissQRBill/app/src/core/Mgt.Codeunit.al | MiguelMercadoActual/ALAppExtensions | 97ee3823053eb32fa7e38dc3d1e7a89bdcca8d7b | [
"MIT"
] | 337 | 2019-05-07T06:04:40.000Z | 2022-03-31T10:07:42.000Z | Apps/CH/SwissQRBill/app/src/core/Mgt.Codeunit.al | MiguelMercadoActual/ALAppExtensions | 97ee3823053eb32fa7e38dc3d1e7a89bdcca8d7b | [
"MIT"
] | 14,850 | 2019-05-07T06:04:27.000Z | 2022-03-31T19:53:28.000Z | Apps/CH/SwissQRBill/app/src/core/Mgt.Codeunit.al | MiguelMercadoActual/ALAppExtensions | 97ee3823053eb32fa7e38dc3d1e7a89bdcca8d7b | [
"MIT"
] | 374 | 2019-05-09T10:08:14.000Z | 2022-03-31T17:48:32.000Z | codeunit 11518 "Swiss QR-Bill Mgt."
{
var
PaymentMethodsTxt: Label '%1 of %2 Payment Methods enabled with QR-Bill Layout', Comment = '%1, %2 - number of records';
DocumentTypesTxt: Label '%1 of %2 Document Types enabled for QR-Bills', Comment = '%1, %2 - number of records';
QRBillCaptionLbl:... | 39.145221 | 206 | 0.614604 |
ed99d92e6e7acf80a5c0b623213695958ecd5992 | 6,431 | t | Perl | dim-testsuite/t/zone-create-subzone.t | jaypeeteeB/dim | c38cf1ddc571e2f7000043172f4611770f288a53 | [
"MIT"
] | 37 | 2020-02-19T14:25:40.000Z | 2022-02-19T18:35:00.000Z | dim-testsuite/t/zone-create-subzone.t | jaypeeteeB/dim | c38cf1ddc571e2f7000043172f4611770f288a53 | [
"MIT"
] | 127 | 2020-03-09T12:29:24.000Z | 2022-03-30T10:56:19.000Z | dim-testsuite/t/zone-create-subzone.t | jaypeeteeB/dim | c38cf1ddc571e2f7000043172f4611770f288a53 | [
"MIT"
] | 26 | 2020-02-19T14:25:46.000Z | 2022-01-26T18:49:45.000Z | $ ndcli create zone example.net primary ns-example.company.org. mail hostmaster@example.net
WARNING - Creating zone example.net without profile
$ ndcli create rr example.net. ns ns-example.company.com.
INFO - Creating RR @ NS ns-example.company.com. in zone example.net
WARNING - ns-example.company.com. does not exist.
... | 55.921739 | 115 | 0.739232 |
ed84863cd1f204b79530f6bded9369abdda47316 | 9,325 | pm | Perl | lib/OBO/Util/Map.pm | gitpan/ONTO-PERL | ff4cf6f480c7cd753303790c9e35f537bd3130dd | [
"Artistic-1.0-cl8"
] | null | null | null | lib/OBO/Util/Map.pm | gitpan/ONTO-PERL | ff4cf6f480c7cd753303790c9e35f537bd3130dd | [
"Artistic-1.0-cl8"
] | null | null | null | lib/OBO/Util/Map.pm | gitpan/ONTO-PERL | ff4cf6f480c7cd753303790c9e35f537bd3130dd | [
"Artistic-1.0-cl8"
] | null | null | null | # $Id: Map.pm 2014-06-06 erick.antezana $
#
# Module : Map.pm
# Purpose : An implementation of a Map. An object that maps keys to values.
# License : Copyright (c) 2006-2014 by Erick Antezana. All rights reserved.
# This program is free software; you can redistribute it and/or
# modify it under the... | 23.910256 | 156 | 0.636997 |
eda1f25b251eec663cd47f54c8cd45cc9ad0b9a7 | 3,292 | t | Perl | t/filter-fun.t | huylvt/lua-resty-radixtree | 5e70b03440d53d55b9aa7eefbdde21369a16432e | [
"Apache-2.0"
] | null | null | null | t/filter-fun.t | huylvt/lua-resty-radixtree | 5e70b03440d53d55b9aa7eefbdde21369a16432e | [
"Apache-2.0"
] | null | null | null | t/filter-fun.t | huylvt/lua-resty-radixtree | 5e70b03440d53d55b9aa7eefbdde21369a16432e | [
"Apache-2.0"
] | null | null | null | # vim:set ft= ts=4 sw=4 et fdm=marker:
use t::RX 'no_plan';
repeat_each(1);
run_tests();
__DATA__
=== TEST 1: sanity
--- config
location /t {
content_by_lua_block {
local radix = require("resty.radixtree")
local rx = radix.new({
{
paths = "/aa"... | 23.020979 | 80 | 0.438943 |
ed9a6329e03b2e9a2b4cf84fc295fae3882be656 | 190 | t | Perl | S16-io/cwd.t | rurban/roast | 63540fe76bc9b060aedca20c010372ecf60c6233 | [
"Artistic-2.0"
] | null | null | null | S16-io/cwd.t | rurban/roast | 63540fe76bc9b060aedca20c010372ecf60c6233 | [
"Artistic-2.0"
] | null | null | null | S16-io/cwd.t | rurban/roast | 63540fe76bc9b060aedca20c010372ecf60c6233 | [
"Artistic-2.0"
] | 1 | 2019-10-08T10:15:36.000Z | 2019-10-08T10:15:36.000Z | use Test;
# L<S16/IO/$*CWD>
# see also S28-named-variables/cwd.t
plan 3;
isa_ok $*CWD, IO::Path;
lives_ok { $*CWD.perl }, '$*CWD.perl works';
lives_ok { $*CWD.gist }, '$*CWD.gist works';
| 17.272727 | 44 | 0.621053 |
ed515f8925027666a64d696029e5a206d06f403b | 1,750 | pm | Perl | lib/TauHead/Schema/Result/VendorItem.pm | taustation-fan/tauhead-server | 00802b51529d8043358a3e4dec9420314e48db19 | [
"MIT"
] | 1 | 2019-02-06T22:20:29.000Z | 2019-02-06T22:20:29.000Z | lib/TauHead/Schema/Result/VendorItem.pm | taustation-fan/tauhead-server | 00802b51529d8043358a3e4dec9420314e48db19 | [
"MIT"
] | 1 | 2018-10-25T21:58:42.000Z | 2018-10-25T21:58:42.000Z | lib/TauHead/Schema/Result/VendorItem.pm | taustation-fan/tauhead-server | 00802b51529d8043358a3e4dec9420314e48db19 | [
"MIT"
] | null | null | null | use utf8;
package TauHead::Schema::Result::VendorItem;
use strict;
use warnings;
use base 'DBIx::Class::Core';
__PACKAGE__->table("vendor_item");
__PACKAGE__->add_columns(
"id", # in-game `market_stall_item_id`
{ data_type => "integer",
is_nullable => 0,
},
"item_slug",
... | 23.333333 | 89 | 0.544571 |
ed6de456de95c3a29d9826e56257151f0cb5e794 | 25,291 | pm | Perl | lib/DateTime/TimeZone/America/Belize.pm | fossabot/DateTime-TimeZone | d0e4bba9fec5b9956317976250d01f6cc0044ce7 | [
"Artistic-1.0"
] | null | null | null | lib/DateTime/TimeZone/America/Belize.pm | fossabot/DateTime-TimeZone | d0e4bba9fec5b9956317976250d01f6cc0044ce7 | [
"Artistic-1.0"
] | null | null | null | lib/DateTime/TimeZone/America/Belize.pm | fossabot/DateTime-TimeZone | d0e4bba9fec5b9956317976250d01f6cc0044ce7 | [
"Artistic-1.0"
] | null | null | null | # This file is auto-generated by the Perl DateTime Suite time zone
# code generator (0.08) This code generator comes with the
# DateTime::TimeZone module distribution in the tools/ directory
#
# Generated from /tmp/M7TZl06VNc/northamerica. Olson data version 2021a
#
# Do not edit this file directly.
#
package DateTim... | 27.107181 | 89 | 0.638172 |
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.