code stringlengths 2 1.05M | repo_name stringlengths 5 101 | path stringlengths 4 991 | language stringclasses 3
values | license stringclasses 5
values | size int64 2 1.05M |
|---|---|---|---|---|---|
=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... | Ensembl/ensembl-webcode | modules/EnsEMBL/Web/TextSequence/Output.pm | Perl | apache-2.0 | 3,856 |
#
# 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... | Tpo76/centreon-plugins | cloud/aws/cloudwatchlogs/mode/getlogs.pm | Perl | apache-2.0 | 6,358 |
package Paws::CloudDirectory::AttachObject;
use Moose;
has ChildReference => (is => 'ro', isa => 'Paws::CloudDirectory::ObjectReference', required => 1);
has DirectoryArn => (is => 'ro', isa => 'Str', traits => ['ParamInHeader'], header_name => 'x-amz-data-partition', required => 1);
has LinkName => (is => 'ro... | ioanrogers/aws-sdk-perl | auto-lib/Paws/CloudDirectory/AttachObject.pm | Perl | apache-2.0 | 2,587 |
=head1 LICENSE
Copyright [1999-2014] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licen... | willmclaren/ensembl | misc-scripts/xref_mapping/XrefParser/miRBaseParser.pm | Perl | apache-2.0 | 3,743 |
=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... | Ensembl/ensembl-webcode | modules/EnsEMBL/Web/ViewConfig/Gene/SpliceImage.pm | Perl | apache-2.0 | 1,076 |
#
# 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... | wilfriedcomte/centreon-plugins | cloud/aws/ec2/plugin.pm | Perl | apache-2.0 | 1,957 |
=head1 TITLE
Beyond the amnesic eval
=head1 VERSION
Maintainer: Stéphane Payrard <stef@francenet.fr>
Date: 29 Sep 2000
Mailing List: perl6-language@perl.org
Number: 351
Version: 1
Status: Developing
=head1 ABSTRACT
An unscoped eval is needed. It is part of the necessary steps to
make Perl palatable as ... | autarch/perlweb | docs/dev/perl6/rfc/351.pod | Perl | apache-2.0 | 2,810 |
#
# 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... | wilfriedcomte/centreon-plugins | apps/protocols/radius/mode/login.pm | Perl | apache-2.0 | 10,605 |
package EBiSC::Question::Biosamples::BatchExported;
use Moose;
use namespace::autoclean;
use boolean qw(true false);
use strict;
use warnings;
our $title = 'Does Biosamples export all batch IDs found in IMS?';
our $description = <<EOF;
A batch is tested if it is listed for a cell line in the IMS API
Requirements to ... | EMBL-EBI-GCA/ebisc_tracker_2 | tracker/lib/EBiSC/Question/Biosamples/BatchExported.pm | Perl | apache-2.0 | 1,048 |
package VMOMI::GuestListFileInfo;
use parent 'VMOMI::DynamicData';
use strict;
use warnings;
our @class_ancestors = (
'DynamicData',
);
our @class_members = (
['files', 'GuestFileInfo', 1, 1],
['remaining', undef, 0, ],
);
sub get_class_ancestors {
return @class_ancestors;
}
sub get_class_members... | stumpr/p5-vmomi | lib/VMOMI/GuestListFileInfo.pm | Perl | apache-2.0 | 457 |
#!/usr/bin/perl
use lib "/perfstat/dev/1.40/lib";
use Service;
use Metric;
use Graph;
$perfhome = "/perfstat/dev/1.40";
#add create new service
$service = Service->new( RRA => "RRA:AVERAGE:0.5:1:288 RRA:AVERAGE:0.5:7:288 RRA:AVERAGE:0.5:30:288 RRA:AVERAGE:0.5:365:288",
operatingSystem => "Linux",
servi... | ktenzer/perfstat | misc/serialize/create/Linux/62603/procs.pl | Perl | apache-2.0 | 3,980 |
:- use_package([]).
:- use_module(library('compiler/c_itf')).
:- use_module(library(ctrlcclean),[ctrlc_clean/1]).
:- use_module(library(errhandle),[error_protect/1]).
main(Files):-
set_prolog_flag(verbose_compilation,on),
cleanup_c_itf_data,
pass_one(Files,Files).
pass_one([File|Files],Fs)... | leuschel/ecce | www/CiaoDE/ciao/bugs/Unclassified/c_itf/try2.pl | Perl | apache-2.0 | 1,259 |
# 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/license... | mn1/ensembl-analysis | modules/Bio/EnsEMBL/Analysis/Runnable/ProteinAnnotation/PIRSF.pm | Perl | apache-2.0 | 3,957 |
=head1 LICENSE
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 obta... | muffato/ensembl | modules/Bio/EnsEMBL/Utils/VegaCuration/Gene.pm | Perl | apache-2.0 | 2,105 |
:- module(faggr,[inject/3,preinject/3,postinject/4,merge/4,id/2,id/3,
prod/3,min/3,luka/3,dprod/3,max/3,dluka/3,'=>'/4],
[clpr,hiord]).
min(X,Y,Z):- X .=<. Y , Z .=. X.
min(X,Y,Z):- X .>. Y, Z .=. Y .
prod(X,Y,M):- M .=. X * Y.
luka(X,Y,M):- Z1.=.0,Z2.=. X + Y - 1,max(Z1,Z2,M).
max(X,Y,Z):- X .>=. Y, Z .=. X.
m... | leuschel/ecce | www/CiaoDE/ciao/library/fuzzy/faggr.pl | Perl | apache-2.0 | 1,291 |
#!/usr/bin/perl -w
###############################################################################
# $Id: vmware_cmd.pm 1670472 2015-03-31 20:34:45Z jfthomps $
###############################################################################
# Licensed to the Apache Software Foundation (ASF) under one or more
# contribut... | bq-xiao/apache-vcl | managementnode/lib/VCL/Module/Provisioning/VMware/vmware_cmd.pm | Perl | apache-2.0 | 26,423 |
#!/usr/bin/perl
open (FIN, "find . -type f|") || die;
while (<FIN>) {
$files ++;
chomp;
$t += -s;
if (/\.\S+(\.[^.]+)$/) {
$X{$1}++;
}
}
printf ("Files: %d\n", $files);
for (sort { $X{$a} <=> $X{$b} } keys %X) {
printf ("%7d %s\n", $X{$_}, $_);
}
| RobertTDowling/local | local/bin/speculative/extensions.pl | Perl | bsd-2-clause | 274 |
#!/pkg/gnu/bin//perl5
#
push(@INC, "$wd/bin");
require('WebStone-common.pl');
$oldfilelist = "$wd/conf/filelist";
html_begin();
if ($filelist ne $oldfilelist) {
$backup = $oldfilelist . ".bak";
print CLIENT "<BODY>Backing up $oldfilelist to $backup";
rename($oldfilelist, $backup);
print CLIENT "<P>C... | wfnex/openbras | src/ace/ACE_wrappers/apps/JAWS/clients/WebSTONE/bin/move-filelist.pl | Perl | bsd-3-clause | 524 |
package Reactive::Observable::Wrapper;
use Moose;
has wrap => (is => 'rw', required => 1);
extends 'Reactive::Observable::Composite';
sub initial_subscriptions { (shift->wrap) }
1;
| eilara/Rx.pl | lib/Reactive/Observable/Wrapper.pm | Perl | mit | 187 |
package Paws::EC2::EnableVpcClassicLinkDnsSupportResult;
use Moose;
has Return => (is => 'ro', isa => 'Bool', request_name => 'return', traits => ['NameInRequest',]);
has _request_id => (is => 'ro', isa => 'Str');
1;
### main pod documentation begin ###
=head1 NAME
Paws::EC2::EnableVpcClassicLinkDnsSupportRe... | ioanrogers/aws-sdk-perl | auto-lib/Paws/EC2/EnableVpcClassicLinkDnsSupportResult.pm | Perl | apache-2.0 | 478 |
#!/usr/bin/perl -w
#
# ogflow.pl - Convert OmniGraffle File to Workflow Definition
#
# This script converts an OmniGraffle flowchart into an XML
# document for the Workflow module.
#
# TODO:
#
# Add code to reject conditions after actions -- there must be a state
# between them.
#
# Since OmniGraffle doesn't really und... | stefanomarty/openxpki | tools/scripts/ogflow.pl | Perl | apache-2.0 | 46,173 |
# !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
# This file is machine-generated by lib/unicore/mktables from the Unicode
# database, Version 6.2.0. Any changes made here will be lost!
# !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
# This file is for internal use by core Perl only. The format and even the
# name or existe... | Bjay1435/capstone | rootfs/usr/share/perl/5.18.2/unicore/lib/Blk/JamoExtB.pl | Perl | mit | 433 |
# !!!!!!! 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 or existe... | operepo/ope | bin/usr/share/perl5/core_perl/unicore/lib/Gc/Pd.pl | Perl | mit | 678 |
#!/usr/bin/perl
# IBM_PROLOG_BEGIN_TAG
# This is an automatically generated prolog.
#
# $Source: src/build/debug/Hostboot/Istep.pm $
#
# OpenPOWER HostBoot Project
#
# Contributors Listed Below - COPYRIGHT 2012,2017
# [+] International Business Machines Corp.
#
#
# Licensed under the Apache License, Version 2.0 (the "L... | Over-enthusiastic/hostboot | src/build/debug/Hostboot/Istep.pm | Perl | apache-2.0 | 33,905 |
#-----------------------------------------------------------
# removdev.pl
# Parse Microsoft\Windows Portable Devices\Devices key on Vista
# Get historical information about drive letter assigned to devices
#
# Change history
# 20090118 [hca] * changed the name of the plugin from "removdev"
# 20110830 [fpi] + b... | APriestman/autopsy | thirdparty/rr-full/plugins/removdev.pl | Perl | apache-2.0 | 2,520 |
package Maximus::FormField::AlNum;
use namespace::autoclean;
use HTML::FormHandler::Moose;
extends 'HTML::FormHandler::Field::Text';
apply [
{ check => sub { shift !~ /[^a-z0-9]/i },
message => 'Only alphanumerical values are accepted'
}
];
__PACKAGE__->meta->make_immutable;
=head1 NAME
Maximus::F... | maximos/maximus-web | lib/Maximus/FormField/AlNum.pm | Perl | mit | 1,581 |
use Dancer2;
# at first
get '/about' => sub { template 'about' };
get '/admin' => sub { template 'admin' };
# then
get '/:page' => sub { template param('page') };
# lastly
get '/:page/:inner' => sub {
template param('page') . '/' . param('inner');
};
# or simply...
set autopage => 1;
# or in config.yml:
# auto... | xsawyerx/dancer-training-notes | 08-handlers/01-without-autopage.pl | Perl | mit | 332 |
# Data API for Assembly entities. This API provides methods for retrieving
# summary information such as GC content, total length, external source information
# as well as methods for retrieving individual contig sequences and gathering contig lengths and contig GC.
require 5.6.0;
use strict;
use warnings;
use Thrif... | kbase/data_api_perl_clients | lib/DOEKBase/DataAPI/sequence/assembly/ClientAPI.pm | Perl | mit | 4,141 |
/* Part of JPL -- SWI-Prolog/Java interface
Author: Paul Singleton, Fred Dushin and Jan Wielemaker
E-mail: paul@jbgb.com
WWW: http://www.swi-prolog.org
Copyright (c) 2004-2020, Paul Singleton
All rights reserved.
Redistribution and use in source and binary forms, with... | TeamSPoon/logicmoo_workspace | docker/rootfs/usr/local/lib/swipl/library/jpl.pl | Perl | mit | 191,348 |
#!/sw/bin/perl
=head1 NAME
B<norms.pl>
=head1 DESCRIPTION
Compares various normalization methods. Also, creates files with normalizing factors that are used by C<plot_gene_pileup.pl> and other scripts. There are no options.
=cut
use strict;
use warnings;
use PDL;
use PDL::NiceSlice;
use PDL::Graphics::PLplot;
... | bartongroup/profDGE48 | Normalization/norms.pl | Perl | mit | 3,524 |
motif('PS00012').
motif('PS00013').
motif('PS00014').
motif('PS00017').
motif('PS00018').
motif('PS00019').
motif('PS00020').
motif('PS00022').
motif('PS00027').
motif('PS00028').
motif('PS00030').
motif('PS00036').
motif('PS00037').
motif('PS00038').
motif('PS00039').
motif('PS00044').
motif('PS00046')... | JoseCSantos/GILPS | datasets/metabolism/motif1.pl | Perl | mit | 6,669 |
package Paws::ElasticBeanstalk::ApplicationDescription;
use Moose;
has ApplicationName => (is => 'ro', isa => 'Str');
has ConfigurationTemplates => (is => 'ro', isa => 'ArrayRef[Str|Undef]');
has DateCreated => (is => 'ro', isa => 'Str');
has DateUpdated => (is => 'ro', isa => 'Str');
has Description => (is... | ioanrogers/aws-sdk-perl | auto-lib/Paws/ElasticBeanstalk/ApplicationDescription.pm | Perl | apache-2.0 | 2,379 |
package Paws::IoT::Certificate;
use Moose;
has CertificateArn => (is => 'ro', isa => 'Str', request_name => 'certificateArn', traits => ['NameInRequest']);
has CertificateId => (is => 'ro', isa => 'Str', request_name => 'certificateId', traits => ['NameInRequest']);
has CreationDate => (is => 'ro', isa => 'Str'... | ioanrogers/aws-sdk-perl | auto-lib/Paws/IoT/Certificate.pm | Perl | apache-2.0 | 1,907 |
#
# 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... | centreon/centreon-plugins | apps/automation/ansible/tower/mode/discovery.pm | Perl | apache-2.0 | 3,132 |
#
# 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... | Tpo76/centreon-plugins | cloud/google/gcp/cloudsql/mysql/mode/queries.pm | Perl | apache-2.0 | 4,642 |
#
# 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... | Tpo76/centreon-plugins | network/juniper/common/junos/mode/listbgppeers.pm | Perl | apache-2.0 | 3,962 |
Return-Path: <pdcawley@bofh.org.uk>
Delivered-To: rspier@newbabe.mengwong.com
Received: from newbabe.mengwong.com [208.210.125.227]
by localhost with IMAP (fetchmail-6.2.0)
for rspier@localhost (single-drop); Tue, 14 Jan 2003 08:17:13 -0800 (PST)
Received: from cali-2.pobox.com (cali-2.pobox.com [64.71.166.115])
by ... | autarch/perlweb | docs/dev/perl6/list-summaries/2003/p6summary.2003-01-12.pod | Perl | apache-2.0 | 16,688 |
package UI::Parameter;
#
#
# 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, soft... | knutsel/traffic_control-1 | traffic_ops/app/lib/UI/Parameter.pm | Perl | apache-2.0 | 9,625 |
#
# 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... | centreon/centreon-plugins | storage/ibm/storwize/ssh/mode/components/portfc.pm | Perl | apache-2.0 | 2,341 |
#
# 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... | Tpo76/centreon-plugins | cloud/aws/elb/classic/mode/targetshealth.pm | Perl | apache-2.0 | 9,234 |
=head1 LICENSE
Copyright [1999-2014] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licen... | willmclaren/ensembl | modules/Bio/EnsEMBL/DBSQL/MiscSetAdaptor.pm | Perl | apache-2.0 | 8,005 |
#!/usr/bin/env perl
=head1 NAME
load_from_otter.pl
=head1 SYNOPSIS
load_from_otter.pl
=head1 DESCRIPTION
This script is used to load one or several sequence sets from an organisme
specific otter database into either a pipeline or a loutre database, both based
on ensembl schema version 20+. The loaded sequences ar... | Ensembl/ensembl-pipeline | scripts/Finished/load_from_otter.pl | Perl | apache-2.0 | 15,100 |
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-2022] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a... | Ensembl/ensembl-analysis | modules/Bio/EnsEMBL/Analysis/Runnable/ProteinAnnotation/Tmhmm.pm | Perl | apache-2.0 | 4,252 |
:- module(ho_module_tr,[ho_module_tr/2],[]).
%% Expands:
%% Lists::member(X,[1,2,3])
%% where Lists = lists(_,_...)
ho_module_tr( '::'(ObjectId,Call), Conjunction ) :-
Conjunction = (
Call =.. [MethodName|Args],
member(MethodName:PredId,ObjectId),
RealCall =.. [call,PredId|Args],
call(RealCall)
),
d... | leuschel/ecce | www/CiaoDE/ciao/library.development/ho_test/ho_module_tr.pl | Perl | apache-2.0 | 366 |
#!/usr/bin/perl -w
# MGEL
# Surya Saha 4/01/07
# reading 5 noise itemset files and real itemset generated by m.out2f_itemsets
# writing out the real itemsets along with the with
# Diff occurences = occurences - random occurences
# Diff Conf = Occ Conf - Random Conf
# NOTE: If noise>real occurences, then a 0 is recorde... | suryasaha/ProxMiner | scripts/miner.merge_ALL_f_itemsets.v4.pl | Perl | bsd-2-clause | 15,339 |
package WebService::Recruit::AbRoad::TourTally;
use strict;
use base qw( WebService::Recruit::AbRoad::Base );
use vars qw( $VERSION );
use Class::Accessor::Fast;
use Class::Accessor::Children::Fast;
$VERSION = '0.0.1';
sub http_method { 'GET'; }
sub url { 'http://webservice.recruit.co.jp/ab-road/tour_tally/v1/'; }
... | gitpan/WebService-Recruit-AbRoad | lib/WebService/Recruit/AbRoad/TourTally.pm | Perl | bsd-3-clause | 4,296 |
use strict;
open( INFILE, "<", $ARGV[0] )
or die("Cannot open file $ARGV[0] for reading: $!");
while ( my $line = <INFILE> ) {
chomp($line);
my @r;
foreach my $i ( split( / \| /, $line ) ) {
if ( @r == 0 ) {
@r = split( / /, $i );
}
else {
my $jx = 0;
... | nikai3d/ce-challenges | easy/find_the_highest_score.pl | Perl | bsd-3-clause | 522 |
=pod
=head1 NAME
genrsa - generate an RSA private key
=head1 SYNOPSIS
B<openssl> B<genrsa>
[B<-out filename>]
[B<-passout arg>]
[B<-des>]
[B<-des3>]
[B<-idea>]
[B<-f4>]
[B<-3>]
[B<-rand file(s)>]
[B<-engine id>]
[B<numbits>]
=head1 DESCRIPTION
The B<genrsa> command generates an RSA private key.
=head1 OPTIONS
=... | GaloisInc/hacrypto | src/C/libssl/HEAD/src/doc/apps/genrsa.pod | Perl | bsd-3-clause | 2,609 |
# Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies.
# All rights reserved.
# Distributed under a BSD-style license; see file LICENSE for more info.
package Actor;
### BUILT-IN ACTORS ###
$giant_honeybee = Actor->new('name' => 'giant honeybee',
'max' => {
'strength' ... | catseye/Corona-Realm-of-Magic | src/corona/Animal.pm | Perl | bsd-3-clause | 20,311 |
#ExStart:1
use lib 'lib';
use strict;
use warnings;
use utf8;
use File::Slurp; # From CPAN
use JSON;
use AsposeStorageCloud::StorageApi;
use AsposeStorageCloud::ApiClient;
use AsposeStorageCloud::Configuration;
use AsposeCellsCloud::CellsApi;
use AsposeCellsCloud::ApiClient;
use AsposeCellsCloud::Configuration;
my $c... | asposecells/Aspose_Cells_Cloud | Examples/Perl/Cells/ClearCellFormattingWorksheet.pl | Perl | mit | 1,705 |
#------------------------------------------------------------------------------
# File: MPC.pm
#
# Description: Read Musepack audio meta information
#
# Revisions: 11/14/2006 - P. Harvey Created
#
# References: 1) http://www.musepack.net/
#------------------------------------------------------------------... | opf-attic/ref | tools/fits/0.5.0/tools/exiftool/perl/lib/Image/ExifTool/MPC.pm | Perl | apache-2.0 | 4,214 |
package Paws::MigrationHub::ListMigrationTasksResult;
use Moose;
has MigrationTaskSummaryList => (is => 'ro', isa => 'ArrayRef[Paws::MigrationHub::MigrationTaskSummary]');
has NextToken => (is => 'ro', isa => 'Str');
has _request_id => (is => 'ro', isa => 'Str');
### main pod documentation begin ###
=head1 ... | ioanrogers/aws-sdk-perl | auto-lib/Paws/MigrationHub/ListMigrationTasksResult.pm | Perl | apache-2.0 | 862 |
package #
Date::Manip::Offset::off082;
# 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'... | nriley/Pester | Source/Manip/Offset/off082.pm | Perl | bsd-2-clause | 848 |
# !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
# This file is machine-generated by lib/unicore/mktables from the Unicode
# database, Version 6.2.0. Any changes made here will be lost!
# !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
# This file is for internal use by core Perl only. The format and even the
# name or existe... | Bjay1435/capstone | rootfs/usr/share/perl/5.18.2/unicore/lib/Blk/Greek.pl | Perl | mit | 433 |
# !!!!!!! 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 or existe... | operepo/ope | bin/usr/share/perl5/core_perl/unicore/lib/InSC/Other.pl | Perl | mit | 3,459 |
=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... | ckongEbi/ensembl-compara | modules/Bio/EnsEMBL/Compara/RunnableDB/ncRNAtrees/NCTreeBestMMerge.pm | Perl | apache-2.0 | 5,229 |
=pod
=head1 NAME
EVP_KEYMGMT,
EVP_KEYMGMT_fetch,
EVP_KEYMGMT_up_ref,
EVP_KEYMGMT_free,
EVP_KEYMGMT_get0_provider,
EVP_KEYMGMT_is_a,
EVP_KEYMGMT_get0_description,
EVP_KEYMGMT_get0_name,
EVP_KEYMGMT_do_all_provided,
EVP_KEYMGMT_names_do_all,
EVP_KEYMGMT_gettable_params,
EVP_KEYMGMT_settable_params,
EVP_KEYMGMT_gen_sett... | jens-maus/amissl | openssl/doc/man3/EVP_KEYMGMT.pod | Perl | bsd-3-clause | 5,600 |
#==========================================================================
# Copyright (c) 1995-1998 Martien Verbruggen
#--------------------------------------------------------------------------
#
# Name:
# GD::Graph::pie.pm
#
# $Id: pie.pm,v 1.21 2007/04/26 03:16:09 ben Exp $
#
#================... | carlgao/lenga | images/lenny64-peon/usr/share/perl5/GD/Graph/pie.pm | Perl | mit | 12,905 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Question rules
%
% Version: 1.0.1
% Last modified: 02/08/04
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
:- multifile best_parse_cats/1, rule/2.
:- dynamic best_parse_cats/1, rule/2.
% Best Parse Categories
best_parse_cats([s,sbar,sinv... | Network-of-BioThings/GettinCRAFTy | src/main/resources/gate/plugins/Parser_SUPPLE/prolog/grammar/q_rules.pl | Perl | apache-2.0 | 24,066 |
#-----------------------------------------------------------
# vncviewer
#
#
# History:
# 20121231 - Updated to include VNCViewer4
# 20080325 - created
#
#
#
#-----------------------------------------------------------
package vncviewer;
use strict;
my %config = (hive => "NTUSER\.DAT",
hasS... | millmanorama/autopsy | thirdparty/rr-full/plugins/vncviewer.pl | Perl | apache-2.0 | 2,421 |
# !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
# This file is machine-generated by mktables from the Unicode
# database, Version 6.1.0. Any changes made here will be lost!
# !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
# This file is for internal use by core Perl only. The format and even the
# name or existence of this ... | liuyangning/WX_web | xampp/perl/lib/unicore/lib/Blk/Samarita.pl | Perl | mit | 421 |
use strict;
use warnings;
package Test::Reporter::Transport::File;
use base 'Test::Reporter::Transport';
use vars qw/$VERSION/;
$VERSION = '1.4002';
$VERSION = eval $VERSION;
sub new {
my ($class, $dir) = @_;
die "target directory '$dir' doesn't exist or can't be written to"
unless -d $dir && -w $dir;
retu... | leighpauls/k2cro4 | third_party/cygwin/lib/perl5/vendor_perl/5.10/Test/Reporter/Transport/File.pm | Perl | bsd-3-clause | 1,870 |
package DDG::Goodie::Combination;
# ABSTRACT: Compute combinations and permutations
use strict;
use DDG::Goodie;
with 'DDG::GoodieRole::NumberStyler';
zci answer_type => "combination";
zci is_cached => 1;
triggers any => "choose", "permute", "permutation", "npr", "ncr";
my $number_re = number_style_regex();
# Ha... | charles-l/zeroclickinfo-goodies | lib/DDG/Goodie/Combination.pm | Perl | apache-2.0 | 2,171 |
package DDG::Spice::Videos;
# ABSTRACT: Video search
use strict;
use DDG::Spice;
spice to => 'https://duckduckgo.com/v.js?q=$1&n=20&callback={{callback}}';
# 2014.05.07 (caine): moving to startend until
# we are invariably required to do entity extraction
# 'batman video games' shouldn't trigger this module
#trigger... | soleo/zeroclickinfo-spice | lib/DDG/Spice/Videos.pm | Perl | apache-2.0 | 678 |
=head1 NAME
basic.pod - Test of various basic POD features in translators.
=head1 HEADINGS
Try a few different levels of headings, with embedded formatting codes and
other interesting bits.
=head1 This C<is> a "level 1" heading
=head2 ``Level'' "2 I<heading>
=head3 Level 3 B<heading I<with C<weird F<stuff "" (dou... | Lh4cKg/sl4a | perl/src/lib/Pod/t/basic.pod | Perl | apache-2.0 | 7,243 |
# $Id$
package XML::SAX::PurePerl::Reader::String;
use strict;
use vars qw(@ISA);
use XML::SAX::PurePerl::Reader qw(
LINE
COLUMN
BUFFER
ENCODING
EOF
);
@ISA = ('XML::SAX::PurePerl::Reader');
use constant DISCARDED => 8;
use constant STRING => 9;
use constant USED => 10;
use constant ... | Dokaponteam/ITF_Project | xampp/perl/vendor/lib/XML/SAX/PurePerl/Reader/String.pm | Perl | mit | 1,691 |
package File::Dir::Dumper::Scanner;
use warnings;
use strict;
use 5.012;
use parent 'File::Dir::Dumper::Base';
use Carp;
use File::Find::Object;
use Devel::CheckOS qw(:booleans);
use POSIX qw(strftime);
use List::Util qw(min);
__PACKAGE__->mk_accessors(
qw(
_file_find
_group_cache
_last_result
... | gitpan/File-Dir-Dumper | lib/File/Dir/Dumper/Scanner.pm | Perl | mit | 5,790 |
use Encode;
use utf8;
if (scalar(@ARGV) ne 3)
{
print STDERR "perl LiNMT-num.pl config input output\n";
exit(1);
}
$config_string = "";
open (CONFIG, "<:encoding(utf8)", $ARGV[0]) or die "Error: can not read $ARGV[0]!\n";
while (my $line = <CONFIG>)
{
$line =~ s/[\r\n]//g;
$config_string .= $line;
}
close(C... | liqiangnlp/LiNMT | scripts/number.recognition/LiNMT-num.pl | Perl | mit | 830 |
% Question 1
list_of(_, []).
list_of(Elt, [Elt|Tail]) :-
list_of(Elt, Tail).
% Question 2
all_same([Head|Tail]) :- list_of(Head, Tail).
% Question 3
adjacent(E1, E2, List) :-
append(_, [E1,E2|_], List).
% Question 4
adjacent(E1, E2, [E1,E2|_]).
adjacent(E1, E2, [Head|Tail]) :-
adjacent(E1,E2, Tail).
| martindavid/code-sandbox | comp90048/workshop/my_answer/w08.pl | Perl | mit | 314 |
:- expects_dialect(lps).
:- dynamic located(Party, thirdCountry),
decisionPursuantToArticle_45_3(Event), legallyBindingEnforceableInstrument(Process),
bindingCorporateRules(Process), standardDataProtectionClauses(Process),
approvedCodeOfConduct(Process), approvedCertificateMechanism(Process).
permitted(Even... | TeamSPoon/logicmoo_workspace | packs_sys/logicmoo_ec/test/lps_user_examples/GDPR compliance - article 46.pl | Perl | mit | 1,347 |
#!/usr/bin/perl
#
# ***** BEGIN LICENSE BLOCK *****
# Zimbra Collaboration Suite Server
# Copyright (C) 2005, 2007, 2008, 2009, 2010 Zimbra, Inc.
#
# The contents of this file are subject to the Zimbra Public License
# Version 1.3 ("License"); you may not use this file except in
# compliance with the License. You ma... | nico01f/z-pec | ZimbraServer/src/db/migration/migrate20050927-DropRedologSequence.pl | Perl | mit | 833 |
=head1 NAME
The mod_perl Mailing List Guidelines
=head1 Description
Ninety percent of the questions asked on the List have already been
asked before, and answers will be found at one of the links below.
Before you post to the mod_perl List, please read the following.
Hopefully it will save you (and everyone else) so... | Distrotech/mod_perl | docs/src/maillist/email-etiquette.pod | Perl | apache-2.0 | 14,304 |
#
# Ensembl module for Bio::EnsEMBL::DBSQL::Funcgen::ResultFeatureAdaptor
#
# You may distribute this module under the same terms as Perl itself
=head1 NAME
Bio::EnsEMBL::DBSQL::Funcgen::ResultFeatureAdaptor - adaptor for fetching and storing ResultFeature objects
=head1 SYNOPSIS
my $rfeature_adaptor = $db->get_Res... | adamsardar/perl-libs-custom | EnsemblAPI/ensembl-functgenomics/modules/Bio/EnsEMBL/Funcgen/DBSQL/ResultFeatureAdaptor.pm | Perl | apache-2.0 | 36,354 |
# 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, ... | googleads/google-ads-perl | lib/Google/Ads/GoogleAds/V8/Enums/ConversionLagBucketEnum.pm | Perl | apache-2.0 | 1,882 |
package Paws::IAM::GetUserResponse;
use Moose;
has User => (is => 'ro', isa => 'Paws::IAM::User', required => 1);
has _request_id => (is => 'ro', isa => 'Str');
1;
### main pod documentation begin ###
=head1 NAME
Paws::IAM::GetUserResponse
=head1 ATTRIBUTES
=head2 B<REQUIRED> User => L<Paws::IAM::User>
A... | ioanrogers/aws-sdk-perl | auto-lib/Paws/IAM/GetUserResponse.pm | Perl | apache-2.0 | 406 |
# Ensembl module for Bio::EnsEMBL::Funcgen::BindingMatrixFrequencies
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-2020] EMBL-European Bioinformatics Institute
Licensed under the Apache License, Version 2.0 (the "License");
you may... | Ensembl/ensembl-funcgen | modules/Bio/EnsEMBL/Funcgen/BindingMatrixFrequencies.pm | Perl | apache-2.0 | 5,736 |
package Search::Elasticsearch::Role::Is_Sync;
$Search::Elasticsearch::Role::Is_Sync::VERSION = '1.17';
use Moo::Role;
use namespace::clean;
1;
# ABSTRACT: A role to mark classes which should be used with other sync classes
__END__
=pod
=encoding UTF-8
=head1 NAME
Search::Elasticsearch::Role::Is_Sync - A role to ... | gitpan/Search-Elasticsearch | lib/Search/Elasticsearch/Role/Is_Sync.pm | Perl | apache-2.0 | 641 |
use utf8;
package Bio::EnsEMBL::RNAseqDB::Schema::Result::Experiment;
# Created by DBIx::Class::Schema::Loader
# DO NOT MODIFY THE FIRST PART OF THIS FILE
=head1 NAME
Bio::EnsEMBL::RNAseqDB::Schema::Result::Experiment
=cut
use strict;
use warnings;
use base 'DBIx::Class::Core';
=head1 TABLE: C<experiment>
=cut
... | MatBarba/vb-rnaseqdb | lib/Bio/EnsEMBL/RNAseqDB/Schema/Result/Experiment.pm | Perl | apache-2.0 | 3,462 |
#
# Ensembl module for Bio::EnsEMBL::DBSQL::Funcgen::ProbeFeatureAdaptor
#
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-2020] EMBL-European Bioinformatics Institute
Licensed under the Apache License, Version 2.0 (the "License");
y... | Ensembl/ensembl-funcgen | modules/Bio/EnsEMBL/Funcgen/DBSQL/ProbeFeatureAdaptor.pm | Perl | apache-2.0 | 23,223 |
package Parakeet::Generator::List;
use strict;
use warnings;
use utf8;
use v5.12;
use Parakeet::Xml;
use Misc::DmUtil::Data qw(notEmpty);
# Build
sub build
{
my $this = shift;
my $log = $this->{log};
$log->debug("Start");
my @all = @{$this->{content}};
$log->debug("all.size=[".(scalar @all)."]");
... | duncanmartin/parakeet | lib/Parakeet/Generator/List.pm | Perl | bsd-2-clause | 6,371 |
package App::Netdisco::Worker::Plugin::PortName;
use Dancer ':syntax';
use App::Netdisco::Worker::Plugin;
use aliased 'App::Netdisco::Worker::Status';
use App::Netdisco::Transport::SNMP;
use App::Netdisco::Util::Port ':all';
register_worker({ phase => 'check' }, sub {
my ($job, $workerconf) = @_;
return Status->... | netdisco/netdisco | lib/App/Netdisco/Worker/Plugin/PortName.pm | Perl | bsd-3-clause | 1,937 |
/* xml_generation.pl : Document -> XML translation
*
* Copyright (C) 2001-2005 Binding Time Limited
* Copyright (C) 2005, 2006 John Fletcher
*
* Current Release: $Revision: 1.2 $
*
* TERMS AND CONDITIONS:
*
* This program is offered free of charge, as unsupported source code. You may
* use it, copy... | kishoredbn/barrelfish | usr/eclipseclp/Contrib/xml_generation.pl | Perl | mit | 12,338 |
package Paws::Health::DescribeAffectedEntitiesResponse;
use Moose;
has Entities => (is => 'ro', isa => 'ArrayRef[Paws::Health::AffectedEntity]', traits => ['NameInRequest'], request_name => 'entities' );
has NextToken => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'nextToken' );
ha... | ioanrogers/aws-sdk-perl | auto-lib/Paws/Health/DescribeAffectedEntitiesResponse.pm | Perl | apache-2.0 | 995 |
package Google::Ads::AdWords::v201406::TemplateElementField::Type;
use strict;
use warnings;
sub get_xmlns { 'https://adwords.google.com/api/adwords/cm/v201406'};
# derivation by restriction
use base qw(
SOAP::WSDL::XSD::Typelib::Builtin::string);
1;
__END__
=pod
=head1 NAME
=head1 DESCRIPTION
Perl data... | gitpan/GOOGLE-ADWORDS-PERL-CLIENT | lib/Google/Ads/AdWords/v201406/TemplateElementField/Type.pm | Perl | apache-2.0 | 1,138 |
package #
Date::Manip::Offset::off103;
# 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'... | nriley/Pester | Source/Manip/Offset/off103.pm | Perl | bsd-2-clause | 851 |
#!env perl
use v5.12;
use Device::WebIO;
use Device::WebIO::Firmata;
use Time::HiRes 'sleep';
use constant STEP_INC => 16;
use constant PIN => 11;
my $PORT = shift or die "Need port to connect to\n";
my $webio = Device::WebIO->new;
my $firmata = Device::WebIO::Firmata->new({
port => $PORT,
});
$webio->regis... | gitpan/Device-WebIO-Firmata | examples/pwm_fade.pl | Perl | bsd-2-clause | 844 |
package CoGeX::Result::ListConnector;
use strict;
use warnings;
use base 'DBIx::Class::Core';
#use CoGeX;
=head1 NAME
CoGeX::Result::ListConnector
=head1 SYNOPSIS
This object uses the DBIx::Class to define an interface to the C<list_connector> table in the CoGe database.
The C<list_connector> table is used to ass... | asherkhb/coge | modules/Database/lib/CoGeX/Result/ListConnector.pm | Perl | bsd-2-clause | 4,219 |
#! /usr/bin/env perl
use Getopt::Long;
GetOptions ("input|i=s" => \$input, # string
"help|h" => \$help); # flag
#Create help and usage statement
sub help{
print "Usage: perl parseRelatedness.pl -i <README.sample_cryptic_relations>
Options:
\n\n";
die;
}
#Create subroutine to validate inputs... | Steven-N-Hart/VariantDB_Challenge | submissions/StevenNHart/MongoDB_Sharded/scripts/parseRelatedness.pl | Perl | mit | 1,327 |
package DDG::Spice::Editor;
use utf8;
use DDG::Spice;
use URI::Escape;
use Encode;
primary_example_queries "python syntax highlighter";
secondary_example_queries "python scratchpad", "javascript syntax highlighter";
description "Show a text editor with sintax highlighting";
name "Editor";
source "http://ace.c9.io/";
... | timeanddate/zeroclickinfo-spice | lib/DDG/Spice/Editor.pm | Perl | apache-2.0 | 1,098 |
package JobDB::JobStages;
use strict;
use warnings;
1;
# this class is a stub, this file will not be automatically regenerated
# all work in this module will be saved
| paczian/MG-RAST | src/MGRAST/lib/JobDB/JobStages.pm | Perl | bsd-2-clause | 171 |
# Copyright (c) 2009 Philip Taylor
#
# 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 rights to use,
# copy, modify, merge, publish, dis... | caiguanhao/grunt-ziti | vendor/font-optimizer/Font/EOTWrapper.pm | Perl | mit | 5,147 |
#------------------------------------------------------------------------------
# File: fi.pm
#
# Description: ExifTool Finnish language translations
#
# Notes: This file generated automatically by Image::ExifTool::TagInfoXML
#-----------------------------------------------------------------------------... | mudasobwa/exifice | vendor/Image-ExifTool-10.02/lib/Image/ExifTool/Lang/fi.pm | Perl | mit | 110,744 |
# !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
# This file is machine-generated by mktables from the Unicode
# database, Version 6.1.0. Any changes made here will be lost!
# !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
# This file is for internal use by core Perl only. The format and even the
# name or existence of this ... | Dokaponteam/ITF_Project | xampp/perl/lib/unicore/lib/Nv/5.pl | Perl | mit | 1,071 |
line1=Opcje konfigurowalne,11
display_max=Maksymalna liczba wy¶wietlanych u¿ytkowników lub grup,0
threshold_pc=Próg procentowy wykorzystanego limitu quota, od którego pod¶wietlaæ,3,Nie pokazuj
pc_show=Pokazuj procent wykorzystania limitu,1,2-Twardego i miêkkiego,1-Tylko twardego,0-Tylko miêkkiego
sort_mode=Sortuj u¿ytk... | HasClass0/webmin | quota/config.info.pl | Perl | bsd-3-clause | 2,131 |
package File::CheckTree;
use 5.006;
use Cwd;
use Exporter;
use File::Spec;
use warnings;
use strict;
use if $] > 5.017, 'deprecate';
our $VERSION = '4.42';
our @ISA = qw(Exporter);
our @EXPORT = qw(validate);
=head1 NAME
File::CheckTree - run many filetest checks on a tree
=head1 SYNOPSIS
use File::Chec... | liuyangning/WX_web | xampp/perl/lib/File/CheckTree.pm | Perl | mit | 7,734 |
#!/usr/bin/perl -w
#
# found here: http://www.derose.net/steve/utilities/SHELLUTILS/makeGraphvizFromDirTree
#
# Make a Graphviz dot file for your file system
#
# deroses
#
# Notes on graphviz syntax:
# // comment
# "node1" -> "node2";
# "node1" -- "node2";
# node [ a=v, a=v];
# "nodename" [props];
# Some... | onaclov2000/prettydirprint | print_tree.pl | Perl | mit | 3,781 |
use strict;
package SGN::Controller::AJAX::HighDimensionalPhenotypes;
use Moose;
use Data::Dumper;
use File::Temp qw | tempfile |;
# use File::Slurp;
use File::Spec qw | catfile|;
use File::Basename qw | basename |;
use File::Copy;
use CXGN::Dataset;
use CXGN::Dataset::File;
use CXGN::Tools::Run;
use CXGN::Tools::Lis... | solgenomics/sgn | lib/SGN/Controller/AJAX/HighDimensionalPhenotypes.pm | Perl | mit | 77,154 |
%query: hbal_tree(i,o).
/* motivated by P59 of Hett */
hbal_tree(zero,nil).
hbal_tree(s(zero),t(x,nil,nil)).
hbal_tree(s(s(X)),t(x,L,R)) :- distr(s(X),X,DL,DR),
hbal_tree(DL,L), hbal_tree(DR,R).
distr(D1,_,D1,D1).
distr(D1,D2,D1,D2).
distr(D1,D2,D2,D1). | ComputationWithBoundedResources/ara-inference | doc/tpdb_trs/Logic_Programming/SGST06/hbal_tree.pl | Perl | mit | 258 |
#!/usr/bin/env perl
use strict;
use warnings;
use feature qw(say);
sub factorial {
my $n = shift;
if ($n < 1) {
return 1;
}
return $n * factorial($n - 1);
}
sub gauss {
my $n = shift;
# n (n + 1) / 2
return ($n * ($n + 1))/2;
}
sub prompt {
say "introduce number";
my $number... | leofigy/bbox | dummy/factoguass.pl | Perl | mit | 688 |
package PHPBB::Git;
use strict;
use warnings;
sub commits_in_branch($) {
my ($branch) = @_;
my @commits_in_branch = ();
open CMD, qq/git log --pretty=oneline "$branch" |/;
while (<CMD>) {
my @parts = split ' ', $_, 2;
my $sha = $parts[0];
push @commits_in_branch, $sha;
... | p/phpbb-tools | lib/PHPBB/Git.pm | Perl | mit | 1,930 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.