Group
Extension

Matches 35358

Acme-CPANModules-BrowsingTableInteractively ( P/PE/PERLANCAR/Acme-CPANModules-BrowsingTableInteractively-0.009.tar.gz, PERLANCAR, 2023; MetaCPAN )
Acme-CPANModules-BrowsingTableInteractively/lib/Acme/CPANModules/BrowsingTableInteractively.pm ( view source; MetaCPAN )
ls currently written in Perl, by far. vd has
support for many formats, including CSV, TSV, Excel, JSON, and SQLite. It makes
it particularly easy to create summary for your table like histogram or
sum
ls currently written in Perl, by far. vd has
support for many formats, including CSV, TSV, Excel, JSON, and SQLite. It makes
it particularly easy to create summary for your table like histogram or
sum
AnyEvent-Consul-Exec ( R/RO/ROBN/AnyEvent-Consul-Exec-0.004.tar.gz, ROBN, 2023; MetaCPAN )
AnyEvent-Consul-Exec/lib/AnyEvent/Consul/Exec.pm ( view source; MetaCPAN )
trict;
use experimental qw(postderef);

use Consul 0.022;
use AnyEvent;
use AnyEvent::Consul;
use JSON::MaybeXS;
use Type::Params qw(compile);
use Types::Standard qw(ClassName Dict Str Optional CodeRe
   Session => $self->{_sid},
  };
  $self->{_c}->event->fire(
    "_rexec",
    payload => encode_json($payload),
    $self->{dc_args}->@*,
    $self->{node}    ? (node    => $self->{node})    : (),
 
00_000_000, # nanoseconds
  };
  $self->{_c}->kv->put(
    "_rexec/$self->{_sid}/job",
    encode_json($job),
    acquire => $self->{_sid},
    $self->{dc_args}->@*,
    cb => sub { $self->_fire_event
FR24-Bot ( P/PR/PROCH/FR24-Bot-0.0.3.tar.gz, PROCH, 2023; MetaCPAN )
FR24-Bot/lib/FR24/Tutorial.pm ( view source; MetaCPAN )
                'uploaded' => 3,
                    'last_url' => 'http://localhost:8754/flights.json?time=1689326300000',
                    'name' => 'fr24-bot',
                    'callsigns' =>
           'content' => '{}',
                    'flights_url' => 'http://localhost:8754/flights.json',
                    'localip' => undef,
                    'flights' => {
                    
FR24-Bot ( P/PR/PROCH/FR24-Bot-0.0.3.tar.gz, PROCH, 2023; MetaCPAN )
FR24-Bot/lib/FR24/Bot.pm ( view source; MetaCPAN )
#ABSTRACT: Subroutines for FR24-Bot
package FR24::Bot;
use v5.12;
use warnings;
use JSON::PP;
use Data::Dumper;
use Exporter qw(import);
use HTTP::Tiny;
use File::Which;
use FR24::Utils;
use Carp qw(c
signs} = {};
    $self->{flights_url} = "http://" . $self->{ip} . ":" . $self->{port} . "/flights.json";

    $self->{users} = {};
    $self->{last_updated} = 0;
    $self->{last_url} = undef;
    $se
ion 0.0.3

=head1 SYNOPSIS

  use FR24::Bot;
  my $bot = FR24::Bot->new(
        -conf => "config.json", 
        -name => "bot_1"
  );
  $bot->update();

=head1 DESCRIPTION

The FR24::Bot module prov
Fluent-LibFluentBit ( N/NE/NERDVANA/Fluent-LibFluentBit-0.03.tar.gz, NERDVANA, 2023; MetaCPAN )
Fluent-LibFluentBit/lib/Fluent/LibFluentBit.pm ( view source; MetaCPAN )
ew lines in the
files.

=item *

Pipe the perl process output into stdin of fluent-bit, as either JSON or parsed plaintext.

=item *

Use this module to feed data directly into fluent-bit within the s
Dist-Milla ( M/MI/MIYAGAWA/Dist-Milla-v1.0.22.tar.gz, MIYAGAWA, 2023; MetaCPAN )
Dist-Milla/lib/Dist/Milla/Tutorial.pod ( view source; MetaCPAN )
from git
using C<cpanm> or testable with C<Travis CI>.

  > milla build
  > git add Build.PL META.json README.md && git commit -m "git stuff"

=head2 Making the first release

When you get confident a
mpted to confirm that version in case you need a major
bump.

This will update C<Changes>, C<META.json> and bump C<$VERSION> in your
main module. These changes made by Milla will be automatically
comm
at line.

Next, Edit C<.gitignore> and add the following lines:

  /Dist-Name-*
  /.build
  !META.json

You're almost done, and your directory will look like:

  cpanfile
  dist.ini
  lib/Dist/Name.pm
Dist-Milla ( M/MI/MIYAGAWA/Dist-Milla-v1.0.22.tar.gz, MIYAGAWA, 2023; MetaCPAN )
Dist-Milla/lib/Dist/Milla.pm ( view source; MetaCPAN )
Make your build: This will get some boilerplate for git
  > milla build
  > git add Build.PL META.json README.md && git commit -m "git stuff"

  # Done? Test and release it!
  > $EDITOR Changes
  > mi
nge your modules from there.

I don't care about the real boilerplate such as C<MANIFEST>,
C<META.json> or C<LICENSE> auto-generated, but don't personally like
the idea of generating documentation or 
 difficult

This is true for most Dist::Zilla based distributions.

Milla copies the plain C<META.json> and C<Build.PL> into the git
repository you automatically bump on every release. And there won't
Dist-Milla ( M/MI/MIYAGAWA/Dist-Milla-v1.0.22.tar.gz, MIYAGAWA, 2023; MetaCPAN )
Dist-Milla/lib/Dist/Zilla/PluginBundle/Milla.pm ( view source; MetaCPAN )
                    $self->installer);
    }

    my @dirty_files = ('dist.ini', 'Changes', 'META.json', 'README.md', 'LICENSE', $self->build_file);
    my @exclude_release = ('README.md');

    $self
', { exclude_filename => [ $self->build_file, 'META.json', 'LICENSE', @exclude_release ] } ],
        [ 'CopyFilesFromBuild', { copy => [ 'META.json', 'LICENSE', $self->build_file ] } ],

        # sh
share eg examples ) ] } ],

        # cpanfile -> META.json
        [ 'Prereqs::FromCPANfile' ],
        [ $self->installer ],
        [ 'MetaJSON' ],

        # experimental dist metadata
        [ '
Dist-Milla ( M/MI/MIYAGAWA/Dist-Milla-v1.0.22.tar.gz, MIYAGAWA, 2023; MetaCPAN )
Dist-Milla/lib/Dist/Zilla/Plugin/Milla/MintFiles.pm ( view source; MetaCPAN )
 - Initial release
___[ .gitignore ]___
/{{$dist->name}}-*
/.build
/_build*
/Build
MYMETA.*
!META.json
/.prove
___[ cpanfile ]___
requires 'perl', '5.012';

# requires 'Some::Module', 'VERSION';

on t
TableDef ( P/PE/PERLANCAR/TableDef-1.0.9.tar.gz, PERLANCAR, 2023; MetaCPAN )
TableDef/lib/TableDef.pod ( view source; MetaCPAN )
a way to define table data.

=head1 SPECIFICATION

In this document, hashes are written in JSON or pseudo-JSON (e.g. contains
ellipsis C<...> or JavaScript-style comments C<// ...>).

The key words "M
EAV-XS ( T/TV/TVV/EAV-XS-0.7.8.tar.gz, TVV, 2023; MetaCPAN )
EAV-XS/libeav/docs/libeav.3.pod ( view source; MetaCPAN )
t>vitaliy.tokarev@gmail.comE<gt>.

Parts of libeav contains the code written by Wietse Venema
and JSON.org.

=head1 AVAILABILITY

You can obtain the latest version from
L<https://github.com/gh0stwizar
Bundle-DadaMail-IncludedInDistribution ( J/JJ/JJSIMONI/Bundle-DadaMail-IncludedInDistribution-0.0.3.tar.gz, JJSIMONI, 2023; MetaCPAN )
Bundle-DadaMail-IncludedInDistribution/lib/Bundle/DadaMail/IncludedInDistribution.pm ( view source; MetaCPAN )
romText

HTML::Menu::Select

HTML::Tagset

HTML::Template

HTML::Tiny

Data::Pageset

HTTP::Date

JSON - but only the PP ver

LWP

Mail::DeliveryStatus::BounceParser

Mail::Address

Mail::Verp

MIME::
Business-Stripe-Webhook ( B/BO/BOD/Business-Stripe-Webhook-1.12.tar.gz, BOD, 2023; MetaCPAN )
Business-Stripe-Webhook/lib/Business/Stripe/Webhook.pm ( view source; MetaCPAN )
package Business::Stripe::Webhook;

use JSON::PP;
use Digest::SHA qw(hmac_sha256_hex);
use Time::Piece;
use HTTP::Tiny;

use strict;
use warnings;

our $VERSION = '1.12';
$VERSION = eval $V
lse',
    };
    
    if (exists $vars{'payload'}) {
        $vars{'webhook'} = eval { decode_json($vars{'payload'});};
        $vars{'error'}   = 'Missing payload data' unless $vars{'webhook'};
    read(STDIN, $vars{'payload'}, $ENV{'CONTENT_LENGTH'});
            $vars{'webhook'} = decode_json($vars{'payload'}) if $vars{'payload'};
            $vars{'error'}   = 'No payload data' unless $
Fluent-LibFluentBit ( N/NE/NERDVANA/Fluent-LibFluentBit-0.03.tar.gz, NERDVANA, 2023; MetaCPAN )
Fluent-LibFluentBit/lib/Fluent/LibFluentBit/Logger.pm ( view source; MetaCPAN )

our $VERSION = '0.03'; # VERSION
use strict;
use warnings;
use Carp;
use Time::HiRes 'time';
use JSON::MaybeXS;

# ABSTRACT: Perl-style logger object that logs to the 'lib' input of fluent-bit


sub 
 $data->{line}= $line;
   }
   my $code= $self->{context}->flb_lib_push($self->{input_id}, encode_json([ time, $data ]));
   $code >= 0 or croak "flb_lib_push failed: $code";
   return $self;
}

sub t
OpenAIGPT4 ( S/SH/SHINGO/OpenAIGPT4-0.18.tar.gz, SHINGO, 2023; MetaCPAN )
OpenAIGPT4/lib/OpenAIGPT4.pm ( view source; MetaCPAN )
ion number

use LWP::UserAgent;
use LWP::Protocol::https;
use HTTP::Request::Common qw(POST);
use JSON;

=head1 NAME

OpenAIGPT4 - Interact with the OpenAI GPT-3,4 API

=head1 VERSION

Version 0.18

=
POST $self->{api_host}.'/v1/chat/completions',
        Content_Type => 'application/json',
        Content => to_json({
            model => $model,
            messages => $self->{history},
         
t "Response: ", $res->as_string, "\n";
    }

    if ($res->is_success) {
        my $data = from_json($res->decoded_content);
        my $reply = $data->{choices}[0]{message}{content};

        # Add
App-Photobear ( P/PR/PROCH/App-Photobear-0.1.2.tar.gz, PROCH, 2023; MetaCPAN )
App-Photobear/lib/App/Photobear.pm ( view source; MetaCPAN )

package App::Photobear;
use v5.18;
use warnings;
use Carp;
use HTTP::Tiny;
use Data::Dumper;
use JSON::PP;

# Define version
our $VERSION = '0.1.2';

# Define constants
our $PHOTOBEAR_URL = 'https://
OBEAR_URL' \
        --header 'x-api-key: $api_key' \
        --header 'Content-Type: application/json' \
        --data-raw '{
            "photo_url":"$url", 
            "mode":"$mode"
        }');
", sprintf("Child exited with value %d\n", $? >> 8));
    }
    
    my $decoded_content = decode_json($output);
    return $decoded_content;

}

sub download {
    my ($url, $dest) = @_;
    # Use cu
AI-MXNet ( S/SK/SKOLYCHEV/AI-MXNet-1.6.tar.gz, SKOLYCHEV, 2023; MetaCPAN )
AI-MXNet/lib/AI/MXNet/RNN.pm ( view source; MetaCPAN )
, hash ref of name to NDArray of net's auxiliary states.

    Notes
    -----
    - prefix-symbol.json will be saved for symbol.
    - prefix-epoch.params will be saved for parameters.
=cut

method sa
ay of net's auxiliary states.

    Notes
    -----
    - symbol will be loaded from prefix-symbol.json.
    - parameters will be loaded from prefix-epoch.params.
=cut

method load_rnn_checkpoint(
    
AI-MXNet ( S/SK/SKOLYCHEV/AI-MXNet-1.6.tar.gz, SKOLYCHEV, 2023; MetaCPAN )
AI-MXNet/lib/AI/MXNet/Initializer.pm ( view source; MetaCPAN )
se;
use AI::MXNet::NS;
use AI::MXNet::Base qw(:DEFAULT pzeros pceil);
use AI::MXNet::NDArray;
use JSON::PP;
use overload "&{}" => sub { my $self = shift; sub { $self->call(@_) } },
             '""'  
  my $self = shift;
                my ($name) = ref($self) =~ /::(\w+)$/;
                encode_json(
                    [lc $name,
                        $self->kwargs//{ map { $_ => "".$self->$_
         $kwargs = {};
        }
        else
        {
            ($klass, $kwargs) = @{ decode_json($init) };
        }
        $self->get_init_registry->{ lc $klass }->new(%{ $kwargs })->_init_wei
VM-HetznerCloud ( P/PE/PERLSRVDE/VM-HetznerCloud-0.0.3.tar.gz, PERLSRVDE, 2023; MetaCPAN )
VM-HetznerCloud/lib/VM/HetznerCloud/APIBase.pm ( view source; MetaCPAN )
rt keys $param_def->%*;

    my %request_opts;
    if ( $params->%* ) {
        %request_opts = ( json => $validated_params->{body} );
    }

    my $uri = join '/', 
        $self->host, 
        $se
_string if $ENV{VM_HETZNERCLOUD_DEBUG};

    return if $response->is_error;
    return $response->json;
}

1;

__END__

=pod

=encoding UTF-8

=head1 NAME

VM::HetznerCloud::APIBase - Base class for a
Suck-Huggingface ( T/TT/TTKCIAR/Suck-Huggingface-1.00.tar.gz, TTKCIAR, 2023; MetaCPAN )
Suck-Huggingface/lib/Suck/Huggingface.pm ( view source; MetaCPAN )
 download their models

use strict;
use warnings;
use v5.10.0;  # provides "say" and "state"

use JSON::MaybeXS;
use File::Valet;
use Time::HiRes;
use Time::TAI::Simple;

our $VERSION = '1.00';

sub n
ce',
        trace_ar     => [sprintf('SKH:%08X', int(rand() * 0xFFFFFFFF))],
        js_or    => JSON::MaybeXS->new(ascii => 1, allow_nonref => 1, space_after => 1)
    };
    bless ($self, $class);

}

sub safely_to_json {
    my ($self, $r) = @_;
    my $js = eval { $self->{js_or}->encode($r); };
    $self->{ex} = $@ unless(defined($js));
    return $js;
}

sub safely_from_json {
    my ($self,

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