view release on metacpan or search on metacpan
site such as uunet.uu.net, or by allowing the Copyright Holder to include
your modifications in the Standard Version of the Package.
b) use the modified Package only within your corporation or organization.
c) rename any non-standard executables so the names do not conflict
with standard executables, which must also be provided, and provide
a separate manual page for each non-standard executable that clearly
documents how it differs from the Standard Version.
d) make other distribution arrangements with the Copyright Holder.
view all matches for this distribution
view release on metacpan or search on metacpan
such as ftp.uu.net, or by allowing the Copyright Holder to include your
modifications in the Standard Version of the Package.
b) use the modified Package only within your corporation or organization.
c) rename any non-standard executables so the names do not conflict with
standard executables, which must also be provided, and provide a separate
manual page for each non-standard executable that clearly documents how it
differs from the Standard Version.
d) make other distribution arrangements with the Copyright Holder.
view all matches for this distribution
view release on metacpan or search on metacpan
such as ftp.uu.net, or by allowing the Copyright Holder to include your
modifications in the Standard Version of the Package.
b) use the modified Package only within your corporation or organization.
c) rename any non-standard executables so the names do not conflict with
standard executables, which must also be provided, and provide a separate
manual page for each non-standard executable that clearly documents how it
differs from the Standard Version.
d) make other distribution arrangements with the Copyright Holder.
view all matches for this distribution
view release on metacpan or search on metacpan
#endif
/*
* The grok_* routines have been modified to use warn() instead of
* Perl_warner(). Also, 'hexdigit' was the former name of PL_hexdigit,
* which is why the stack variable has been renamed to 'xdigit'.
*/
#ifndef grok_bin
#if defined(NEED_grok_bin)
static UV DPPP_(my_grok_bin)(pTHX_ char *start, STRLEN *len_p, I32 *flags, NV *result);
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alvis/Buffer.pm view on Meta::CPAN
1;
}
############################################
#
# rename output XML buffer file to xml-add/N.xml for some N
# and create a new output XML buffer file, name is returned;
# return undef on fatal error, after printing error message
sub save() {
print ABUF $TRAILER;
CORE::close(ABUF);
lib/Alvis/Buffer.pm view on Meta::CPAN
closedir(XA);
}
$latest++;
my $nf = "xml-add/$latest.xml";
# now save
rename($BUFFER,$nf);
if ( ! &fix() ) {
return undef;
}
return $nf;
}
view all matches for this distribution
view release on metacpan or search on metacpan
- Definition of a section to manage XML output
- Render time is saved in the xml file (Client/server and
stantalone mode)
0.2
- rename client.pl, server.pl, go.pl, as alvis-nlp-client, alvis-nlp-server, alvis-nlp-standalone
- set the default parsing wrapper (forgot in the version 0.1)
- configuration files have been moved in the alvis-nlpplatform
- writing functions printing header and footer of the
documentCollection
- managing annoation of several document in the standalone
view all matches for this distribution
view release on metacpan or search on metacpan
Version of the Package.
b) use the modified Package only within your corporation or
organization.
c) rename any non-standard executables so the names do not
conflict with standard executables, which must also be provided,
and provide a separate manual page for each non-standard
executable that clearly documents how it differs from the Standard
Version.
view all matches for this distribution
view release on metacpan or search on metacpan
Version of the Package.
b) use the modified Package only within your corporation or
organization.
c) rename any non-standard executables so the names do not
conflict with standard executables, which must also be provided,
and provide a separate manual page for each non-standard
executable that clearly documents how it differs from the Standard
Version.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alzabo/RDBMSRules.pm view on Meta::CPAN
else
{
push @sql, $self->recreate_table_sql( new => $new_t,
old => $old_t,
);
push @sql, $self->rename_sequences( new => $new_t,
old => $old_t,
);
# no need to do more because table will be
# recreated from scratch
view all matches for this distribution
view release on metacpan or search on metacpan
Mon Dec 17 10:16:01 2018 Rob Lauer <rlauer6@comcast.net>
[1.1.4-1]:
* cpan/buildspec.yml: add ChangeLog
* cpan/Makefile.am
- rename tarball if minor relase
- PHONY, not PHONEY
* configure.ac: bump
Fri Dec 7 13:44:32 2018 Rob Lauer <rlauer6@comcast.net>
view all matches for this distribution
view release on metacpan or search on metacpan
such as ftp.uu.net, or by allowing the Copyright Holder to include your
modifications in the Standard Version of the Package.
b) use the modified Package only within your corporation or organization.
c) rename any non-standard executables so the names do not conflict with
standard executables, which must also be provided, and provide a separate
manual page for each non-standard executable that clearly documents how it
differs from the Standard Version.
d) make other distribution arrangements with the Copyright Holder.
view all matches for this distribution
view release on metacpan or search on metacpan
Tue Dec 11 12:53:58 2018 Rob Lauer <rlauer6@comcast.net>
[1.0.10-1]:
* configure.ac: bump release
* cpan/Makefile.am: rename tarball for minor release only
* src/main/perl/t/02-credentials.t: GMT, not UTC
* README.md: mention 'make cpan'
* cpan/extra-files: new
Mon Dec 10 13:44:31 2018 Rob Lauer <rlauer6@comcast.net>
view all matches for this distribution
view release on metacpan or search on metacpan
such as ftp.uu.net, or by allowing the Copyright Holder to include your
modifications in the Standard Version of the Package.
b) use the modified Package only within your corporation or organization.
c) rename any non-standard executables so the names do not conflict with
standard executables, which must also be provided, and provide a separate
manual page for each non-standard executable that clearly documents how it
differs from the Standard Version.
d) make other distribution arrangements with the Copyright Holder.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Amazon/DynamoDB/Simple.pm view on Meta::CPAN
# returns all the keys in the table
$table->keys();
# delete $old_key, create $new_key
$table->rename($old_key, $new_key);
# sync data between AWS regions using the 'last_updated' field to select
# the newest data. This method will permanently delete any items marked as
# 'deleted'.
$table->sync_regions();
view all matches for this distribution
view release on metacpan or search on metacpan
such as ftp.uu.net, or by allowing the Copyright Holder to include your
modifications in the Standard Version of the Package.
b) use the modified Package only within your corporation or organization.
c) rename any non-standard executables so the names do not conflict with
standard executables, which must also be provided, and provide a separate
manual page for each non-standard executable that clearly documents how it
differs from the Standard Version.
d) make other distribution arrangements with the Copyright Holder.
view all matches for this distribution
view release on metacpan or search on metacpan
such as ftp.uu.net, or by allowing the Copyright Holder to include your
modifications in the Standard Version of the Package.
b) use the modified Package only within your corporation or organization.
c) rename any non-standard executables so the names do not conflict with
standard executables, which must also be provided, and provide a separate
manual page for each non-standard executable that clearly documents how it
differs from the Standard Version.
d) make other distribution arrangements with the Copyright Holder.
view all matches for this distribution
view release on metacpan or search on metacpan
such as ftp.uu.net, or by allowing the Copyright Holder to include your
modifications in the Standard Version of the Package.
b) use the modified Package only within your corporation or organization.
c) rename any non-standard executables so the names do not conflict with
standard executables, which must also be provided, and provide a separate
manual page for each non-standard executable that clearly documents how it
differs from the Standard Version.
d) make other distribution arrangements with the Copyright Holder.
view all matches for this distribution
view release on metacpan or search on metacpan
- add head_object method
- refine document
0.09 2015-03-02T13:11:39Z
- rename Signer.pm -> SignerV2.pm
0.07 2015-03-01T15:49:47Z
- separate Signer class
view all matches for this distribution
view release on metacpan or search on metacpan
such as ftp.uu.net, or by allowing the Copyright Holder to include your
modifications in the Standard Version of the Package.
b) use the modified Package only within your corporation or organization.
c) rename any non-standard executables so the names do not conflict with
standard executables, which must also be provided, and provide a separate
manual page for each non-standard executable that clearly documents how it
differs from the Standard Version.
d) make other distribution arrangements with the Copyright Holder.
view all matches for this distribution
view release on metacpan or search on metacpan
ChangeLog.md view on Meta::CPAN
## [0.1.6] - 2024-04-04
### Fixed
- Allow spaces in country names (and rename some countries)
## [0.1.5] - 2024-04-02
### Fixed
view all matches for this distribution
view release on metacpan or search on metacpan
such as ftp.uu.net, or by allowing the Copyright Holder to include your
modifications in the Standard Version of the Package.
b) use the modified Package only within your corporation or organization.
c) rename any non-standard executables so the names do not conflict with
standard executables, which must also be provided, and provide a separate
manual page for each non-standard executable that clearly documents how it
differs from the Standard Version.
d) make other distribution arrangements with the Copyright Holder.
view all matches for this distribution
view release on metacpan or search on metacpan
share/Managers/buildApp.pm view on Meta::CPAN
my $stylesheet = $self->xslt->parse_stylesheet($style_doc);
my $results = $stylesheet->transform($self->source);
my $fn = $hDir{dirTemplates} . '/main.xsl';
if ( -e $fn )
{
rename $fn, $fn . '.bak';
}
#if ( open my $fh, ">:encoding($encoding)", $fn)
if ( open my $fh, ">", $fn)
{
my $txt = $stylesheet->output_string($results);
share/Managers/buildApp.pm view on Meta::CPAN
my $stylesheet = $self->xslt->parse_stylesheet($style_doc);
my $results = $stylesheet->transform($self->source);
my $fn = $hDir{dirTemplates} . '/list_json.xsl';
if ( -e $fn )
{
rename $fn, $fn . '.bak';
}
#if ( open my $fh, ">:encoding($encoding)", $fn)
if ( open my $fh, ">", $fn)
{
my $txt = $stylesheet->output_string($results);
share/Managers/buildApp.pm view on Meta::CPAN
my $stylesheet = $self->xslt->parse_stylesheet($style_doc);
my $results = $stylesheet->transform($self->source);
my $fn = $hDir{dirTemplates} . '/authorize.xsl';
if ( -e $fn )
{
rename $fn, $fn . '.bak';
}
#if ( open my $fh, ">:encoding($encoding)", $fn)
if ( open my $fh, ">", $fn)
{
my $txt = $stylesheet->output_string($results);
share/Managers/buildApp.pm view on Meta::CPAN
my $stylesheet = $self->xslt->parse_stylesheet($style_doc);
my $results = $stylesheet->transform($self->source);
my $fn = $hDir{dirTemplates} . '/tree_json.xsl';
if ( -e $fn )
{
rename $fn, $fn . '.bak';
}
#if ( open my $fh, ">:encoding($encoding)", $fn)
if ( open my $fh, ">", $fn)
{
my $txt = $stylesheet->output_string($results);
share/Managers/buildApp.pm view on Meta::CPAN
my $results = $stylesheet->transform($document);
my $fn = $dirOut . '/' . ($lc ? lc($name) : $name) . $fileSuffix;
if ( -e $fn )
{
rename $fn, $fn . '.bak';
}
if ( open my $fh, ">", $fn)
{
print $fh $stylesheet->output_as_bytes($results);
close $fh;
share/Managers/buildApp.pm view on Meta::CPAN
my $results = $stylesheet->transform($document);
my $fn = $dirOut . '/' . $name . $fileSuffix;
if ( -e $fn )
{
rename $fn, $fn . '.bak';
}
#if ( open my $fh, ">:encoding($encoding)", $fn)
if ( open my $fh, ">", $fn)
{
print $fh $stylesheet->output_as_bytes($results);
share/Managers/buildApp.pm view on Meta::CPAN
my $stylesheet = $self->xslt->parse_stylesheet($style_doc);
my $results = $stylesheet->transform($self->source);
if ( -e $dirOut )
{
rename $dirOut, $dirOut . '.bak';
}
#if ( open my $fh, ">:encoding($encoding)", $dirOut)
if ( open my $fh, ">", $dirOut )
{
print $fh $stylesheet->output_string($results);
view all matches for this distribution
view release on metacpan or search on metacpan
such as ftp.uu.net, or by allowing the Copyright Holder to include your
modifications in the Standard Version of the Package.
b) use the modified Package only within your corporation or organization.
c) rename any non-standard executables so the names do not conflict with
standard executables, which must also be provided, and provide a separate
manual page for each non-standard executable that clearly documents how it
differs from the Standard Version.
d) make other distribution arrangements with the Copyright Holder.
view all matches for this distribution
view release on metacpan or search on metacpan
factpacks/Linux.fact view on Meta::CPAN
FileRunner => <reply> $who, simple and efficient filemanager. URL: http://www.cd.chalmers.se/~hch/filerunner.html
Filesystems HOWTO => <reply> $who, HOWTO about filesystems and accessing filesystems from several OSes.. URL: http://www.penguin.cz/~mhi/fs/
fileutils => <reply> $who, The GNU file management utilities. URL: http://www.gnu.org/software/fileutils/
fillrio.sh => <reply> $who, Script to load random MP3s to Rio.. URL: http://www.tanj.com/fillrio.html
Final Battle => <reply> $who, A multiplayer space game for the X Window System. URL: http://www.newbreedsoftware.com/finalbattle/
finddups => <reply> $who, Find duplicate files by way of MD5 signatures irregardless of file renames.. URL: http://sites.netscape.net/fcheck/
find_duplicates => <reply> $who, Find identical files. URL: http://www.pike-community.org/code/show_single.html?id=3
finger daemon user configurable => <reply> $who, User configurable finger daemon. URL: http://www.elf.stuba.sk/~trebular/projects.html
FIPS => <reply> $who, DOS program for non-destructive splitting of harddisk partitions.. URL: ftp://ftp.debian.org/pub/debian/tools/fips20.zip
Fire Gnome => <reply> $who, A GNOME tool for an ipchains firewall configuration.. URL: http://www.jukie.net/~bart/gfirewall/
Firecracker control software for Linux => <reply> $who, Turn on and off your lights using the X10 FireCracker CM17 control module. URL: http://org.negaverse.org/firecracker/
factpacks/Linux.fact view on Meta::CPAN
ICRADIUS => <reply> $who, Powerful cross platform radius server. URL: ftp://ftp.cheapnet.net/pub/icradius/
ics.el => <reply> $who, Emacs mode for internet chess server interactions. URL: http://www.camembert.freeserve.co.uk/mark/icsel/
id-utils => <reply> $who, Very fast, very high capacity indexer for C/C++ source code.. URL: ftp://tug.org/gnu/id-utils-3.2d.tar.gz
ID3.py => <reply> $who, ID3 MP3 info tag manipulation in Python. URL: http://csl.cse.ucsc.edu/~ben/python/id3.html
id3ed => <reply> $who, ID3 tag editor for mp3 files. URL: http://www.azstarnet.com/~donut/
id3ren => <reply> $who, Batch rename (from tags) and tag MP3s. URL: http://tscnet.com/pages/badcrc/apps/id3ren/
id3tool => <reply> $who, Command Line tool for editing ID3 tags on MP3s.. URL: http://www.tip.net.au/~ccollins/xware/id3tool/
id3x => <reply> $who, Extension to MP3's ID3 tags to make reasonable-length fields. URL: http://www.lag.net/~robey/id3x/
ide-smart => <reply> $who, IDE SMART test and query tool. URL: http://personal.redestb.es/ragnar/
ident2 => <reply> $who, Multi-faceted identity/authentication server w/ ip masquerade support. URL: http://nyct.net/~defile/programs/ident2/
identdtestd => <reply> $who, Nice, small, fast, identd testing facility. URL: http://feldman.dyn.ml.org
factpacks/Linux.fact view on Meta::CPAN
Remembrance Agent => <reply> $who, Remembrance Agents are an augmented, associative memory.. URL: http://rhodes.www.media.mit.edu/people/rhodes/RA/
Remind => <reply> $who, . URL: ftp://ftp.doe.carleton.ca/pub/remind-3.0/
remindo => <reply> $who, Useful utility to warn of important dates and events.. URL: http://www.syspac.com/~madlather/remindo.html
Remote Command => <reply> $who, Script to allow remote commands to run via http web interface. URL: http://www.erols.com/pastorekp/
Remote Microscope => <reply> $who, Client/server system for controlling an optical microscope over the Internet. URL: http://www.mems-exchange.org/exchange/software/microscope/
renameit => <reply> $who, bash/sed scripts for standardizing MP3 filenames.. URL: http://home.earthlink.net/~dghender/CBS.html
RenderDotC => <reply> $who, RDC is a RenderMan(R)-compliant photorealistic rendering toolkit. URL: http://www.dotcsw.com
RenderPark => <reply> $who, Physics-Based Photorealistic Rendering Tool. URL: http://www.cs.kuleuven.ac.be/cwis/research/graphics/RENDERPARK/
replace => <reply> $who, Replace ASCII or hex strings in text or binary files. URL: http://public.connect.org.uk/~rkl/replace/
Replay => <reply> $who, GTK-based MP3 player for X11. URL: http://replay.linuxpower.org
Replay+ Arcade Emulator => <reply> $who, multi-game Arcade emulator.. URL: http://www.icomm.ca/replay/
factpacks/Linux.fact view on Meta::CPAN
Smail => <reply> $who, Electronic mail transport system. URL: ftp://ftp.planix.com/pub/Smail/
SMake => <reply> $who, Skeleton Make - Makefile Generator. URL: http://www.engelschall.com/sw/smake/
Small Arms Ballistics => <reply> $who, Basic small arms ballistics calculator. URL: http://members.xoom.com/joshua_weage/ballistic/
Small Linux => <reply> $who, Three diskette distribution that uses less than 4 megs of RAM. URL: http://smalllinux.netpedia.net/
SmallEiffel => <reply> $who, The GNU Eiffel Compiler. URL: http://SmallEiffel.loria.fr/index.html
SmarTagger => <reply> $who, Tag and rename a full album of MP3s at once.. URL: http://www.arrakis.es/~lafor/SmarTagger/
smartctl => <reply> $who, S.M.A.R.T. URL: http://csl.cse.ucsc.edu/software/smart/
SmartHTML => <reply> $who, HTML preprocessor. URL: http://www.andreasen.org/smart/
SmartInst => <reply> $who, A smart install wrapper script. URL: http://www.iae.nl/users/grimaldo/OpenSoft/smartinst.shtml
SmartPlay => <reply> $who, Perl/GTK mpg123 front end w/ artificial intelegence. URL: http://havoc.gtf.org/weasel/smartplay
SmartWorker => <reply> $who, Web Application Development / Deployment Framework. URL: http://www.smartworker.org/
factpacks/Linux.fact view on Meta::CPAN
libutf8 => <reply> $who, libutf8 provides UTF-8 locale support for use on systems which don't have UTF-8 locales or whose UTF-8 locales are unreasonably slow. URL: ftp://ftp.ilog.fr/pub/Users/haible/utf8/libutf8-0.6.1.tar.gz
as-gps => <reply> $who, as-gps contains a basic support library for accessing the inexpensive ($20) Aisin-Seiki GPS Module previously available at mavin.com. URL: http://www.amphibious.org/gps/as-gps-0.2.tgz
E8Ball => <reply> $who, E8Ball is an epplet that responds to questions you ask it. URL: http://free.house.cx/~adrian/epplets/
gmap => <reply> $who, gmap is a map viewer with emphasis on temporal data. URL: http://academy.cas.cz/~gis/dload.html
keeper => <reply> $who, The keeper library provides a simple-to-use C interface for reading and writing configuration data. URL: http://www.inf.bme.hu/~mszeredi/keeper/keeper.html#dist
BHRPFF => <reply> $who, Ben Hates Reading Poorly Formatted Filenames, or BHRPFF, is a Perl script that will help you to rename your mp3 files so that they are more readable. URL: http://my.yi.org/~brain/bhrpff/bhrpff.tar.gz
123 Session Module => <reply> $who, The 123 Session Module enables the Roxen Web server to identify connections from identical browsers by branding them with a cookie for identification. URL: http://123.org/technik/webserver/session/src/
KDiary => <reply> $who, KDiary is an application for keeping a personal or professional diary. URL: http://www.sourceforge.net/download.php?fileid=754
GameTrakker => <reply> $who, GameTrakker is a Perl application which allows communication to flow between QStat and MRTG for displaying game server status on a Web server. URL: ftp://games.gci.net/pub/Utils/GameTrakker/
gProjectGenerator => <reply> $who, GPrjGen is a tool to generate GNOME source trees.. URL: http://www.linuxstart.com/~linuxsite/gPrjGen-0.1.1.tar.gz
StatistX => <reply> $who, StatistX wraps the small statistics program 'statist' into a graphical user interface. URL: http://www.usf.uni-osnabrueck.de/~abeyer/private/StatistX/download/
view all matches for this distribution
view release on metacpan or search on metacpan
such as ftp.uu.net, or by allowing the Copyright Holder to include your
modifications in the Standard Version of the Package.
b) use the modified Package only within your corporation or organization.
c) rename any non-standard executables so the names do not conflict with
standard executables, which must also be provided, and provide a separate
manual page for each non-standard executable that clearly documents how it
differs from the Standard Version.
d) make other distribution arrangements with the Copyright Holder.
view all matches for this distribution
view release on metacpan or search on metacpan
such as ftp.uu.net, or by allowing the Copyright Holder to include your
modifications in the Standard Version of the Package.
b) use the modified Package only within your corporation or organization.
c) rename any non-standard executables so the names do not conflict with
standard executables, which must also be provided, and provide a separate
manual page for each non-standard executable that clearly documents how it
differs from the Standard Version.
d) make other distribution arrangements with the Copyright Holder.
view all matches for this distribution
view release on metacpan or search on metacpan
such as ftp.uu.net, or by allowing the Copyright Holder to include your
modifications in the Standard Version of the Package.
b) use the modified Package only within your corporation or organization.
c) rename any non-standard executables so the names do not conflict with
standard executables, which must also be provided, and provide a separate
manual page for each non-standard executable that clearly documents how it
differs from the Standard Version.
d) make other distribution arrangements with the Copyright Holder.
view all matches for this distribution
view release on metacpan or search on metacpan
such as ftp.uu.net, or by allowing the Copyright Holder to include your
modifications in the Standard Version of the Package.
b) use the modified Package only within your corporation or organization.
c) rename any non-standard executables so the names do not conflict with
standard executables, which must also be provided, and provide a separate
manual page for each non-standard executable that clearly documents how it
differs from the Standard Version.
d) make other distribution arrangements with the Copyright Holder.
view all matches for this distribution
view release on metacpan or search on metacpan
such as ftp.uu.net, or by allowing the Copyright Holder to include your
modifications in the Standard Version of the Package.
b) use the modified Package only within your corporation or organization.
c) rename any non-standard executables so the names do not conflict with
standard executables, which must also be provided, and provide a separate
manual page for each non-standard executable that clearly documents how it
differs from the Standard Version.
d) make other distribution arrangements with the Copyright Holder.
view all matches for this distribution
view release on metacpan or search on metacpan
commit 9417ef4c29627302f2168455c6451ef8d5d8c2e8
Author: Kazuhiro Osawa <yappo@shibuya.pl>
Date: Wed Nov 20 13:49:41 2013 +0900
rename X-JSON-Status to X-API-status
It was considered at the time to provide an API at the same time the format of the other.
6.00 2013-11-12T03:50:56Z
view all matches for this distribution