Group
Extension

Matches 35359

Document-eSign-Docusign ( G/GH/GHENRY/Document-eSign-Docusign-0.06.tar.gz, GHENRY, 2017; MetaCPAN )
Document-eSign-Docusign/lib/Document/eSign/Docusign/openDocusignConsoleView.pm ( view source; MetaCPAN )
ded.
    
    my $creds = $main->buildCredentials();
    
    my $response = $main->sendRequest('POST', 'application/json', $creds, $main->defaultUrl . $uri, $vars);
    
    return $response;
}


1;
Net-MachineLearning-Sample ( Y/YH/YHPENG/Net-MachineLearning-Sample-0.01.tgz, YHPENG, 2017; MetaCPAN )
Net-MachineLearning-Sample/lib/Net/MachineLearning/get_weights.pl ( view source; MetaCPAN )
use strict;
use JSON;
use GD;

my %wht;
for my $ix (0..9) {
    my $myImage = newFromPng GD::Image("gray-$ix.png",0);
    my @weights;

    # 10x10 image
    for my $column (0..9) {
    	for my $row (
		my $weight = 255 - $index;
    		push @weights,$weight;
        }
    }
	$wht{$ix} = [@weights];
}

my $json = to_json(\%wht);

open my $fd,">","weights.json" or die $!;
print $fd $json;
close $fd;
Document-eSign-Docusign ( G/GH/GHENRY/Document-eSign-Docusign-0.06.tar.gz, GHENRY, 2017; MetaCPAN )
Document-eSign-Docusign/lib/Document/eSign/Docusign/sendRequest.pm ( view source; MetaCPAN )
package Document::eSign::Docusign::sendRequest;
use strict;
use warnings;
use JSON;
use LWP::UserAgent;
use HTTP::Headers;
use URI;
use Carp;
use Data::Dumper;

=head1 NAME

Document::eSign::Docusign:
DocuSign-Authentication' => $credentials,
            Accept                      => 'application/json',
        ),
    );

    $ua->add_handler( "request_send", sub { shift->dump; return } )
      if
e, $jsonparams, $multipart );
    my $json = JSON->new->allow_nonref;

    if (   defined $params
        && defined $contenttype
        && $contenttype =~ /json|multipart/i )
    {
        $jsonpara
Document-eSign-Docusign ( G/GH/GHENRY/Document-eSign-Docusign-0.06.tar.gz, GHENRY, 2017; MetaCPAN )
Document-eSign-Docusign/lib/Document/eSign/Docusign/requestSignatureFromTemplate.pm ( view source; MetaCPAN )
s';
        
    my $creds = $main->buildCredentials();
    
    my $response = $main->sendRequest('POST', 'application/json', $creds, $main->baseUrl . $uri, $vars);
    
    return $response;
}


1;
Document-eSign-Docusign ( G/GH/GHENRY/Document-eSign-Docusign-0.06.tar.gz, GHENRY, 2017; MetaCPAN )
Document-eSign-Docusign/lib/Document/eSign/Docusign/buildCredentials.pm ( view source; MetaCPAN )
ckage Document::eSign::Docusign::buildCredentials;
use strict;
use warnings;
use XML::LibXML;
use JSON;

# Builds the auth credentials.

=head1 NAME

Document::eSign::Docusign::buildCredentials - Buil

Version 0.02

=head1 functions

=head2 new($parent)

Builds an XML or JSON login string for the Docusign header. Setting "usejsononly" to a non-undef (null) in the constructor determines this behavio
      return $main->authxml;
    }
    
    if ( $main->usejsononly ) {
        my $json = JSON->new();
        
        $main->authxml($json->encode(
            {
                Username => $main->
Net-MachineLearning-Sample ( Y/YH/YHPENG/Net-MachineLearning-Sample-0.01.tgz, YHPENG, 2017; MetaCPAN )
Net-MachineLearning-Sample/lib/Net/MachineLearning/Sample.pm ( view source; MetaCPAN )
package Net::MachineLearning::Sample;

use 5.006;
use strict;
use warnings;
use utf8;
use JSON;
use GD;

=encoding utf8

=head1 NAME

Net::MachineLearning::Sample - how machine learning works by demo
的相似概率,数字越大相似度越高。

权重参数是一个JSON文件,位于库文件同一目录下的weights.json,通过get_weights.pl这个脚本产生。

正常来说,权重参
0);
    my %scores;

    open my $fd,"$module_dir/weights.json" or die $!;
    my $json = <$fd>;
    close $fd;

    my $wht = from_json($json);

    my $myImage = newFromPng GD::Image("$module_dir/gr
Document-eSign-Docusign ( G/GH/GHENRY/Document-eSign-Docusign-0.06.tar.gz, GHENRY, 2017; MetaCPAN )
Document-eSign-Docusign/lib/Document/eSign/Docusign/getToken.pm ( view source; MetaCPAN )
ded.
    
    my $creds = $main->buildCredentials();
    
    my $response = $main->sendRequest('POST', 'application/json', $creds, $main->defaultUrl . $uri, $vars);
    
    return $response;
}


1;
MetaPOD ( K/KE/KENTNL/MetaPOD-v0.4.0.tar.gz, KENTNL, 2017; MetaCPAN )
MetaPOD/lib/MetaPOD/Result.pm ( view source; MetaCPAN )
ce( @interface );

=begin MetaPOD::JSON v1.1.0

{
    "namespace": "MetaPOD::Result",
    "inherits" : "Moo::Object",
    "interface": "class"
}


=end MetaPOD::JSON

=head1 AUTHOR

Kent Fredric <kent
MetaPOD ( K/KE/KENTNL/MetaPOD-v0.4.0.tar.gz, KENTNL, 2017; MetaCPAN )
MetaPOD/lib/MetaPOD/Extractor.pm ( view source; MetaCPAN )
( $POD_EVENT );

=begin MetaPOD::JSON v1.1.0

{
    "namespace": "MetaPOD::Extractor",
    "inherits" : "Pod::Eventual",
    "interface": "class"
}


=end MetaPOD::JSON

=head1 AUTHOR

Kent Fredric <k
MetaPOD ( K/KE/KENTNL/MetaPOD-v0.4.0.tar.gz, KENTNL, 2017; MetaCPAN )
MetaPOD/corpus/json/01_format_basic.pm ( view source; MetaCPAN )
use strict;
use warnings;

=begin MetaPOD::JSON v1.0.0

{
    "namespace":"Example",
    "inherits":"Bar"
}

=end MetaPOD::JSON


MetaPOD ( K/KE/KENTNL/MetaPOD-v0.4.0.tar.gz, KENTNL, 2017; MetaCPAN )
MetaPOD/lib/MetaPOD/Assembler.pm ( view source; MetaCPAN )
       => ro =>,
  required => 1,
  lazy     => 1,
  builder  => sub {
    return { 'JSON' => 'MetaPOD::Format::JSON', };
  },
);







sub assemble_handle {
  my ( $self, $handle ) = @_;
  $self->cl
hould be enough for the majority of use-cases.

At present, C<MetaPOD::Assembler> only supports C<JSON> specification out-of-the-box,
but you can extend it to support any other defined specifications 
the format map

    my $assembler = MetaPOD::Assembler->new( format_map => {
        JSON => 'MetaPOD::Format::JSON',
        YAML => 'MyProject::Format::YAML',
    });

=head1 METHODS

=head2 assembl
Telegram-BotKit ( P/PA/PAVELSR/Telegram-BotKit-0.03.tar.gz, PAVELSR, 2017; MetaCPAN )
Telegram-BotKit/lib/Telegram/BotKit/Keyboards.pm ( view source; MetaCPAN )
RSION = '0.03';
# ABSTRACT: Easy creation of keyboards for Telegram bots


use common::sense;
use JSON::MaybeXS;
use Encode qw(decode);

use Exporter qw(import);
our @EXPORT_OK = qw(create_one_time_ke
		keyboard => \@keyboard,
		one_time_keyboard => JSON::MaybeXS::JSON->true
		);
	my $json = JSON::MaybeXS->new(utf8 => 1);
	return decode('UTF-8', $json->encode(\%rpl_markup));
}


sub create_inline_k
}
	}
	my %rpl_markup = (
		inline_keyboard  => \@keyboard
	);
	my $json = JSON::MaybeXS->new(utf8 => 1);
	return decode('UTF-8', $json->encode(\%rpl_markup));
}



sub available_keys {
	my $arr = shif
Document-eSign-Docusign ( G/GH/GHENRY/Document-eSign-Docusign-0.06.tar.gz, GHENRY, 2017; MetaCPAN )
Document-eSign-Docusign/lib/Document/eSign/Docusign/updatePassword.pm ( view source; MetaCPAN )
eded.
    
    my $creds = $main->buildCredentials();
    
    my $response = $main->sendRequest('PUT', 'application/json', $creds, $main->defaultUrl . $uri, $vars);
    
    return $response;
}


1;
Telegram-BotKit ( P/PA/PAVELSR/Telegram-BotKit-0.03.tar.gz, PAVELSR, 2017; MetaCPAN )
Telegram-BotKit/lib/Telegram/BotKit/Wizard.pm ( view source; MetaCPAN )
een for this callback
		$msg = { chat_id => $chat_id, text => 'No screen found! Check your config.json'};
		return $msg;
	}

}

1;

__END__

=pod

=encoding UTF-8

=head1 NAME

Telegram::BotKit::Wizar
Document-eSign-Docusign ( G/GH/GHENRY/Document-eSign-Docusign-0.06.tar.gz, GHENRY, 2017; MetaCPAN )
Document-eSign-Docusign/lib/Document/eSign/Docusign/getTokenOnBehalfOf.pm ( view source; MetaCPAN )
ded.
    
    my $creds = $main->buildCredentials();
    
    my $response = $main->sendRequest('POST', 'application/json', $creds, $main->defaultUrl . $uri, $vars);
    
    return $response;
}


1;
Dist-Zilla-Plugin-Bootstrap-lib ( K/KE/KENTNL/Dist-Zilla-Plugin-Bootstrap-lib-1.001002.tar.gz, KENTNL, 2017; MetaCPAN )
Dist-Zilla-Plugin-Bootstrap-lib/lib/Dist/Zilla/Plugin/Bootstrap/lib.pm ( view source; MetaCPAN )
lf.

=begin MetaPOD::JSON v1.1.0

{
    "namespace":"Dist::Zilla::Plugin::Bootstrap::lib",
    "interface":"class",
    "does":"Dist::Zilla::Role::Bootstrap"
}


=end MetaPOD::JSON

=head1 USE CASES

Telegram-BotKit ( P/PA/PAVELSR/Telegram-BotKit-0.03.tar.gz, PAVELSR, 2017; MetaCPAN )
Telegram-BotKit/lib/Telegram/BotKIt.pm ( view source; MetaCPAN )
rogress :)

=head1 VERSION

version 0.03

=head1 KEY FEATURES

=over 6

=item 1. State machine in JSON file

Allows to create a simple bots for house even for housewife

=item 2. Support of dymanic sc
em 3. Independent and prev msg dependent screens

Screens can be shown just according sequence in JSON or can depends on previous user reply (callback_msg property)

=item 4. Data validation

Bot can 
MetaPOD-Spec ( K/KE/KENTNL/MetaPOD-Spec-v0.5.0.tar.gz, KENTNL, 2017; MetaCPAN )
MetaPOD-Spec/maint/perlcritic.rc.gen.pl ( view source; MetaCPAN )
ENTNL');
$bundle->configure;

my @stopwords = (qw(
   MetaPOD deduplicated behaviour unrecognised JSON namespace behaviours directionally
));
for my $var (@stopwords) {
  $bundle->add_or_append_policy
MetaPOD ( K/KE/KENTNL/MetaPOD-v0.4.0.tar.gz, KENTNL, 2017; MetaCPAN )
MetaPOD/corpus/json/03_format_inherit_multi.pm ( view source; MetaCPAN )
 strict;
use warnings;

=begin MetaPOD::JSON v1.0.0

{
    "namespace":"Example",
    "inherits": [ "Bar", "Baz" ]
}

=end MetaPOD::JSON

=cut

=for MetaPOD::JSON v1.0.0 { "inherits": "Quux" }

=cut

MetaPOD ( K/KE/KENTNL/MetaPOD-v0.4.0.tar.gz, KENTNL, 2017; MetaCPAN )
MetaPOD/corpus/json/02_format_inherit_array.pm ( view source; MetaCPAN )
use strict;
use warnings;

=begin MetaPOD::JSON v1.0.0

{
    "namespace":"Example",
    "inherits": [ "Bar", "Baz" ]
}

=end MetaPOD::JSON



Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.