view release on metacpan or search on metacpan
lib/App/EvalServerAdvanced/Protocol.pm view on Meta::CPAN
}
# given($type) {
# when("Eval") {
# # I can't decide if I should decode these or not. Keeping them as raw bytes seems safer
# # for my $file ($obj->files->@*) {
# # my $f_encoding = $file->encoding;
# # if ($f_encoding ne "raw" && $f_encoding ne "") {
# # $file->contents(decode($f_encoding, $file->contents));
view all matches for this distribution
view release on metacpan or search on metacpan
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU Affero General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU Affero General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/FTNDB/ToDo.pod view on Meta::CPAN
Create App::FTNDB::Examples for example configuration files and scripts?
Move code repository information and the distribution archive information from
the README file to elsewhere, like I already did with FTN::Database v0.41; the
POD in lib/FTN/Database.pm is where I put it there, so need to decide there to
put for for this. Main script and module?
Add an option, like -r, for specifying a region number; to be used like the
zone (-z) or net (-n) options, and available to all commands as needed.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/EC2.pm view on Meta::CPAN
########################################################################
sub authorize_security_group_ingress {
########################################################################
my ( $self, %args ) = @_;
my ( $group_id, $port, $protocol, $source_group, $cidr ) = @args{qw(group_id port protocol source_group cidr)};
$protocol //= 'tcp';
$port //= '80';
return $self->command(
'authorize-security-group-ingress' => [
'--group-id' => $group_id,
'--port' => $port,
'--protocol' => $protocol,
$cidr ? ( '--cidr' => $cidr ) : (),
$source_group ? ( '--source-group' => $source_group ) : (),
]
);
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/FatPacker.pm view on Meta::CPAN
Each command is designed to be simple and self-contained so that you can modify
the input/output of each step as needed. See the documentation for the
L<fatpack> script itself for more information.
The programmatic API for this code is not yet fully decided, hence the 0.x
release version. Expect that to be cleaned up for 1.0.
=head1 CAVEATS
As dependency module code is copied into the resulting file as text, only
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Fetchware.pm view on Meta::CPAN
mirror 'http://apache.mesi.com.ar//httpd/';
mirror 'http://apache.osuosl.org//httpd/';
mirror 'ftp://apache.mirrors.pair.com//httpd/';
mirror 'http://mirrors.sonic.net/apache//httpd/';
mirror 'http://apache.mirrors.lucidnetworks.net//';
You can specify as many mirrors as you want to. You could perhaps include all
the mirrors your source code distribution has. And the mirrors are tried in the
order they are specified in your Fetchwarefile.
lib/App/Fetchware.pm view on Meta::CPAN
=head2 temp_dir '/tmp';
C<temp_dir> tells fetchware where to store fetchware's temporary working
directory that it uses to download, verify, unarchive, build, and install your
software. By default it uses your system temp directory, which is whatever
directory L<File::Temp's> tempdir() decides to use, which is whatever
L<File::Spec>'s tmpdir() decides to use.
=head2 fetchware_db_path '~/.fetchwaredb';
C<fetchware_db_path> tells fetchware to use a different directory other
than its default directory to store the installed fetchware package for the
view all matches for this distribution
view release on metacpan or search on metacpan
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
view all matches for this distribution
view release on metacpan or search on metacpan
metadata.
0.002 2020-05-30 Released-By: PERLANCAR; Urgency: medium
- [removed] Remove scripts that got accidentally copied from
App-FileRenameUtils.
0.001 2020-05-30 Released-By: PERLANCAR
view all matches for this distribution
view release on metacpan or search on metacpan
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/FireDiamondUtils.pm view on Meta::CPAN
default => 'highlighted-table',
},
},
examples => [
{
summary => 'Show fire diamond for sulfuric acid in highlighted table style',
argv => ["H3/F0/R2/W+OX"],
},
{
summary => 'Show fire diamond for sulfuric acid in table style',
argv => ["H3/F0/R2/W+OX", "--style", "table"],
},
],
};
sub explain_fire_diamond_text_notation {
lib/App/FireDiamondUtils.pm view on Meta::CPAN
Examples:
=over
=item * Show fire diamond for sulfuric acid in highlighted table style:
explain_fire_diamond_text_notation(notation => "H3/F0/R2/W+OX"); # -> [200, undef, undef, {}]
=item * Show fire diamond for sulfuric acid in table style:
explain_fire_diamond_text_notation(notation => "H3/F0/R2/W+OX", style => "table"); # -> [200, undef, undef, {}]
=back
view all matches for this distribution
view release on metacpan or search on metacpan
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU Affero General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU Affero General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/FoodAdditivesUtils.pm view on Meta::CPAN
args => {
%args_common,
},
examples => [
{args=>{quantity=>'ppm'}, summary=>'Show all possible conversions'},
{args=>{quantity=>'250 ppm', to_unit=>'ppm-as-benzoic-acid'}, summary=>'Convert from ppm (as sodium benzoate) to ppm (as benzoic acid)'},
],
};
sub convert_benzoate_unit {
require Physics::Unit;
Physics::Unit::InitUnit(
['ppm'], '1 mg/kg',
['ppm-as-benzoic-acid'], '1.18006878480183 mg/kg', # benzoic acid's molecular weight = 122.12, sodium benzoate's molecular weight = 144.11
['ppm-as-sodium-benzoate'], '1 mg/kg',
['ppm-as-na-benzoate'], '1 mg/kg',
['ppm-as-potassium-benzoate'], '0.899506897197428 mg/kg', # potassium benzoate's molecular weight = 160.21
['ppm-as-k-benzoate'], '0.959326321395287 mg/kg',
['ppm-as-calcium-benzoate'], '1.02093443377847 mg/kg', # calcium benzoate's molecular weight = 282.31 (2 benzoate groups per molecule)
lib/App/FoodAdditivesUtils.pm view on Meta::CPAN
return [200, "OK", $new_amount];
} else {
my @rows;
for my $u (
'ppm',
'ppm-as-benzoic-acid',
'ppm-as-sodium-benzoate',
'ppm-as-na-benzoate',
'ppm-as-potassium-benzoate',
'ppm-as-k-benzoate',
'ppm-as-calcium-benzoate',
lib/App/FoodAdditivesUtils.pm view on Meta::CPAN
[
200,
"OK",
[
{ amount => 1, unit => "ppm" },
{ amount => 0.847408229824443, unit => "ppm-as-benzoic-acid" },
{ amount => 1, unit => "ppm-as-sodium-benzoate" },
{ amount => 1, unit => "ppm-as-na-benzoate" },
{ amount => 1.11172021372563, unit => "ppm-as-potassium-benzoate" },
{ amount => 1.04239816806606, unit => "ppm-as-k-benzoate" },
{ amount => 0.979494830337937, unit => "ppm-as-calcium-benzoate" },
{ amount => 0.979494830337937, unit => "ppm-as-ca-benzoate" },
],
{},
]
=item * Convert from ppm (as sodium benzoate) to ppm (as benzoic acid):
convert_benzoate_unit(quantity => "250 ppm", to_unit => "ppm-as-benzoic-acid");
Result:
[200, "OK", 211.852057456111, {}]
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Module/Install.pm view on Meta::CPAN
use strict 'vars';
use vars qw{$VERSION $MAIN};
BEGIN {
# All Module::Install core packages now require synchronised versions.
# This will be used to ensure we don't accidentally load old or
# different versions of modules.
# This is not enforced yet, but will be some time in the next few
# releases once we can make sure it won't clash with custom
# Module::Install extensions.
$VERSION = '0.87';
view all matches for this distribution
view release on metacpan or search on metacpan
that should be provided before the module is installed.
A README file is required for CPAN modules since CPAN extracts the README
file from a module distribution so that people browsing the archive
can use it to get an idea of the module's uses. It is usually a good idea
to provide version information here so that people can decide whether
fixes for the module are worth downloading.
INSTALLATION
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Module/Install.pm view on Meta::CPAN
use File::Path ();
use vars qw{$VERSION $MAIN};
BEGIN {
# All Module::Install core packages now require synchronised versions.
# This will be used to ensure we don't accidentally load old or
# different versions of modules.
# This is not enforced yet, but will be some time in the next few
# releases once we can make sure it won't clash with custom
# Module::Install extensions.
$VERSION = '1.16';
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Module/Install.pm view on Meta::CPAN
use File::Path ();
use vars qw{$VERSION $MAIN};
BEGIN {
# All Module::Install core packages now require synchronised versions.
# This will be used to ensure we don't accidentally load old or
# different versions of modules.
# This is not enforced yet, but will be some time in the next few
# releases once we can make sure it won't clash with custom
# Module::Install extensions.
$VERSION = '1.16';
view all matches for this distribution
view release on metacpan or search on metacpan
share/sample0.txt view on Meta::CPAN
interbreed inweaved gammon innovations mandatory emodin breakage subtilenesses subjugator portfolios conins tapersticks reshingle calligraphy attractivenesses extralinguistically playlist enwombing resentence bewitchment amply fanums reconvene polyth...
intertribal nonalphabetic awny habitan antielectrons interpreters twilled joky masculine unaired pith phoneyed honked etiolations dapperly curlpapers hartebeests reelable geminally miaouing pantograph commandership mysteries landgrabs scandaling spar...
armet impiously aoudad dichotomous chaffinch graviton champion untidy photoinductions antipoetic fino glutelin synthesized hallucinator tenoners beatification faintishness guildhalls fractionalizes sub grouches fleecier paleoecologic idly predicament...
aneurins anemone kindheartednesses untying implantable noncirculating mummer translucent speans cupule uncages wellness locomotives ignorami pianos uvula flyswatter serjeanties dryasdusts windproof nickels dorsiventrality perfidious elapsed screenlan...
subsidises tonlets damascening nonbeliefs ejaculatory kindergartens inoculate tautologies conspired polarised gangsterism vagrantly intersubjectively distaves alchemically pianoforte pointedly exuviae oxysome rerising superfluidity jowing lustre faun...
tubificids calendric tactilities hackneys upgazed italic coxswain outstarts demivolt affluents vendible multiped camouflaged limier acculturative ironclads posher reimbursements fistfight saltpeter releasing atrophying epigrammatized ephedrins virion...
appall knighting incrustations satirising giardiasis mool potatory methionines inconveniencing autohypnotic skippers reconfigure factitious bozo multicourses oedipal rancours scripted barret urodeles malcontents mournfulnesses wimple satanisms phrens...
ungraciousnesses topmasts auris mastiche lemur chugged rappee accentless kyanizing veggies stewarded stippling blastocyst males windinesses doctrinaires cookshop muzhiks shoveller yakked apology forbearing cultivating lovesick rinsings cinnabars unle...
hyperplastic imbosoming charitableness copyediting cowering postmidnight humpless ultramontanes bowers wiliness nigrifying serdabs celluloses historian lowlihead complicit ambles tanklike buckled reobjects fibreglass bourgeon readapting retardant eyr...
innumerable remedial forepast noncompressible fearlessness rehousing listers pennyworts microscopist century stilliest photomicrograph crossabilities superficialities uranism functionless roseroots computerists snorted antiwhite resourcefully erythro...
scoundrel gan battlefronts multifactor vesiculae pledgees revengefully limeless scouted sybo cofunction malate chammies throating slags dossel treacheries sweepbacks bistouries chlorofluoromethanes copras statewide diseconomy redbait bacchic tamboura...
share/sample0.txt view on Meta::CPAN
ascension binary ulnas denitrifies diagenetic protist almemars essayists interferers earner chapatti moulters rode dichotomously unswayed communed overacted swastikas geldings stalactite ostensible dragons precoded municipality infiltrators dorsivent...
overinflated oxalises iterative bucket bopped capitalizing tontine intendants compel quinaries rattons octyls highting corolla tidal zebecs henbits champaks thymus creaming inextricably earthshakingly allocates impulsivities backgammons deodorizing v...
regions oversimplifications ferredoxin cascades revictualled buffeter sluing scrunch internucleotide novemdecillions incommunicable lemniscal reengraves dissidents fiend vitriol moviegoing ethynes blinking ambassadresses expeditors microphotometers v...
impede carabid cardias fesswise stripy rennin phosphoglycerate domino yaps hounds nodding garbs nervate originates mozzarellas interrobang fag snathe gemmae giftware bets flackeries undreamed greeny tackily enwombed pentarchy jam cleansers
scoliosis opinionatedly bustling relievos covalent looing ancienter drownd philatelies instituters eponyms harmins psychopharmacological mortising afield happens greennesses splash chattiest bedchair netops cerebrated mutined basilar atropines cachin...
tickseed raucities letterspace schillers catalexes cobwebbing saltcellars shelling figs backsplashes acidimetries winy ingenuity singlenesses prenominates excursion waxily propping disgustingly liras gunstocks delusory legatee wine boyhood emotionles...
agger diabolisms preluded whetter subpopulation crock yelled misstating noncorrelation lar bulgur forebodies leotard duellers defogged dript tapelike researching scats whiskies blunderingly changers tardyon hemin superbillionaire rate caissons hetero...
staggerers salicin glaciating balefully outwasting outputted glazings airfare fictional untruest spectrogram replacing neuroses fluorination nasty windblasts hirselled novercal nonpayment autoeciously huffish guaranteed scalawag dodecagon instincts f...
napes yardbird cabaret calendula percolating lambaste dimensions grig scrubbers portably lysogenizing overprescriptions dupping hocused neologisms catamenial balconies carnalities subcurative encyclopedist fashioned cella osteomalacia packability shi...
enfeeblements beneficiated isobaric hooknose revolting anoas satang fliers feoffors wyte pyelitis rangier professorships supples exogamies scabbiest scintillators defensibly egalites myelitis hyperparasitisms locomotory zealousnesses inanimatenesses ...
fogey elytra misspell luxe shacks abatis unassumingness adman theorbo objectionablenesses parsecs casimere anastrophe angerless bifurcated exilic gesturer hydatid expands processor infester anosmia typhlosoles cavorting chowtimes crinolines repartiti...
ointment swiping hardness bask carnitine inconclusiveness porphyry hominoids headsail pasting grandioseness franchises smallholder beliquored lieutenants mumm epilimnion seesawing rete whippy thoracal proprietorship perfectivity fingernails gullible ...
allophane objectification sris infolder declare deplane psychasthenias terminus vizards antitype pretrimmed convocational transnationalism pasta outermost scolloping egers formulating trisomes shoebills allosauruses bewearied ashing campfire crumbs f...
gargety assiduity relumes hopper denotements pipette dualizing swaggies prescored trades repress latently kymographs sectorial bryophyte merchandized proneness straggling hoagies nictitated spectrofluorometry photographer impertinencies malodorously ...
bubinga denaturalizes laigh heathenism comelinesses dividers ropable salaams ken marplot tortrixes enterers budgerigars directness aestivate pyrogens overlook turbidimetry winker windowed soundboards foaled hyperglycemias overbalancing batholithic ea...
synthesizer stripling abiogeneses amoebiases commanded fulcrum reluming newish percipient phlebography unrated acupressures caput menstruates clairvoyantly ionization microtome discontinuation writes perkiness bongoists conduciveness professorates ti...
interchangeably resensitize fratricidal vindicator cowry pedestaled settles boustrophedonic squashers technetium markedness upstream copier laparoscopy cerium involver frowsy excommunications gradins swingiest demythologized captivators neuropatholog...
aswarm pashalics purification rusticated rustlers passageway enhance microphages limbernesses pliotron chamisos cuddling psychogenetic multiorgasmic parfleches chemist distinguishing vera pestiferous noninformations adapting chloroformed stead tighte...
resole anticorruption freewheeled dinosaur superaddition curding hotlines vinca fracted promotive apostolic relaxer absently sandiness internists fustinesses ancones unathletic stounding semicoma saccate petasus strait geochemical coaeval bolloxing r...
blotter stater proustite keratoconjunctivitises assertor fragilities epilepsy sainting gentrifier stereotaxically unbounded trigged reichsmark overslips forebode bedight contrapuntally axmen pounding outstations taradiddles countertactics wagonette m...
moans downloads noctambulist hilt vasovagal rack palatal dogmaticalness aiders liturgiologists solion invigorate ventrally hooter eulogizer frizette methamphetamines worsened induing lankier packness tollhouse sings megadoses plasticizing fished auld...
chiasma subseres resurgences finances major margarin stomatic capelans gullying beflea broadly motorised systematically repopularizes choleras overvoted segmenting cosmopolises softheadednesses reflexively behaver reparative baize asthenospheres plus...
share/sample0.txt view on Meta::CPAN
instillments ganofs interlayer chowder putt coagulates frowzily emeerate vascular unpatentable cyphers outgnaws tributes sautoir demineralizer cadmium wantage neap glycosylated palingenesis doglegging preferring sponginess formulary pyrolize lengthen...
futurelessness thorned nonhunter robands scholastics haha jokesters fideists plonks tunelessly patience felspar mythoi euglobulin diminish orismology cleanups juristic epoxidizing kaif numbered saturated palpitates overlived replanning maced scaup vi...
arquebus challenged bevellers oversup lychee unsterilized instauration exospheric smashing polynyas cineasts excursivenesses exsertile tabetics springwaters bumptiously delectable microphotometer nonconsumers overelaborates latchstring kernels serran...
carcanets inditers astomous megadose underground potzer torrefying odd cloudinesses knucklebones runniest nonoverlappings purpleheart transitoriness roughdries outsinned buttinskies mercerises worthinesses ascitic invisibility dice determiner pigskin...
lechwes outspell seadog shieling deadeyes unluckiness alliterations corkwoods splenic restock diaphragmatic brandished amoretti guileful confiscated skilless tablesful incurred register zarebas pardahs bandoliers mayoralty minoring plexal hobbledehoy...
toolmakers schismatical parricides offenders refined mainstream hobnailing wretchedly pyranosides arugola deflowerer reconceptualization medusoid prefigures avalanching proportionally ephemerid tilted marching miscellanies chivarees interinvolving cr...
salience trembles superindividual translated helicoptering floc gets cochineal casefying minestrone currant lookalikes ammoniac claddings rehardening balder micrographically seminarian protocols rower substantives overcold propagandizer giglots foame...
traditor neglectfully knockers pool ravelling confessionalism cresset bullterrier carioles replenished discourageable antiabortion java uncivilized wearingly outpopulating careered imperiled opiates cicatrized convening fissipeds jupe reconversions i...
crematories savoriest titlarks rejiggers immature lobbyisms greenmailer dipsomaniacs flackery experimented liturgist ricer sargassums unaddressed female tables paratrooper rams hammerers antacid regrating photomontage immaturities latewood filaria di...
women intarsias exploder onboard caseated jazzily ancientness whomps blackcock delusters brills frenula cephalosporins resurface rhetors generosities dewool quaternions repacifies inscroll stereopsis coenzyme opossum caressingly tartar zincous pyrans...
subvocalization yanks plusses suboral predestinarian corrupters neurine chargehands quarried nurserymen foozlers begalls shellacs floccing haute unstring bogus pennons blotchiest galagos flyswatters brogue disastrously oxygenations perversions liners...
commune nonbelligerent segregate reminiscer disunites coquettishnesses terraforms immutability epithelia emperor superimposable tadpoles circles stratifying archaized randomizing dolmen resist fulfillments deceivingly fearsomeness swotted affirms lab...
extensionalities maiden thickset components shebang crumpets punier gyrations separabilities anabas heydays inapproachable revalorizing vibrioid totalises antiferromagnetic photobiologies toadlike digastric jingoist unreservedness scripters hawfinch ...
lionising guiltless antiquer lionisers imagist unimpressive wavier tabaret skywalk politeness summarizable outdate learnedness galenas ribbonlike pharmacopoeias superphosphate sulfid venom melphalan colchicum obits swiftest permit keelless digitizing...
view all matches for this distribution
view release on metacpan or search on metacpan
scripts/generate_index.pl view on Meta::CPAN
const isFail = row.classList.contains('cpan-fail');
const isUnknown = row.classList.contains('cpan-unknown');
const isNA = row.classList.contains('cpan-na');
const isNew = !!row.querySelector('.new-failure');
// Decide whether to show the row
let show = true;
if (toggleFail && !toggleFail.checked && isFail) show = false;
if (toggleUnknown && !toggleUnknown.checked && isUnknown) show = false;
if (toggleNA && !toggleNA.checked && isNA) show = false;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/GUI/Cellgraph.pm view on Meta::CPAN
in the drawing. Unless - you click on the B<Repeat> option. Then the
chosen patter gets repeated until the first row is full. Right beside
the summary display are a few buttons that trigger changes in the starting
row values. The B<1> always (also in other panels) resets the default values.
And B<?> always triggers a random value generator on all cells for happy
accidents. In addition to that there are also the buttons with arrows on it.
They just the summary value up or down, in order to give you the next or
previous start configuration.
=head2 State Rules
lib/App/GUI/Cellgraph.pm view on Meta::CPAN
names. Also a sub menu allows a quick load of the recently used files.
The first entry lets you reset the whole program to the starting state
and the last is just to exit (safely with saving the configs).
The second menu has only two commands for saving the grin into a image file.
It can have an arbitrary name - the ending I<PNG>, I<JPG> or I<SVG> decides
the format. The submenu above sets the image size. Please note that if
you choose a larger image than shown, a larger grid will be computed.
If you want larger squares, please change that in the settings.
=head1 SEE ALSO
view all matches for this distribution
view release on metacpan or search on metacpan
[ '~Options' => [
[ 'play' => '~Play/Pause' => 'Space' => kb::Space => sub {
my ( $window, $menu ) = @_;
unless ( $edit_mode ) {
# prevent accidental unpausing if editing
$play = $window->menu->toggle($menu);
$play ? $window->Timer->start() : $window->Timer->stop();
}
} ],
['*Grid' => '~Grid' => sub {
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/GUI/Harmonograph.pm view on Meta::CPAN
reasons. A submenu allows a quick load of the recently used files.
The first entry lets you reset the whole program to the starting state
and the last is just to exit (safely with saving the configs).
The second menu has only two commands for drawing an complete image
and saving it in an arbitrary named PNG, JPG or SVG file (the file ending decides).
The submenu above only sets the preferred format, which is the format
of the serially save images by the command buttons in the left lower corner.
The preferred file format is also the first wild card in the save dialog.
Above that is another submenu for setting the image size.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/GUI/Juliagraph.pm view on Meta::CPAN
<img src="https://raw.githubusercontent.com/lichtkind/App-GUI-Juliagraph/master/img/POD/Tab_Polynomials.png" alt="" width="630" height="410">
</p>
The second tab contains 4 identical sections which also work the same way.
Each of them stand in for a monomial of the iteration equation, but only
if the checkbox I<On> is marked. A second checkbox decides if this monomial
gets added or subtracted. The third allows you discard the complex factor
below the checkboxes. The fourth checkbox allows you to use the current
pixel coordinates as second factor in the monomial. Please be aware this
option can only be chosen if fractal type C<Any> is active and the I<Monomial>
checkbox in the upper right corner is on. Both of these settings are on
lib/App/GUI/Juliagraph.pm view on Meta::CPAN
names. Also a sub menu allows a quick load of the recently used files.
The first entry lets you reset the whole program to the starting state
and the last is just to exit (safely with saving the configs).
The second menu has only two commands for drawing an complete image
and saving it in an arbitrary named PNG, JPG or SVG file (the file ending decides).
The submenu above onle set the preferred format, which is the format
of serial images and the first wild card in dialog. Above that is another
submenu for setting the image size.
The third menu has only one item that opens a help dialog. That displays
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Genpass.pm view on Meta::CPAN
=over 4
=item number
You can decide how many passwords to create. The default is 1.
This can be overridden per I<generate> so you can have a default of 30 but in a
specific case only generate 2, if that's what you want.
=item readable
view all matches for this distribution
view release on metacpan or search on metacpan
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
view all matches for this distribution
view release on metacpan or search on metacpan
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
view all matches for this distribution
view release on metacpan or search on metacpan
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
view all matches for this distribution
view release on metacpan or search on metacpan
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
view all matches for this distribution
view release on metacpan or search on metacpan
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Git/SitePerl.pm view on Meta::CPAN
If your perl is completely isolated from the rest of the system (e.g. installed
with the prefix C</usr/local/perl-5.xx.x> instead of C</usr/local>) then it's
better to C<git init> at the top level of that prefix.
Unfortunately in a shared prefix there is too much potential for confusion by
accidentally committing non Perl things.
=head1 TODO
=over 4
view all matches for this distribution
view release on metacpan or search on metacpan
Added missing branch-age files to default tests (Ivan Wills)
Fixing POD (Ivan Wills)
Added missing files to manifest (Ivan Wills)
Added ability to show output by branch and updated documentation (Ivan Wills)
Added ability to show recent by user (Ivan Wills)
Decided that recent could do it all (Ivan Wills)
Changing how recent chooses commits (Ivan Wills)
Sorted arguments (Ivan Wills)
Starting implementation (Ivan Wills)
Starting tests (Ivan Wills)
Fixing docs from copied files (Ivan Wills)
view all matches for this distribution