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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
73f180cfb94d8fe49730103c20aedc08e3f7374d | 657 | t | Perl | t/startup.t | wsdookadr/mojolicious-plugin-sizelimit | fed37106f83c1590bcfaa4661450e834f4ab35cd | [
"Artistic-2.0"
] | null | null | null | t/startup.t | wsdookadr/mojolicious-plugin-sizelimit | fed37106f83c1590bcfaa4661450e834f4ab35cd | [
"Artistic-2.0"
] | null | null | null | t/startup.t | wsdookadr/mojolicious-plugin-sizelimit | fed37106f83c1590bcfaa4661450e834f4ab35cd | [
"Artistic-2.0"
] | null | null | null | use Mojo::Base -strict;
use Test::More;
use Mojo::IOLoop;
use Mojolicious::Lite;
use Test::Mojo;
require Mojolicious::Plugin::SizeLimit;
my ($total, $shared) = Mojolicious::Plugin::SizeLimit::check_size();
unless (ok $total, "OS ($^O) is supported") {
done_testing();
exit 0;
}
my $stopped = 0;
my $t = Tes... | 26.28 | 108 | 0.70624 |
73e77bdd5700c384b166aa1d106a65fc7b29665d | 12,385 | t | Perl | t/max_time_ms.t | nunorc/mongo-perl-driver | 8fcdf41bb8e92771df0b68fc52aadf95d2586e62 | [
"Apache-2.0"
] | null | null | null | t/max_time_ms.t | nunorc/mongo-perl-driver | 8fcdf41bb8e92771df0b68fc52aadf95d2586e62 | [
"Apache-2.0"
] | null | null | null | t/max_time_ms.t | nunorc/mongo-perl-driver | 8fcdf41bb8e92771df0b68fc52aadf95d2586e62 | [
"Apache-2.0"
] | null | null | null | #
# Copyright 2014 MongoDB, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wri... | 28.802326 | 93 | 0.503755 |
ed42dca0509ec13a1c588c8645dde0dbd83c778e | 11,386 | pl | Perl | library/quasi_quotations.pl | sailfishos-mirror/swipl | d715454d15f6a24c0ffddf6fc157a82ac5be9383 | [
"BSD-2-Clause"
] | 725 | 2015-01-01T07:07:49.000Z | 2022-03-29T10:35:31.000Z | library/quasi_quotations.pl | sailfishos-mirror/swipl | d715454d15f6a24c0ffddf6fc157a82ac5be9383 | [
"BSD-2-Clause"
] | 819 | 2015-01-17T21:18:52.000Z | 2022-03-31T17:35:57.000Z | library/quasi_quotations.pl | sailfishos-mirror/swipl | d715454d15f6a24c0ffddf6fc157a82ac5be9383 | [
"BSD-2-Clause"
] | 268 | 2015-01-07T04:18:55.000Z | 2022-03-30T06:15:31.000Z | /* Part of SWI-Prolog
Author: Jan Wielemaker
E-mail: J.Wielemaker@vu.nl
WWW: http://www.swi-prolog.org
Copyright (c) 2013-2015, VU University Amsterdam
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permit... | 38.080268 | 92 | 0.691112 |
ed03dd68829c58a48fdaaa8fa01f5aa853d65b88 | 3,458 | t | Perl | exercises/roman-numerals/roman-numerals.t | cxw42/exercism-perl5 | bdfed33f5fa5029df7aa6005da237a3ded5c368e | [
"MIT"
] | null | null | null | exercises/roman-numerals/roman-numerals.t | cxw42/exercism-perl5 | bdfed33f5fa5029df7aa6005da237a3ded5c368e | [
"MIT"
] | null | null | null | exercises/roman-numerals/roman-numerals.t | cxw42/exercism-perl5 | bdfed33f5fa5029df7aa6005da237a3ded5c368e | [
"MIT"
] | null | null | null | #!/usr/bin/env perl
use Test2::V0;
use JSON::PP;
use FindBin qw($Bin);
use lib $Bin, "$Bin/local/lib/perl5";
use RomanNumerals qw(to_roman);
my $C_DATA = do { local $/; decode_json(<DATA>); };
plan 20;
imported_ok qw(to_roman) or bail_out;
for my $case ( @{ $C_DATA->{cases} } ) {
is to_roman( $case->{input}{numb... | 19.318436 | 72 | 0.425969 |
ed1d4f4531ddb72fed0ee5a5c1be123a090ff73b | 444 | pm | Perl | auto-lib/Paws/SESv2/GetDedicatedIpResponse.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/SESv2/GetDedicatedIpResponse.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/SESv2/GetDedicatedIpResponse.pm | 0leksii/aws-sdk-perl | b2132fe3c79a06fd15b6137e8a0eb628de722e0f | [
"Apache-2.0"
] | 87 | 2015-04-22T06:29:47.000Z | 2021-09-29T14:45:55.000Z |
package Paws::SESv2::GetDedicatedIpResponse;
use Moose;
has DedicatedIp => (is => 'ro', isa => 'Paws::SESv2::DedicatedIp');
has _request_id => (is => 'ro', isa => 'Str');
1;
### main pod documentation begin ###
=head1 NAME
Paws::SESv2::GetDedicatedIpResponse
=head1 ATTRIBUTES
=head2 DedicatedIp => L<Paws:... | 15.857143 | 69 | 0.689189 |
ed2ca9849eae5685a90d3e6b3b3ae2f685c3857f | 422 | pm | Perl | auto-lib/Azure/Network/FlowLogInformation.pm | pplu/azure-sdk-perl | 26cbef2d926f571bc1617c26338c106856f95568 | [
"Apache-2.0"
] | null | null | null | auto-lib/Azure/Network/FlowLogInformation.pm | pplu/azure-sdk-perl | 26cbef2d926f571bc1617c26338c106856f95568 | [
"Apache-2.0"
] | null | null | null | auto-lib/Azure/Network/FlowLogInformation.pm | pplu/azure-sdk-perl | 26cbef2d926f571bc1617c26338c106856f95568 | [
"Apache-2.0"
] | 1 | 2021-04-08T15:26:39.000Z | 2021-04-08T15:26:39.000Z | package Azure::Network::FlowLogInformation;
use Moose;
has 'flowAnalyticsConfiguration' => (is => 'ro', isa => 'Azure::Network::TrafficAnalyticsProperties' );
has 'targetResourceId' => (is => 'ro', isa => 'Str' );
has 'enabled' => (is => 'ro', isa => 'Bool' );
has 'retentionPolicy' => (is => 'ro', isa => ... | 42.2 | 106 | 0.601896 |
ed468a29756a35cdf7bae276b3a6d30e1a44a3a8 | 1,980 | pm | Perl | auto-lib/Paws/Glue/UpdateXMLClassifierRequest.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/Glue/UpdateXMLClassifierRequest.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/Glue/UpdateXMLClassifierRequest.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::Glue::UpdateXMLClassifierRequest;
use Moose;
has Classification => (is => 'ro', isa => 'Str');
has Name => (is => 'ro', isa => 'Str', required => 1);
has RowTag => (is => 'ro', isa => 'Str');
1;
### main pod documentation begin ###
=head1 NAME
Paws::Glue::Updat... | 26.052632 | 109 | 0.724747 |
ed418b84fc1d0b6575a3565d2147132db1a40c3f | 930 | t | Perl | perl/t/comp/multiline.t | tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective | 1b0172cdb78757fd17898503aaf6ce03d940ef28 | [
"Apache-1.1"
] | 46 | 2015-12-04T17:12:58.000Z | 2022-03-11T04:30:49.000Z | perl/t/comp/multiline.t | tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective | 1b0172cdb78757fd17898503aaf6ce03d940ef28 | [
"Apache-1.1"
] | null | null | null | perl/t/comp/multiline.t | tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective | 1b0172cdb78757fd17898503aaf6ce03d940ef28 | [
"Apache-1.1"
] | 23 | 2016-10-24T09:18:14.000Z | 2022-02-25T02:11:35.000Z | #!./perl
# $RCSfile: multiline.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:20 $
print "1..5\n";
open(try,'>Comp.try') || (die "Can't open temp file.");
$x = 'now is the time
for all good men
to come to.
!
';
$y = 'now is the time' . "\n" .
'for all good men' . "\n" .
'to come to.' . "\n\n\n!\n\n";
if ($x eq $y)... | 19.787234 | 69 | 0.522581 |
ed0bd36ede631ceeee5da733f24df1c40d8edf97 | 5,573 | pm | Perl | lib/NTPPool/Control/Scores.pm | aleksandar-pap/ntppool | 7a7dbc4ef8bca95cad606281677bb9185beb5459 | [
"Apache-2.0"
] | null | null | null | lib/NTPPool/Control/Scores.pm | aleksandar-pap/ntppool | 7a7dbc4ef8bca95cad606281677bb9185beb5459 | [
"Apache-2.0"
] | null | null | null | lib/NTPPool/Control/Scores.pm | aleksandar-pap/ntppool | 7a7dbc4ef8bca95cad606281677bb9185beb5459 | [
"Apache-2.0"
] | null | null | null | package NTPPool::Control::Scores;
use strict;
use base qw(NTPPool::Control);
use Combust::Constant qw(OK DECLINED);
use NP::Model;
use List::Util qw(min);
use JSON qw(encode_json);
sub render {
my $self = shift;
my $public = $self->site->name eq 'ntppool' ? 1 : 0;
$self->cache_control('s-maxage=1200,max-a... | 35.050314 | 100 | 0.442849 |
ed3a99dde731ba6d8ebca776bb5d09868b0b3125 | 405 | pl | Perl | json/test-xs.pl | poland-can-into-space/benchmarks | 009dc158a2cd0d64ee1eda3c99ae53e5e879eda0 | [
"MIT"
] | 2 | 2020-01-09T02:44:27.000Z | 2022-03-12T01:35:44.000Z | json/test-xs.pl | poland-can-into-space/benchmarks | 009dc158a2cd0d64ee1eda3c99ae53e5e879eda0 | [
"MIT"
] | null | null | null | json/test-xs.pl | poland-can-into-space/benchmarks | 009dc158a2cd0d64ee1eda3c99ae53e5e879eda0 | [
"MIT"
] | 3 | 2015-12-18T06:59:16.000Z | 2020-03-19T06:49:25.000Z | use strict;
use warnings;
use File::Slurper 'read_binary';
use Cpanel::JSON::XS 'decode_json';
my $jobj = decode_json read_binary '1.json';
my $coordinates = $jobj->{coordinates};
my $len = @$coordinates;
my $x = my $y = my $z = 0;
foreach my $coord (@$coordinates) {
$x += $coord->{x};
$y += $coord->{y};
$z += ... | 20.25 | 44 | 0.577778 |
ed477a1027cb98945f4cea30c81d4f13aab92c24 | 2,103 | pl | Perl | gbank_gpept_gis/genpept_to_gi_roster.pl | SchwarzEM/ems_perl | 0c20b1fe1d215689ee8db3677b23175bd968841f | [
"BSD-3-Clause"
] | 2 | 2021-07-19T09:00:17.000Z | 2021-08-30T02:45:18.000Z | gbank_gpept_gis/genpept_to_gi_roster.pl | Superboy666/ems_perl | ce78eb5c2120566e6e55a786ebd15382cb38736f | [
"BSD-3-Clause"
] | null | null | null | gbank_gpept_gis/genpept_to_gi_roster.pl | Superboy666/ems_perl | ce78eb5c2120566e6e55a786ebd15382cb38736f | [
"BSD-3-Clause"
] | 1 | 2021-07-19T09:00:18.000Z | 2021-07-19T09:00:18.000Z | #!/usr/bin/perl -w
# Program: genpept_to_gi_roster.pl
# Erich Schwarz, 9/2/99
#
# Purpose: Starting with a batch GenPept file from batch
# Entrez, produce a clean list with one line for each
# gi number, and with the following on each line:
#
# gi no.; gene name; product name; species
#
# This has two... | 26.620253 | 93 | 0.577271 |
73dde0270edd06ef2a84d1f6490eeef0009f926c | 577 | pl | Perl | slic3r/win/lib/unicore/lib/Nv/300.pl | pschou/py-sdf | 0a269ed155d026e29429d76666fb63c95d2b4b2c | [
"MIT"
] | null | null | null | slic3r/win/lib/unicore/lib/Nv/300.pl | pschou/py-sdf | 0a269ed155d026e29429d76666fb63c95d2b4b2c | [
"MIT"
] | null | null | null | slic3r/win/lib/unicore/lib/Nv/300.pl | pschou/py-sdf | 0a269ed155d026e29429d76666fb63c95d2b4b2c | [
"MIT"
] | null | null | null | # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
# This file is machine-generated by ..\lib\unicore\mktables from the Unicode
# database, Version 8.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 ... | 23.08 | 78 | 0.667244 |
ed39ab3229ae89434fce9ad3da882809d69aaa48 | 2,353 | al | Perl | Apps/NA/EnvestnetYodleeBankFeeds/app/src/COD1267.al | bjarkihall/ALAppExtensions | d8243d27e0280dec6e079ab9f1e838f9768c208c | [
"MIT"
] | 1 | 2021-08-16T18:14:49.000Z | 2021-08-16T18:14:49.000Z | Apps/NA/EnvestnetYodleeBankFeeds/app/src/COD1267.al | bjarkihall/ALAppExtensions | d8243d27e0280dec6e079ab9f1e838f9768c208c | [
"MIT"
] | null | null | null | Apps/NA/EnvestnetYodleeBankFeeds/app/src/COD1267.al | bjarkihall/ALAppExtensions | d8243d27e0280dec6e079ab9f1e838f9768c208c | [
"MIT"
] | 1 | 2021-02-09T10:23:09.000Z | 2021-02-09T10:23:09.000Z | Codeunit 1267 "Password Helper"
{
procedure GeneratePassword(Length: Integer): Text;
var
DotNet_Regex: Codeunit DotNet_Regex;
PasswordHandler: Codeunit "Password Handler";
Result: Text;
begin
DotNet_Regex.Regex('[\[\]\{\}\(\)\+\-&%\.\^;,:\|=\\\/\?''"`\~><_]');
Result ... | 29.4125 | 114 | 0.548661 |
73e35ea275c4bb92a5777373b95410e3e55ba919 | 551 | pl | Perl | examples/cards.pl | jdhedden/Math-Random-MT-Auto | 9b65481a7b4fd350e6b950289d3bb688d981b14d | [
"Unlicense"
] | null | null | null | examples/cards.pl | jdhedden/Math-Random-MT-Auto | 9b65481a7b4fd350e6b950289d3bb688d981b14d | [
"Unlicense"
] | null | null | null | examples/cards.pl | jdhedden/Math-Random-MT-Auto | 9b65481a7b4fd350e6b950289d3bb688d981b14d | [
"Unlicense"
] | null | null | null | #!/usr/bin/perl
use strict;
use warnings;
$| = 1;
use Math::Random::MT::Auto qw(shuffle);
MAIN:
{
my $deck = shuffle(0..51);
my @cards = qw(A 1 2 3 4 5 6 7 8 9 10 J Q K);
my @suits = qw(C D H S);
print('My hand: ');
for my $card (0 .. 4) {
print($cards[$$deck[$card] % 13], '-', $suits[$... | 17.21875 | 81 | 0.459165 |
ed3ad0eec6ae1ee0ccc1845d2d38de33d130ed4b | 5,220 | pl | Perl | build/External/Android/lib-build/SDL_mixer2.0.1/jni/SDL2/src/dynapi/gendynapi.pl | perezite/o2-blocks | c021f9eaddfefe619d3e41508c0fbdb81a95c276 | [
"MIT"
] | null | null | null | build/External/Android/lib-build/SDL_mixer2.0.1/jni/SDL2/src/dynapi/gendynapi.pl | perezite/o2-blocks | c021f9eaddfefe619d3e41508c0fbdb81a95c276 | [
"MIT"
] | null | null | null | build/External/Android/lib-build/SDL_mixer2.0.1/jni/SDL2/src/dynapi/gendynapi.pl | perezite/o2-blocks | c021f9eaddfefe619d3e41508c0fbdb81a95c276 | [
"MIT"
] | 1 | 2020-06-04T10:55:32.000Z | 2020-06-04T10:55:32.000Z | #!/usr/bin/perl -w
# Simple DirectMedia Layer
# Copyright (C) 1997-2016 Sam Lantinga <slouken@libsdl.org>
#
# This software is provided 'as-is', without any express or implied
# warranty. In no event will the authors be held liable for any damages
# arising from the use of this software.
#
# Permission... | 36.760563 | 121 | 0.472605 |
73d9f15fc7b93602a68333736c971066df6b31ca | 13,013 | pm | Perl | lib/Cfn/Resource/AWS/DataPipeline/Pipeline.pm | torrentalle/cfn-perl | f5fd3b9e16bbdf6bf3d7e7d6850dfe0f16888aaf | [
"Apache-2.0"
] | null | null | null | lib/Cfn/Resource/AWS/DataPipeline/Pipeline.pm | torrentalle/cfn-perl | f5fd3b9e16bbdf6bf3d7e7d6850dfe0f16888aaf | [
"Apache-2.0"
] | null | null | null | lib/Cfn/Resource/AWS/DataPipeline/Pipeline.pm | torrentalle/cfn-perl | f5fd3b9e16bbdf6bf3d7e7d6850dfe0f16888aaf | [
"Apache-2.0"
] | null | null | null | # AWS::DataPipeline::Pipeline generated from spec 14.3.0
use Moose::Util::TypeConstraints;
coerce 'Cfn::Resource::Properties::AWS::DataPipeline::Pipeline',
from 'HashRef',
via { Cfn::Resource::Properties::AWS::DataPipeline::Pipeline->new( %$_ ) };
package Cfn::Resource::AWS::DataPipeline::Pipeline {
use Moose;... | 39.314199 | 357 | 0.638823 |
ed07d50987762f4e879d555e6ff07be2953d3b12 | 2,030 | pm | Perl | misc-scripts/xref_mapping/Xref/Schema/Result/ChecksumXref.pm | sgiorgetti/ensembl | ff90d0812cc0e64cc55c74a759575db351c5217b | [
"Apache-2.0"
] | 1 | 2021-09-27T11:01:06.000Z | 2021-09-27T11:01:06.000Z | misc-scripts/xref_mapping/Xref/Schema/Result/ChecksumXref.pm | sgiorgetti/ensembl | ff90d0812cc0e64cc55c74a759575db351c5217b | [
"Apache-2.0"
] | 1 | 2021-09-23T13:46:54.000Z | 2021-09-23T13:46:54.000Z | misc-scripts/xref_mapping/Xref/Schema/Result/ChecksumXref.pm | sgiorgetti/ensembl | ff90d0812cc0e64cc55c74a759575db351c5217b | [
"Apache-2.0"
] | null | null | null | =head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-2022] EMBL-European Bioinformatics Institute
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obta... | 20.09901 | 109 | 0.70936 |
ed18d964580a86866d3e6d958d4b96aeb025564f | 26,201 | pl | Perl | postfixadmin/VIRTUAL_VACATION/vacation.pl | harishjadhav26/mail_server | 7da53c914d6c24a141a5268e59c766c3dbe939f9 | [
"Unlicense"
] | 1 | 2021-12-30T12:01:33.000Z | 2021-12-30T12:01:33.000Z | postfixadmin/VIRTUAL_VACATION/vacation.pl | harishjadhav26/mail_server | 7da53c914d6c24a141a5268e59c766c3dbe939f9 | [
"Unlicense"
] | null | null | null | postfixadmin/VIRTUAL_VACATION/vacation.pl | harishjadhav26/mail_server | 7da53c914d6c24a141a5268e59c766c3dbe939f9 | [
"Unlicense"
] | 3 | 2021-08-24T18:43:11.000Z | 2022-01-03T07:44:01.000Z | #!/usr/bin/perl
#
# Virtual Vacation 4.2
#
# See Contributions.txt for a list of contributions.
# https://github.com/postfixadmin/postfixadmin/blob/master/VIRTUAL_VACATION/Contributions.txt
# See INSTALL.txt for help installing (and lists of dependent packages etc)
# https://github.com/postfixadmin/postfixadmin/blob/m... | 38.305556 | 229 | 0.592573 |
73e67f9c9e905be1c71c15c26954ffb782b9910a | 7,367 | t | Perl | applications/lemuridae/src/lemu2/Lemu.g.t | rewriting/tom | 2918e95c78006f08a2a0919ef440413fa5c2342a | [
"BSD-3-Clause"
] | 36 | 2016-02-19T12:09:49.000Z | 2022-02-03T13:13:21.000Z | applications/lemuridae/src/lemu2/Lemu.g.t | rewriting/tom | 2918e95c78006f08a2a0919ef440413fa5c2342a | [
"BSD-3-Clause"
] | null | null | null | applications/lemuridae/src/lemu2/Lemu.g.t | rewriting/tom | 2918e95c78006f08a2a0919ef440413fa5c2342a | [
"BSD-3-Clause"
] | 6 | 2017-11-30T17:07:10.000Z | 2022-03-12T14:46:21.000Z |
grammar Lemu;
@header {
package lemu2;
import lemu2.kernel.proofterms.types.*;
}
@members {
%include { kernel/proofterms/proofterms.tom }
private RawTermList append(RawTermList l, RawTerm t) {
%match(l) {
EmptyRawtermList() -> { return `ConsRawtermList(t,EmptyRawtermList()); }
ConsRawtermLis... | 29.947154 | 101 | 0.580969 |
73e533514c573819d4e9cda05d68d4d21b275b8e | 7,170 | pl | Perl | perl_openbsd/spore-seeder.pl | crypto4a/spore-seeder | 0a155358f932f274568bd075f343f8a95f802481 | [
"MIT"
] | null | null | null | perl_openbsd/spore-seeder.pl | crypto4a/spore-seeder | 0a155358f932f274568bd075f343f8a95f802481 | [
"MIT"
] | null | null | null | perl_openbsd/spore-seeder.pl | crypto4a/spore-seeder | 0a155358f932f274568bd075f343f8a95f802481 | [
"MIT"
] | 1 | 2019-08-19T19:26:16.000Z | 2019-08-19T19:26:16.000Z | #!/usr/bin/perl
#
# MIT License
#
# Copyright (c) 2018-2019 Crypto4A Technologies Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the ... | 26.853933 | 107 | 0.669596 |
ed27fd1b9c2cea192b3516d6a4d10a5d4be40911 | 5,390 | pm | Perl | lib/Perl/Critic/Policy/Modules/ProhibitConditionalUseStatements.pm | utgwkk/Perl-Critic | e88e1bce7f24527cb484ff459e68c80cf411408f | [
"Artistic-1.0"
] | null | null | null | lib/Perl/Critic/Policy/Modules/ProhibitConditionalUseStatements.pm | utgwkk/Perl-Critic | e88e1bce7f24527cb484ff459e68c80cf411408f | [
"Artistic-1.0"
] | null | null | null | lib/Perl/Critic/Policy/Modules/ProhibitConditionalUseStatements.pm | utgwkk/Perl-Critic | e88e1bce7f24527cb484ff459e68c80cf411408f | [
"Artistic-1.0"
] | null | null | null | package Perl::Critic::Policy::Modules::ProhibitConditionalUseStatements;
use 5.006001;
use strict;
use warnings;
use Readonly;
use Perl::Critic::Utils qw{ :booleans :severities };
use base 'Perl::Critic::Policy';
our $VERSION = '1.139_01';
#---------------------------------------------------------------------------... | 26.421569 | 127 | 0.555844 |
73fe747b74441382ded1ba8c556a3c8d644534d5 | 1,427 | t | Perl | t/body_mod.t | apache/spamassassin | 6a28fdf568f16b39c049e45014e082a34a9e4be9 | [
"Apache-2.0"
] | 196 | 2015-01-13T03:55:31.000Z | 2022-03-29T23:56:13.000Z | t/body_mod.t | apache/spamassassin | 6a28fdf568f16b39c049e45014e082a34a9e4be9 | [
"Apache-2.0"
] | 2 | 2015-03-23T21:32:14.000Z | 2018-10-18T15:37:36.000Z | t/body_mod.t | apache/spamassassin | 6a28fdf568f16b39c049e45014e082a34a9e4be9 | [
"Apache-2.0"
] | 77 | 2015-01-13T04:35:30.000Z | 2022-03-15T14:49:08.000Z | #!/usr/bin/perl -w -T
use strict;
use lib '.'; use lib 't';
use SATest; sa_t_init("body_mod");
use Test::More tests => 3;
use Mail::SpamAssassin;
# ---------------------------------------------------------------------------
# initialize SpamAssassin
my $sa = create_saobj({'dont_copy_prefs' => 1});
$sa->init(0); # ... | 27.980392 | 81 | 0.623686 |
ed28452a579652646210b84800df8ec77de849e0 | 77,503 | pm | Perl | src/main/plugin/ContentAccessService.pm | ickStream/ickstream-client-lms | 63320f67c2bb7398c2a7a5029636384ca38d6f76 | [
"BSD-3-Clause"
] | 2 | 2015-02-04T20:42:15.000Z | 2015-04-09T07:19:56.000Z | src/main/plugin/ContentAccessService.pm | ickStream/ickstream-client-lms | 63320f67c2bb7398c2a7a5029636384ca38d6f76 | [
"BSD-3-Clause"
] | null | null | null | src/main/plugin/ContentAccessService.pm | ickStream/ickstream-client-lms | 63320f67c2bb7398c2a7a5029636384ca38d6f76 | [
"BSD-3-Clause"
] | null | null | null | # Copyright (c) 2013, ickStream GmbH
# 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 conditions... | 30.429132 | 688 | 0.63053 |
ed413d81fa4347738aceed2af6037aa6a8395937 | 2,944 | t | Perl | t/mojolicious/tls_lite_app.t | gitpan/Mojolicious | beca309d5d5f856df641e965398986753d8b00a6 | [
"Artistic-2.0"
] | null | null | null | t/mojolicious/tls_lite_app.t | gitpan/Mojolicious | beca309d5d5f856df641e965398986753d8b00a6 | [
"Artistic-2.0"
] | null | null | null | t/mojolicious/tls_lite_app.t | gitpan/Mojolicious | beca309d5d5f856df641e965398986753d8b00a6 | [
"Artistic-2.0"
] | null | null | null | use Mojo::Base -strict;
BEGIN { $ENV{MOJO_REACTOR} = 'Mojo::Reactor::Poll' }
use Test::More;
use Mojo::IOLoop::Server;
plan skip_all => 'set TEST_TLS to enable this test (developer only!)'
unless $ENV{TEST_TLS};
plan skip_all => 'IO::Socket::SSL 1.84 required for this test!'
unless Mojo::IOLoop::Server::TLS;
us... | 27.259259 | 76 | 0.642323 |
73d674bbee8b26626acc5d531ac58691b1108c05 | 1,488 | pl | Perl | vfm/vfm_updatedb.pl | TonyChengTW/MailFilter | cc1a6842461a0222db6fb2956ce9ced532481d9b | [
"Apache-2.0"
] | null | null | null | vfm/vfm_updatedb.pl | TonyChengTW/MailFilter | cc1a6842461a0222db6fb2956ce9ced532481d9b | [
"Apache-2.0"
] | null | null | null | vfm/vfm_updatedb.pl | TonyChengTW/MailFilter | cc1a6842461a0222db6fb2956ce9ced532481d9b | [
"Apache-2.0"
] | null | null | null | #!/bin/perl
#------------------------------
#Writer : Mico Cheng
#Version: 20040719
#Use for: update IS list
#Host : mx3.mail.apol.com.tw
#------------------------------
use DBI;
chomp($today = `date +%Y%m%d`);
$is_list_dir = "/export/home/mico/vfm/";
$is_list_apol_file = $today."_APOL.txt";
$is_list_ebtnet_file = $... | 31 | 94 | 0.588038 |
ed3ba6ba2ac0fbe907ffe13a3c5032be14ecee72 | 6,012 | t | Perl | modules/t/strainSlice.t | JAlvarezJarreta/ensembl | 1af1dce3518d6af00df04983993deefa01ec2276 | [
"Apache-2.0"
] | 49 | 2015-01-14T14:03:30.000Z | 2022-03-17T22:54:52.000Z | modules/t/strainSlice.t | JAlvarezJarreta/ensembl | 1af1dce3518d6af00df04983993deefa01ec2276 | [
"Apache-2.0"
] | 489 | 2015-01-14T14:53:47.000Z | 2022-03-29T18:30:48.000Z | modules/t/strainSlice.t | JAlvarezJarreta/ensembl | 1af1dce3518d6af00df04983993deefa01ec2276 | [
"Apache-2.0"
] | 115 | 2015-01-14T14:31:42.000Z | 2022-03-15T16:24:38.000Z | # 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 obtain a... | 35.364706 | 104 | 0.644045 |
ed4b9652a0edb3817553fb431d4f8a20d7fddb33 | 36,270 | pl | Perl | bin/checkids.pl | pinggit/plwe | b47fe5dae6f14be23e865c859aa9c58bd4dd038b | [
"MIT"
] | null | null | null | bin/checkids.pl | pinggit/plwe | b47fe5dae6f14be23e865c859aa9c58bd4dd038b | [
"MIT"
] | null | null | null | bin/checkids.pl | pinggit/plwe | b47fe5dae6f14be23e865c859aa9c58bd4dd038b | [
"MIT"
] | 1 | 2019-10-24T15:12:04.000Z | 2019-10-24T15:12:04.000Z | #!/usr/bin/perl
# Copyright (c) 2003-2008 Juniper Networks Inc. All rights reserved.
#
# Change history:
# 2003/08/01 - ckim - add uidToNameTable.cfg decode.
# 2003/07/31 - ckim - Initial coding.
# 2008/04/21 - ckim - added Disclaimer (by DDugal), comment out cfgsToListIndex
#
# Disclaimer:
# Juniper Networks is ... | 29.22643 | 149 | 0.568211 |
ed196bcecec2ef7c1986fc82b3e342a28a9dbfb4 | 3,798 | t | Perl | t/error-extstore.t | stamhe/memcached | 894e4c16b5162e25ce649cf8a57dfad250965ab0 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | 9,700 | 2015-01-01T16:19:51.000Z | 2022-03-31T14:32:18.000Z | t/error-extstore.t | stamhe/memcached | 894e4c16b5162e25ce649cf8a57dfad250965ab0 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | 771 | 2015-01-01T06:59:05.000Z | 2022-03-30T05:53:00.000Z | t/error-extstore.t | stamhe/memcached | 894e4c16b5162e25ce649cf8a57dfad250965ab0 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | 2,909 | 2015-01-01T01:07:46.000Z | 2022-03-24T15:31:27.000Z | #!/usr/bin/perl
# Test the "Error on get" path for extstore.
# the entire error handling code for process_get_command() never worked, and
# would infinite loop. get_extstore() can hit it sometimes.
use strict;
use warnings;
use Test::More;
use FindBin qw($Bin);
use lib "$Bin/lib";
use MemcachedTest;
my $ext_path;
i... | 27.323741 | 243 | 0.5703 |
ed44364c6a36fec33ba264acbecd561ebd636af4 | 4,833 | pm | Perl | lib/Security/TLSCheck/App/Parallel.pm | tls-check/TLS-Check | 7ec514bfab17528d54107920a9b452873355d0d4 | [
"Artistic-2.0"
] | 50 | 2016-03-31T08:41:40.000Z | 2022-03-21T18:15:11.000Z | lib/Security/TLSCheck/App/Parallel.pm | tls-check/TLS-Check | 7ec514bfab17528d54107920a9b452873355d0d4 | [
"Artistic-2.0"
] | 3 | 2016-04-11T08:46:53.000Z | 2018-01-25T13:51:13.000Z | lib/Security/TLSCheck/App/Parallel.pm | tls-check/TLS-Check | 7ec514bfab17528d54107920a9b452873355d0d4 | [
"Artistic-2.0"
] | 7 | 2016-03-28T13:12:29.000Z | 2019-07-28T16:47:02.000Z | package Security::TLSCheck::App::Parallel;
use Moose;
use 5.010;
=head1 NAME
Security::TLSCheck::App::Parallel -- run everything in parallel
=head1 VERSION
Version 0.2.x
=cut
#<<<
my $BASE_VERSION = "1.0"; use version; our $VERSION = qv( sprintf "$BASE_VERSION.%d", q$Revision: 658 $ =~ /(\d+)/xg );
#>>>
=head1... | 24.784615 | 119 | 0.576454 |
ed356c23e4505b3d2e2e52fcca8e4df479b33941 | 6,089 | pl | Perl | prompter.pl | julius-speech/prompter | b2124a73ed02b5d52881d921beae6bd577bb83dd | [
"BSD-2-Clause"
] | 2 | 2017-08-22T08:16:19.000Z | 2020-11-15T06:49:09.000Z | prompter.pl | julius-speech/prompter | b2124a73ed02b5d52881d921beae6bd577bb83dd | [
"BSD-2-Clause"
] | null | null | null | prompter.pl | julius-speech/prompter | b2124a73ed02b5d52881d921beae6bd577bb83dd | [
"BSD-2-Clause"
] | null | null | null | #!/usr/bin/perl
#
# Usage: prompter.pl
#
use utf8;
use Tcl;
use Tkx;
use Encode;
use Time::HiRes qw( usleep gettimeofday tv_interval );
############# user configuration #############
# Julius host name
my $host = "localhost";
# Julius module port number (default is 10500)
my $port = 10500;
# text he... | 24.258964 | 94 | 0.484973 |
ed4d3eeec54e5a2a7a12e18c696aa2302c8dca9e | 5,860 | pm | Perl | lib/Bio/Tools/Gel.pm | Helmholtz-HIPS/prosnap | 5286cda39276d5eda85d2ddb23b8ab83c5d4960c | [
"MIT"
] | 5 | 2017-10-27T15:03:19.000Z | 2020-04-25T17:44:49.000Z | lib/Bio/Tools/Gel.pm | Helmholtz-HIPS/prosnap | 5286cda39276d5eda85d2ddb23b8ab83c5d4960c | [
"MIT"
] | 4 | 2021-01-28T20:49:55.000Z | 2022-03-25T19:02:54.000Z | lib/Bio/Tools/Gel.pm | Helmholtz-HIPS/prosnap | 5286cda39276d5eda85d2ddb23b8ab83c5d4960c | [
"MIT"
] | 2 | 2019-02-22T10:51:15.000Z | 2019-02-22T12:35:35.000Z | #
# BioPerl module for Bio::Tools::Gel
# Copyright Allen Day <allenday@ucla.edu>
# You may distribute this module under the same terms as perl itself
# POD documentation - main docs before the code
=head1 NAME
Bio::Tools::Gel - Calculates relative electrophoretic migration distances
=head1 SYNOPSIS
use Bio::P... | 22.980392 | 85 | 0.622526 |
ed491e36e1212902965f86465cab3b6d22dbe030 | 5,697 | pm | Perl | lib/EzmaxApi/Object/EzsignsignatureGetObjectV1Response.pm | eZmaxinc/eZmax-SDK-perl | 7d92a5915dec1c4ccfafb76d20c1b956bf68f535 | [
"MIT"
] | null | null | null | lib/EzmaxApi/Object/EzsignsignatureGetObjectV1Response.pm | eZmaxinc/eZmax-SDK-perl | 7d92a5915dec1c4ccfafb76d20c1b956bf68f535 | [
"MIT"
] | null | null | null | lib/EzmaxApi/Object/EzsignsignatureGetObjectV1Response.pm | eZmaxinc/eZmax-SDK-perl | 7d92a5915dec1c4ccfafb76d20c1b956bf68f535 | [
"MIT"
] | null | null | null | =begin comment
eZmax API Definition
This API expose all the functionnalities for the eZmax and eZsign applications.
The version of the OpenAPI document: 1.1.3
Contact: support-api@ezmax.ca
Generated by: https://openapi-generator.tech
=end comment
=cut
#
# NOTE: This class is auto generated by OpenAPI Generator (h... | 27.65534 | 123 | 0.611725 |
73f1f90508f73714c5153361920761ca2bd83c5f | 82 | pl | Perl | test/pddl_tests/orig_pddl_parser/backward-wa-star-h_add.pl | TeamSPoon/pddl_valoptic_api | 9f3f541aa6a521638b6a2061032d7b0920fd1488 | [
"BSD-2-Clause"
] | 6 | 2018-08-17T22:13:36.000Z | 2020-09-29T07:28:25.000Z | pack/logicmoo_planner/prolog/logicmoo/planner/orig_pddl_parser/backward-wa-star-h_add.pl | logicmoo/old_logicmoo_workspace | 44025b6e389e2f2f7d86b46c1301cab0604bba26 | [
"MIT"
] | 1 | 2018-08-17T22:13:27.000Z | 2018-08-17T22:13:27.000Z | pack/logicmoo_planner/prolog/logicmoo/planner/orig_pddl_parser/backward-wa-star-h_add.pl | logicmoo/old_logicmoo_workspace | 44025b6e389e2f2f7d86b46c1301cab0604bba26 | [
"MIT"
] | null | null | null | :-[readFile, parseProblem, parseDomain, common].
:-['wa-star', backward, h_addb].
| 27.333333 | 48 | 0.695122 |
ed034e7fd67b282d219c0eea2a53657b8fe240a4 | 7,671 | pl | Perl | data/processed/survey_2_1482723311.pl | VincentDerk/Paper-AC-Decisions-Learning | abd1dc8893fbb11b43ebb49a25e26c0183bdba62 | [
"Apache-2.0"
] | null | null | null | data/processed/survey_2_1482723311.pl | VincentDerk/Paper-AC-Decisions-Learning | abd1dc8893fbb11b43ebb49a25e26c0183bdba62 | [
"Apache-2.0"
] | null | null | null | data/processed/survey_2_1482723311.pl | VincentDerk/Paper-AC-Decisions-Learning | abd1dc8893fbb11b43ebb49a25e26c0183bdba62 | [
"Apache-2.0"
] | null | null | null | body_1(0,multi) :- true.
body_36(33,multi) :- a("young"), s("M").
body_52(49,multi) :- a("young"), s("F").
body_67(64,multi) :- a("adult"), s("M").
body_82(79,multi) :- a("adult"), s("F").
body_97(94,multi) :- a("old"), s("M").
body_112(109,multi) :- a("old"), s("F").
body_125(124,multi) :- e("high").
body_139(138,mult... | 70.376147 | 179 | 0.492374 |
73f13f3fac6ba42511c5c3b49f472526d184e1d4 | 976 | pm | Perl | misc-scripts/surgery/SeqStoreConverter/vega/HomoSapiens.pm | thibauthourlier/ensembl | 5c08d9089451b3ed8e39b5a5a3d2232acb09816c | [
"Apache-2.0"
] | null | null | null | misc-scripts/surgery/SeqStoreConverter/vega/HomoSapiens.pm | thibauthourlier/ensembl | 5c08d9089451b3ed8e39b5a5a3d2232acb09816c | [
"Apache-2.0"
] | null | null | null | misc-scripts/surgery/SeqStoreConverter/vega/HomoSapiens.pm | thibauthourlier/ensembl | 5c08d9089451b3ed8e39b5a5a3d2232acb09816c | [
"Apache-2.0"
] | null | null | null | =head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-2018] EMBL-European Bioinformatics Institute
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obta... | 29.575758 | 100 | 0.79918 |
73e74834a8addf5d9b72c9ff638ae757c9e272a6 | 11,382 | pm | Perl | Rfam/Lib/Bio/Rfam/Config.pm | Rfam/Rfam-combined | 3e0494c80b0b5760dfe96fb7a817372e61d4df51 | [
"Apache-2.0"
] | 6 | 2017-01-25T12:53:23.000Z | 2021-03-17T04:52:35.000Z | Rfam/Lib/Bio/Rfam/Config.pm | Rfam/Rfam-combined | 3e0494c80b0b5760dfe96fb7a817372e61d4df51 | [
"Apache-2.0"
] | 50 | 2015-11-06T10:31:46.000Z | 2021-12-03T16:17:28.000Z | Rfam/Lib/Bio/Rfam/Config.pm | Rfam/Rfam-combined | 3e0494c80b0b5760dfe96fb7a817372e61d4df51 | [
"Apache-2.0"
] | 2 | 2019-05-30T00:10:26.000Z | 2021-04-12T09:42:17.000Z | package Bio::Rfam::Config;
use strict;
use warnings;
use Config::General;
use Catalyst::Utils;
use Data::Printer;
use Carp;
use RfamLive;
use RfamJobs;
use Bio::Rfam::SeqDB;
our $VERSION = do { my @r = (q$Revision: 1.1 $ =~ /\d+/mxg); sprintf '%d.'.'%03d' x $#r, @r };
=head2 new
Title : new
Usage : Eith... | 23.419753 | 99 | 0.575646 |
ed34ab4952f1a541cca67b4f47ca6eadef76e144 | 861 | t | Perl | t/03-unintrusive.t | taboege/raku-Junction-Guts | 92187c66fbc459b7a20902167ec0c94118fe953c | [
"Artistic-2.0"
] | null | null | null | t/03-unintrusive.t | taboege/raku-Junction-Guts | 92187c66fbc459b7a20902167ec0c94118fe953c | [
"Artistic-2.0"
] | null | null | null | t/03-unintrusive.t | taboege/raku-Junction-Guts | 92187c66fbc459b7a20902167ec0c94118fe953c | [
"Artistic-2.0"
] | null | null | null | use Test;
use Junction::Guts;
# Test that we do not impair junction functionality by augmenting
# or exporting routines which interfere with autothreading.
class Y {
has $.name;
has $.type;
has $.list;
method Str { $!name }
method Numeric { +$!list }
}
my @yy =
Y.new(:name<a>, :type<1>, ... | 28.7 | 65 | 0.578397 |
ed230b33ed1ec570a21608ec9e7cd57ce7bc1e7d | 882 | t | Perl | t/Policy/ValuesAndExpressions/prohibit_escaped_characters.t | git-the-cpan/Perl-Lint | adc4e41477dee326dab30abc97bdab3945059e00 | [
"Artistic-1.0"
] | 42 | 2015-01-25T20:42:02.000Z | 2021-12-22T12:57:32.000Z | t/Policy/ValuesAndExpressions/prohibit_escaped_characters.t | git-the-cpan/Perl-Lint | adc4e41477dee326dab30abc97bdab3945059e00 | [
"Artistic-1.0"
] | 38 | 2015-01-10T13:19:24.000Z | 2019-04-11T13:46:42.000Z | t/Policy/ValuesAndExpressions/prohibit_escaped_characters.t | git-the-cpan/Perl-Lint | adc4e41477dee326dab30abc97bdab3945059e00 | [
"Artistic-1.0"
] | 12 | 2015-04-20T11:24:37.000Z | 2021-03-02T03:06:00.000Z | #!perl
use strict;
use warnings;
use Perl::Lint::Policy::ValuesAndExpressions::ProhibitEscapedCharacters;
use t::Policy::Util qw/fetch_violations/;
use Test::Base::Less;
my $class_name = 'ValuesAndExpressions::ProhibitEscapedCharacters';
filters {
params => [qw/eval/], # TODO wrong!
};
for my $block (blocks) {
... | 16.641509 | 82 | 0.638322 |
73d903f436d2f72e0b9cd5e937edd4dbfe0db8be | 2,094 | pm | Perl | t/lib/TestsFor/Vitruvius/Analysis/Similarity.pm | Zhtwn/Vitruvius | 8f4033f12a18ac7c7e641b18121c234e07cc2523 | [
"Artistic-1.0"
] | null | null | null | t/lib/TestsFor/Vitruvius/Analysis/Similarity.pm | Zhtwn/Vitruvius | 8f4033f12a18ac7c7e641b18121c234e07cc2523 | [
"Artistic-1.0"
] | null | null | null | t/lib/TestsFor/Vitruvius/Analysis/Similarity.pm | Zhtwn/Vitruvius | 8f4033f12a18ac7c7e641b18121c234e07cc2523 | [
"Artistic-1.0"
] | null | null | null | package TestsFor::Vitruvius::Analysis::Similarity;
use FindBin::libs;
use Vitruvius::Test;
use Path::Tiny;
use PPI;
use Vitruvius::App::Similarity; # used as configuration
use Vitruvius::Core::FileSet;
use Vitruvius::Core::NodeSet;
sub single_job : Test {
my $test = shift;
my $base_dir = path('./lib')->abs... | 26.846154 | 118 | 0.607927 |
73e5b338d0ce0efb447ab8b5e8bb7d130f203f3f | 36,979 | pm | Perl | Source/Manip/TZ/amindi00.pm | ssp/Pester | f2d8ec2f62bfb83656f77f3ee41b54149287904a | [
"BSD-2-Clause"
] | 59 | 2015-01-11T18:44:25.000Z | 2022-03-07T22:56:02.000Z | Source/Manip/TZ/amindi00.pm | ssp/Pester | f2d8ec2f62bfb83656f77f3ee41b54149287904a | [
"BSD-2-Clause"
] | 11 | 2015-06-19T11:01:00.000Z | 2018-06-05T21:30:17.000Z | Source/Manip/TZ/amindi00.pm | ssp/Pester | f2d8ec2f62bfb83656f77f3ee41b54149287904a | [
"BSD-2-Clause"
] | 7 | 2015-09-21T21:04:59.000Z | 2022-02-13T18:26:47.000Z | package #
Date::Manip::TZ::amindi00;
# Copyright (c) 2008-2014 Sullivan Beck. All rights reserved.
# This program is free software; you can redistribute it and/or modify it
# under the same terms as Perl itself.
# This file was automatically generated. Any changes to this file will
# be lost the next time 'tzdata' i... | 48.401832 | 88 | 0.49593 |
ed1a7875d3065565fb3f8fa4e6da91b2a6309c90 | 5,170 | pl | Perl | perl/vendor/lib/auto/share/dist/DateTime-Locale/pt.pl | ifleeyo180/VspriteMoodleWebsite | 38baa924829c83808d2c87d44740ff365927a646 | [
"Apache-2.0"
] | 2 | 2021-11-19T22:37:28.000Z | 2021-11-22T18:04:55.000Z | perl/vendor/lib/auto/share/dist/DateTime-Locale/pt.pl | ifleeyo180/VspriteMoodleWebsite | 38baa924829c83808d2c87d44740ff365927a646 | [
"Apache-2.0"
] | 6 | 2021-11-18T00:39:48.000Z | 2021-11-20T00:31:40.000Z | perl/vendor/lib/auto/share/dist/DateTime-Locale/pt.pl | ifleeyo180/VspriteMoodleWebsite | 38baa924829c83808d2c87d44740ff365927a646 | [
"Apache-2.0"
] | null | null | null | {
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... | 18.597122 | 62 | 0.448936 |
ed4b3ec88dcf5d5925a96658506710a7ce8ea8c8 | 10,581 | t | Perl | gnu/usr.bin/perl/t/op/smartmatch.t | ArrogantWombatics/openbsd-src | 75721e1d44322953075b7c4b89337b163a395291 | [
"BSD-3-Clause"
] | 1 | 2019-02-16T13:29:23.000Z | 2019-02-16T13:29:23.000Z | gnu/usr.bin/perl/t/op/smartmatch.t | ArrogantWombatics/openbsd-src | 75721e1d44322953075b7c4b89337b163a395291 | [
"BSD-3-Clause"
] | 1 | 2018-08-21T03:56:33.000Z | 2018-08-21T03:56:33.000Z | gnu/usr.bin/perl/t/op/smartmatch.t | ArrogantWombaticus/openbsd-src | 75721e1d44322953075b7c4b89337b163a395291 | [
"BSD-3-Clause"
] | null | null | null | #!./perl
BEGIN {
chdir 't';
@INC = '../lib';
require './test.pl';
}
use strict;
use warnings;
no warnings 'uninitialized';
no warnings 'experimental::smartmatch';
use Tie::Array;
use Tie::Hash;
# Predeclare vars used in the tests:
my @empty;
my %empty;
my @sparse; $sparse[2] = 2;
my $deep1 = []; push @$... | 20.231358 | 71 | 0.5284 |
ed062da2bcb529c69cfdf9677ac3744c46afca9c | 7,779 | pl | Perl | bin/serial/runscripts/hindIIIcutReads4_simpleForTestingPurposes.pl | Hughes-Genome-Group/CCseqBasicM | d806d0cc9a9a3323b2c486124c1d6002408d57e4 | [
"MIT"
] | null | null | null | bin/serial/runscripts/hindIIIcutReads4_simpleForTestingPurposes.pl | Hughes-Genome-Group/CCseqBasicM | d806d0cc9a9a3323b2c486124c1d6002408d57e4 | [
"MIT"
] | null | null | null | bin/serial/runscripts/hindIIIcutReads4_simpleForTestingPurposes.pl | Hughes-Genome-Group/CCseqBasicM | d806d0cc9a9a3323b2c486124c1d6002408d57e4 | [
"MIT"
] | null | null | null | ##########################################################################
# Copyright 2017, Jelena Telenius (jelena.telenius@imm.ox.ac.uk) #
# #
# This file is part of CCseqBasic5 . #
# ... | 46.303571 | 259 | 0.525775 |
73eb4b55cd74b09ced7312121d5631611812449a | 75,344 | pl | Perl | weechat/perl/buffers.pl | ataulmohsin/dotfiles | 78f35b1c7d0418ed83097d6e02d846012debb938 | [
"MIT"
] | 93 | 2016-07-07T02:57:11.000Z | 2022-03-28T11:58:28.000Z | dot_config/exact_weechat/exact_perl/buffers.pl | azmodude/dotfiles | 0565b41e5f62eab4bdb1ea547f889acf4a657318 | [
"MIT"
] | 2 | 2015-02-19T22:21:42.000Z | 2017-01-28T17:30:33.000Z | weechat/weechat.symlink/perl/buffers.pl | egoexpress/dotfiles | 49b8af8038ab233160da635e4ee517197879b4e5 | [
"MIT"
] | 11 | 2015-04-11T15:02:48.000Z | 2019-08-18T00:51:39.000Z | #
# Copyright (C) 2008-2014 Sebastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2011-2013 Nils G <weechatter@arcor.de>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of... | 40.925584 | 215 | 0.567676 |
ed1230f8852b6d89ae5e1bb7bc6769e9b5fdc8f8 | 74,812 | t | Perl | external/synple/data/si4.t | dnidever/apogee | 83ad7496a0b4193df9e2c01b06dc36cb879ea6c1 | [
"BSD-3-Clause"
] | 5 | 2019-04-11T13:35:24.000Z | 2019-11-14T06:12:51.000Z | external/synple/data/si4.t | dnidever/apogee | 83ad7496a0b4193df9e2c01b06dc36cb879ea6c1 | [
"BSD-3-Clause"
] | null | null | null | external/synple/data/si4.t | dnidever/apogee | 83ad7496a0b4193df9e2c01b06dc36cb879ea6c1 | [
"BSD-3-Clause"
] | 5 | 2018-09-20T22:07:43.000Z | 2021-01-15T07:13:38.000Z | ****** Energy Levels (../levels/topbase/si4.l) (../levels/nist/si4.nl)
1.09152383e+16 2.0 3 ' 3s 2S' 0 0. 0 1.09370688e+16 1.08934078e+16 2 2 0 0 0 0
8.76887598e+15 6.0 3 ' 3p 2P*' 0 0. 0 8.79564767e+15 8.74673969e+15 2 2 1 1 1 1
6.10732009e+15 10.0 3... | 70.777673 | 109 | 0.526426 |
73fe0508771e5723a5604b6941b1ccd266f23378 | 1,636 | pm | Perl | auto-lib/Paws/Glue/CatalogImportStatus.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/Glue/CatalogImportStatus.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/Glue/CatalogImportStatus.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::Glue::CatalogImportStatus;
use Moose;
has ImportCompleted => (is => 'ro', isa => 'Bool');
has ImportedBy => (is => 'ro', isa => 'Str');
has ImportTime => (is => 'ro', isa => 'Str');
1;
### main pod documentation begin ###
=head1 NAME
Paws::Glue::CatalogImportSt... | 23.042254 | 102 | 0.726773 |
ed1774ab7d54bf876f2dd95572dca8d9bbcfa062 | 2,278 | pl | Perl | scripts/fba-import-meta-anno.pl | mmundy42/KBaseFBAModeling | 466ff06bd17c130c32a0f7ee104c208cf461d56f | [
"MIT"
] | null | null | null | scripts/fba-import-meta-anno.pl | mmundy42/KBaseFBAModeling | 466ff06bd17c130c32a0f7ee104c208cf461d56f | [
"MIT"
] | null | null | null | scripts/fba-import-meta-anno.pl | mmundy42/KBaseFBAModeling | 466ff06bd17c130c32a0f7ee104c208cf461d56f | [
"MIT"
] | null | null | null | #!/usr/bin/env perl
########################################################################
# Authors: Christopher Henry, Scott Devoid, Paul Frybarger
# Contact email: chenry@mcs.anl.gov
# Development location: Mathematics and Computer Science Division, Argonne National Lab
############################################... | 40.678571 | 149 | 0.656277 |
ed0272aff9c4edc4aef241cc4aec2f8c650c5f3f | 2,614 | pm | Perl | auto-lib/Paws/Chime/AssociateSigninDelegateGroupsWithAccount.pm | 0leksii/aws-sdk-perl | b2132fe3c79a06fd15b6137e8a0eb628de722e0f | [
"Apache-2.0"
] | 164 | 2015-01-08T14:58:53.000Z | 2022-02-20T19:16:24.000Z | auto-lib/Paws/Chime/AssociateSigninDelegateGroupsWithAccount.pm | 0leksii/aws-sdk-perl | b2132fe3c79a06fd15b6137e8a0eb628de722e0f | [
"Apache-2.0"
] | 348 | 2015-01-07T22:08:38.000Z | 2022-01-27T14:34:44.000Z | auto-lib/Paws/Chime/AssociateSigninDelegateGroupsWithAccount.pm | 0leksii/aws-sdk-perl | b2132fe3c79a06fd15b6137e8a0eb628de722e0f | [
"Apache-2.0"
] | 87 | 2015-04-22T06:29:47.000Z | 2021-09-29T14:45:55.000Z |
package Paws::Chime::AssociateSigninDelegateGroupsWithAccount;
use Moose;
has AccountId => (is => 'ro', isa => 'Str', traits => ['ParamInURI'], uri_name => 'accountId', required => 1);
has SigninDelegateGroups => (is => 'ro', isa => 'ArrayRef[Paws::Chime::SigninDelegateGroup]', required => 1);
use MooseX::Cla... | 37.342857 | 249 | 0.744453 |
73fdc695fd440533376150b558bbcf63ff227a28 | 138 | pm | Perl | lib/SQS/Worker/CloudFormationResourceException.pm | pplu/sqs-worker-cfn | 9ebb84f233814b7ca39acde3713d7e5da824173c | [
"Apache-2.0"
] | null | null | null | lib/SQS/Worker/CloudFormationResourceException.pm | pplu/sqs-worker-cfn | 9ebb84f233814b7ca39acde3713d7e5da824173c | [
"Apache-2.0"
] | null | null | null | lib/SQS/Worker/CloudFormationResourceException.pm | pplu/sqs-worker-cfn | 9ebb84f233814b7ca39acde3713d7e5da824173c | [
"Apache-2.0"
] | null | null | null | package SQS::Worker::CloudFormationResourceException;
use Moose;
extends 'Throwable::Error';
__PACKAGE__->meta->make_immutable;
1;
| 19.714286 | 53 | 0.768116 |
ed4655afa4a36d31c590e67cefa2b6a33c5f0f4f | 2,842 | pl | Perl | egs/wsj/s5/local/dict/find_acronyms.pl | oplatek/idlak | 02b24dc6f79b84779e423bfbb17bdf8e70c95aec | [
"Apache-2.0"
] | 19 | 2015-03-19T10:53:38.000Z | 2020-12-17T06:12:32.000Z | egs/wsj/s5/local/dict/find_acronyms.pl | UFAL-DSG/kaldi-git | 64c8b9e2e3527d0545f279d696b40bab5127fbae | [
"Apache-2.0"
] | 1 | 2018-12-18T17:43:44.000Z | 2018-12-18T17:43:44.000Z | egs/wsj/s5/local/dict/find_acronyms.pl | UFAL-DSG/kaldi-git | 64c8b9e2e3527d0545f279d696b40bab5127fbae | [
"Apache-2.0"
] | 47 | 2015-01-27T06:22:57.000Z | 2021-11-11T20:59:04.000Z | #!/usr/bin/perl
# Reads a dictionary, and prints out a list of words that seem to be pronounced
# as acronyms (not including plurals of acronyms, just acronyms). Uses
# the prons of the individual letters (A., B. and so on) to judge this.
# Note: this is somewhat dependent on the convention used in CMUduct, that
# th... | 29.604167 | 86 | 0.545742 |
ed3105b244521a50244407df51dbd1f52d391bc0 | 1,766 | pl | Perl | plugins/osversion.pl | jgru/RegRipper3.0 | c61d937b392c73f7719357bd39b7fefe1e8b48f2 | [
"MIT"
] | 239 | 2020-05-28T18:15:21.000Z | 2022-03-15T12:19:27.000Z | plugins/osversion.pl | jgru/RegRipper3.0 | c61d937b392c73f7719357bd39b7fefe1e8b48f2 | [
"MIT"
] | 26 | 2020-06-25T14:48:21.000Z | 2021-11-24T18:10:34.000Z | plugins/osversion.pl | jgru/RegRipper3.0 | c61d937b392c73f7719357bd39b7fefe1e8b48f2 | [
"MIT"
] | 65 | 2020-06-01T10:35:43.000Z | 2022-03-31T03:47:24.000Z | #-----------------------------------------------------------
# osversion.pl
# Plugin to check for OSVersion value, which appears to be queried
# by some malware, and used by others; getting a response of "OSVersion
# not found" is a good thing.
#
# Change history
# 20200511 - updated date output format
# 20120601 - c... | 24.873239 | 76 | 0.579275 |
73d8d28a1a0b1c8874c6ec49cd0146e27305a96b | 837 | pm | Perl | lib/Selenium/Remote/Finders.pm | bschmalhofer/Selenium-Remote-Driver | e8798e499e8d0b4f4943b59abbe7b6be54dfe7e2 | [
"Apache-2.0"
] | 44 | 2017-07-26T11:19:20.000Z | 2021-03-19T22:33:49.000Z | lib/Selenium/Remote/Finders.pm | bschmalhofer/Selenium-Remote-Driver | e8798e499e8d0b4f4943b59abbe7b6be54dfe7e2 | [
"Apache-2.0"
] | 175 | 2017-07-25T00:33:06.000Z | 2022-01-12T13:29:08.000Z | lib/Selenium/Remote/Finders.pm | bschmalhofer/Selenium-Remote-Driver | e8798e499e8d0b4f4943b59abbe7b6be54dfe7e2 | [
"Apache-2.0"
] | 24 | 2017-08-08T01:32:20.000Z | 2021-01-16T11:21:06.000Z | package Selenium::Remote::Finders;
use strict;
use warnings;
# ABSTRACT: Handle construction of generic parameter finders
use Try::Tiny;
use Carp qw/carp/;
use Moo::Role;
use namespace::clean;
=head1 DESCRIPTION
This package just takes care of setting up parameter finders - that
is, the C<find_element_by_.*> versio... | 20.925 | 68 | 0.642772 |
ed2d0bd93b1ab060cd9b840e6072d67e5635118c | 1,584 | pl | Perl | Benchmarks/Recomputation/specOMP_install/bin/lib/unicore/lib/Radical/N.pl | sqsq87/NVC | 1ed478788978e3e85c219313cd55564d4037e242 | [
"MIT"
] | null | null | null | Benchmarks/Recomputation/specOMP_install/bin/lib/unicore/lib/Radical/N.pl | sqsq87/NVC | 1ed478788978e3e85c219313cd55564d4037e242 | [
"MIT"
] | null | null | null | Benchmarks/Recomputation/specOMP_install/bin/lib/unicore/lib/Radical/N.pl | sqsq87/NVC | 1ed478788978e3e85c219313cd55564d4037e242 | [
"MIT"
] | null | null | null | # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
# This file is machine-generated by lib/unicore/mktables from the Unicode
# database, Version 5.2.0. Any changes made here will be lost!
# !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
# This file is for internal use by the Perl program only. The format and even
# the name or... | 36.837209 | 78 | 0.693182 |
ed028c9ba1734815ce1e1fb23e2aad86ed81e8b1 | 4,376 | pl | Perl | Cwl/repeatmodeler/RepeatMaskerConf/util/rmOut2Fasta.pl | vetscience/Tools | 1f177c6671d2aeb374a64bb8db019331eec8a7c9 | [
"BSD-3-Clause"
] | 6 | 2019-03-02T17:30:07.000Z | 2021-01-30T08:56:43.000Z | Cwl/repeatmodeler/RepeatMaskerConf/util/rmOut2Fasta.pl | vetscience/Tools | 1f177c6671d2aeb374a64bb8db019331eec8a7c9 | [
"BSD-3-Clause"
] | 1 | 2020-07-20T08:36:00.000Z | 2020-07-20T22:15:56.000Z | Cwl/repeatmodeler/RepeatMaskerConf/util/rmOut2Fasta.pl | vetscience/Tools | 1f177c6671d2aeb374a64bb8db019331eec8a7c9 | [
"BSD-3-Clause"
] | 6 | 2019-03-05T11:20:14.000Z | 2020-03-16T07:17:00.000Z | #!/usr/local/bin/perl
##---------------------------------------------------------------------------##
## File:
## @(#) rmOut2Fasta.pl
## Author:
## Robert Hubley <rhubley@systemsbiology.org>
## Description:
## Using RepeatMasker's batching mechanism generate a particular
## numbered batch from th... | 24.446927 | 80 | 0.58021 |
73fcb31ce7a16f391930a23566cc8d8c31790efc | 2,955 | pm | Perl | auto-lib/Paws/EC2/CreateSpotDatafeedSubscription.pm | galenhuntington/aws-sdk-perl | 13b775dcb5f0b3764f0a82f3679ed5c7721e67d3 | [
"Apache-2.0"
] | null | null | null | auto-lib/Paws/EC2/CreateSpotDatafeedSubscription.pm | galenhuntington/aws-sdk-perl | 13b775dcb5f0b3764f0a82f3679ed5c7721e67d3 | [
"Apache-2.0"
] | null | null | null | auto-lib/Paws/EC2/CreateSpotDatafeedSubscription.pm | galenhuntington/aws-sdk-perl | 13b775dcb5f0b3764f0a82f3679ed5c7721e67d3 | [
"Apache-2.0"
] | null | null | null |
package Paws::EC2::CreateSpotDatafeedSubscription;
use Moose;
has Bucket => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'bucket' , required => 1);
has DryRun => (is => 'ro', isa => 'Bool', traits => ['NameInRequest'], request_name => 'dryRun' );
has Prefix => (is => 'ro', isa => 'St... | 33.579545 | 249 | 0.729272 |
73d84aed14452eeb340964a5212e87ae336e1730 | 1,279 | t | Perl | t/css-loading.t | sceox/amusewiki | 7d9fedb2abf4790c058ccd23c7f111a3db2464b9 | [
"Artistic-1.0"
] | null | null | null | t/css-loading.t | sceox/amusewiki | 7d9fedb2abf4790c058ccd23c7f111a3db2464b9 | [
"Artistic-1.0"
] | 39 | 2020-03-19T23:35:06.000Z | 2020-05-07T20:22:01.000Z | t/css-loading.t | sceox/amusewiki | 7d9fedb2abf4790c058ccd23c7f111a3db2464b9 | [
"Artistic-1.0"
] | 1 | 2020-04-01T21:10:25.000Z | 2020-04-01T21:10:25.000Z | #!perl
use strict;
use warnings;
BEGIN { $ENV{DBIX_CONFIG_DIR} = "t" };
use Test::More tests => 11;
use AmuseWikiFarm::Schema;
use Test::WWW::Mechanize::Catalyst;
my $schema = AmuseWikiFarm::Schema->connect('amuse');
my $site = $schema->resultset('Site')->find('0blog0');
# cleanup
$site->revisions->delete_all;
my $... | 25.58 | 86 | 0.610633 |
ed35bc1fc9f564309e563ee1353eaf2b54faa635 | 384 | pm | Perl | src/observer/perl/Subject/DataSubject.pm | oxnz/design-patterns | 6fe3b4e7a2f524a5c1ebac7f4d3eed0b0f955c59 | [
"MIT"
] | 117 | 2015-01-31T13:01:02.000Z | 2022-02-02T19:55:19.000Z | src/observer/perl/Subject/DataSubject.pm | addisonlynch/design-patterns | e9e0f6029ac427a8c81847e8df4a2720b03ce918 | [
"MIT"
] | 1 | 2018-01-10T13:06:51.000Z | 2018-01-10T13:06:51.000Z | src/observer/perl/Subject/DataSubject.pm | addisonlynch/design-patterns | e9e0f6029ac427a8c81847e8df4a2720b03ce918 | [
"MIT"
] | 34 | 2015-08-17T13:54:30.000Z | 2020-03-23T19:35:13.000Z | package Subject::DataSubject;
use parent Subject;
use strict;
use warnings;
use Data::Dump;
sub new {
my ($class, $args) = @_;
my $self = $class->SUPER::new($args);
$self->{name} = $args->{name};
$self->{data} = $args->{data};
return $self;
}
sub data {
my ($self, $data) = @_;
if (defined($data)) {
$self->{... | 14.769231 | 38 | 0.580729 |
ed49f577f956e3f20759c18a488b5be56795866b | 717 | t | Perl | t/060-free-refs.t | gitpan/Promises | 20253674cd65018fd97bd99ed97245021e3c6c07 | [
"Artistic-1.0"
] | null | null | null | t/060-free-refs.t | gitpan/Promises | 20253674cd65018fd97bd99ed97245021e3c6c07 | [
"Artistic-1.0"
] | null | null | null | t/060-free-refs.t | gitpan/Promises | 20253674cd65018fd97bd99ed97245021e3c6c07 | [
"Artistic-1.0"
] | null | null | null | use strict;
use warnings;
use Promises 'deferred';
use Scalar::Util qw(weaken);
use Test::More 0.89;
my $count;
my $cb;
sub setup {
$count = 0;
$cb = sub { $count++ };
my $d = deferred;
my $p = $d->promise;
for ( 1 .. 5 ) {
$p = $p->then( $cb, $cb );
}
weaken $cb;
return $d;
}... | 17.071429 | 43 | 0.589958 |
73fa17304c7ffe9b69248dcbda6cce7b7a12305f | 13,932 | pm | Perl | exiftool/lib/Image/ExifTool/OOXML.pm | wp-plugins/symbiostock | 5075898fc74e524c3236ab8dc94e6dd36eac6dd8 | [
"OLDAP-2.2.1"
] | 21 | 2017-03-26T16:48:24.000Z | 2022-01-08T15:45:26.000Z | exiftool/lib/Image/ExifTool/OOXML.pm | wp-plugins/symbiostock | 5075898fc74e524c3236ab8dc94e6dd36eac6dd8 | [
"OLDAP-2.2.1"
] | 11 | 2020-03-03T20:32:27.000Z | 2022-03-30T22:14:53.000Z | exiftool/lib/Image/ExifTool/OOXML.pm | wp-plugins/symbiostock | 5075898fc74e524c3236ab8dc94e6dd36eac6dd8 | [
"OLDAP-2.2.1"
] | 7 | 2017-02-08T18:35:38.000Z | 2021-11-29T09:48:14.000Z | #------------------------------------------------------------------------------
# File: OOXML.pm
#
# Description: Read Office Open XML+ZIP files
#
# Revisions: 2009/10/31 - P. Harvey Created
#------------------------------------------------------------------------------
package Image::ExifTool::OOXML;
use... | 33.980488 | 115 | 0.529788 |
ed2554d09b46337648023d265a7e6abc1390b028 | 885 | pm | Perl | modules/EnsEMBL/Web/DOM/Node/Element/Input/Hidden.pm | nakib103/ensembl-webcode | 4814ccb25ff9925d80b71514c72793917614c614 | [
"Apache-2.0"
] | 16 | 2015-01-14T14:12:30.000Z | 2021-01-27T15:28:52.000Z | modules/EnsEMBL/Web/DOM/Node/Element/Input/Hidden.pm | nakib103/ensembl-webcode | 4814ccb25ff9925d80b71514c72793917614c614 | [
"Apache-2.0"
] | 250 | 2015-01-05T13:03:19.000Z | 2022-03-30T09:07:12.000Z | modules/EnsEMBL/Web/DOM/Node/Element/Input/Hidden.pm | nakib103/ensembl-webcode | 4814ccb25ff9925d80b71514c72793917614c614 | [
"Apache-2.0"
] | 98 | 2015-01-05T14:58:48.000Z | 2022-02-15T17:11:32.000Z | =head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-2021] EMBL-European Bioinformatics Institute
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obta... | 29.5 | 100 | 0.776271 |
ed46fec1a796a5b58ac6df3660d3ce6dec815e5d | 2,296 | pm | Perl | auto-lib/Paws/Robomaker/UpdateSimulationApplicationResponse.pm | meis/aws-sdk-perl | 6d61ffcf351e446f06d7e84e53caa08d98573959 | [
"Apache-2.0"
] | null | null | null | auto-lib/Paws/Robomaker/UpdateSimulationApplicationResponse.pm | meis/aws-sdk-perl | 6d61ffcf351e446f06d7e84e53caa08d98573959 | [
"Apache-2.0"
] | 1 | 2021-05-26T19:13:58.000Z | 2021-05-26T19:13:58.000Z | auto-lib/Paws/Robomaker/UpdateSimulationApplicationResponse.pm | meis/aws-sdk-perl | 6d61ffcf351e446f06d7e84e53caa08d98573959 | [
"Apache-2.0"
] | null | null | null |
package Paws::Robomaker::UpdateSimulationApplicationResponse;
use Moose;
has Arn => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'arn');
has LastUpdatedAt => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'lastUpdatedAt');
has Name => (is => 'ro', isa => 'Str... | 29.818182 | 169 | 0.700784 |
73f9227a3d49866fbc7438fc1b45c7d2fad03e36 | 287 | pm | Perl | perl/vendor/lib/Moose/Exception/TypeParameterMustBeMooseMetaType.pm | ifleeyo180/VspriteMoodleWebsite | 38baa924829c83808d2c87d44740ff365927a646 | [
"Apache-2.0"
] | 2 | 2021-11-19T22:37:28.000Z | 2021-11-22T18:04:55.000Z | perl/vendor/lib/Moose/Exception/TypeParameterMustBeMooseMetaType.pm | ifleeyo180/VspriteMoodleWebsite | 38baa924829c83808d2c87d44740ff365927a646 | [
"Apache-2.0"
] | 6 | 2021-11-18T00:39:48.000Z | 2021-11-20T00:31:40.000Z | perl/vendor/lib/Moose/Exception/TypeParameterMustBeMooseMetaType.pm | ifleeyo180/VspriteMoodleWebsite | 38baa924829c83808d2c87d44740ff365927a646 | [
"Apache-2.0"
] | null | null | null | package Moose::Exception::TypeParameterMustBeMooseMetaType;
our $VERSION = '2.2014';
use Moose;
extends 'Moose::Exception';
with 'Moose::Exception::Role::TypeConstraint';
sub _build_message {
"The type parameter must be a Moose meta type";
}
__PACKAGE__->meta->make_immutable;
1;
| 20.5 | 59 | 0.752613 |
ed2296d991f595332989cbefe6621edf49bff988 | 2,280 | al | Perl | benchmark/benchmarks/FASP-benchmarks/data/planar-triangulations/triangulation-0169-170-504.al | krzysg/FaspHeuristic | 1929c40e3fbc49e68b04acfc5522539a18758031 | [
"MIT"
] | null | null | null | benchmark/benchmarks/FASP-benchmarks/data/planar-triangulations/triangulation-0169-170-504.al | krzysg/FaspHeuristic | 1929c40e3fbc49e68b04acfc5522539a18758031 | [
"MIT"
] | null | null | null | benchmark/benchmarks/FASP-benchmarks/data/planar-triangulations/triangulation-0169-170-504.al | krzysg/FaspHeuristic | 1929c40e3fbc49e68b04acfc5522539a18758031 | [
"MIT"
] | null | null | null | 1 21 109 153 155
2 76 91
3 31 105 124
4 17 80 85 127 168
5 35 85 168 169
6 23 27 54 136
7 9
8 10 56 130
9 55
10 53 72 120
11 51 82 99
12 2 88 133 147
13 100 142
14 61 146 158
15 73
16 108 146 150 165
17 80 160
18 37 148
19 67 93 166
20 64 103 117 140
21 84
22 3 14 34 105 124 134 146
23 54 126
24 15 43 85
25 32 41 71 12... | 13.411765 | 26 | 0.704825 |
73e53d039df17295266c6a5b5fdd16bd97a47529 | 301 | pm | Perl | lib/Moose/Exception/CreateMOPClassTakesArrayRefOfSuperclasses.pm | cv-library/Moose | 7d6242635c5700b2c28142778e959a6379e1ed3f | [
"Artistic-1.0"
] | 2 | 2021-10-20T00:25:39.000Z | 2021-11-08T12:52:42.000Z | external/win_perl/lib/Moose/Exception/CreateMOPClassTakesArrayRefOfSuperclasses.pm | Brute-f0rce/l0phtcrack | 25f681c07828e5e68e0dd788d84cc13c154aed3d | [
"Apache-2.0",
"MIT"
] | null | null | null | external/win_perl/lib/Moose/Exception/CreateMOPClassTakesArrayRefOfSuperclasses.pm | Brute-f0rce/l0phtcrack | 25f681c07828e5e68e0dd788d84cc13c154aed3d | [
"Apache-2.0",
"MIT"
] | 1 | 2022-03-14T06:41:16.000Z | 2022-03-14T06:41:16.000Z | package Moose::Exception::CreateMOPClassTakesArrayRefOfSuperclasses;
our $VERSION = '2.2009';
use Moose;
extends 'Moose::Exception';
with 'Moose::Exception::Role::RoleForCreateMOPClass';
sub _build_message {
"You must pass an ARRAY ref of superclasses";
}
__PACKAGE__->meta->make_immutable;
1;
| 21.5 | 68 | 0.767442 |
73eb0950df8a63da1e17a323f147fb09f2b05624 | 22,160 | t | Perl | t/plugin/form/bootstrap4.t | kiwiroy/Yancy | 42111830eccb514f5dbacba2fb6b358d79bf1860 | [
"Artistic-1.0"
] | null | null | null | t/plugin/form/bootstrap4.t | kiwiroy/Yancy | 42111830eccb514f5dbacba2fb6b358d79bf1860 | [
"Artistic-1.0"
] | null | null | null | t/plugin/form/bootstrap4.t | kiwiroy/Yancy | 42111830eccb514f5dbacba2fb6b358d79bf1860 | [
"Artistic-1.0"
] | null | null | null |
=head1 DESCRIPTION
Tests the Bootstrap 4 form plugin methods.
=head1 SEE ALSO
L<Yancy::Plugin::Form::Bootstrap4>, L<Yancy::Plugin::Form>
=cut
use Mojo::Base '-strict';
use Test::More;
use Test::Mojo;
use Mojo::DOM;
use Mojo::File qw( path );
use FindBin qw( $Bin );
use lib "".path( $Bin, '..', '..', 'lib' );
use ... | 38.472222 | 112 | 0.504603 |
ed10695692be3d08e56493b425d03d79ca69b848 | 21,815 | pm | Perl | main/solenv/bin/modules/installer/windows/property.pm | Grosskopf/openoffice | 93df6e8a695d5e3eac16f3ad5e9ade1b963ab8d7 | [
"Apache-2.0"
] | 679 | 2015-01-06T06:34:58.000Z | 2022-03-30T01:06:03.000Z | main/solenv/bin/modules/installer/windows/property.pm | ackza/openoffice | d49dfe9c625750e261c7ed8d6ccac8d361bf3418 | [
"Apache-2.0"
] | 102 | 2017-11-07T08:51:31.000Z | 2022-03-17T12:13:49.000Z | main/solenv/bin/modules/installer/windows/property.pm | ackza/openoffice | d49dfe9c625750e261c7ed8d6ccac8d361bf3418 | [
"Apache-2.0"
] | 331 | 2015-01-06T11:40:55.000Z | 2022-03-14T04:07:51.000Z | #**************************************************************
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to y... | 33.821705 | 258 | 0.630804 |
73dc103241634ddcc5785dfab47c8b9b9f240d0a | 497 | pl | Perl | verilator-4.016/test_regress/t/t_param_type2.pl | tcovert2015/fpga_competition | 26b7a72959afbf8315eb962ec597ba14b4a73dbd | [
"BSD-3-Clause"
] | null | null | null | verilator-4.016/test_regress/t/t_param_type2.pl | tcovert2015/fpga_competition | 26b7a72959afbf8315eb962ec597ba14b4a73dbd | [
"BSD-3-Clause"
] | null | null | null | verilator-4.016/test_regress/t/t_param_type2.pl | tcovert2015/fpga_competition | 26b7a72959afbf8315eb962ec597ba14b4a73dbd | [
"BSD-3-Clause"
] | null | null | null | #!/usr/bin/perl
if (!$::Driver) { use FindBin; exec("$FindBin::Bin/bootstrap.pl", @ARGV, $0); die; }
# DESCRIPTION: Verilator: Verilog Test driver/expect definition
#
# Copyright 2003 by Wilson Snyder. This program is free software; you can
# redistribute it and/or modify it under the terms of either the GNU
# Lesser G... | 23.666667 | 84 | 0.694165 |
ed2556cae1214a1d21ea6e069a91d098f8e91dc4 | 4,178 | pl | Perl | Monitor/Messenger/mysql/examples/tests/fork3_test.pl | Jeanmilost/Visual-Mercutio | f079730005b6ce93d5e184bb7c0893ccced3e3ab | [
"MIT"
] | 1 | 2022-01-31T06:24:24.000Z | 2022-01-31T06:24:24.000Z | Monitor/Messenger/mysql/examples/tests/fork3_test.pl | Jeanmilost/Visual-Mercutio | f079730005b6ce93d5e184bb7c0893ccced3e3ab | [
"MIT"
] | 2 | 2021-04-11T15:50:42.000Z | 2021-06-05T08:23:04.000Z | Monitor/Messenger/mysql/examples/tests/fork3_test.pl | Jeanmilost/Visual-Mercutio | f079730005b6ce93d5e184bb7c0893ccced3e3ab | [
"MIT"
] | 2 | 2021-01-08T00:55:18.000Z | 2022-01-31T06:24:18.000Z | #!/my/gnu/bin/perl -w
#
# This is a test with uses 3 processes to insert, delete and select
#
$opt_loop_count=100000; # Change this to make test harder/easier
##################### Standard benchmark inits ##############################
use DBI;
use Getopt::Long;
use Benchmark;
package main;
$opt_skip_create=$opt_... | 27.30719 | 131 | 0.610579 |
ed4e4e4d2db38b2725176c1531a27cf088dda3ef | 4,268 | pl | Perl | makepackage.pl | tandrup/webmin | 0a2eb1d52084b3899f2ff4645cfe0cd4a78f0263 | [
"BSD-3-Clause"
] | null | null | null | makepackage.pl | tandrup/webmin | 0a2eb1d52084b3899f2ff4645cfe0cd4a78f0263 | [
"BSD-3-Clause"
] | null | null | null | makepackage.pl | tandrup/webmin | 0a2eb1d52084b3899f2ff4645cfe0cd4a78f0263 | [
"BSD-3-Clause"
] | null | null | null | #!/usr/bin/perl
# makepackage.pl <version>
# Copy files from some directory to /opt/webmin and build a package
@ARGV || die "usage: makepackage.pl <version> [directory]";
$dir = $ARGV[1] || "/usr/local/webadmin/tarballs/webmin-$ARGV[0]";
$> == 0 || die "makepackage.pl must be run as root";
-r "$dir/version" || die "$d... | 31.153285 | 260 | 0.683927 |
ed0967d5655bf296e698242e8b3405bf065c03cd | 8,872 | pl | Perl | scripts/config.pl | gigi81/mbed-crypto | 3f20efc03016b38f2677dadd476b21229c627c80 | [
"Apache-2.0"
] | null | null | null | scripts/config.pl | gigi81/mbed-crypto | 3f20efc03016b38f2677dadd476b21229c627c80 | [
"Apache-2.0"
] | null | null | null | scripts/config.pl | gigi81/mbed-crypto | 3f20efc03016b38f2677dadd476b21229c627c80 | [
"Apache-2.0"
] | null | null | null | #!/usr/bin/env perl
#
# This file is part of mbed TLS (https://tls.mbed.org)
#
# Copyright (c) 2014-2016, ARM Limited, All Rights Reserved
#
# Purpose
#
# Comments and uncomments #define lines in the given header file and optionally
# sets their value or can get the value. This is to provide scripting control of
# what... | 29.972973 | 94 | 0.591298 |
ed4c98338f0459ddbe04f3f9d2e288bfbacc8ecb | 16,120 | pl | Perl | summary_plots/blocks_partition_boxplot.pl | hyphaltip/genome-scripts | 65949403a34f019d5785bfb29bee6456c7e6f7e0 | [
"Artistic-2.0"
] | 46 | 2015-06-11T14:16:35.000Z | 2022-02-22T04:57:15.000Z | summary_plots/blocks_partition_boxplot.pl | harish0201/genome-scripts | 68234e24c463e22006b49267a76d87c774945b5c | [
"Artistic-2.0"
] | 1 | 2018-08-07T04:02:16.000Z | 2018-08-21T03:40:01.000Z | summary_plots/blocks_partition_boxplot.pl | harish0201/genome-scripts | 68234e24c463e22006b49267a76d87c774945b5c | [
"Artistic-2.0"
] | 47 | 2015-09-22T13:59:15.000Z | 2022-03-25T02:13:52.000Z | #!/usr/bin/perl -w
use strict;
use Getopt::Long;
use Bio::SeqIO;
my $debug = 0;
use constant GENES => 'coprinus_gene_summary.tab';
use constant ORTHOS => 'coprinus_orthologs.tab';
use constant ORPHANS => 'coprinus_orphans.tab';
use constant PARALOGS => 'coprinus_paralogs.tab';
use constant REPEATS => 'coprinu... | 31.484375 | 212 | 0.578722 |
ed0ec3c91528e9fcc41e89b8980a4a0c8c1b6148 | 1,440 | t | Perl | t/20-cmdline.t | talexb/CSVDB | c3e8eec8fc138437749dfe1ee249964757804f35 | [
"ClArtistic"
] | null | null | null | t/20-cmdline.t | talexb/CSVDB | c3e8eec8fc138437749dfe1ee249964757804f35 | [
"ClArtistic"
] | null | null | null | t/20-cmdline.t | talexb/CSVDB | c3e8eec8fc138437749dfe1ee249964757804f35 | [
"ClArtistic"
] | null | null | null | #!perl
use 5.006;
use strict;
use warnings;
use Test::More;
use FindBin qw/$Bin/; # For test file location
{
my $prog = "$Bin/../script/csvdb";
my $filename = 't/Shapes-2021-1008.csv';
# Load the file .. only needs to be done once.
open( my $fh, '<', $filename );
my $line_num = 0;
my @d... | 26.181818 | 79 | 0.527083 |
ed471f526d3bc9ca8b2b783b980a60a5d2aa451b | 180 | pl | Perl | finales/DB_final-27-02-14_empleado.pl | MaraniMatias/UTN-Prolog | eb7fce25342e7edbffb636fc98bfef476f007916 | [
"MIT"
] | 1 | 2020-05-09T02:36:32.000Z | 2020-05-09T02:36:32.000Z | finales/DB_final-27-02-14_empleado.pl | MaraniMatias/UTN-Prolog | eb7fce25342e7edbffb636fc98bfef476f007916 | [
"MIT"
] | null | null | null | finales/DB_final-27-02-14_empleado.pl | MaraniMatias/UTN-Prolog | eb7fce25342e7edbffb636fc98bfef476f007916 | [
"MIT"
] | 2 | 2020-05-09T03:07:55.000Z | 2021-02-18T15:25:15.000Z | :- dynamic empleado/3.
% empleado(nombre_empleado, profesion, ciudad)
empleado(matias, developers, casilda).
empleado(marcelo, gerente, casilda).
empleado(agus, topTop, rosario).
| 25.714286 | 46 | 0.772222 |
ed2255fa038490738f7cc401c2cf9518639539df | 3,561 | t | Perl | Schedule-DRMAAc-0.81/t/03_system_queries.t | biocoder/Perl-for-Bioinformatics | da0a7d43c5185c99bbcc603a2807b93986942d81 | [
"Artistic-1.0"
] | 33 | 2015-05-06T15:08:55.000Z | 2022-02-19T05:45:05.000Z | Schedule-DRMAAc-0.81/t/03_system_queries.t | biocoder/Perl-for-Bioinformatics | da0a7d43c5185c99bbcc603a2807b93986942d81 | [
"Artistic-1.0"
] | 6 | 2015-09-18T20:56:32.000Z | 2018-10-23T15:59:45.000Z | Schedule-DRMAAc-0.81/t/03_system_queries.t | biocoder/Perl-for-Bioinformatics | da0a7d43c5185c99bbcc603a2807b93986942d81 | [
"Artistic-1.0"
] | 31 | 2015-02-26T19:10:44.000Z | 2021-12-07T03:11:07.000Z | ##############################################################################
# Copyright (c) 2004, The Regents of the University of California.
# Produced at the Lawrence Livermore National Laboratory.
# Written by Tim Harsch <harsch1@llnl.gov>
# UCRL-CODE-155918
# All rights reserved.
#
# This file is part of ... | 40.465909 | 82 | 0.629879 |
73fe3d466773441ffadbe8352fb698cc662e7784 | 4,543 | pm | Perl | storage/panzura/snmp/mode/memory.pm | centreon-lab/centreon-plugins | 68096c697a9e1baf89a712674a193d9a9321503c | [
"Apache-2.0"
] | null | null | null | storage/panzura/snmp/mode/memory.pm | centreon-lab/centreon-plugins | 68096c697a9e1baf89a712674a193d9a9321503c | [
"Apache-2.0"
] | null | null | null | storage/panzura/snmp/mode/memory.pm | centreon-lab/centreon-plugins | 68096c697a9e1baf89a712674a193d9a9321503c | [
"Apache-2.0"
] | null | null | null | #
# Copyright 2022 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for
# service performance.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in com... | 37.545455 | 194 | 0.561083 |
ed4042593084525a5bdb3dcd7420f2dd54319a3c | 2,122 | pm | Perl | lib/App/RecordStream/Operation/sort.pm | gitpan/App-RecordStream | 039ea5fdcb2456425068400d5f23cbb975058d1c | [
"Artistic-1.0"
] | null | null | null | lib/App/RecordStream/Operation/sort.pm | gitpan/App-RecordStream | 039ea5fdcb2456425068400d5f23cbb975058d1c | [
"Artistic-1.0"
] | null | null | null | lib/App/RecordStream/Operation/sort.pm | gitpan/App-RecordStream | 039ea5fdcb2456425068400d5f23cbb975058d1c | [
"Artistic-1.0"
] | null | null | null | package App::RecordStream::Operation::sort;
our $VERSION = "4.0.10";
use strict;
use warnings;
use base qw(App::RecordStream::Accumulator App::RecordStream::Operation);
sub init {
my $this = shift;
my $args = shift;
my @keys;
my $reverse;
my $spec = {
"key|k=s" => sub { push @keys, split(/,/, $_[1... | 27.558442 | 668 | 0.656927 |
ed43fe181cd4978fa542e3bf33984dccbf4e3c0a | 1,055 | t | Perl | t/CHI-Route-no.t | Akron/Mojolicious-Plugin-CHI-Route | cd04fcb76fa1eedfc38af09eb13fb20fba19f018 | [
"Artistic-2.0"
] | null | null | null | t/CHI-Route-no.t | Akron/Mojolicious-Plugin-CHI-Route | cd04fcb76fa1eedfc38af09eb13fb20fba19f018 | [
"Artistic-2.0"
] | null | null | null | t/CHI-Route-no.t | Akron/Mojolicious-Plugin-CHI-Route | cd04fcb76fa1eedfc38af09eb13fb20fba19f018 | [
"Artistic-2.0"
] | null | null | null | #!/usr/bin/env perl
use Mojolicious::Lite;
use Test::More;
use Test::Mojo;
use_ok 'Mojolicious::Plugin::CHI::Route';
my $t = Test::Mojo->new;
my $app = $t->app;
$app->plugin('CHI');
$app->plugin('CHI::Route' => {
namespace => 'xyz'
});
my $call = 1;
get('/cool')->requires('chi' => { key => sub { 'abc' } })->to(... | 18.508772 | 62 | 0.545024 |
ed45377279e70daccc35fc239afb1975a5b3e9a0 | 11,281 | pm | Perl | lib/Quarantine.pm | datumbox/clamtk-gtk3 | 69e6f810e8666668e4e27fce44e938daa89b28a1 | [
"BSD-3-Clause"
] | null | null | null | lib/Quarantine.pm | datumbox/clamtk-gtk3 | 69e6f810e8666668e4e27fce44e938daa89b28a1 | [
"BSD-3-Clause"
] | null | null | null | lib/Quarantine.pm | datumbox/clamtk-gtk3 | 69e6f810e8666668e4e27fce44e938daa89b28a1 | [
"BSD-3-Clause"
] | null | null | null | # ClamTk, copyright (C) 2004-2020 Dave M
#
# This file is part of ClamTk
# (https://gitlab.com/dave_m/clamtk-gtk3/).
#
# ClamTk is free software; you can redistribute it and/or modify it
# under the terms of either:
#
# a) the GNU General Public License as published by the Free Software
# Foundation; either version 1, ... | 27.854321 | 75 | 0.528411 |
ed51d08aafb3deb38d4c02669ac74257033ecdc0 | 10,464 | pl | Perl | src/perl/filter_deseq.pl | jonathancrabtree/ergatis | a587bfa0d30c58dec8855ba5ed45274e4f206ad7 | [
"Artistic-1.0"
] | null | null | null | src/perl/filter_deseq.pl | jonathancrabtree/ergatis | a587bfa0d30c58dec8855ba5ed45274e4f206ad7 | [
"Artistic-1.0"
] | null | null | null | src/perl/filter_deseq.pl | jonathancrabtree/ergatis | a587bfa0d30c58dec8855ba5ed45274e4f206ad7 | [
"Artistic-1.0"
] | null | null | null |
#!/usr/bin/perl
eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
if 0; # not running under some shell
=head1 NAME
filter_deseq.pl - filter DESeq output on [FDR, log fold change, Read Count, P value]
=head1 SYNOPSIS
USAGE: filter_on_fc.pl
[REQUIRED]
--deseq_list = list file of .txt output files from DESeq
--ou... | 23.781818 | 152 | 0.540807 |
73def4cd9afa6a7a5d79dc313dff7d826fe77856 | 94 | pl | Perl | tests/tests/test014.pl | jacobfriedman/trealla | 414f9612f15470ea5056952e3d16ab847d8f52dd | [
"MIT"
] | null | null | null | tests/tests/test014.pl | jacobfriedman/trealla | 414f9612f15470ea5056952e3d16ab847d8f52dd | [
"MIT"
] | null | null | null | tests/tests/test014.pl | jacobfriedman/trealla | 414f9612f15470ea5056952e3d16ab847d8f52dd | [
"MIT"
] | null | null | null | :-initialization(main).
main :- between(1,100000,_), X=fail, ignore(X), fail.
main :- halt.
| 15.666667 | 53 | 0.648936 |
ed514aa55d2c155e27e2da53a760ec68712da9d4 | 63,277 | pl | Perl | Project_Euler/Primes/primes.sudaram.pl | perlygatekeeper/glowing-robot | 7ef5eb089f552a1de309092606c95e805e6723a0 | [
"Artistic-2.0"
] | 2 | 2015-06-05T15:40:06.000Z | 2020-03-19T17:08:37.000Z | Project_Euler/Primes/primes.sudaram.pl | perlygatekeeper/glowing-robot | 7ef5eb089f552a1de309092606c95e805e6723a0 | [
"Artistic-2.0"
] | null | null | null | Project_Euler/Primes/primes.sudaram.pl | perlygatekeeper/glowing-robot | 7ef5eb089f552a1de309092606c95e805e6723a0 | [
"Artistic-2.0"
] | null | null | null | #!/usr/bin/env perl
#
# A perl script to list the first N primes>
# All primes from 2 to 99999 are stored at the end of the script>
#
$name = $0; $name =~ s'.*/''; # remove path--like basename
$usage = "usage:\n$name [MAX]";
use strict;
use warnings;
use Benchmark;
my $t0 = Benchmark->new;
my ($i, @primes, $j, $k);
... | 89.75461 | 143 | 0.781627 |
ed40546922badbe8cdbffc0d4b3af6ac09e656e4 | 451 | t | Perl | t/32-get_password.t | guillaumeaubert/Business-CyberSource-Report | c625fee098d1363a7a00341ed556b1a704ca3326 | [
"Artistic-1.0"
] | null | null | null | t/32-get_password.t | guillaumeaubert/Business-CyberSource-Report | c625fee098d1363a7a00341ed556b1a704ca3326 | [
"Artistic-1.0"
] | null | null | null | t/32-get_password.t | guillaumeaubert/Business-CyberSource-Report | c625fee098d1363a7a00341ed556b1a704ca3326 | [
"Artistic-1.0"
] | null | null | null | #!perl -T
use strict;
use warnings;
use Business::CyberSource::Report;
use Test::FailWarnings -allow_deps => 1;
use Test::More tests => 1;
my $report_factory = Business::CyberSource::Report->new(
merchant_id => 'test_merchant_id',
username => 'test_username',
password => 'test... | 19.608696 | 56 | 0.654102 |
73dd666c1155cd42d8740aae3606ef501982cb9b | 3,298 | t | Perl | t/00_CappedCollection/04_receive.t | TrackingSoft/Redis-CappedCollection | 3131861abb3eeba4cf2aed835e74783da24fb6a4 | [
"Artistic-1.0-Perl"
] | null | null | null | t/00_CappedCollection/04_receive.t | TrackingSoft/Redis-CappedCollection | 3131861abb3eeba4cf2aed835e74783da24fb6a4 | [
"Artistic-1.0-Perl"
] | 1 | 2020-02-15T21:45:36.000Z | 2020-02-19T03:30:33.000Z | t/00_CappedCollection/04_receive.t | TrackingSoft/Redis-CappedCollection | 3131861abb3eeba4cf2aed835e74783da24fb6a4 | [
"Artistic-1.0-Perl"
] | null | null | null | #!/usr/bin/perl -w
use 5.010;
use strict;
use warnings;
use lib 'lib', 't/tlib';
use Test::More;
plan "no_plan";
BEGIN {
eval "use Test::Exception"; ## no critic
plan skip_all => "because Test::Exception required for testing" if $@;
}
BEGIN {
eval "use Test::RedisServer"; ... | 24.42963 | 122 | 0.564888 |
ed1f2c1362c2f124008989204317f7100574136d | 2,341 | t | Perl | ssi_include_big.t | muradm/nginx-tests | ddfb68b9012a0aa6d60eb7e139830d4b3c86ff2a | [
"BSD-2-Clause"
] | 77 | 2015-11-08T00:07:30.000Z | 2022-03-17T02:34:07.000Z | ssi_include_big.t | muradm/nginx-tests | ddfb68b9012a0aa6d60eb7e139830d4b3c86ff2a | [
"BSD-2-Clause"
] | 3 | 2020-10-11T08:05:36.000Z | 2021-09-23T11:23:21.000Z | ssi_include_big.t | muradm/nginx-tests | ddfb68b9012a0aa6d60eb7e139830d4b3c86ff2a | [
"BSD-2-Clause"
] | 72 | 2015-09-25T18:07:43.000Z | 2022-03-25T18:35:03.000Z | #!/usr/bin/perl
# (C) Maxim Dounin
# Tests for nginx ssi bug with big includes.
###############################################################################
use warnings;
use strict;
use Test::More;
BEGIN { use FindBin; chdir($FindBin::Bin); }
use lib 'lib';
use Test::Nginx qw/ :DEFAULT :gzip /;
############... | 26.011111 | 79 | 0.527552 |
ed148ae0411dc6f961113e2178491d68afbfc4ca | 713 | pm | Perl | lib/Map/Metro/Cmd/AllRoutes.pm | karenetheridge/Map-Metro | 7021429b62081f98305c6c468fb365c6798b96a9 | [
"Artistic-1.0"
] | null | null | null | lib/Map/Metro/Cmd/AllRoutes.pm | karenetheridge/Map-Metro | 7021429b62081f98305c6c468fb365c6798b96a9 | [
"Artistic-1.0"
] | null | null | null | lib/Map/Metro/Cmd/AllRoutes.pm | karenetheridge/Map-Metro | 7021429b62081f98305c6c468fb365c6798b96a9 | [
"Artistic-1.0"
] | null | null | null | use Map::Metro::Standard::Moops;
use strict;
use warnings;
# VERSION
# PODNAME: Map::Metro::Cmd::AllRoutes
class Map::Metro::Cmd::AllRoutes extends Map::Metro::Cmd using Moose {
use MooseX::App::Command;
parameter cityname => (
is => 'rw',
isa => Str,
documentation => 'The name of th... | 23.766667 | 151 | 0.591865 |
73dad757dc639564d9eac1b1478cc4a3677d8dd7 | 2,551 | pl | Perl | getMPL115A2.pl | omzn/MPL115A2 | 8100e7e20dd3870f796580192e4123acfebaf88b | [
"MIT"
] | 1 | 2020-11-21T16:45:32.000Z | 2020-11-21T16:45:32.000Z | getMPL115A2.pl | omzn/MPL115A2 | 8100e7e20dd3870f796580192e4123acfebaf88b | [
"MIT"
] | null | null | null | getMPL115A2.pl | omzn/MPL115A2 | 8100e7e20dd3870f796580192e4123acfebaf88b | [
"MIT"
] | null | null | null | #!/usr/bin/perl
use strict;
my $I2CSET = "/usr/sbin/i2cset";
my $I2CGET = "/usr/sbin/i2cget";
system("$I2CSET -y 1 0x60 0x12 0x01");
&shortsleep(0.1);
#----- padc -----#
my $address_0 = `$I2CGET -y 1 0x60 0x00 w`;
while ( $address_0 eq "" ) {
$address_0 = `$I2CGET -y 1 0x60 0x00 w`;
}
chomp($address_0);
my $padc ... | 26.030612 | 67 | 0.562525 |
73fc2acfed888304083511564d9bdd35e5b6889e | 98 | t | Perl | Kosmos/t/view_Web.t | haoess/hidden-kosmos | 021bfeb394f3996d50edd0a6820e6f4be9c90435 | [
"CC-BY-4.0"
] | 3 | 2017-03-15T09:28:00.000Z | 2019-10-18T18:18:04.000Z | Kosmos/t/view_Web.t | haoess/hidden-kosmos | 021bfeb394f3996d50edd0a6820e6f4be9c90435 | [
"CC-BY-4.0"
] | 36 | 2016-02-23T08:51:46.000Z | 2019-01-03T08:48:40.000Z | Kosmos/t/view_Web.t | haoess/hidden-kosmos | 021bfeb394f3996d50edd0a6820e6f4be9c90435 | [
"CC-BY-4.0"
] | 4 | 2015-10-02T10:22:43.000Z | 2019-12-21T11:32:38.000Z | use strict;
use warnings;
use Test::More;
BEGIN { use_ok 'Kosmos::View::Web' }
done_testing();
| 10.888889 | 36 | 0.683673 |
73e849b508178933c144cf8dc7dd6a5177155d00 | 4,800 | pl | Perl | packages/PIPS/pips/src/Scripts/validation/ubs_checking_instrument.pl | DVSR1966/par4all | 86b33ca9da736e832b568c5637a2381f360f1996 | [
"MIT"
] | 51 | 2015-01-31T01:51:39.000Z | 2022-02-18T02:01:50.000Z | packages/PIPS/pips/src/Scripts/validation/ubs_checking_instrument.pl | DVSR1966/par4all | 86b33ca9da736e832b568c5637a2381f360f1996 | [
"MIT"
] | 7 | 2017-05-29T09:29:00.000Z | 2019-03-11T16:01:39.000Z | packages/PIPS/pips/src/Scripts/validation/ubs_checking_instrument.pl | DVSR1966/par4all | 86b33ca9da736e832b568c5637a2381f360f1996 | [
"MIT"
] | 12 | 2015-03-26T08:05:38.000Z | 2022-02-18T02:01:51.000Z | #! /usr/bin/perl -w
#
# $Id$
#
# Copyright 1989-2014 MINES ParisTech
#
# This file is part of PIPS.
#
# PIPS is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# any later vers... | 22.857143 | 78 | 0.584167 |
73f61df51fdeb9c29a164c98dbc101b13d64ee3b | 6,079 | pl | Perl | perl/lib/unicore/lib/GCB/LV.pl | DDMoReFoundation/PortableNonmem | 7e40b30887537f24fed12421935b58325ba2e5c3 | [
"BSD-3-Clause-Clear"
] | null | null | null | perl/lib/unicore/lib/GCB/LV.pl | DDMoReFoundation/PortableNonmem | 7e40b30887537f24fed12421935b58325ba2e5c3 | [
"BSD-3-Clause-Clear"
] | null | null | null | perl/lib/unicore/lib/GCB/LV.pl | DDMoReFoundation/PortableNonmem | 7e40b30887537f24fed12421935b58325ba2e5c3 | [
"BSD-3-Clause-Clear"
] | null | null | null | # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
# This file is machine-generated by mktables from the Unicode
# database, Version 6.3.0. Any changes made here will be lost!
# !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
# This file is for internal use by core Perl only. The format and even the
# name or existence of... | 7.477245 | 78 | 0.709985 |
73ffde4f8f98baf1fd064eb6d2778e20956a0441 | 856 | pl | Perl | ext/regulus/Examples/Calendar/SLM/scripts/japanese_tagging_grammar_spec.pl | TeamSPoon/logicmoo_nlu | 5c3e5013a3048da7d68a8a43476ad84d3ea4bb47 | [
"MIT"
] | 6 | 2020-01-27T12:08:02.000Z | 2020-02-28T19:30:28.000Z | pack/logicmoo_nlu/prolog/regulus/Examples/Calendar/SLM/scripts/japanese_tagging_grammar_spec.pl | logicmoo/old_logicmoo_workspace | 44025b6e389e2f2f7d86b46c1301cab0604bba26 | [
"MIT"
] | 1 | 2020-02-02T13:12:34.000Z | 2020-02-02T13:12:34.000Z | pack/logicmoo_nlu/prolog/regulus/Examples/Calendar/SLM/scripts/japanese_tagging_grammar_spec.pl | logicmoo/old_logicmoo_workspace | 44025b6e389e2f2f7d86b46c1301cab0604bba26 | [
"MIT"
] | null | null | null |
tagging_class('WaOrGa', [wa, ga]).
tagging_class('Meeting', [kaigi, miitingu]).
tagging_class('NextLast', [tsugi, jikai]).
tagging_class('Copula', [desu, deshita]).
tagging_class('NamedTimePeriod', [sensyuu, kongetsu]).
tagging_class('TimePeriod', [syuukan, kagetsukan]).
tagging_class('DayOfWeek', [getsuyoubi, n... | 25.939394 | 74 | 0.700935 |
ed327a82df3d2ce34168587cc9e2cc63785e1af6 | 4,223 | pl | Perl | library/unicode_data/unicode_derived_normalization_props/unicode_nfc_qc_maybe.pl | sergio-castro/logtalk3 | 821cb1277cf144be36b52bef9d9f86c530f96fac | [
"Apache-2.0"
] | null | null | null | library/unicode_data/unicode_derived_normalization_props/unicode_nfc_qc_maybe.pl | sergio-castro/logtalk3 | 821cb1277cf144be36b52bef9d9f86c530f96fac | [
"Apache-2.0"
] | null | null | null | library/unicode_data/unicode_derived_normalization_props/unicode_nfc_qc_maybe.pl | sergio-castro/logtalk3 | 821cb1277cf144be36b52bef9d9f86c530f96fac | [
"Apache-2.0"
] | null | null | null | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% This file is part of VivoMind Prolog Unicode Resources
%
% VivoMind Prolog Unicode Resources is free software distributed using the
% Creative Commons CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication
% license
%
%%%%%%%%%... | 52.135802 | 146 | 0.716552 |
ed30e48ecbd6e5f64dd1f139815f673e8e1e211e | 777 | pm | Perl | auto-lib/Paws/EC2/ConfirmProductInstanceResult.pm | galenhuntington/aws-sdk-perl | 13b775dcb5f0b3764f0a82f3679ed5c7721e67d3 | [
"Apache-2.0"
] | null | null | null | auto-lib/Paws/EC2/ConfirmProductInstanceResult.pm | galenhuntington/aws-sdk-perl | 13b775dcb5f0b3764f0a82f3679ed5c7721e67d3 | [
"Apache-2.0"
] | 1 | 2021-05-26T19:13:58.000Z | 2021-05-26T19:13:58.000Z | auto-lib/Paws/EC2/ConfirmProductInstanceResult.pm | galenhuntington/aws-sdk-perl | 13b775dcb5f0b3764f0a82f3679ed5c7721e67d3 | [
"Apache-2.0"
] | null | null | null |
package Paws::EC2::ConfirmProductInstanceResult;
use Moose;
has OwnerId => (is => 'ro', isa => 'Str', request_name => 'ownerId', traits => ['NameInRequest',]);
has Return => (is => 'ro', isa => 'Bool', request_name => 'return', traits => ['NameInRequest',]);
has _request_id => (is => 'ro', isa => 'Str');
1;
... | 21 | 101 | 0.689833 |
ed492d8826964bce46072b5a447b5e971a70c48a | 1,039 | pm | Perl | lib/Google/Ads/GoogleAds/V5/Common/DestinationTextList.pm | PierrickVoulet/google-ads-perl | bc9fa2de22aa3e11b99dc22251d90a1723dd8cc4 | [
"Apache-2.0"
] | null | null | null | lib/Google/Ads/GoogleAds/V5/Common/DestinationTextList.pm | PierrickVoulet/google-ads-perl | bc9fa2de22aa3e11b99dc22251d90a1723dd8cc4 | [
"Apache-2.0"
] | null | null | null | lib/Google/Ads/GoogleAds/V5/Common/DestinationTextList.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, ... | 29.685714 | 79 | 0.739172 |
73dc703e5ec2e53cce4fa2374b93c6eed9bad56a | 2,888 | t | Perl | t/calculate_af.t | BuildJet/MIP | f1f63117a7324e37dbcaa16c0298f4b4c857d44c | [
"MIT"
] | null | null | null | t/calculate_af.t | BuildJet/MIP | f1f63117a7324e37dbcaa16c0298f4b4c857d44c | [
"MIT"
] | null | null | null | t/calculate_af.t | BuildJet/MIP | f1f63117a7324e37dbcaa16c0298f4b4c857d44c | [
"MIT"
] | null | null | null | #!/usr/bin/env perl
use 5.026;
use Carp;
use charnames qw{ :full :short };
use English qw{ -no_match_vars };
use File::Basename qw{ dirname };
use File::Spec::Functions qw{ catdir catfile };
use FindBin qw{ $Bin };
use open qw{ :encoding(UTF-8) :std };
use Params::Check qw{ allow check last_error };
use Test::More;
us... | 25.333333 | 71 | 0.615997 |
ed0709bdb80f70cd298ee19998f071f91ac5344c | 9,661 | pl | Perl | src/condor_tests/docker_simulator.pl | olifre/htcondor | e1299614fbdcad113a206270f3940e2e8777c2bd | [
"Apache-2.0"
] | 217 | 2015-01-08T04:49:42.000Z | 2022-03-27T10:11:58.000Z | src/condor_tests/docker_simulator.pl | olifre/htcondor | e1299614fbdcad113a206270f3940e2e8777c2bd | [
"Apache-2.0"
] | 185 | 2015-05-03T13:26:31.000Z | 2022-03-28T03:08:59.000Z | src/condor_tests/docker_simulator.pl | olifre/htcondor | e1299614fbdcad113a206270f3940e2e8777c2bd | [
"Apache-2.0"
] | 133 | 2015-02-11T09:17:45.000Z | 2022-03-31T07:28:54.000Z | #! /usr/bin/env perl
##**************************************************************
##
## Copyright (C) 1990-2007, Condor Team, Computer Sciences Department,
## University of Wisconsin-Madison, WI.
##
## Licensed under the Apache License, Version 2.0 (the "License"); you
## may not use this file except in compliance... | 28.667656 | 187 | 0.562468 |
73dfbc8c3c972a6ac2943899599aab1c69e9bdb6 | 2,146 | t | Perl | modules/t/sliceVariation.t | duartemolha/ensembl | 378db18977278a066bd54b41e7afcf1db05d7db3 | [
"Apache-2.0"
] | null | null | null | modules/t/sliceVariation.t | duartemolha/ensembl | 378db18977278a066bd54b41e7afcf1db05d7db3 | [
"Apache-2.0"
] | null | null | null | modules/t/sliceVariation.t | duartemolha/ensembl | 378db18977278a066bd54b41e7afcf1db05d7db3 | [
"Apache-2.0"
] | null | null | null | # Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-2019] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a... | 34.063492 | 102 | 0.768406 |
73e86cafba203b43507189c7613aa22b6dac2dac | 847 | t | Perl | t/05-output-bool.t | Corion/DBIx--RunSQL | 583889bdf896c3511e2845fbbffd69d9f97d08a8 | [
"Artistic-2.0"
] | null | null | null | t/05-output-bool.t | Corion/DBIx--RunSQL | 583889bdf896c3511e2845fbbffd69d9f97d08a8 | [
"Artistic-2.0"
] | null | null | null | t/05-output-bool.t | Corion/DBIx--RunSQL | 583889bdf896c3511e2845fbbffd69d9f97d08a8 | [
"Artistic-2.0"
] | 1 | 2019-09-10T14:40:18.000Z | 2019-09-10T14:40:18.000Z | #!perl -w
use strict;
use Test::More;
use DBIx::RunSQL;
use Data::Dumper;
# Test against a "real" database if we have one:
if( ! eval { require DBD::SQLite;
require 5.008; # for scalar open
1; }) {
plan skip_all => $@;
exit;
};
plan tests => 1;
# Redirect STDOUT to a variable
clos... | 21.717949 | 80 | 0.582054 |
ed50448ff87bb8d99b143a82efdce2502ccd2ed8 | 19,704 | pm | Perl | perl-lib/OESS/lib/OESS/NSI/Provisioning.pm | bensiefers/OESS | c1cd89a926f35032b6c2cca772610cbefa7bf559 | [
"Apache-2.0"
] | null | null | null | perl-lib/OESS/lib/OESS/NSI/Provisioning.pm | bensiefers/OESS | c1cd89a926f35032b6c2cca772610cbefa7bf559 | [
"Apache-2.0"
] | null | null | null | perl-lib/OESS/lib/OESS/NSI/Provisioning.pm | bensiefers/OESS | c1cd89a926f35032b6c2cca772610cbefa7bf559 | [
"Apache-2.0"
] | null | null | null | #!/usr/bin/perl
#
##----- D-Bus OESS NSI Provisioning State Machine
##-----
##----- Handles NSI Provisioning Requests
#---------------------------------------------------------------------
#
# Copyright 2015 Trustees of Indiana University
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may... | 34.751323 | 162 | 0.55476 |
ed4aca4f9c1ccf22d1c45a280351d247225f6606 | 1,527 | pl | Perl | BioPerl/distance.pl | wojdyr/pdb-benchmarks | 6f99ef1ad7151c0c637f5f2a2c35a5b4ceb042fe | [
"MIT"
] | 30 | 2016-05-21T18:07:36.000Z | 2022-02-25T15:10:49.000Z | BioPerl/distance.pl | wojdyr/pdb-benchmarks | 6f99ef1ad7151c0c637f5f2a2c35a5b4ceb042fe | [
"MIT"
] | 7 | 2016-06-20T22:40:50.000Z | 2020-06-17T17:06:10.000Z | BioPerl/distance.pl | wojdyr/pdb-benchmarks | 6f99ef1ad7151c0c637f5f2a2c35a5b4ceb042fe | [
"MIT"
] | 6 | 2016-05-26T14:44:28.000Z | 2020-05-26T09:50:47.000Z | # Benchmark the calculation of a distance in a PDB file
# The distance is the closest distance between any atoms of residues 50 and 60
# of chain A in 1AKE
use Bio::Structure::IO;
use Time::HiRes qw(time);
use strict;
my $pdb_filepath = "data/1AKE.pdb";
my $structio = Bio::Structure::IO->new(-file => $pdb_filepath)... | 31.8125 | 159 | 0.486575 |
ed488c3a8230bbe2edd437bd969b6193a86eb8c5 | 5,073 | pm | Perl | auto-lib/Paws/SageMaker/AlgorithmSpecification.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/SageMaker/AlgorithmSpecification.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/SageMaker/AlgorithmSpecification.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::SageMaker::AlgorithmSpecification;
use Moose;
has AlgorithmName => (is => 'ro', isa => 'Str');
has EnableSageMakerMetricsTimeSeries => (is => 'ro', isa => 'Bool');
has MetricDefinitions => (is => 'ro', isa => 'ArrayRef[Paws::SageMaker::MetricDefinition]');
has Tr... | 31.70625 | 110 | 0.774295 |
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.