Result:
found more than 672 distributions - search limited to the first 2001 files matching your query ( run in 0.459 )


Spark-Form

 view release on metacpan or  search on metacpan

lib/Spark/Form.pm  view on Meta::CPAN

If it looks sufficiently like a field (implements Spark::Form::Field),
then it will add it to the list of fields. @rest will just become %kwargs

Uses 'field name' to locate it from the data passed in.

This is a B<streaming interface>, it returns the form itself.

=head2 validate

Validates the form. Sets C<valid> and then also returns the value.

=head2 data

Allows you to pass in a HashRef of data to populate the fields with before validation. Useful if you don't use a plugin to automatically populate the data.

This is a B<streaming interface>, it returns the form itself.

=head2 fields () => Fields

Returns a list of Fields in the form in their current order

 view all matches for this distribution


Speech-Recognizer-SPX

 view release on metacpan or  search on metacpan

SPX/Server.pm  view on Meta::CPAN

# -*- cperl -*-
use strict;

# Speech::Recognizer::SPX::Server: Perl module for writing PocketSphinx
# streaming audio servers.

# Copyright (c) 2000 Cepstral LLC.
#
# This module is free software; you can redistribute it and/or modify
# it under the same terms as Perl itself.

SPX/Server.pm  view on Meta::CPAN

1;
__END__

=head1 NAME

Speech::Recognizer::SPX::Server - Perl module for writing streaming audio speech recognition servers using PocketSphinx

=head1 SYNOPSIS

  my $sock = new IO::Socket(... blah blah blah ...);
  my $log = new IO::File('server.log');

SPX/Server.pm  view on Meta::CPAN

  }

=head1 DESCRIPTION

This module encapsulates a bunch of the stuff needed to write a
PocketSphinx server which takes streaming audio as input on an arbitrary
filehandle.  It's not meant to be flexible or transparent - if you
want that, then read the code and write your own server program using
just the Speech::Recognizer::SPX module.

The interface is vaguely object-oriented, but unfortunately it is

 view all matches for this distribution


Speech-Rsynth

 view release on metacpan or  search on metacpan

Rsynth.xs  view on Meta::CPAN

#     ifdef RSXS_DEBUG_STRING
       printf("Say_String: done.\n", val);
#     endif


#//---------------- speak to me streamingly
void
rsxs_Say_File(synth,file)
       rsynth_synth_ptr synth
       FILE *file
     CODE:

 view all matches for this distribution


Spellunker

 view release on metacpan or  search on metacpan

share/enable1.txt  view on Meta::CPAN

mainsprings
mainstay
mainstays
mainstream
mainstreamed
mainstreaming
mainstreams
maintain
maintainabilities
maintainability
maintainable

share/enable1.txt  view on Meta::CPAN

slipslops
slipsole
slipsoles
slipstream
slipstreamed
slipstreaming
slipstreams
slipt
slipup
slipups
slipware

share/enable1.txt  view on Meta::CPAN

streamed
streamer
streamers
streamier
streamiest
streaming
streamings
streamlet
streamlets
streamline
streamlined
streamliner

 view all matches for this distribution


Splunklib

 view release on metacpan or  search on metacpan

lib/Splunklib/Intersplunk.pm  view on Meta::CPAN

      required_fields => '',
      requires_srinfo => 0,
      retainsevents => 1,
      run_in_preview => 1,
      stderr_dest => 'log',
      streaming => 1,
      supports_multivalues => 1,
      supports_rawargs => 1,
      __mv_changes_colorder => '',
      __mv_clear_required_fields => '',
      __mv_enableheader => '',

lib/Splunklib/Intersplunk.pm  view on Meta::CPAN

      __mv_required_fields => '',
      __mv_requires_srinfo => '',
      __mv_retainsevents => '',
      __mv_run_in_preview => '',
      __mv_stderr_dest => '',
      __mv_streaming => '',
      __mv_supports_multivalues => '',
      __mv_supports_rawargs => '',
   };

   my $header = '';

lib/Splunklib/Intersplunk.pm  view on Meta::CPAN


   #
   # Example message header
   #
   # $messages = {
   #    streaming_preop' => '0',
   #    streaming' => '0',
   #    generating' => '0',
   #    retainsevents' => '0',
   #    requires_preop' => '0',
   #    generates_timeorder' => '0',
   #    overrides_timeorder' => '0',

 view all matches for this distribution


Spreadsheet-Read

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

0.77	- 22 Jan 2018, H.Merijn Brand
    * Note possible name clashes with example/tool files
    * Clipping and stripping more efficient

0.76	- 01 Jan 2018, H.Merijn Brand
    * Allow streaming in xlscat
    * Add --dump to xlscat
    * Add error for opening ODS/SXC from reference
    * It's 2018

0.75	- 09 Nov 2017, H.Merijn Brand

 view all matches for this distribution


Spreadsheet-WriteExcel-Worksheet-SheetProtection

 view release on metacpan or  search on metacpan

SheetProtection.pm  view on Meta::CPAN

	use Spreadsheet::WriteExcel::Worksheet;
	no strict 'refs';

	## HACK ALERT!
	## Add a _store_eof method to Spreadsheet::WriteExcel::Worksheet to be able to
	## add the SHEETPROTECTION record when streaming out file
	*{"Spreadsheet::WriteExcel::Worksheet::_store_eof"} = sub {
			_store_sheet_protection(@_);
			Spreadsheet::WriteExcel::BIFFwriter::_store_eof(@_);
		} ;

 view all matches for this distribution


Spreadsheet-WriteExcelXML

 view release on metacpan or  search on metacpan

lib/Spreadsheet/WriteExcelXML/XMLwriter.pm  view on Meta::CPAN


The C<set_indentation()> method is used to define the style of indentation used in the output from C<Spreadsheet::WriteExcelXML::XMLwriter>. This is the only C<public> method of the module.

The default indentation style is four spaces. Calling C<set_indentation()> with C<undef> or no argument will set the indentation style back to the default.

A special case argument is the null string C<''>. In addition to not adding any indentation this also overrides any newline settings so that the output is as compact as possible and in the form of a single line. This is useful for saving space or whe...

The following example shows some of the options:

    #!/usr/bin/perl -w

 view all matches for this distribution


Starlet

 view release on metacpan or  search on metacpan

lib/Starlet/Server.pm  view on Meta::CPAN

                'psgi.errors'  => *STDERR,
                'psgi.url_scheme' => 'http',
                'psgi.run_once'     => Plack::Util::FALSE,
                'psgi.multithread'  => Plack::Util::FALSE,
                'psgi.multiprocess' => $self->{is_multiprocess},
                'psgi.streaming'    => Plack::Util::TRUE,
                'psgi.nonblocking'  => Plack::Util::FALSE,
                'psgix.input.buffered' => Plack::Util::TRUE,
                'psgix.io'          => $conn,
                'psgix.harakiri'    => 1,
                'psgix.informational' => sub {

 view all matches for this distribution


Starlight

 view release on metacpan or  search on metacpan

lib/Starlight/Server.pm  view on Meta::CPAN

                'psgi.errors'          => *STDERR,
                'psgi.url_scheme'      => $self->{ssl} ? 'https' : 'http',
                'psgi.run_once'        => Plack::Util::FALSE,
                'psgi.multithread'     => $self->{is_multithread},
                'psgi.multiprocess'    => $self->{is_multiprocess},
                'psgi.streaming'       => Plack::Util::TRUE,
                'psgi.nonblocking'     => Plack::Util::FALSE,
                'psgix.input.buffered' => Plack::Util::TRUE,
                'psgix.io'             => $conn,
                'psgix.harakiri'       => Plack::Util::TRUE,
            };

 view all matches for this distribution


Starman

 view release on metacpan or  search on metacpan

lib/Starman/Server.pm  view on Meta::CPAN

            SCRIPT_NAME     => '',
            'psgi.version'      => [ 1, 1 ],
            'psgi.errors'       => *STDERR,
            'psgi.url_scheme'   => ($conn->NS_proto eq 'SSL' ? 'https' : 'http'),
            'psgi.nonblocking'  => Plack::Util::FALSE,
            'psgi.streaming'    => Plack::Util::TRUE,
            'psgi.run_once'     => Plack::Util::FALSE,
            'psgi.multithread'  => Plack::Util::FALSE,
            'psgi.multiprocess' => Plack::Util::TRUE,
            'psgix.io'          => $conn,
            'psgix.input.buffered' => Plack::Util::TRUE,

 view all matches for this distribution


Starwoman

 view release on metacpan or  search on metacpan

lib/Starwoman/Server.pm  view on Meta::CPAN

            SCRIPT_NAME     => '',
            'psgi.version'      => [ 1, 1 ],
            'psgi.errors'       => *STDERR,
            'psgi.url_scheme'   => ($conn->NS_proto eq 'SSL' ? 'https' : 'http'),
            'psgi.nonblocking'  => Plack::Util::FALSE,
            'psgi.streaming'    => Plack::Util::TRUE,
            'psgi.run_once'     => Plack::Util::FALSE,
            'psgi.multithread'  => Plack::Util::FALSE,
            'psgi.multiprocess' => Plack::Util::TRUE,
            'psgix.io'          => $conn,
            'psgix.input.buffered' => Plack::Util::TRUE,

 view all matches for this distribution


Statistics-TopK

 view release on metacpan or  search on metacpan

lib/Statistics/TopK.pm  view on Meta::CPAN


__END__

=head1 NAME

Statistics::TopK - Implementation of the top-k streaming algorithm

=head1 SYNOPSIS

    use Statistics::TopK;

lib/Statistics/TopK.pm  view on Meta::CPAN

    my @top = $counter->top;
    my %counts = $counter->counts;

=head1 DESCRIPTION

The C<Statistics::TopK> module implements the top-k streaming algorithm,
also know as the "heavy hitters" algorithm. It is designed to process
data streams and probabilistally calculate the C<k> most frequent items
while using limited memory.

A typical example would be to determine the top 10 IP addresses listed in an

 view all matches for this distribution


Stor

 view release on metacpan or  search on metacpan

lib/Stor.pm  view on Meta::CPAN

        bucket => $self->bucket->bucket,
        key    => $hcp_key,
        method => 'GET'
    )->http_request;

    # build Mojo request inside transaction for proper streaming
    $c->app->ua->max_response_size(0);
    my $tx = $c->app->ua->build_tx(GET => $http_request->uri->as_string);
    for my $header_key ('authorization', 'date') {
        $tx->req->headers->header($header_key => $http_request->headers->header($header_key));
    }

 view all matches for this distribution


StreamFinder

 view release on metacpan or  search on metacpan

lib/StreamFinder.pm  view on Meta::CPAN


Please NOTE:  StreamFinder is a module, NOT a standalone application.  It is 
designed to be used by other Perl applications.  To create your own very simple 
application just to fetch stream data manually, simply grab the code in the 
B<SYNOPSIS> section above, save it to an executable text file, ie. 
I<StreamFinder.pl>, and run it from the command line with a supported streaming 
site URL as the argument.  You can then edit it to tailor it to your needs.

The currently-supported websites are:  
podcasts.apple.com podcasts (L<StreamFinder::Apple>), 
bitchute.com videos (L<StreamFinder::Bitchute>), 

lib/StreamFinder.pm  view on Meta::CPAN

by any of the other submodules) for streams.  

NOTE:  StreamFinder::Google has been removed as Google Podcasts has shut down.

NOTE:  StreamFinder::LinkTV has been removed as that site no longer provides 
streams anymore but only links to the various (and diverse) streaming sites 
that provide their own streams.  Some may possibly work via 
StreamFinder::Youtube or StreamFinder::AnyStream.

NOTE:  StreamFinder::Goodpods has been removed, as that site has redone itself 
in javascript as to no longer be scrapable for streams.

lib/StreamFinder.pm  view on Meta::CPAN

data and mime type for downloading to local storage for use by your 
application or preferred media player.  NOTE:  StreamFinder::Anystream is not 
able to return much beyond the stream URLs it finds, but please see it's POD 
documentation for details on what it is able to return.

If you have another streaming site that is not supported, first, make sure 
you have B<youtube-dl> installed and see if B<StreamFinder::Youtube> can 
successfully fetch any streams for it.  If not, then please file a feature 
request via email or the CPAN bug system, or (for faster service), provide a 
Perl patch module / program source that can extract some or all of the 
necessary information for streams on that site and I'll consider it!  The 

lib/StreamFinder.pm  view on Meta::CPAN

Accepts a URL and creates and returns a new station, video, or 
podcast object, or I<undef> if the URL is not a valid station or 
no streams are found.

NOTE:  Depending on the type of site being queried, the "station 
object" can be either a streaming station, a video, or a podcast, 
but works the same way (method calls, arguments, etc.).

NOTE:  A full URL must be specified here, but if using any of the 
subpackage modules directly instead, then either a full URL OR just 
the station / video / podcast's site ID may be used!  Reason being 

 view all matches for this distribution


Syntax-Highlight-Engine-Kate

 view release on metacpan or  search on metacpan

lib/Syntax/Highlight/Engine/Kate/Quake_Script.pm  view on Meta::CPAN

      'stopLimboMode',
      'stopdemo',
      'stoprecord',
      'stopsound',
      'stopul',
      'streamingsound',
      'stuffcmd',
      'stuffcmds',
      'sv',
      'sv_allow_log',
      'sv_allow_pings',

 view all matches for this distribution


Syntax-Kamelon

 view release on metacpan or  search on metacpan

lib/Syntax/Kamelon/XML/idconsole.xml  view on Meta::CPAN

<item> stopLimboMode </item>
<item> stopdemo </item>
<item> stoprecord </item>
<item> stopsound </item>
<item> stopul </item>
<item> streamingsound </item>
<item> stuffcmd </item>
<item> stuffcmds </item>
<item> sv </item>
<item> sv_allow_log </item>
<item> sv_allow_pings </item>

 view all matches for this distribution


Sys-Sendfile-OSX

 view release on metacpan or  search on metacpan

lib/Sys/Sendfile/OSX.pm  view on Meta::CPAN

 my $rv = sendfile($local_fh, $socket_fh);

=head1 DESCRIPTION

The sendfile() function is a zero-copy function for transferring the
contents of a filehandle to a streaming socket.

As per the man pages, the sendfile() function was made available as of Mac
OS X 10.5.

=head1 Sys::Sendfile

 view all matches for this distribution


TAP-Formatter-JUnit

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

      and the patience.
    - Track and report timings for "(init)" and "(teardown)" of the test.
      Without this, Hudson does not properly report on the total time needed
      for a test suite (it calculates total time by adding up the constituent
      tests, not by looking at the <testsuite> "time" attribute).
    - Rewrite internals, switching from a streaming style to an iterative style
      of processing the TAP.  Same results, but easier to work with.

0.08    Thu Jul 15 23:44 PDT 2010
    - RT#58838, "Error reporting on die or missing plan".  Thanks to Colin
      Robertson.  Output compatible w/Hudson (so it now sees these as errors).

 view all matches for this distribution


TAP-Formatter-JUnitREGRU

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

      and the patience.
    - Track and report timings for "(init)" and "(teardown)" of the test.
      Without this, Hudson does not properly report on the total time needed
      for a test suite (it calculates total time by adding up the constituent
      tests, not by looking at the <testsuite> "time" attribute).
    - Rewrite internals, switching from a streaming style to an iterative style
      of processing the TAP.  Same results, but easier to work with.

0.08    Thu Jul 15 23:44 PDT 2010
    - RT#58838, "Error reporting on die or missing plan".  Thanks to Colin
      Robertson.  Output compatible w/Hudson (so it now sees these as errors).

 view all matches for this distribution


TUWF

 view release on metacpan or  search on metacpan

lib/TUWF.pod  view on Meta::CPAN

send other headers B<after> generating the contents of the page.  And as an
added bonus, your pages will be compressed more efficiently when output
compression is enabled.

On the other hand, this means that you can't use TUWF for applications that
require Websockets or other forms of streaming dynamic content (e.g. a chat
application), and you may get into memory issues when sending large files.

=item Everything is UTF-8.

All TUWF functions (with some exceptions) will only accept and return Unicode

 view all matches for this distribution


TV-Mediathek

 view release on metacpan or  search on metacpan

lib/TV/Mediathek.pm  view on Meta::CPAN

    $self->log->debug( __PACKAGE__ . "->refresh_media end" );
}

# Local XML::Twig twig handler method for importing media to the database.
# Expects to receive a twig with the required statement handlers initialised.
# <Filme><Nr>0000</Nr><Sender>3Sat</Sender><Thema>3sat.full</Thema><Titel>Mediathek-Beiträge</Titel><Datum>04.09.2011</Datum><Zeit>19:23:11</Zeit><Url>http://wstreaming.zdf.de/3sat/veryhigh/110103_jazzbaltica2010ceu_musik.asx</Url><UrlOrg>http://wst...
sub _media_to_db {
    my ( $t, $section ) = @_;

    my %values;
    ###FIXME - get all children, not just by name

 view all matches for this distribution


TableData-CPAN-Release-Static-2021

 view release on metacpan or  search on metacpan

share/2021.csv  view on Meta::CPAN

Encode-RAD50-0.015,2021-01-10T05:46:31,WYANT,cpan,released,0.015,,Encode-RAD50,"Convert to and from the Rad50 character set"
Win32API-File-Time-0.009_01,2021-01-10T05:56:54,WYANT,backpan,developer,0.009_01,,Win32API-File-Time,"Get and set file times in Windows - including open files"
mb-0.19,2021-01-10T08:58:44,INA,cpan,released,0.19,,mb,"run Perl script in MBCS encoding (not only CJK ;-)"
DNS-Hetzner-0.04,2021-01-10T09:30:33,PERLSRVDE,cpan,released,0.04,,DNS-Hetzner,"Perl library to work with the API for the Hetzner DNS"
Travel-Status-DE-DBWagenreihung-0.06,2021-01-10T11:22:05,DERF,latest,released,0.06,,Travel-Status-DE-DBWagenreihung,"Interface to Deutsche Bahn Wagon Order API."
Audio-StreamGenerator-0.01,2021-01-10T12:29:18,OELE,cpan,released,0.01,1,Audio-StreamGenerator,"create a 'radio' stream by mixing ('cross fading') multiple audio sources (files or anything that can be converted to PCM audio) and sending it to a strea...
WHO-GrowthReference-GenTable-0.001,2021-01-10T13:28:51,PERLANCAR,backpan,released,0.001,1,WHO-GrowthReference-GenTable,"Add WHO reference fields to table"
Crypt-JWT-0.031,2021-01-10T14:18:25,MIK,backpan,released,0.031,,Crypt-JWT,"JSON Web Token"
HTML-Make-0.13,2021-01-10T14:56:36,BKB,backpan,released,0.13,,HTML-Make,"A flexible HTML generator"
HTML-Make-Calendar-0.00_03,2021-01-10T14:59:26,BKB,backpan,developer,0.00_03,,HTML-Make-Calendar,"Make an HTML calendar"
XML-Sig-0.38,2021-01-10T15:27:25,TIMLEGGE,backpan,released,0.38,,XML-Sig,"A toolkit to help sign and verify XML Digital Signatures."

share/2021.csv  view on Meta::CPAN

Net-FullAuto-1.0000549,2021-01-10T17:39:02,REEDFISH,backpan,released,1.0000549,,Net-FullAuto,"Perl Based Secure Distributed Computing Network Process"
Class-DispatchToAll-0.13,2021-01-10T17:49:02,DOMM,latest,released,0.13,,Class-DispatchToAll,"DEPRECATED - dispatch a method call to all inherited methods"
Pod-Strip-1.100,2021-01-10T17:49:14,DOMM,latest,released,1.100,,Pod-Strip,"Remove POD from Perl code"
ZMQx-Class-0.008,2021-01-10T18:10:57,DOMM,latest,released,0.008,,ZMQx-Class,"DEPRECATED - OO Interface to ZMQ"
CGI-URI2param-1.03,2021-01-10T18:19:02,DOMM,latest,released,1.03,,CGI-URI2param,"DEPRECATED - convert parts of an URL to param values"
Audio-StreamGenerator-0.02,2021-01-10T19:18:54,OELE,cpan,released,0.02,,Audio-StreamGenerator,"create a 'radio' stream by mixing ('cross fading') multiple audio sources (files or anything that can be converted to PCM audio) and sending it to a stream...
Audio-StreamGenerator-0.03,2021-01-10T19:50:43,OELE,cpan,released,0.03,,Audio-StreamGenerator,"create a 'radio' stream by mixing ('cross fading') multiple audio sources (files or anything that can be converted to PCM audio) and sending it to a stream...
Audio-StreamGenerator-0.04,2021-01-10T20:06:07,OELE,cpan,released,0.04,,Audio-StreamGenerator,"create a 'radio' stream by mixing ('cross fading') multiple audio sources (files or anything that can be converted to PCM audio) and sending it to a stream...
Dist-Zilla-Plugin-EnsureMinimumPerl-0.01,2021-01-10T20:08:56,GTERMARS,cpan,released,0.01,1,Dist-Zilla-Plugin-EnsureMinimumPerl,"Ensure that you have specified a minimum version of Perl"
Email-MIME-ContentType-1.025-TRIAL,2021-01-10T20:29:25,RJBS,cpan,developer,1.025,,Email-MIME-ContentType,"Parse and build a MIME Content-Type or Content-Disposition Header"
Email-MIME-ContentType-1.026,2021-01-10T20:32:20,RJBS,latest,released,1.026,,Email-MIME-ContentType,"Parse and build a MIME Content-Type or Content-Disposition Header"
Audio-StreamGenerator-0.05,2021-01-10T21:00:30,OELE,cpan,released,0.05,,Audio-StreamGenerator,"create a 'radio' stream by mixing ('cross fading') multiple audio sources (files or anything that can be converted to PCM audio) and sending it to a stream...
Neo4j-Driver-0.20,2021-01-10T21:22:30,AJNN,cpan,released,0.20,,Neo4j-Driver,"Perl Neo4j driver for Bolt and HTTP"
API-Medium-0.902,2021-01-10T21:26:17,DOMM,latest,released,0.902,,API-Medium,"Talk with medium.com using their REST API"
Auth-GoogleAuth-1.03,2021-01-10T21:39:11,GRYPHON,latest,released,1.03,,Auth-GoogleAuth,"Google Authenticator TBOT Abstraction"
LWP-Authen-OAuth2-0.18,2021-01-10T21:52:05,DOMM,latest,released,0.18,,LWP-Authen-OAuth2,"Make requests to OAuth2 APIs."
Config-App-1.13,2021-01-10T22:08:18,GRYPHON,latest,released,1.13,,Config-App,"Cascading merged application configuration"

share/2021.csv  view on Meta::CPAN

Crypto-Exchange-Binance-Spot-API-0.02,2021-04-19T22:04:34,MICVU,cpan,released,0.02,,Crypto-Exchange-Binance-Spot-API,"Crypto Exchange Binance Spot API"
App-ANSIColorUtils-0.009,2021-04-20T00:05:57,PERLANCAR,backpan,released,0.009,,App-ANSIColorUtils,"Utilities related to ANSI color"
SPVM-0.0943,2021-04-20T01:09:21,KIMOTO,backpan,released,0.0943,,SPVM,"Static Perl Virtual Machine. Fast Calculation, Fast Array Operation, and Easy C/C++ Binding."
Valiant-0.001006,2021-04-20T01:13:20,JJNAPIORK,cpan,released,0.001006,,Valiant,"Validation Library"
StreamFinder-1.44,2021-04-20T01:54:20,TURNERJW,cpan,released,1.44,,StreamFinder,"Fetch actual raw streamable URLs from various radio-station, video & podcast websites."
Data-MessagePack-Stream-1.05,2021-04-20T02:10:33,SYOHEX,latest,released,1.05,,Data-MessagePack-Stream,"yet another messagepack streaming deserializer"
Mail-Pyzor-0.06_01,2021-04-20T02:19:44,FELIPE,cpan,developer,0.06_01,,Mail-Pyzor,"Pyzor spam filtering in Perl"
Role-TinyCommons-Collection-0.001,2021-04-20T02:54:02,PERLANCAR,backpan,released,0.001,1,Role-TinyCommons-Collection,"Roles related to collections"
ArrayData-0.2.0,2021-04-20T03:34:50,PERLANCAR,backpan,released,0.2.0,,ArrayData,"Specification for ArrayData::*, modules that contains array data"
Role-TinyCommons-Collection-0.002,2021-04-20T03:36:17,PERLANCAR,backpan,released,0.002,,Role-TinyCommons-Collection,"Roles related to collections"
Role-TinyCommons-Collection-0.003,2021-04-20T04:18:29,PERLANCAR,backpan,released,0.003,,Role-TinyCommons-Collection,"Roles related to collections"

share/2021.csv  view on Meta::CPAN

Image-CairoSVG-0.19,2021-05-13T07:02:21,BKB,backpan,released,0.19,,Image-CairoSVG,"Render SVG into a Cairo surface"
Game-Theory-TwoPersonMatrix-0.2206,2021-05-13T07:29:09,GENE,latest,released,0.2206,,Game-Theory-TwoPersonMatrix,"Analyze a 2 person matrix game"
Sentry-SDK-v1.0.9,2021-05-13T09:12:54,PMB,cpan,released,v1.0.9,,Sentry-SDK,"sentry.io integration"
Alien-Build-2.40,2021-05-13T12:47:13,PLICEASE,backpan,released,2.40,,Alien-Build,"Build external dependencies for use in CPAN"
Image-CairoSVG-0.20,2021-05-13T12:58:35,BKB,backpan,released,0.20,,Image-CairoSVG,"Render SVG into a Cairo surface"
Audio-StreamGenerator-0.06,2021-05-13T13:20:20,OELE,latest,released,0.06,,Audio-StreamGenerator,"create a 'radio' stream by mixing ('cross fading') multiple audio sources (files or anything that can be converted to PCM audio) and sending it to a stre...
Contextual-Diag-0.04,2021-05-13T14:21:38,KFLY,latest,released,0.04,,Contextual-Diag,"diagnosing perl context"
Data-Dataset-ChordProgressions-0.0106,2021-05-13T14:42:15,GENE,backpan,released,0.0106,,Data-Dataset-ChordProgressions,"Provide access to hundreds of possible chord progressions"
Test-Script-1.29,2021-05-13T15:18:23,PLICEASE,latest,released,1.29,,Test-Script,"Basic cross-platform tests for scripts"
Astro-satpass-0.119_01,2021-05-13T15:43:55,WYANT,backpan,developer,0.119_01,,Astro-satpass,"Classes and app to compute satellite visibility"
Dancer2-Plugin-Syntax-ParamKeywords-0.1.0,2021-05-13T15:46:42,CROMEDOME,cpan,released,0.1.0,1,Dancer2-Plugin-Syntax-ParamKeywords,"Parameter keywords for the lazy"

 view all matches for this distribution


TableData-Perl-CPAN-Release-Dynamic

 view release on metacpan or  search on metacpan

share/2022.csv  view on Meta::CPAN

"Pod-Spell-1.23","2022-09-21T14:42:18","HAARG","cpan","released","1.23","","Pod-Spell","a formatter for spellchecking Pod"
"Data-Enum-v0.2.5","2022-09-21T15:20:32","RRWO","backpan","released","v0.2.5","","Data-Enum","immutable enumeration classes"
"Date-Utility-1.11-TRIAL","2022-09-21T15:59:56","CHYLLI","backpan","developer","1.11","","Date-Utility","A class that represents a datetime in various format"
"Type-Tiny-1.999_012","2022-09-21T16:25:23","TOBYINK","backpan","developer","1.999_012","","Type-Tiny","tiny, yet Moo(se)-compatible type constraint"
"WebFetch-Input-RSS-0.2.1","2022-09-21T18:43:04","IKLUFT","backpan","released","0.2.1","","WebFetch-Input-RSS","get headlines for WebFetch from RSS feed"
"Audio-StreamGenerator-1","2022-09-21T18:57:15","OELE","cpan","released","1","","Audio-StreamGenerator","create a 'radio' stream by mixing ('cross fading') multiple audio sources (files or anything that can be converted to PCM audio) and sending it t...
"SQL-SimpleOps-2022.264.1","2022-09-21T20:09:25","CCELSO","backpan","released","v2022.264.1","","SQL-SimpleOps","SQL Simple Operations"
"Cucumber-Messages-19.1.3","2022-09-21T21:44:31","CUKEBOT","cpan","released","19.1.3","","Cucumber-Messages","A library for (de)serializing Cucumber protocol messages"
"Date-Format-ISO8601-0.011","2022-09-22T00:06:05","PERLANCAR","backpan","released","0.011","","Date-Format-ISO8601","Format date (Unix timestamp/epoch) as ISO8601 date/time string"
"Data-Sah-Coerce-0.053","2022-09-22T00:07:32","PERLANCAR","cpan","released","0.053","","Data-Sah-Coerce","Coercion rules for Data::Sah"
"Class-Plain-0.01","2022-09-22T01:19:44","KIMOTO","cpan","released","0.01","1","Class-Plain","a class syntax for the hash-based Perl OO."

share/2022.csv  view on Meta::CPAN

"Data-Enum-v0.2.6","2022-09-22T15:44:28","RRWO","backpan","released","v0.2.6","","Data-Enum","immutable enumeration classes"
"Cucumber-Messages-19.1.4","2022-09-22T16:51:37","CUKEBOT","cpan","released","19.1.4","","Cucumber-Messages","A library for (de)serializing Cucumber protocol messages"
"GD-Graph-Polar-0.20","2022-09-22T17:56:23","MRDVT","cpan","released","0.20","","GD-Graph-Polar","Perl package to create polar graphs using GD package"
"AsposeCellsCloud-CellsApi-22.9","2022-09-22T18:24:27","ASPOSE","cpan","released","22.9","","AsposeCellsCloud-CellsApi","Aspose.Cells Cloud SDK for Perl"
"Alien-Autotools-1.08","2022-09-22T19:14:18","PLICEASE","latest","released","1.08","","Alien-Autotools","Build and install the GNU build system."
"Audio-StreamGenerator-1.01","2022-09-22T19:52:26","BRTASTIC","cpan","released","1.01","","Audio-StreamGenerator","create a 'radio' stream by mixing ('cross fading') multiple audio sources (files or anything that can be converted to PCM audio) and se...
"HTML-Restrict-v3.0.1","2022-09-22T22:34:10","OALDERS","cpan","released","v3.0.1","","HTML-Restrict","Strip unwanted HTML tags and attributes"
"Class-Plain-0.03","2022-09-22T23:51:26","KIMOTO","cpan","released","0.03","","Class-Plain","a class syntax for the hash-based Perl OO."
"Date-Format-ISO8601-0.012","2022-09-23T00:05:42","PERLANCAR","latest","released","0.012","","Date-Format-ISO8601","Format date (Unix timestamp) as ISO8601 datetime/date/time string"
"Class-Plain-0.04","2022-09-23T00:07:19","KIMOTO","cpan","released","0.04","","Class-Plain","a class syntax for the hash-based Perl OO."
"Type-Tiny-1.999_013","2022-09-23T06:29:51","TOBYINK","backpan","developer","1.999_013","","Type-Tiny","tiny, yet Moo(se)-compatible type constraint"

share/2022.csv  view on Meta::CPAN

"Tags-HTML-Image-Grid-0.01","2022-10-14T10:59:32","SKIM","cpan","released","0.01","1","Tags-HTML-Image-Grid","Tags helper class for image grid."
"App-ipchgmon-1.0.2","2022-10-14T13:55:25","DAVIES","backpan","released","1.0.2","","App-ipchgmon","Watches for changes to public facing IP addresses"
"B-COW-0.005","2022-10-14T15:17:12","ATOOMIC","cpan","released","0.005","","B-COW","B::COW additional B helpers to check COW status"
"UTF8-R2-0.24","2022-10-14T15:22:29","INA","cpan","released","0.24","","UTF8-R2","makes UTF-8 scripting easy for enterprise use"
"mb-0.51","2022-10-14T16:30:28","INA","cpan","released","0.51","","mb","Can easy script in Big5, Big5-HKSCS, GBK, Sjis(also CP932), UHC, UTF-8, ..."
"Audio-StreamGenerator-1.02","2022-10-14T18:47:27","OELE","latest","released","1.02","","Audio-StreamGenerator","create a 'radio' stream by mixing ('cross fading') multiple audio sources (files or anything that can be converted to PCM audio) and send...
"Mojolicious-9.28","2022-10-14T18:55:13","SRI","cpan","released","9.28","","Mojolicious","Real-time web framework"
"WWW-Spotify-0.011","2022-10-14T20:22:13","OALDERS","cpan","released","0.011","","WWW-Spotify","Spotify Web API Wrapper"
"Syntax-Construct-1.029","2022-10-14T21:51:32","CHOROBA","backpan","released","1.029","","Syntax-Construct","Explicitly state which non-feature constructs are used in the code."
"Syntax-Construct-1.030","2022-10-14T22:03:02","CHOROBA","cpan","released","1.030","","Syntax-Construct","Explicitly state which non-feature constructs are used in the code."
"App-tabledata-0.003","2022-10-15T00:06:12","PERLANCAR","backpan","released","0.003","","App-tabledata","Show content of TableData modules (plus a few other things)"

 view all matches for this distribution


TableData-Perl-CPAN-Release-Static-2021

 view release on metacpan or  search on metacpan

share/2021.csv  view on Meta::CPAN

Encode-RAD50-0.015,2021-01-10T05:46:31,WYANT,cpan,released,0.015,,Encode-RAD50,"Convert to and from the Rad50 character set"
Win32API-File-Time-0.009_01,2021-01-10T05:56:54,WYANT,backpan,developer,0.009_01,,Win32API-File-Time,"Get and set file times in Windows - including open files"
mb-0.19,2021-01-10T08:58:44,INA,cpan,released,0.19,,mb,"run Perl script in MBCS encoding (not only CJK ;-)"
DNS-Hetzner-0.04,2021-01-10T09:30:33,PERLSRVDE,cpan,released,0.04,,DNS-Hetzner,"Perl library to work with the API for the Hetzner DNS"
Travel-Status-DE-DBWagenreihung-0.06,2021-01-10T11:22:05,DERF,latest,released,0.06,,Travel-Status-DE-DBWagenreihung,"Interface to Deutsche Bahn Wagon Order API."
Audio-StreamGenerator-0.01,2021-01-10T12:29:18,OELE,cpan,released,0.01,1,Audio-StreamGenerator,"create a 'radio' stream by mixing ('cross fading') multiple audio sources (files or anything that can be converted to PCM audio) and sending it to a strea...
WHO-GrowthReference-GenTable-0.001,2021-01-10T13:28:51,PERLANCAR,backpan,released,0.001,1,WHO-GrowthReference-GenTable,"Add WHO reference fields to table"
Crypt-JWT-0.031,2021-01-10T14:18:25,MIK,backpan,released,0.031,,Crypt-JWT,"JSON Web Token"
HTML-Make-0.13,2021-01-10T14:56:36,BKB,backpan,released,0.13,,HTML-Make,"A flexible HTML generator"
HTML-Make-Calendar-0.00_03,2021-01-10T14:59:26,BKB,backpan,developer,0.00_03,,HTML-Make-Calendar,"Make an HTML calendar"
XML-Sig-0.38,2021-01-10T15:27:25,TIMLEGGE,backpan,released,0.38,,XML-Sig,"A toolkit to help sign and verify XML Digital Signatures."

share/2021.csv  view on Meta::CPAN

Net-FullAuto-1.0000549,2021-01-10T17:39:02,REEDFISH,backpan,released,1.0000549,,Net-FullAuto,"Perl Based Secure Distributed Computing Network Process"
Class-DispatchToAll-0.13,2021-01-10T17:49:02,DOMM,latest,released,0.13,,Class-DispatchToAll,"DEPRECATED - dispatch a method call to all inherited methods"
Pod-Strip-1.100,2021-01-10T17:49:14,DOMM,latest,released,1.100,,Pod-Strip,"Remove POD from Perl code"
ZMQx-Class-0.008,2021-01-10T18:10:57,DOMM,latest,released,0.008,,ZMQx-Class,"DEPRECATED - OO Interface to ZMQ"
CGI-URI2param-1.03,2021-01-10T18:19:02,DOMM,latest,released,1.03,,CGI-URI2param,"DEPRECATED - convert parts of an URL to param values"
Audio-StreamGenerator-0.02,2021-01-10T19:18:54,OELE,cpan,released,0.02,,Audio-StreamGenerator,"create a 'radio' stream by mixing ('cross fading') multiple audio sources (files or anything that can be converted to PCM audio) and sending it to a stream...
Audio-StreamGenerator-0.03,2021-01-10T19:50:43,OELE,cpan,released,0.03,,Audio-StreamGenerator,"create a 'radio' stream by mixing ('cross fading') multiple audio sources (files or anything that can be converted to PCM audio) and sending it to a stream...
Audio-StreamGenerator-0.04,2021-01-10T20:06:07,OELE,cpan,released,0.04,,Audio-StreamGenerator,"create a 'radio' stream by mixing ('cross fading') multiple audio sources (files or anything that can be converted to PCM audio) and sending it to a stream...
Dist-Zilla-Plugin-EnsureMinimumPerl-0.01,2021-01-10T20:08:56,GTERMARS,cpan,released,0.01,1,Dist-Zilla-Plugin-EnsureMinimumPerl,"Ensure that you have specified a minimum version of Perl"
Email-MIME-ContentType-1.025-TRIAL,2021-01-10T20:29:25,RJBS,cpan,developer,1.025,,Email-MIME-ContentType,"Parse and build a MIME Content-Type or Content-Disposition Header"
Email-MIME-ContentType-1.026,2021-01-10T20:32:20,RJBS,latest,released,1.026,,Email-MIME-ContentType,"Parse and build a MIME Content-Type or Content-Disposition Header"
Audio-StreamGenerator-0.05,2021-01-10T21:00:30,OELE,cpan,released,0.05,,Audio-StreamGenerator,"create a 'radio' stream by mixing ('cross fading') multiple audio sources (files or anything that can be converted to PCM audio) and sending it to a stream...
Neo4j-Driver-0.20,2021-01-10T21:22:30,AJNN,cpan,released,0.20,,Neo4j-Driver,"Perl Neo4j driver for Bolt and HTTP"
API-Medium-0.902,2021-01-10T21:26:17,DOMM,latest,released,0.902,,API-Medium,"Talk with medium.com using their REST API"
Auth-GoogleAuth-1.03,2021-01-10T21:39:11,GRYPHON,latest,released,1.03,,Auth-GoogleAuth,"Google Authenticator TBOT Abstraction"
LWP-Authen-OAuth2-0.18,2021-01-10T21:52:05,DOMM,latest,released,0.18,,LWP-Authen-OAuth2,"Make requests to OAuth2 APIs."
Config-App-1.13,2021-01-10T22:08:18,GRYPHON,latest,released,1.13,,Config-App,"Cascading merged application configuration"

share/2021.csv  view on Meta::CPAN

Crypto-Exchange-Binance-Spot-API-0.02,2021-04-19T22:04:34,MICVU,cpan,released,0.02,,Crypto-Exchange-Binance-Spot-API,"Crypto Exchange Binance Spot API"
App-ANSIColorUtils-0.009,2021-04-20T00:05:57,PERLANCAR,backpan,released,0.009,,App-ANSIColorUtils,"Utilities related to ANSI color"
SPVM-0.0943,2021-04-20T01:09:21,KIMOTO,backpan,released,0.0943,,SPVM,"Static Perl Virtual Machine. Fast Calculation, Fast Array Operation, and Easy C/C++ Binding."
Valiant-0.001006,2021-04-20T01:13:20,JJNAPIORK,cpan,released,0.001006,,Valiant,"Validation Library"
StreamFinder-1.44,2021-04-20T01:54:20,TURNERJW,cpan,released,1.44,,StreamFinder,"Fetch actual raw streamable URLs from various radio-station, video & podcast websites."
Data-MessagePack-Stream-1.05,2021-04-20T02:10:33,SYOHEX,latest,released,1.05,,Data-MessagePack-Stream,"yet another messagepack streaming deserializer"
Mail-Pyzor-0.06_01,2021-04-20T02:19:44,FELIPE,cpan,developer,0.06_01,,Mail-Pyzor,"Pyzor spam filtering in Perl"
Role-TinyCommons-Collection-0.001,2021-04-20T02:54:02,PERLANCAR,backpan,released,0.001,1,Role-TinyCommons-Collection,"Roles related to collections"
ArrayData-0.2.0,2021-04-20T03:34:50,PERLANCAR,backpan,released,0.2.0,,ArrayData,"Specification for ArrayData::*, modules that contains array data"
Role-TinyCommons-Collection-0.002,2021-04-20T03:36:17,PERLANCAR,backpan,released,0.002,,Role-TinyCommons-Collection,"Roles related to collections"
Role-TinyCommons-Collection-0.003,2021-04-20T04:18:29,PERLANCAR,backpan,released,0.003,,Role-TinyCommons-Collection,"Roles related to collections"

share/2021.csv  view on Meta::CPAN

Image-CairoSVG-0.19,2021-05-13T07:02:21,BKB,backpan,released,0.19,,Image-CairoSVG,"Render SVG into a Cairo surface"
Game-Theory-TwoPersonMatrix-0.2206,2021-05-13T07:29:09,GENE,latest,released,0.2206,,Game-Theory-TwoPersonMatrix,"Analyze a 2 person matrix game"
Sentry-SDK-v1.0.9,2021-05-13T09:12:54,PMB,cpan,released,v1.0.9,,Sentry-SDK,"sentry.io integration"
Alien-Build-2.40,2021-05-13T12:47:13,PLICEASE,backpan,released,2.40,,Alien-Build,"Build external dependencies for use in CPAN"
Image-CairoSVG-0.20,2021-05-13T12:58:35,BKB,backpan,released,0.20,,Image-CairoSVG,"Render SVG into a Cairo surface"
Audio-StreamGenerator-0.06,2021-05-13T13:20:20,OELE,latest,released,0.06,,Audio-StreamGenerator,"create a 'radio' stream by mixing ('cross fading') multiple audio sources (files or anything that can be converted to PCM audio) and sending it to a stre...
Contextual-Diag-0.04,2021-05-13T14:21:38,KFLY,latest,released,0.04,,Contextual-Diag,"diagnosing perl context"
Data-Dataset-ChordProgressions-0.0106,2021-05-13T14:42:15,GENE,backpan,released,0.0106,,Data-Dataset-ChordProgressions,"Provide access to hundreds of possible chord progressions"
Test-Script-1.29,2021-05-13T15:18:23,PLICEASE,latest,released,1.29,,Test-Script,"Basic cross-platform tests for scripts"
Astro-satpass-0.119_01,2021-05-13T15:43:55,WYANT,backpan,developer,0.119_01,,Astro-satpass,"Classes and app to compute satellite visibility"
Dancer2-Plugin-Syntax-ParamKeywords-0.1.0,2021-05-13T15:46:42,CROMEDOME,cpan,released,0.1.0,1,Dancer2-Plugin-Syntax-ParamKeywords,"Parameter keywords for the lazy"

 view all matches for this distribution


TableData-Perl-CPAN-Release-Static-2022

 view release on metacpan or  search on metacpan

share/2022.csv  view on Meta::CPAN

"Pod-Spell-1.23","2022-09-21T14:42:18","HAARG","cpan","released","1.23","","Pod-Spell","a formatter for spellchecking Pod"
"Data-Enum-v0.2.5","2022-09-21T15:20:32","RRWO","backpan","released","v0.2.5","","Data-Enum","immutable enumeration classes"
"Date-Utility-1.11-TRIAL","2022-09-21T15:59:56","CHYLLI","backpan","developer","1.11","","Date-Utility","A class that represents a datetime in various format"
"Type-Tiny-1.999_012","2022-09-21T16:25:23","TOBYINK","backpan","developer","1.999_012","","Type-Tiny","tiny, yet Moo(se)-compatible type constraint"
"WebFetch-Input-RSS-0.2.1","2022-09-21T18:43:04","IKLUFT","backpan","released","0.2.1","","WebFetch-Input-RSS","get headlines for WebFetch from RSS feed"
"Audio-StreamGenerator-1","2022-09-21T18:57:15","OELE","cpan","released","1","","Audio-StreamGenerator","create a 'radio' stream by mixing ('cross fading') multiple audio sources (files or anything that can be converted to PCM audio) and sending it t...
"SQL-SimpleOps-2022.264.1","2022-09-21T20:09:25","CCELSO","backpan","released","v2022.264.1","","SQL-SimpleOps","SQL Simple Operations"
"Cucumber-Messages-19.1.3","2022-09-21T21:44:31","CUKEBOT","cpan","released","19.1.3","","Cucumber-Messages","A library for (de)serializing Cucumber protocol messages"
"Date-Format-ISO8601-0.011","2022-09-22T00:06:05","PERLANCAR","backpan","released","0.011","","Date-Format-ISO8601","Format date (Unix timestamp/epoch) as ISO8601 date/time string"
"Data-Sah-Coerce-0.053","2022-09-22T00:07:32","PERLANCAR","cpan","released","0.053","","Data-Sah-Coerce","Coercion rules for Data::Sah"
"Class-Plain-0.01","2022-09-22T01:19:44","KIMOTO","cpan","released","0.01","1","Class-Plain","a class syntax for the hash-based Perl OO."

share/2022.csv  view on Meta::CPAN

"Data-Enum-v0.2.6","2022-09-22T15:44:28","RRWO","backpan","released","v0.2.6","","Data-Enum","immutable enumeration classes"
"Cucumber-Messages-19.1.4","2022-09-22T16:51:37","CUKEBOT","cpan","released","19.1.4","","Cucumber-Messages","A library for (de)serializing Cucumber protocol messages"
"GD-Graph-Polar-0.20","2022-09-22T17:56:23","MRDVT","cpan","released","0.20","","GD-Graph-Polar","Perl package to create polar graphs using GD package"
"AsposeCellsCloud-CellsApi-22.9","2022-09-22T18:24:27","ASPOSE","cpan","released","22.9","","AsposeCellsCloud-CellsApi","Aspose.Cells Cloud SDK for Perl"
"Alien-Autotools-1.08","2022-09-22T19:14:18","PLICEASE","latest","released","1.08","","Alien-Autotools","Build and install the GNU build system."
"Audio-StreamGenerator-1.01","2022-09-22T19:52:26","BRTASTIC","cpan","released","1.01","","Audio-StreamGenerator","create a 'radio' stream by mixing ('cross fading') multiple audio sources (files or anything that can be converted to PCM audio) and se...
"HTML-Restrict-v3.0.1","2022-09-22T22:34:10","OALDERS","cpan","released","v3.0.1","","HTML-Restrict","Strip unwanted HTML tags and attributes"
"Class-Plain-0.03","2022-09-22T23:51:26","KIMOTO","cpan","released","0.03","","Class-Plain","a class syntax for the hash-based Perl OO."
"Date-Format-ISO8601-0.012","2022-09-23T00:05:42","PERLANCAR","latest","released","0.012","","Date-Format-ISO8601","Format date (Unix timestamp) as ISO8601 datetime/date/time string"
"Class-Plain-0.04","2022-09-23T00:07:19","KIMOTO","cpan","released","0.04","","Class-Plain","a class syntax for the hash-based Perl OO."
"Type-Tiny-1.999_013","2022-09-23T06:29:51","TOBYINK","backpan","developer","1.999_013","","Type-Tiny","tiny, yet Moo(se)-compatible type constraint"

share/2022.csv  view on Meta::CPAN

"Tags-HTML-Image-Grid-0.01","2022-10-14T10:59:32","SKIM","cpan","released","0.01","1","Tags-HTML-Image-Grid","Tags helper class for image grid."
"App-ipchgmon-1.0.2","2022-10-14T13:55:25","DAVIES","backpan","released","1.0.2","","App-ipchgmon","Watches for changes to public facing IP addresses"
"B-COW-0.005","2022-10-14T15:17:12","ATOOMIC","cpan","released","0.005","","B-COW","B::COW additional B helpers to check COW status"
"UTF8-R2-0.24","2022-10-14T15:22:29","INA","cpan","released","0.24","","UTF8-R2","makes UTF-8 scripting easy for enterprise use"
"mb-0.51","2022-10-14T16:30:28","INA","cpan","released","0.51","","mb","Can easy script in Big5, Big5-HKSCS, GBK, Sjis(also CP932), UHC, UTF-8, ..."
"Audio-StreamGenerator-1.02","2022-10-14T18:47:27","OELE","latest","released","1.02","","Audio-StreamGenerator","create a 'radio' stream by mixing ('cross fading') multiple audio sources (files or anything that can be converted to PCM audio) and send...
"Mojolicious-9.28","2022-10-14T18:55:13","SRI","cpan","released","9.28","","Mojolicious","Real-time web framework"
"WWW-Spotify-0.011","2022-10-14T20:22:13","OALDERS","cpan","released","0.011","","WWW-Spotify","Spotify Web API Wrapper"
"Syntax-Construct-1.029","2022-10-14T21:51:32","CHOROBA","backpan","released","1.029","","Syntax-Construct","Explicitly state which non-feature constructs are used in the code."
"Syntax-Construct-1.030","2022-10-14T22:03:02","CHOROBA","cpan","released","1.030","","Syntax-Construct","Explicitly state which non-feature constructs are used in the code."
"App-tabledata-0.003","2022-10-15T00:06:12","PERLANCAR","backpan","released","0.003","","App-tabledata","Show content of TableData modules (plus a few other things)"

 view all matches for this distribution


TableDataBundle-Business-ID-DGIP

 view release on metacpan or  search on metacpan

share/class35.csv  view on Meta::CPAN

"jasa/layanan amal, khususnya mempromosikan kesadaran masyarakat tentang amal, kedermawanan/filantropi, sukarelawan (volunteer), pelayanan masyarakat dan umum dan kegiatan kemanusiaan","charitable services, in particular promoting public awareness ab...
"menyelenggarakan pameran dan acara di bidang pengembangan perangkat lunak dan perangkat keras untuk tujuan komersial atau iklan","organizing exhibitions and events in the field of software and hardware development for commercial or advertising purpo...
"layanan asosiasi yang mempromosikan kepentingan profesional dan bisnis di bidang pengembangan aplikasi perangkat lunak seluler","association services that promote the interests of professionals and businesses in the field of mobile software applicat...
"iklan secara online dan mempromosikan barang dan jasa pihak lain melalui internet","online advertising and promoting the goods and services of others via the internet"
"layanan konsultasi pemasaran dan periklanan","marketing and advertising consultation services"
"menyediakan fasilitas online untuk live streaming video dari acara-acara promosi","providing online facilities for live streaming video of promotional events"
"mengatur dan menyelenggarakan acara-acara khusus untuk tujuan komersial, promosi atau periklanan","arranging and conducting special events for commercial, promotional or advertising purposes"
"mengatur, mempromosikan dan menyelenggarakan pameran, pameran perdagangan (tradeshows) dan acara-acara untuk tujuan bisnis","organizing, promoting and conducting exhibitions, tradeshows and events for business purposes"
"jasa toko retail secara online yang menampilkan headset realitas virtual/maya dan augmented reality, permainan (games), konten dan media digital","online retail store services featuring virtual reality and augmented reality headsets, games, content ...
"layanan katalog elektronik","electronic catalog services"
"layanan bantuan dan konsultasi bisnis","business assistance and consulting services"

share/class35.csv  view on Meta::CPAN

"pengiklanan penjualan melalui elektronik",-
"jasa periklanan B2B (transaksi komersial antara pelaku bisnis)","business-to-business advertising services"
"jasa analisis periklanan","advertising analysis services"
"penyebaran iklan untuk pihak lain melalui jaringan nirkabel, internet, kabel, satelit, dan jaringan komputer global, regional dan lokal","dissemination of advertising for others via wireless networks, the Internet, cable, satellite, and global, regi...
"menyediakan ruang pada perangkat seluler, aplikasi perangkat lunak, dan situs web untuk mengiklankan barang dan jasa","providing space on mobile devices, software applications, and websites for advertising goods and services"
"internet dan layanan situs belanja ritel online yang menampilkan streaming atau konten audio-visual yang dapat diunduh di bidang berita, hiburan, olahraga, komedi, drama, musik, dan video musik","internet and online retail shopping site services fea...
"layanan loyalitas pelanggan dan layanan klub pelanggan, untuk tujuan komersial, promosi, iklan, dan keterlibatan pelanggan","customer loyalty services and customer club services, for commercial, promotional, advertising, and customer engagement purp...
"Layanan ritel atau layanan grosir untuk sistem pengenalan suara","retail services or wholesale services for voice recognition systems"
"Layanan pemesanan melaui pos berbasis Internet","Internet-based mail order services"
"Layanan ritel atau layanan grosir untuk gambar yang dapat diunduh","retail services or wholesale services for downloadable images"
"memberikan bantuan bisnis kepada pihak lain dalam pengoperasian peralatan pemrosesan data yaitu, komputer, mesin tik, mesin teleks dan mesin kantor sejenis lainnya","providing business assistance to others in the operation of data processing apparat...

share/class35.csv  view on Meta::CPAN

"Penyebaran iklan untuk orang lain melalui jaringan komputer global","Dissemination of advertising for others via a global computer network"
"Jasa periklanan yaitu perencanaan media dan pembelian media untuk orang lain jasa evaluasi merek dan positioning merek untuk orang lain dan jasa pengadaan iklan untuk orang lain","Advertising services namely media planning and media buying for other...
"Jasa periklanan yaitu menyediakan ruang iklan baris melalui internet dan jaringan komunikasi lainnya","Advertising services namely providing classified advertising space via the internet and other communication networks"
"Penyusunan data dalam database komputer online dan database pencarian online di bidang iklan baris","Compiling of data in online computer databases and online searchable databases in the field of classifieds"
"Mempromosikan barang dan jasa orang lain dengan cara mendistribusikan iklan video melalui internet dan jaringan komunikasi lainnya","Promoting the goods and services of others by means of distributing video advertising on via the internet and other ...
"Menyediakan acara promosi melalui video streaming langsung","Providing promotional events via live streaming video"
"Layanan pemasaran dan promosi","Marketing and promotion services"
"Layanan jaringan bisnis","Business networking services"
"Layanan konsultasi dan perekrutan tenaga kerja","Employment consultancy and recruiting services"
"jasa manajemen bisnis, yaitu, pengelolaan dan pengoperasian hotel, restoran, bar, fasilitas rekreasi dan kebugaran, toko ritel, kondominium, gedung apartemen untuk pihak lain","business management services, namely, management and operation of hotels...
"Menyusun direktori bisnis online yang menampilkan bisnis produk dan layanan orang lain","Compiling online business directories featuring the businesses products and services of others"

 view all matches for this distribution


TableDataBundle-Business-ID-KBLI

 view release on metacpan or  search on metacpan

share/code.csv  view on Meta::CPAN

62029,"AKTIVITAS KONSULTASI KOMPUTER DAN MANAJEMEN FASILITAS KOMPUTER LAINNYA","Kelompok ini mencakup usaha konsultasi tentang tipe dan konfigurasi dari perangkat keras komputer dengan atau tanpa dikaitkan dengan aplikasi piranti lunak. Perencanaan d...
6209,"AKTIVITAS TEKNOLOGI INFORMASI DAN JASA KOMPUTER LAINNYA","Subgolongan ini mencakup teknologi informasi lain dan kegiatan terkait komputer yang tidak diklasifikasikan di tempat lain, seperti:- Pemulihan kerusakan komputer- Instalasi (setting-up)...
62090,"AKTIVITAS TEKNOLOGI INFORMASI DAN JASA KOMPUTER LAINNYA","Kelompok ini mencakup kegiatan teknologi informasi dan jasa komputer lainnya yang terkait dengan kegiatan yang belum diklasifikasikan di tempat lain, seperti pemulihan kerusakan kompute...
63,"AKTIVITAS JASA INFORMASI","Golongan pokok ini mencakup kegiatan portal pencarian web, pengolahan data dan hosting, serta kegiatan lain yang utamanya menyediakan informasi."
631,"AKTIVITAS PENGOLAHAN DATA, HOSTING DAN KEGIATAN YBDI; PORTAL WEB","Golongan ini mencakup penyediaan infrastruktur untuk hosting (penyimpanan data di internet), pengolahan data dan kegiatan terkait, serta penyediaan fasilitas pencarian dan portal...
6311,"AKTIVITAS PENGOLAHAN DATA, HOSTING DAN YBDI","Subgolongan ini mencakup:- Penyediaan infrastruktur untuk hosting, pengolahan data dan kegiatan yang terkait- Kegiatan hosting khusus seperti web hosting, jasa streaming, dan aplikasi hosting- Penye...
63111,"AKTIVITAS PENGOLAHAN DATA","Kelompok ini mencakup kegiatan pengolahan dan tabulasi semua jenis data. Kegiatan ini bisa meliputi keseluruhan tahap pengolahan dan penulisan laporan dari data yang disediakan pelanggan, atau hanya sebagian dari ta...
63112,"AKTIVITAS HOSTING DAN YBDI","Kelompok ini mencakup usaha jasa pelayanan yang berkaitan dengan penyediaan infrastruktur hosting, layanan pemrosesan data dan kegiatan ybdi dan spesialisasi dari hosting, seperti web-hosting, jasa streaming dan ap...
6312,"PORTAL WEB DAN/ATAU PLATFORM DIGITAL","Subgolongan ini mencakup:1. Portal Web- Pengoperasian situs web yang menggunakan mesin pencari untuk menghasilkan dan memelihara database besar dari alamat dan isi internet dalam format yang mudah dicari.-...
63121,"PORTAL WEB DAN/ATAU PLATFORM DIGITAL TANPA TUJUAN KOMERSIAL","Kelompok ini mencakup pengoperasian situs web tanpa tujuan komersial yang menggunakan mesin pencari untuk menghasilkan dan memelihara basis data (database) besar dari alamat dan isi...
63122,"PORTAL WEB DAN/ATAU PLATFORM DIGITAL DENGAN TUJUAN KOMERSIAL","Kelompok ini mencakup pengoperasian situs web dengan tujuan komersial yang menggunakan mesin pencari untuk menghasilkan dan memelihara basis data (database) besar dari alamat dan i...
639,"AKTIVITAS JASA INFORMASI LAINNYA","Golongan ini mencakup kegiatan kantor berita dan semua kegiatan jasa informasi lainnya yang tidak diklasifikasi di tempat lain.Golongan ini tidak mencakup:- Kegiatan perpustakaan dan arsip, lihat 9101"
6391,"AKTIVITAS KANTOR BERITA","Subgolongan ini mencakup:- Kegiatan perusahaan berita dan kantor berita yang menyediakan berita, gambar dan fitur ke mediaSubgolongan ini tidak mencakup:- Kegiatan jurnalis foto independen, lihat 7420 - Kegiatan jurnal...

 view all matches for this distribution


TableDataBundle-CPAN-Release-Static-Older

 view release on metacpan or  search on metacpan

share/2000.csv  view on Meta::CPAN

Parse-RecDescent-1.78,2000-03-20T01:08:21,DCONWAY,backpan,released,1.78,,Parse-RecDescent,"Generate Recursive-Descent Parsers"
Term-Slang-0.05,2000-03-20T05:55:10,DANIEL,backpan,released,0.05,,Term-Slang,"Interface to the S-Lang terminal library."
XML-XPath-0.19,2000-03-20T10:46:38,MSERGEANT,backpan,released,0.19,,XML-XPath,"a set of modules for parsing and evaluating XPath statements"
Authen-PAM-0.09,2000-03-20T11:24:36,NIKIP,backpan,released,0.09,,Authen-PAM,"Perl interface to PAM library"
HTML-Parser-3.07,2000-03-20T12:47:48,GAAS,backpan,released,3.07,,HTML-Parser,"HTML parser class"
Apache-MP3-1.00,2000-03-20T13:00:07,LDS,cpan,released,1.00,1,Apache-MP3,"Play streaming audio from Apache"
XML-XPath-0.20,2000-03-20T14:56:30,MSERGEANT,backpan,released,0.20,,XML-XPath,"a set of modules for parsing and evaluating XPath statements"
Template-Toolkit-1.05,2000-03-20T17:29:45,ABW,backpan,released,1.05,,Template-Toolkit,"template tree processor"
XML-PYX-0.06,2000-03-20T17:42:06,MSERGEANT,backpan,released,0.06,,XML-PYX,"XML to PYX generator"
Getopt-Long-2.23,2000-03-20T18:45:42,JV,backpan,released,2.23,,Getopt-Long,"Extended processing of command line options"
HTTP-BrowserDetect-0.94,2000-03-20T20:30:02,LHS,backpan,released,0.94,,HTTP-BrowserDetect,"Determine the Web browser, version, and platform from an HTTP user agent string"

 view all matches for this distribution


TableDataBundle-Perl-CPAN-Release-Static-Older

 view release on metacpan or  search on metacpan

share/2000.csv  view on Meta::CPAN

Parse-RecDescent-1.78,2000-03-20T01:08:21,DCONWAY,backpan,released,1.78,,Parse-RecDescent,"Generate Recursive-Descent Parsers"
Term-Slang-0.05,2000-03-20T05:55:10,DANIEL,backpan,released,0.05,,Term-Slang,"Interface to the S-Lang terminal library."
XML-XPath-0.19,2000-03-20T10:46:38,MSERGEANT,backpan,released,0.19,,XML-XPath,"a set of modules for parsing and evaluating XPath statements"
Authen-PAM-0.09,2000-03-20T11:24:36,NIKIP,backpan,released,0.09,,Authen-PAM,"Perl interface to PAM library"
HTML-Parser-3.07,2000-03-20T12:47:48,GAAS,backpan,released,3.07,,HTML-Parser,"HTML parser class"
Apache-MP3-1.00,2000-03-20T13:00:07,LDS,cpan,released,1.00,1,Apache-MP3,"Play streaming audio from Apache"
XML-XPath-0.20,2000-03-20T14:56:30,MSERGEANT,backpan,released,0.20,,XML-XPath,"a set of modules for parsing and evaluating XPath statements"
Template-Toolkit-1.05,2000-03-20T17:29:45,ABW,backpan,released,1.05,,Template-Toolkit,"template tree processor"
XML-PYX-0.06,2000-03-20T17:42:06,MSERGEANT,backpan,released,0.06,,XML-PYX,"XML to PYX generator"
Getopt-Long-2.23,2000-03-20T18:45:42,JV,backpan,released,2.23,,Getopt-Long,"Extended processing of command line options"
HTTP-BrowserDetect-0.94,2000-03-20T20:30:02,LHS,backpan,released,0.94,,HTTP-BrowserDetect,"Determine the Web browser, version, and platform from an HTTP user agent string"

 view all matches for this distribution


( run in 0.459 second using v1.01-cache-2.11-cpan-4d50c553e7e )