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 |
|---|---|---|---|---|---|
package #
Date::Manip::Offset::off309;
# Copyright (c) 2008-2015 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'... | jkb78/extrajnm | local/lib/perl5/Date/Manip/Offset/off309.pm | Perl | mit | 853 |
#!/usr/bin/env perl
use strict;
use warnings;
use 5.014;
use lib './lib';
use PPP::Abook qw/add_address remove_address list/;
use IO::Socket;
my %cmds = (
add => \&add_address,
remove => \&remove_address,
list => \&list
);
sub handle_cmd {
my ($op, @args) = @_;
if (!exists $cmds{$op}) {
return "ERR... | stelf/fmi-perl | examples/08.0-net/04-abook/bin/abook.pl | Perl | cc0-1.0 | 873 |
#
# 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 | network/zyxel/snmp/plugin.pm | Perl | apache-2.0 | 1,788 |
# 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/V9/Resources/MoveUnusedBudgetRecommendation.pm | Perl | apache-2.0 | 1,125 |
# 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/V10/Services/AdGroupCustomizerService/AdGroupCustomizerOperation.pm | Perl | apache-2.0 | 1,091 |
# 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/SharedSetStatusEnum.pm | Perl | apache-2.0 | 821 |
#!/usr/bin/env perl
use Getopt::Long;
use Pod::Usage;
#Get command line options
my $streamingJar; #is there a default?
my $stoplist;
my $outputPrefix = 'wordcloud';
my $wordsInCloud = 25;
my $pythonExec = 'python';
my $language = 'en';
my $preProc = 1;
my $tfOption = 'count';
my $dfOption = '';
my $TOTAL_DOCS;
my $TO... | plamenbbn/XDATA | wordcloud/wordcloud.pl | Perl | apache-2.0 | 4,208 |
false :-
main_verifier_error.
verifier_error(A,B,C) :-
A=0,
B=0,
C=0.
verifier_error(A,B,C) :-
A=0,
B=1,
C=1.
verifier_error(A,B,C) :-
A=1,
B=0,
C=1.
verifier_error(A,B,C) :-
A=1,
B=1,
C=1.
gcd(A,B,C,D,E,F) :-
A=1,
B=1,
C=1.
gcd(A,B,C,D,E,F) :-
A=0,
B=1,
C=1.
gcd... | bishoksan/RAHFT | benchmarks_scp/SVCOMP15/svcomp15-clp/gcd01_true-unreach-call_true-termination.c.pl | Perl | apache-2.0 | 1,247 |
# 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/V10/Resources/CustomerAsset.pm | Perl | apache-2.0 | 1,147 |
package Paws::MTurk::QualificationRequest;
use Moose;
has Answer => (is => 'ro', isa => 'Str');
has QualificationRequestId => (is => 'ro', isa => 'Str');
has QualificationTypeId => (is => 'ro', isa => 'Str');
has SubmitTime => (is => 'ro', isa => 'Str');
has Test => (is => 'ro', isa => 'Str');
has WorkerI... | ioanrogers/aws-sdk-perl | auto-lib/Paws/MTurk/QualificationRequest.pm | Perl | apache-2.0 | 2,728 |
package OpenXPKI::Server::Workflow::Validator::ReasonCode;
use strict;
use Moose;
use OpenXPKI::Server::Context qw( CTX );
use OpenXPKI::Debug;
use OpenXPKI::Exception;
use Workflow::Exception qw( validation_error );
use DateTime;
extends 'OpenXPKI::Server::Workflow::Validator';
sub _preset_args {
return [ q... | stefanomarty/openxpki | core/server/OpenXPKI/Server/Workflow/Validator/ReasonCode.pm | Perl | apache-2.0 | 2,285 |
#
# (c) Jan Gehring <jan.gehring@gmail.com>
#
# vim: set ts=2 sw=2 tw=0:
# vim: set expandtab:
package Rex::Test::Base::has_file;
use strict;
use warnings;
our $VERSION = '0.56.1'; # VERSION
use Rex -base;
use base qw(Rex::Test::Base);
sub new {
my $that = shift;
my $proto = ref($that) || $that;
my $self =... | gitpan/Rex | lib/Rex/Test/Base/has_file.pm | Perl | apache-2.0 | 510 |
=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/public-plugins | ga/conf/SiteDefs.pm | Perl | apache-2.0 | 793 |
package Google::Ads::AdWords::v201809::StringFormatError;
use strict;
use warnings;
__PACKAGE__->_set_element_form_qualified(1);
sub get_xmlns { 'https://adwords.google.com/api/adwords/cm/v201809' };
our $XML_ATTRIBUTE_CLASS;
undef $XML_ATTRIBUTE_CLASS;
sub __get_attr_class {
return $XML_ATTRIBUTE_CLASS;
}
u... | googleads/googleads-perl-lib | lib/Google/Ads/AdWords/v201809/StringFormatError.pm | Perl | apache-2.0 | 2,552 |
#
# 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 | network/bluecoat/snmp/mode/hardware.pm | Perl | apache-2.0 | 3,994 |
# 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/Services/SmartCampaignSettingService.pm | Perl | apache-2.0 | 1,458 |
#
# 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/watchguard/snmp/mode/system.pm | Perl | apache-2.0 | 4,054 |
#
# 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 | centreon/common/ibm/tapelibrary/snmp/mode/components/chassis.pm | Perl | apache-2.0 | 2,799 |
#
# 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 | centreon/common/aruba/snmp/mode/license.pm | Perl | apache-2.0 | 6,187 |
#
# 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/elasticache/plugin.pm | Perl | apache-2.0 | 2,274 |
=head1 LICENSE
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-2017] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# ... | james-monkeyshines/ensembl-analysis | modules/Bio/EnsEMBL/Analysis/Runnable/Pecan.pm | Perl | apache-2.0 | 10,461 |
package Paws::CloudFront::GetDistributionConfig;
use Moose;
has Id => (is => 'ro', isa => 'Str', uri_name => 'Id', traits => ['ParamInURI'], required => 1);
use MooseX::ClassAttribute;
class_has _api_call => (isa => 'Str', is => 'ro', default => 'GetDistributionConfig');
class_has _api_uri => (isa => 'Str... | ioanrogers/aws-sdk-perl | auto-lib/Paws/CloudFront/GetDistributionConfig.pm | Perl | apache-2.0 | 1,926 |
package VMOMI::ReplicationSpec;
use parent 'VMOMI::DynamicData';
use strict;
use warnings;
our @class_ancestors = (
'DynamicData',
);
our @class_members = (
['replicationGroupId', 'ReplicationGroupId', 0, ],
);
sub get_class_ancestors {
return @class_ancestors;
}
sub get_class_members {
my $class... | stumpr/p5-vmomi | lib/VMOMI/ReplicationSpec.pm | Perl | apache-2.0 | 441 |
package JobDB::Job;
use strict;
use Data::Dumper;
use Conf;
use DirHandle;
use File::Basename;
use IO::File;
use Fcntl ':flock';
use MGRAST::Metadata;
use JSON;
use LWP::UserAgent;
use Auth;
use MIME::Base64;
=pod
=head1 NAME
Job - MGRAST job access module
=head1 DESCRIPTION
TODO
=head1 METHODS
=over 4
=item... | paczian/MG-RAST | src/MGRAST/lib/JobDB/Job.pm | Perl | bsd-2-clause | 50,109 |
#!/usr/bin/perl
use utf8; # Source code is UTF-8
use open ':utf8';
use Storable; # to retrieve hash from disk
binmode STDIN, ':utf8';
#binmode STDOUT, ':utf8';
use strict;
use XML::LibXML;
use Error qw(:try);
#read xml from STDIN
#my $parser = XML::LibXML->new({encoding => 'utf-8'});
my $dom = XM... | ariosquoia/squoia | treebanks/quz/scripts/preAnotate.pl | Perl | apache-2.0 | 20,057 |
package Google::Ads::AdWords::v201406::CustomerFeed;
use strict;
use warnings;
__PACKAGE__->_set_element_form_qualified(1);
sub get_xmlns { 'https://adwords.google.com/api/adwords/cm/v201406' };
our $XML_ATTRIBUTE_CLASS;
undef $XML_ATTRIBUTE_CLASS;
sub __get_attr_class {
return $XML_ATTRIBUTE_CLASS;
}
use Cla... | gitpan/GOOGLE-ADWORDS-PERL-CLIENT | lib/Google/Ads/AdWords/v201406/CustomerFeed.pm | Perl | apache-2.0 | 2,187 |
#-----------------------------------------------------------
# itempos.pl
#
# History:
# 20191111 - Added default value to $jmp if $item{extver} cannot be determined.
#
# References
# http://c0nn3ct0r.blogspot.com/2011/11/windows-shellbag-forensics.html
# Andrew's Python code for Registry Decoder
# http://cod... | esaunders/autopsy | thirdparty/rr-full/plugins/itempos.pl | Perl | apache-2.0 | 10,457 |
#!/usr/bin/perl
use strict;
use warnings;
use HTTP::Response;
use LWP::UserAgent;
use Test::More;
my @responses;
# override LWP::UserAgent->new to force attachment of our request/response interceptor
{
no warnings 'redefine';
my $oldnew = \&LWP::UserAgent::new;
*LWP::UserAgent::new = sub {
# create object
my... | frett/perl-Authen-CAS-UserAgent | t/MockUserAgent.pl | Perl | bsd-3-clause | 1,061 |
=pod
=head1 NAME
openssl-rand,
rand - generate pseudo-random bytes
=head1 SYNOPSIS
B<openssl rand>
[B<-help>]
[B<-out> I<file>]
[B<-rand> I<file(s)>]
[B<-base64>]
[B<-hex>]
I<num>
=head1 DESCRIPTION
The B<rand> command outputs I<num> pseudo-random bytes after seeding
the random number generator once. As in other... | google/google-ctf | third_party/edk2/CryptoPkg/Library/OpensslLib/openssl/doc/apps/rand.pod | Perl | apache-2.0 | 1,484 |
=head1 NAME
Debugging mod_perl Perl Internals
=head1 Description
This document explains how to debug Perl code under mod_perl.
Most of the L<mod_perl 1.0 debug
documentation|docs::1.0::guide::debug> applies to mod_perl 2.0:
=head2 Detecting Hanging Processes
See L<Hanging Processes: Detection and
Diagnostics|... | Distrotech/mod_perl | docs/src/docs/2.0/devel/debug/perl.pod | Perl | apache-2.0 | 1,321 |
apiVersion: v1
kind: Pod
metadata:
name: glusterblock-provisioner
spec:
containers:
-
env:
-
name: PROVISIONER_NAME
value: gluster.org/glusterblock
image: "quay.io/external_storage/glusterblock-provisioner:latest"
name: glusterblock-provisioner
| dhirajh/external-storage | gluster/block/deploy/glusterblk-provisioner.pod | Perl | apache-2.0 | 305 |
package TestApache::zzz_check_n_requests;
use strict;
use warnings;
use Apache::Constants;
use Apache::Test qw(-withtestmore);
use Apache::TestUtil;
use Apache::SizeLimit;
use constant ONE_MB => 1024;
use constant TEN_MB => ONE_MB * 10;
use constant TWENTY_MB => TEN_MB * 2;
my $i = 0;
my %hash = ();
sub ha... | Distrotech/Apache-SizeLimit | t/response/TestApache/zzz_check_n_requests.pm | Perl | apache-2.0 | 1,101 |
#!/usr/bin/perl
use strict;
use warnings;
$|++;
use AnyEvent;
use Net::RabbitFoot;
my $conn = Net::RabbitFoot->new()->load_xml_spec()->connect(
host => 'localhost',
port => 5672,
user => 'guest',
pass => 'guest',
vhost => '/',
);
my $channel = $conn->open_channel();
$channel->declare_exchange(
... | anhzhi/rabbitmq-tutorials | perl/receive_logs.pl | Perl | apache-2.0 | 839 |
#!/usr/bin/perl -w
use strict;
use Bio::DB::Fasta;
my $sUsage = qq(
# This script will extract up_stream regions of genes and store the sequences in a fasta file
Usage:
perl $0
<gff3 file>
<genome fasta file>
<length of up_stream region, 5000 or ... >
<fasta file stor storing up_stream sequences>
);
die $sUsage ... | swang8/Perl_scripts_misc | extract_up_stream_regions.pl | Perl | mit | 1,944 |
package #
Date::Manip::Offset::off272;
# Copyright (c) 2008-2015 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'... | jkb78/extrajnm | local/lib/perl5/Date/Manip/Offset/off272.pm | Perl | mit | 855 |
# -*- perl -*-
# !!! DO NOT EDIT !!!
# This file was automatically generated.
package Net::Amazon::Validate::ItemSearch::jp::Availability;
use 5.006;
use strict;
use warnings;
sub new {
my ($class , %options) = @_;
my $self = {
'_default' => 'Music',
%options,
};
push @{$self->{_optio... | carlgao/lenga | images/lenny64-peon/usr/share/perl5/Net/Amazon/Validate/ItemSearch/jp/Availability.pm | Perl | mit | 1,266 |
#!/usr/bin/perl
#SMS:xmolna02
# ------------------------------------------------------------------------------
# File: sms.pl
# Date: 2011/04/08
# Author: David Molnar, xmolna02@stud.fit.vutbr.cz
# Project: SMS Compress
# ------------------------------------------------------------------------------
use strict;
use... | mdavid626/fit | src/IPP_sms compress/sms.pl | Perl | mit | 10,647 |
% Length of a list
% Author: Peter Schneider-Kamp
% terminating
%query: len(i,o).
len([],0) :- !.
len(Xs,s(N)) :- tail(Xs,Ys), len(Ys,N).
tail([],[]).
tail([X|Xs],Xs).
| ComputationWithBoundedResources/ara-inference | doc/tpdb_trs/Logic_Programming_with_Cut/Schneider_Kamp_09/len.pl | Perl | mit | 180 |
package #
Date::Manip::TZ::amedmo00;
# Copyright (c) 2008-2015 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... | jkb78/extrajnm | local/lib/perl5/Date/Manip/TZ/amedmo00.pm | Perl | mit | 50,044 |
#!/usr/bin/perl
use warnings;
use strict;
use Pod::Usage;
use Getopt::Long;
#steps
#read in gene to uniprot mapping file
#read in transcript to uniprot mapping file
#read in Uniprot ID history file
#read in MAF file to retrieve default Uniprot ID
#read in isoform1 sequence file
#read in annovar output file and process... | cancerregulome/gidget | commands/maf_processing/perl/uniprot_lookup.pl | Perl | mit | 23,370 |
#!/usr/bin/perl -w
use strict;
use Bio::SearchIO;
my $sUsage = qq(
perl $0 <blast output>
);
my $blast_file = shift or die $sUsage;
my %allele_count;
my $searchio = Bio::SearchIO->new(-format => 'blast', file => "$blast_file" );
while (my $result = $searchio->next_result())
{
last unless defined $result;
my $query_n... | swang8/Perl_scripts_misc | get_allele_from_blast.pl | Perl | mit | 976 |
package YourCompany::Config;
=encoding utf-8
=head1 NAME
YourCompany::Config
=head1 DESCRIPTION
YourCompany Project configuration based on C<YAML> format.
It reads I<config/defaults.yml> and overrides settings with I<config/MODE.yml> and I<config/local.yml>
where C<MODE> is equal to I<$ENV{MOJO_MODE}>, I<$ENV{PLA... | akzhan/perl-YourCompany-Project | lib/YourCompany/Config.pm | Perl | mit | 1,947 |
package Test::use::ok;
use 5.005;
our $VERSION = '1.302162';
__END__
=head1 NAME
Test::use::ok - Alternative to Test::More::use_ok
=head1 SYNOPSIS
use ok 'Some::Module';
=head1 DESCRIPTION
According to the B<Test::More> documentation, it is recommended to run
C<use_ok()> inside a C<BEGIN> block, so functio... | operepo/ope | client_tools/svc/rc/usr/share/perl5/core_perl/Test/use/ok.pm | Perl | mit | 1,360 |
package Google::Ads::AdWords::v201809::CampaignExtensionSettingService::ResponseHeader;
use strict;
use warnings;
{ # BLOCK to scope variables
sub get_xmlns { 'https://adwords.google.com/api/adwords/cm/v201809' }
__PACKAGE__->__set_name('ResponseHeader');
__PACKAGE__->__set_nillable();
__PACKAGE__->__set_minOccurs(... | googleads/googleads-perl-lib | lib/Google/Ads/AdWords/v201809/CampaignExtensionSettingService/ResponseHeader.pm | Perl | apache-2.0 | 1,089 |
# hash: login, uid, pass, dir,
sub add_user {
my(%args) = %{$_[0]};
my $command = "adduser -m ";
if (defined $args{'uid'}) {
$command .= "-u ".$args{'uid'};
}
if (defined $args{'dir'}) {
$command .= "-k ".$args{'dir'};
}
if (defined $args{'pass'}) {
$command .= "-p ".crypt($args{'pass'}, "AA");
... | mishin/presentation | 4_trans/user.perl | Perl | apache-2.0 | 717 |
package Paws::EFS::DescribeMountTargets;
use Moose;
has FileSystemId => (is => 'ro', isa => 'Str', traits => ['ParamInQuery'], query_name => 'FileSystemId');
has Marker => (is => 'ro', isa => 'Str', traits => ['ParamInQuery'], query_name => 'Marker');
has MaxItems => (is => 'ro', isa => 'Int', traits => ['Para... | ioanrogers/aws-sdk-perl | auto-lib/Paws/EFS/DescribeMountTargets.pm | Perl | apache-2.0 | 2,826 |
=head1 LICENSE
Copyright [2009-2014] EMBL-European Bioinformatics Institute
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by appl... | navygit/ncRNA_Pipeline | modules/Bio/EnsEMBL/EGPipeline/Common/RunnableDB/FastaSplit.pm | Perl | apache-2.0 | 7,626 |
#
# 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 | storage/dell/compellent/snmp/mode/hardware.pm | Perl | apache-2.0 | 3,410 |
#
# 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 | storage/netapp/ontap/oncommandapi/mode/lunusage.pm | Perl | apache-2.0 | 6,516 |
package Google::Ads::AdWords::v201809::AdGroupBidLandscapePage;
use strict;
use warnings;
__PACKAGE__->_set_element_form_qualified(1);
sub get_xmlns { 'https://adwords.google.com/api/adwords/cm/v201809' };
our $XML_ATTRIBUTE_CLASS;
undef $XML_ATTRIBUTE_CLASS;
sub __get_attr_class {
return $XML_ATTRIBUTE_CLASS;... | googleads/googleads-perl-lib | lib/Google/Ads/AdWords/v201809/AdGroupBidLandscapePage.pm | Perl | apache-2.0 | 1,993 |
#!/usr/bin/perl
package Alignment::STAR;
use strict;
use warnings;
use File::Basename;
use CQS::PBS;
use CQS::ConfigUtils;
use CQS::SystemUtils;
use CQS::FileUtils;
use CQS::Task;
use CQS::NGSCommon;
use CQS::StringUtils;
our @ISA = qw(CQS::Task);
sub new {
my ($class) = @_;
my $self = $class->... | realizor/ngsperl | lib/Alignment/STAR.pm | Perl | apache-2.0 | 4,513 |
#!/usr/bin/perl
use DBI;
use Digest::MD5 qw(md5 md5_hex md5_base64);
use File::Basename;
use lib dirname (__FILE__);
use config qw(%conf);
use warnings;
# Connect to target DB
my $dbh = DBI->connect("DBI:mysql:database=$conf{dbName};host=$conf{dbHost}","$conf{dbUser}","$conf{dbPass}", {'RaiseError' => 1});
my $filen... | binarier/mantis-svn | auth-export.pl | Perl | apache-2.0 | 2,919 |
#
# 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 | network/f5/bigip/snmp/mode/listnodes.pm | Perl | apache-2.0 | 3,511 |
package Paws::MTurk::RejectAssignment;
use Moose;
has AssignmentId => (is => 'ro', isa => 'Str', required => 1);
has RequesterFeedback => (is => 'ro', isa => 'Str', required => 1);
use MooseX::ClassAttribute;
class_has _api_call => (isa => 'Str', is => 'ro', default => 'RejectAssignment');
class_has _ret... | ioanrogers/aws-sdk-perl | auto-lib/Paws/MTurk/RejectAssignment.pm | Perl | apache-2.0 | 1,880 |
use strict;
package main;
print("<html>\n");
print(" <head>\n");
print(" <meta http-equiv=\"content-type\" content=\"text/html;charset=iso-8859-1\">\n");
print(" <title>PerfStat Tool: Status And Performance Monitor</title>\n");
print(" </head>\n");
print(" \n");
print(" <frameset id=\"perfmonFrameset\" cols=\"250,*\... | ktenzer/perfstat | ui/perfMonitor/dsp_frames.pl | Perl | apache-2.0 | 799 |
package Paws::Firehose::ExtendedS3DestinationConfiguration;
use Moose;
has BucketARN => (is => 'ro', isa => 'Str', required => 1);
has BufferingHints => (is => 'ro', isa => 'Paws::Firehose::BufferingHints');
has CloudWatchLoggingOptions => (is => 'ro', isa => 'Paws::Firehose::CloudWatchLoggingOptions');
has C... | ioanrogers/aws-sdk-perl | auto-lib/Paws/Firehose/ExtendedS3DestinationConfiguration.pm | Perl | apache-2.0 | 3,339 |
#!/usr/bin/perl
use warnings;
use strict;
use Benchmark qw(cmpthese timethese);
use Storable;
my $file = 'cmp.txt';
storeit();
cmpthese(100, {
'by_line' => \&by_line,
'by_slurp' => \&by_slurp,
'by_store' => \&by_store,
});
sub by_line {
open my ... | jmcveigh/komodo-tools | scripts/perl/benchmark/cmp_slurp_storable_byline.pl | Perl | bsd-2-clause | 883 |
package Tapper::Reports::Receiver::Daemon;
use 5.010;
use strict;
use warnings;
use Tapper::Config;
use Tapper::Reports::Receiver;
use Log::Log4perl;
use Moose;
with 'MooseX::Daemonize';
after start => sub {
my $self = shift;
return unless $self->is_daemon;
... | tapper/Tapper-Reports-Receiver | lib/Tapper/Reports/Receiver/Daemon.pm | Perl | bsd-2-clause | 836 |
#!/usr/bin/perl
#
# Change the user current plan for another
#
use strict;
use warnings;
use URI::Escape;
use XML::Simple;
use LWP::UserAgent;
use LWP::Protocol::https;
use MIME::Base64;
my $help;
my $old_plan = '';
my $new_plan = '';
my $username = '';
my $verbose = '';
usage() if ( @ARGV < 1 or
! GetOptions (
... | fleu42/perl-misc | change-account-pkg.pl | Perl | bsd-3-clause | 2,082 |
package MyElements::getCoverageFromTSNResponse;
use strict;
use warnings;
{ # BLOCK to scope variables
sub get_xmlns { 'http://itis_service.itis.usgs.org' }
__PACKAGE__->__set_name('getCoverageFromTSNResponse');
__PACKAGE__->__set_nillable();
__PACKAGE__->__set_minOccurs();
__PACKAGE__->__set_maxOccurs();
__PACKAGE... | phylotastic-legacy/TNRastic | tnrs_handler/bin/tnrs_adapter/itis/SOAPInterface/MyElements/getCoverageFromTSNResponse.pm | Perl | bsd-3-clause | 1,769 |
FROM johnnyasantoss/dotnet-mono-docker:dotnet2.0-mono5.2-sdk
WORKDIR /app
COPY ./** /app/
RUN apt-get update && apt-get install -y libgit2-24
RUN ./build.sh -t "pack" -v > dockerbuild.txt 2>&1
| PagueVeloz/JsonFluentMap | Dockerfile | Dockerfile | mit | 197 |
FROM ruby:2.3.3
RUN apt-get update && apt-get install -y \
#Packages
net-tools \
nodejs
#Install phantomjs
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
bzip2 \
libfontconfig \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN apt-get u... | cthit/bookIT | Dockerfile | Dockerfile | mit | 1,372 |
# Using a compact OS
FROM registry.dataos.io/library/nginx
MAINTAINER Golfen Guo <golfen.guo@daocloud.io>
# Install Nginx
# Add 2048 stuff into Nginx server
COPY . /usr/share/nginx/html
EXPOSE 80
| yepengxj/dao-2048 | Dockerfile | Dockerfile | mit | 201 |
# Si se lleva a cabo un docker build de portal-andino sin el parámetro "--build-arg IMAGE_VERSION={versión de portal-base}, se usa el ARG IMAGE_VERSION por default
ARG IMAGE_VERSION=release-0.11.3
FROM datosgobar/portal-base:$IMAGE_VERSION
MAINTAINER Leandro Gomez<lgomez@devartis.com>
ARG PORTAL_VERSION
ENV CKAN_HOME ... | datosgobar/portal-andino | Dockerfile | Dockerfile | mit | 1,633 |
FROM ubuntu:14.04
MAINTAINER Johannes Wettinger, http://github.com/jojow
ENV ENGINE_BRANCH maven
ENV ENGINE_REV HEAD
ENV MAVEN_VERSION 3.3.9
ENV MAVEN_URL http://archive.apache.org/dist/maven/maven-3/${MAVEN_VERSION}/binaries/apache-maven-${MAVEN_VERSION}-bin.tar.gz
ENV HOME /root
WORKDIR ${HOME}
ENV DEBIAN_FRONTE... | jojow/opentosca-dockerfiles | engine/Dockerfile | Dockerfile | mit | 2,100 |
FROM gliderlabs/alpine:latest
MAINTAINER Carlos León <mail@carlosleon.info>
RUN apk-install darkhttpd
EXPOSE 80
ENTRYPOINT ["/usr/bin/darkhttpd"]
CMD ["/var/www", "--chroot"]
| mongrelion/di-darkhttpd | Dockerfile | Dockerfile | mit | 181 |
FROM midvalestudent/jupyter-scipy:latest
USER root
ENV HOME /root
ADD requirements.txt /usr/local/share/requirements.txt
RUN pip install --upgrade pip && pip install -r /usr/local/share/requirements.txt
# Download/build/install ffmpeg
ARG FFMPEG_VERSION
ENV FFMPEG_VERSION ${FFMPEG_VERSION:-"3.2"}
RUN DEBIAN_FRONTEND... | midvalestudent/jupyter | docker/image/Dockerfile | Dockerfile | mit | 3,569 |
FROM python:3
WORKDIR /root
# install any Python packages this app depends on
COPY requirements.txt /root/requirements.txt
RUN pip install -r requirements.txt
ENV FLASK_APP /root/main.py
# copy sources
COPY main.py /root/main.py
COPY templates /root/templates
CMD ["flask", "run", "--host=0.0.0.0", "--port=80"]
| anoop901/facebook-clone | Dockerfile | Dockerfile | mit | 317 |
FROM sameersbn/ubuntu:14.04.20150805
MAINTAINER sameer@damagehead.com
ENV REDMINE_VERSION=3.1.0 \
REDMINE_USER="redmine" \
REDMINE_HOME="/home/redmine" \
REDMINE_LOG_DIR="/var/log/redmine" \
SETUP_DIR="/var/cache/redmine" \
RAILS_ENV=production
ENV REDMINE_INSTALL_DIR="${REDMINE_HOME}/redmine" \
... | rewiko/docker-redmine | Dockerfile | Dockerfile | mit | 2,089 |
FROM stilliard/pure-ftpd
ENV FTP_USER=ftpuser \
FTP_PASSWORD=ftpuser \
FTP_HOME_DIRECTORY=/share/ftp \
PASV_PORT_MIN=30000 \
PASV_PORT_MAX=30009 \
CONTAINER_USER_UID=ftpuser \
MAX_CLIENTS_NUMBER=50 \
MAX_CLIENTS_PER_IP=10 \
DOWNLOAD_LIMIT_KB=0 \
UPLOAD_LIMIT_KB=0 \
MAX_SIMULTANE... | fsimplice/docker-pure-ftpd | Dockerfile | Dockerfile | mit | 446 |
FROM node
WORKDIR /usr/src/app
COPY package*.json client.js index.html rest-server.js UserModel.js ./
RUN npm ci
EXPOSE 3000
CMD ["npm", "start"]
| maritz/nohm | examples/rest-user-server/Dockerfile | Dockerfile | mit | 151 |
FROM nginx
MAINTAINER Konstantin Volodin, volodin.konstantin@gmail.com
COPY nginx.conf /etc/nginx
EXPOSE 80
EXPOSE 5500
ENTRYPOINT nginx -g "daemon off;"
| volodink/itstime4science | loadb/Dockerfile | Dockerfile | mit | 157 |
FROM golang:alpine as build
WORKDIR /go/src
COPY main.go .
RUN go build -o /go/bin/memhogger .
FROM alpine
LABEL maintainer="Michael Gasch <embano1@live.com>"
COPY --from=build /go/bin/memhogger /bin/memhogger
ENTRYPOINT ["memhogger"] | embano1/gotutorials | memhogger/Dockerfile | Dockerfile | mit | 235 |
# escape=`
FROM mcr.microsoft.com/windows/servercore as msi
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
ENV MONGO_VERSION 3.4.5
ENV MONGO_DOWNLOAD_URL https://downloads.mongodb.com/win32/mongodb-win32-x86_64-enterprise-windows-64-${MONGO_VERSION}-sign... | StefanScherer/dockerfiles-windows | mongo/3.4/enterprise/Dockerfile | Dockerfile | mit | 1,448 |
# Pull base image with batteries
FROM buildpack-deps:jessie
MAINTAINER EngageNExecute code@engagenexecute.com
# Install packages.
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
locales \
python-dev \
cmake \
libpq-dev \
python-pip \
git-... | EngageNExecute/opencv-python2 | Dockerfile | Dockerfile | mit | 649 |
FROM ubuntu
ADD a.out /a.out
| ghaering/poc-docker-coredump | Dockerfile | Dockerfile | mit | 30 |
#
# Node.js v0.11.x Dockerfile
# https://github.com/hden/nodejs-v0.11
#
FROM dockerfile/python
MAINTAINER Haokang Den <haokang.den@gmail.com>
ENV PATH $HOME/.nodebrew/current/bin:$PATH
RUN cd /data && \
curl -L git.io/nodebrew | perl - setup && \
nodebrew install-binary v0.11.13 && \
nodebrew use v0.11.1... | hden/nodejs-v0.11 | Dockerfile | Dockerfile | mit | 322 |
# 9fs file server
FROM debian:sid
MAINTAINER jordi collell <j@tmpo.io>
RUN apt-get update && apt-get install -y \
diod
VOLUME /data
CMD [ "diod", "--export=/data", "-n", "-f", "-l", "0.0.0.0:5640" ]
EXPOSE 5640
| jordic/k8s | 9fs/Dockerfile | Dockerfile | mit | 220 |
FROM debian:8.2
MAINTAINER Stuart Ellis <stuart@stuartellis.eu>
ENV REFRESHED_AT 2015-09-09
ENV PYTHON_VERSION 3.4.2-2
RUN apt-get update && \
apt-get install -qy python3=$PYTHON_VERSION && \
rm -rf /var/lib/apt/lists/*
| stuartellis/stuartellis-docker-python3-baseimage | Dockerfile | Dockerfile | mit | 230 |
FROM python:3
ADD ./simplesocial /simplesocial
WORKDIR /simplesocial
RUN pip install -r requirements.txt
EXPOSE 8000
CMD [ "python", "manage.py", "runserver", "0.0.0.0:8000"] | srijannnd/Login-and-Register-App-in-Django | Dockerfile | Dockerfile | mit | 179 |
# AUTOGENERATED FILE
FROM balenalib/up-squared-fedora:32-run
ENV NODE_VERSION 15.7.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha.pool.... | nghiant2710/base-images | balena-base-images/node/up-squared/fedora/32/15.7.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,754 |
# AUTOGENERATED FILE
FROM balenalib/kitra710-ubuntu:eoan-build
ENV GO_VERSION 1.16
RUN mkdir -p /usr/local/go \
&& curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \
&& echo "3770f7eb22d05e25fbee8fb53c2a4e897da043eb83c69b9a14f8d98562cd8098 go$GO_VERSION.linux-arm64.tar.gz" | sha25... | nghiant2710/base-images | balena-base-images/golang/kitra710/ubuntu/eoan/1.16/build/Dockerfile | Dockerfile | apache-2.0 | 1,989 |
# AUTOGENERATED FILE
FROM balenalib/genericx86-64-ext-debian:sid-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python d... | nghiant2710/base-images | balena-base-images/python/genericx86-64-ext/debian/sid/3.6.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,103 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-edge-t-fedora:34-run
ENV NODE_VERSION 16.14.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver... | resin-io-library/base-images | balena-base-images/node/asus-tinker-edge-t/fedora/34/16.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,751 |
# Builders
ARG BUNDLE_IMAGE=fission-workflows-bundle
ARG BUNDLE_TAG=latest
ARG FISSION_BUILDER_IMAGE=fission/builder
ARG FISSION_TAG=latest
FROM $BUNDLE_IMAGE:$BUNDLE_TAG as workflows-bundle
FROM scratch
COPY --from=workflows-bundle /fission-workflows-bundle /fission-workflows-bundle
EXPOSE 8888
EXPOSE 8080
ENV FNE... | fission/fission-workflows | build/runtime-env/Dockerfile | Dockerfile | apache-2.0 | 880 |
# AUTOGENERATED FILE
FROM balenalib/jetson-xavier-nx-devkit-debian:bookworm-run
ENV NODE_VERSION 12.22.9
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --bat... | resin-io-library/base-images | balena-base-images/node/jetson-xavier-nx-devkit/debian/bookworm/12.22.9/run/Dockerfile | Dockerfile | apache-2.0 | 2,949 |
# AUTOGENERATED FILE
FROM balenalib/photon-nano-debian:stretch-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dep... | resin-io-library/base-images | balena-base-images/python/photon-nano/debian/stretch/3.8.12/run/Dockerfile | Dockerfile | apache-2.0 | 4,094 |
# AUTOGENERATED FILE
FROM balenalib/rockpi-4b-rk3399-fedora:34-run
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtuale... | resin-io-library/base-images | balena-base-images/python/rockpi-4b-rk3399/fedora/34/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,439 |
# AUTOGENERATED FILE
FROM balenalib/photon-xavier-nx-alpine:3.12-run
ENV NODE_VERSION 14.15.4
ENV YARN_VERSION 1.22.4
# Install dependencies
RUN apk add --no-cache libgcc libstdc++ libuv \
&& apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1
RUN buildDeps='curl' \
&& set -x \
&& for key in \
6A010C516... | nghiant2710/base-images | balena-base-images/node/photon-xavier-nx/alpine/3.12/14.15.4/run/Dockerfile | Dockerfile | apache-2.0 | 3,031 |
# AUTOGENERATED FILE
FROM balenalib/surface-pro-6-fedora:31-build
ENV NODE_VERSION 14.15.4
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha... | nghiant2710/base-images | balena-base-images/node/surface-pro-6/fedora/31/14.15.4/build/Dockerfile | Dockerfile | apache-2.0 | 2,763 |
# AUTOGENERATED FILE
FROM balenalib/up-board-ubuntu:xenial-build
ENV NODE_VERSION 14.18.3
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver key... | resin-io-library/base-images | balena-base-images/node/up-board/ubuntu/xenial/14.18.3/build/Dockerfile | Dockerfile | apache-2.0 | 2,758 |
# AUTOGENERATED FILE
FROM balenalib/raspberrypi0-2w-64-fedora:34-build
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virt... | resin-io-library/base-images | balena-base-images/python/raspberrypi0-2w-64/fedora/34/3.8.12/build/Dockerfile | Dockerfile | apache-2.0 | 2,446 |
# AUTOGENERATED FILE
FROM balenalib/zc702-zynq7-ubuntu:xenial-run
ENV NODE_VERSION 14.18.3
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.c... | resin-io-library/base-images | balena-base-images/node/zc702-zynq7/ubuntu/xenial/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,913 |
# AUTOGENERATED FILE
FROM balenalib/bananapi-m1-plus-ubuntu:disco-build
ENV NODE_VERSION 10.23.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyser... | nghiant2710/base-images | balena-base-images/node/bananapi-m1-plus/ubuntu/disco/10.23.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,767 |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-green-gateway-ubuntu:cosmic-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key ... | nghiant2710/base-images | balena-base-images/python/beaglebone-green-gateway/ubuntu/cosmic/3.5.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,847 |
# AUTOGENERATED FILE
FROM balenalib/imx8mm-var-dart-fedora:33-build
ENV NODE_VERSION 15.6.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver h... | nghiant2710/base-images | balena-base-images/node/imx8mm-var-dart/fedora/33/15.6.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,756 |
# AUTOGENERATED FILE
FROM balenalib/coral-dev-alpine:3.14-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
RUN apk add ... | resin-io-library/base-images | balena-base-images/python/coral-dev/alpine/3.14/3.10.0/run/Dockerfile | Dockerfile | apache-2.0 | 4,127 |
# AUTOGENERATED FILE
FROM balenalib/generic-amd64-debian:bullseye-run
ENV NODE_VERSION 14.18.3
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyse... | resin-io-library/base-images | balena-base-images/node/generic-amd64/debian/bullseye/14.18.3/run/Dockerfile | Dockerfile | apache-2.0 | 2,946 |
# AUTOGENERATED FILE
FROM balenalib/orangepi-plus2-debian:bullseye-build
ENV NODE_VERSION 12.21.0
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" ||... | nghiant2710/base-images | balena-base-images/node/orangepi-plus2/debian/bullseye/12.21.0/build/Dockerfile | Dockerfile | apache-2.0 | 2,795 |
# AUTOGENERATED FILE
FROM balenalib/artik530-debian:buster-run
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu63 \
libssl1.1 \
... | resin-io-library/base-images | balena-base-images/dotnet/artik530/debian/buster/6.0-runtime/run/Dockerfile | Dockerfile | apache-2.0 | 2,521 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.