view release on metacpan or search on metacpan
Buck and Curly grew excited, half wild with fear, he raised his head as
though annoyed, favored them with an incurious glance, yawned, and went
to sleep again.
Day and night the ship throbbed to the tireless pulse of the propeller,
and though one day was very like another, it was apparent to Buck that
the weather was steadily growing colder. At last, one morning, the
propeller was quiet, and the Narwhal was pervaded with an atmosphere of
excitement. He felt it, as did the other dogs, and knew that a change
was at hand. Francois leashed them and brought them on deck. At the
first step upon the cold surface, Buck's feet sank into a white mushy
enough to discover. He did not like to be approached on his blind side.
Of this offence Buck was unwittingly guilty, and the first knowledge he
had of his indiscretion was when Sol-leks whirled upon him and slashed
his shoulder to the bone for three inches up and down. Forever after
Buck avoided his blind side, and to the last of their comradeship had
no more trouble. His only apparent ambition, like Dave's, was to be left
alone; though, as Buck was afterward to learn, each of them possessed
one other and even more vital ambition.
That night Buck faced the great problem of sleeping. The tent, illumined
by a candle, glowed warmly in the midst of the white plain; and when he,
power of recuperation left, no reserve strength to call upon. It had
been all used, the last least bit of it. Every muscle, every fibre,
every cell, was tired, dead tired. And there was reason for it. In less
than five months they had travelled twenty-five hundred miles, during
the last eighteen hundred of which they had had but five days' rest.
When they arrived at Skaguay they were apparently on their last legs.
They could barely keep the traces taut, and on the down grades just
managed to keep out of the way of the sled.
"Mush on, poor sore feets," the driver encouraged them as they tottered
down the main street of Skaguay. "Dis is de las'. Den we get one long
the work, nor was the heart of any dog. The Outsides were timid and
frightened, the Insides without confidence in their masters.
Buck felt vaguely that there was no depending upon these two men and the
woman. They did not know how to do anything, and as the days went by
it became apparent that they could not learn. They were slack in all
things, without order or discipline. It took them half the night to
pitch a slovenly camp, and half the morning to break that camp and get
the sled loaded in fashion so slovenly that for the rest of the day they
were occupied in stopping and rearranging the load. Some days they did
not make ten miles. On other days they were unable to get started
sort of society plays his mother's brother wrote, should have
anything to do with the chopping of a few sticks of firewood, passes
comprehension; nevertheless the quarrel was as likely to tend in that
direction as in the direction of Charles's political prejudices. And
that Charles's sister's tale-bearing tongue should be relevant to the
building of a Yukon fire, was apparent only to Mercedes, who disburdened
herself of copious opinions upon that topic, and incidentally upon a
few other traits unpleasantly peculiar to her husband's family. In the
meantime the fire remained unbuilt, the camp half pitched, and the dogs
unfed.
jagged bottom, smashing against rocks and snags, they veered in to the
bank.
Thornton came to, belly downward and being violently propelled back
and forth across a drift log by Hans and Pete. His first glance was for
Buck, over whose limp and apparently lifeless body Nig was setting up a
howl, while Skeet was licking the wet face and closed eyes. Thornton was
himself bruised and battered, and he went carefully over Buck's body,
when he had been brought around, finding three broken ribs.
"That settles it," he announced. "We camp right here." And camp they
thing that preyed, living on the things that lived, unaided, alone,
by virtue of his own strength and prowess, surviving triumphantly in a
hostile environment where only the strong survived. Because of all this
he became possessed of a great pride in himself, which communicated
itself like a contagion to his physical being. It advertised itself
in all his movements, was apparent in the play of every muscle, spoke
plainly as speech in the way he carried himself, and made his glorious
furry coat if anything more glorious. But for the stray brown on his
muzzle and above his eyes, and for the splash of white hair that ran
midmost down his chest, he might well have been mistaken for a gigantic
wolf, larger than the largest of the breed. From his St. Bernard father
This was sufficient to fling the whole pack forward, pell-mell, crowded
together, blocked and confused by its eagerness to pull down the
prey. Buck's marvellous quickness and agility stood him in good stead.
Pivoting on his hind legs, and snapping and gashing, he was everywhere
at once, presenting a front which was apparently unbroken so swiftly did
he whirl and guard from side to side. But to prevent them from getting
behind him, he was forced back, down past the pool and into the creek
bed, till he brought up against a high gravel bank. He worked along to a
right angle in the bank which the men had made in the course of mining,
and in this angle he came to bay, protected on three sides and with
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Module/Install.pm view on Meta::CPAN
my $cwd = Cwd::cwd();
my $sym = "${who}::AUTOLOAD";
$sym->{$cwd} = sub {
my $pwd = Cwd::cwd();
if ( my $code = $sym->{$pwd} ) {
# delegate back to parent dirs
goto &$code unless $cwd eq $pwd;
}
$$sym =~ /([^:]+)$/ or die "Cannot autoload $who - $sym";
unless ( uc($1) eq $1 ) {
unshift @_, ( $self, $1 );
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Module/Install.pm view on Meta::CPAN
my $cwd = Cwd::cwd();
my $sym = "${who}::AUTOLOAD";
$sym->{$cwd} = sub {
my $pwd = Cwd::cwd();
if ( my $code = $sym->{$pwd} ) {
# delegate back to parent dirs
goto &$code unless $cwd eq $pwd;
}
$$sym =~ /([^:]+)$/ or die "Cannot autoload $who - $sym";
unshift @_, ($self, $1);
goto &{$self->can('call')} unless uc($1) eq $1;
view all matches for this distribution
view release on metacpan or search on metacpan
t/02thievery.t view on Meta::CPAN
Tests that variable stealing works.
Scalars, arrays and hashes are tested; multiple call stack levels are tested;
decimal and hexadecimal notations for call stack levels are tested; the syntax
with and without parentheses is tested; line breaks and other insignicant
white space in the syntax is tested.
There is a test that an exception is thrown when you try to steal a
non-existant variable.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/Lingua/EN/Inflect/Modern.pm view on Meta::CPAN
use strict;
use warnings;
package Acme::Lingua::EN::Inflect::Modern 0.008;
use parent qw(Exporter);
# ABSTRACT: modernize Lingua::EN::Inflect rule's
use Lingua::EN::Inflect 1.86 ();
use Sub::Override 0.07;
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Module/Install.pm view on Meta::CPAN
my $cwd = Cwd::cwd();
my $sym = "${who}::AUTOLOAD";
$sym->{$cwd} = sub {
my $pwd = Cwd::cwd();
if ( my $code = $sym->{$pwd} ) {
# delegate back to parent dirs
goto &$code unless $cwd eq $pwd;
}
$$sym =~ /([^:]+)$/ or die "Cannot autoload $who - $sym";
unshift @_, ($self, $1);
goto &{$self->can('call')} unless uc($1) eq $1;
view all matches for this distribution
view release on metacpan or search on metacpan
author/en2kana.csv view on Meta::CPAN
paper,ãã¼ãã¼
parade,ãã¬ã¼ã
paradise,ãã©ãã¤ã¹
parallel,ãã©ã¬ã«
pardon,ãã¼ãã¥ã³
parent,ãã¢ã¬ã³ã
park,ãã¼ã¯
part,ãã¼ã
party,ãã¼ãã£ã¼
pass,ãã¹
passage,ããã»ã¼ã¸
view all matches for this distribution
view release on metacpan or search on metacpan
BleedingOpenGL.pm view on Meta::CPAN
CreateNotify
DestroyNotify
UnmapNotify
MapNotify
MapRequest
ReparentNotify
ConfigureNotify
ConfigureRequest
GravityNotify
ResizeRequest
CirculateNotify
BleedingOpenGL.pm view on Meta::CPAN
CreateNotify
DestroyNotify
UnmapNotify
MapNotify
MapRequest
ReparentNotify
ConfigureNotify
ConfigureRequest
GravityNotify
ResizeRequest
CirculateNotify
BleedingOpenGL.pm view on Meta::CPAN
%window_defaults=(
'x' => 0,
'y' => 0,
'width' => 500,
'height' => 500,
'parent' => 0,
'steal' => 0,
'mask' => (_have_glx() ? StructureNotifyMask() : 0),
'attributes'=> [],
);
BleedingOpenGL.pm view on Meta::CPAN
#
# glpcOpenWindow() no longer exported. Use fully qualified
# package name or (better!) glpOpenWindow()
#
glpcOpenWindow($p{'x'},$p{'y'},$p{'width'},$p{'height'},
$p{'parent'},$p{'mask'},$p{'steal'},
@{$p{'attributes'}});
}
# The following material is original to OpenGL-0.5, and provides compatibility
# with some of Stan's functions.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MUDLike.pm view on Meta::CPAN
return this.each(function(){
// Clone the structure that we're using to wrap
var b = a[0].cloneNode(true);
// Insert it before the element to be wrapped
this.parentNode.insertBefore( b, this );
// Find the deepest point in the wrap structure
while ( b.firstChild )
b = b.firstChild;
lib/Acme/MUDLike.pm view on Meta::CPAN
this.insertBefore( a, this.firstChild );
});
},
before: function() {
return this.domManip(arguments, false, 1, function(a){
this.parentNode.insertBefore( a, this );
});
},
after: function() {
return this.domManip(arguments, false, -1, function(a){
this.parentNode.insertBefore( a, this.nextSibling );
});
},
end: function() {
return this.prevObject || jQuery([]);
},
lib/Acme/MUDLike.pm view on Meta::CPAN
} else {
e = jQuery(e.cloneNode(true))
.find(":radio").removeAttr("checked").end()
.css({
visibility: "hidden", position: "absolute", display: "block", right: "0", left: "0"
}).appendTo(e.parentNode)[0];
var parPos = jQuery.css(e.parentNode,"position");
if ( parPos == "" || parPos == "static" )
e.parentNode.style.position = "relative";
oHeight = e.clientHeight;
oWidth = e.clientWidth;
if ( parPos == "" || parPos == "static" )
e.parentNode.style.position = "static";
e.parentNode.removeChild(e);
}
});
return p == "height" ? oHeight : oWidth;
}
lib/Acme/MUDLike.pm view on Meta::CPAN
else if ( wrap[1] == "<table>" && s.indexOf("<tbody") < 0 )
tb = div.childNodes;
for ( var n = tb.length-1; n >= 0 ; --n )
if ( jQuery.nodeName(tb[n], "tbody") && !tb[n].childNodes.length )
tb[n].parentNode.removeChild(tb[n]);
}
arg = [];
for (var i=0, l=div.childNodes.length; i<l; i++)
lib/Acme/MUDLike.pm view on Meta::CPAN
// Check to see if the W3C box model is being used
jQuery.boxModel = !jQuery.browser.msie || document.compatMode == "CSS1Compat";
};
jQuery.each({
parent: "a.parentNode",
parents: "jQuery.parents(a)",
next: "jQuery.nth(a,2,'nextSibling')",
prev: "jQuery.nth(a,2,'previousSibling')",
siblings: "jQuery.sibling(a.parentNode.firstChild,a)",
children: "jQuery.sibling(a.firstChild)"
}, function(i,n){
jQuery.fn[ i ] = function(a) {
var ret = jQuery.map(this,n);
if ( a && typeof a == "string" )
lib/Acme/MUDLike.pm view on Meta::CPAN
toggleClass: function( c ){
jQuery.className[ jQuery.className.has(this,c) ? "remove" : "add" ](this, c);
},
remove: function(a){
if ( !a || jQuery.filter( a, [this] ).r.length )
this.parentNode.removeChild( this );
},
empty: function() {
while ( this.firstChild )
this.removeChild( this.firstChild );
}
lib/Acme/MUDLike.pm view on Meta::CPAN
last: "i==r.length-1",
even: "i%2==0",
odd: "i%2",
// Child Checks
"nth-child": "jQuery.nth(a.parentNode.firstChild,m[3],'nextSibling',a)==a",
"first-child": "jQuery.nth(a.parentNode.firstChild,1,'nextSibling')==a",
"last-child": "jQuery.nth(a.parentNode.lastChild,1,'previousSibling')==a",
"only-child": "jQuery.sibling(a.parentNode.firstChild).length==1",
// Parent Checks
parent: "a.firstChild",
empty: "!a.firstChild",
// Text Check
contains: "jQuery.fn.text.apply([a]).indexOf(m[3])>=0",
lib/Acme/MUDLike.pm view on Meta::CPAN
// Match: :even, :last-chlid
/^([:.#]*)([a-z0-9_*-]*)/i
],
token: [
/^(\/?\.\.)/, "a.parentNode",
/^(>|\/)/, "jQuery.sibling(a.firstChild)",
/^(\+)/, "jQuery.nth(a,2,'nextSibling')",
/^(~)/, function(a){
var s = jQuery.sibling(a.parentNode.firstChild);
return s.slice(jQuery.inArray(a,s) + 1);
}
],
multiFilter: function( expr, elems, not ) {
lib/Acme/MUDLike.pm view on Meta::CPAN
jQuery.getAll( s, r, token, name, re );
}
return r;
},
parents: function( elem ){
var matched = [];
var cur = elem.parentNode;
while ( cur && cur != document ) {
matched.push( cur );
cur = cur.parentNode;
}
return matched;
},
nth: function(cur,result,dir,elem){
result = result || 1;
lib/Acme/MUDLike.pm view on Meta::CPAN
// store a copy of the original event object
// and clone because target is read only
var originalEvent = event;
event = jQuery.extend({}, originalEvent);
// get parentnode from textnode
event.target = originalEvent.target.parentNode;
// add preventDefault and stopPropagation since
// they will not work on the clone
event.preventDefault = function() {
return originalEvent.preventDefault();
lib/Acme/MUDLike.pm view on Meta::CPAN
},
hover: function(f,g) {
// A private function for handling mouse 'hovering'
function handleHover(e) {
// Check if mouse(over|out) are still within the same parent element
var p = (e.type == "mouseover" ? e.fromElement : e.toElement) || e.relatedTarget;
// Traverse up the tree
while ( p && p != this ) try { p = p.parentNode } catch(e) { p = this; };
// If we actually just moused on to a sub-element, ignore it
if ( p == this ) return false;
// Execute the right function
lib/Acme/MUDLike.pm view on Meta::CPAN
// script does not exist if jQuery is loaded dynamically
if ( script )
script.onreadystatechange = function() {
if ( this.readyState != "complete" ) return;
this.parentNode.removeChild( this );
jQuery.ready();
};
// Clear from memory
script = null;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MadokaMagica.pm view on Meta::CPAN
package Acme::MadokaMagica;
use 5.008001;
use strict;
use warnings;
use utf8;
use parent 'Exporter';
our $VERSION = "0.09";
our $miracle = "å¥è·¡";
our $magical = "éæ³";
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/Magic8Ball.pm view on Meta::CPAN
require Exporter;
use vars qw($VERSION $CONSISTENT @EXPORT_OK @ISA);
# are we ever going to need enhancements? Apparently yes :(
$VERSION = "1.3";
$CONSISTENT = 0;
@ISA = qw(Exporter);
@EXPORT_OK = qw(ask);
view all matches for this distribution
view release on metacpan or search on metacpan
'Test::Exception' => '0.31',
},
confiure_requires => { 'Module::Build' => '0.40', },
requires => {
perl => '5.008001',
'parent' => 0,
'Carp' => 0,
},
no_index => { 'directory' => ['inc'] },
meta_merge => {
'resources' => {
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Module/Install.pm view on Meta::CPAN
my $cwd = Cwd::cwd();
my $sym = "${who}::AUTOLOAD";
$sym->{$cwd} = sub {
my $pwd = Cwd::cwd();
if ( my $code = $sym->{$pwd} ) {
# delegate back to parent dirs
goto &$code unless $cwd eq $pwd;
}
$$sym =~ /([^:]+)$/ or die "Cannot autoload $who - $sym";
unless ( uc($1) eq $1 ) {
unshift @_, ( $self, $1 );
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/3rd_rock.pm view on Meta::CPAN
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2023-03-12'; # DATE
our $DIST = 'Acme-MetaSyntactic-3rd_rock'; # DIST
our $VERSION = '0.001'; # VERSION
use parent qw(Acme::MetaSyntactic::MultiList);
__PACKAGE__->init;
1;
# ABSTRACT: Characters from the sitcom 3rd Rock From The Sun (1996-2001)
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/evangelion.pm view on Meta::CPAN
=item *
2013-10-14 - v1.001
Fixed a typo in Sébastien's last name and now load the proper parent module,
in Acme-MetaSyntactic-Themes version 1.037.
=item *
2012-09-03 - v1.000
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/WordList.pm view on Meta::CPAN
use 5.010001;
use strict 'subs', 'vars';
use warnings;
use parent 'Acme::MetaSyntactic::List';
sub init_data {
my ($self, $wl_module) = @_;
(my $wl_module_pm = "$wl_module.pm") =~ s!::!/!g;
require $wl_module_pm;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/always_sunny.pm view on Meta::CPAN
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2023-03-12'; # DATE
our $DIST = 'Acme-MetaSyntactic-always_sunny'; # DIST
our $VERSION = '0.001'; # VERSION
use parent qw(Acme::MetaSyntactic::MultiList);
__PACKAGE__->init;
1;
# ABSTRACT: Characters from the sitcom It's Always Sunny In Philadephia (2005-)
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/boboiboy.pm view on Meta::CPAN
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2021-02-21'; # DATE
our $DIST = 'Acme-MetaSyntactic-boboiboy'; # DIST
our $VERSION = '0.001'; # VERSION
use parent qw(Acme::MetaSyntactic::MultiList);
__PACKAGE__->init;
1;
# ABSTRACT: The BoboiBoy theme
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/breaking_bad.pm view on Meta::CPAN
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2023-03-12'; # DATE
our $DIST = 'Acme-MetaSyntactic-breaking_bad'; # DIST
our $VERSION = '0.001'; # VERSION
use parent qw(Acme::MetaSyntactic::MultiList);
__PACKAGE__->init;
1;
# ABSTRACT: Characters from the TV show Breaking Bad (2008-2013)
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/chinese_zodiac.pm view on Meta::CPAN
package Acme::MetaSyntactic::chinese_zodiac;
our $DATE = '2017-02-04'; # DATE
our $VERSION = '0.002'; # VERSION
use parent qw(Acme::MetaSyntactic::MultiList);
__PACKAGE__->init;
1;
# ABSTRACT: The Chinese zodiac theme
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/christmas.pm view on Meta::CPAN
package Acme::MetaSyntactic::christmas;
our $DATE = '2017-02-04'; # DATE
our $VERSION = '0.003'; # VERSION
use parent qw(Acme::MetaSyntactic::MultiList);
__PACKAGE__->init;
1;
# ABSTRACT: The Christmas theme
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/corner_gas.pm view on Meta::CPAN
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2023-03-12'; # DATE
our $DIST = 'Acme-MetaSyntactic-corner_gas'; # DIST
our $VERSION = '0.001'; # VERSION
use parent qw(Acme::MetaSyntactic::MultiList);
__PACKAGE__->init;
1;
# ABSTRACT: Characters from the sitcom Corner Gas (2004-2009)
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/countries.pm view on Meta::CPAN
package Acme::MetaSyntactic::countries;
our $DATE = '2017-02-04'; # DATE
our $VERSION = '0.002'; # VERSION
use parent qw(Acme::MetaSyntactic::WordList);
my $data = __PACKAGE__->init_data('WordList::EN::CountryNames::SingleWord');
__PACKAGE__->init($data);
1;
# ABSTRACT: Country names
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/dangdut.pm view on Meta::CPAN
package Acme::MetaSyntactic::dangdut;
our $DATE = '2017-02-04'; # DATE
our $VERSION = '0.002'; # VERSION
use parent qw(Acme::MetaSyntactic::MultiList);
__PACKAGE__->init;
1;
# ABSTRACT: A selection of popular Indonesian dangdut singers
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/display_resolution.pm view on Meta::CPAN
use 5.010001;
use strict;
use warnings;
use parent 'Acme::MetaSyntactic::List';
use Display::Resolution qw(list_display_resolution_names);
__PACKAGE__->init(do {
my $names0 = list_display_resolution_names();
my $names = {};
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/dune.pm view on Meta::CPAN
our $VERSION = '0.02';
use Acme::MetaSyntactic::MultiList;
use parent 'Acme::MetaSyntactic::MultiList';
__PACKAGE__->init();
=head1 NAME
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/frasier.pm view on Meta::CPAN
package Acme::MetaSyntactic::frasier;
our $DATE = '2017-02-04'; # DATE
our $VERSION = '0.002'; # VERSION
use parent qw(Acme::MetaSyntactic::MultiList);
__PACKAGE__->init;
1;
# ABSTRACT: Characters from the sitcom Frasier (1993)
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/gavan.pm view on Meta::CPAN
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2020-03-01'; # DATE
our $DIST = 'Acme-MetaSyntactic-gavan'; # DIST
our $VERSION = '0.001'; # VERSION
use parent qw(Acme::MetaSyntactic::MultiList);
__PACKAGE__->init;
1;
# ABSTRACT: The Space Sheriff Gavan theme
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/id_beverages.pm view on Meta::CPAN
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2020-03-01'; # DATE
our $DIST = 'Acme-MetaSyntactic-id_beverages'; # DIST
our $VERSION = '0.001'; # VERSION
use parent qw(Acme::MetaSyntactic::MultiList);
__PACKAGE__->init;
1;
# ABSTRACT: The Indonesian beverages theme
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic.pm view on Meta::CPAN
=item *
Rafael Garcia-Suarez,
who apparently plans to use it. Especially now that it's usable in
one-liners.
=item *
Vahe Sarkissian,
view all matches for this distribution