view release on metacpan or search on metacpan
@info = $batch->hostinfo_ex(\@hosts, $resreq, $options);
$hi = $info[0];
$host = $hi->host;
$status = $hi->hStatus;
$sched = $hi->busySched;
$stop = $hi->busyStop;
@load = $hi->load;
@loadsched = $hi->loadSched;
@loadstop = $hi->loadStop;
$windows = $hi->windows;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/LWP/JSON/Tiny.pm view on Meta::CPAN
do_something($other_response->json_content);
}
=head1 DESCRIPTION
A lot of RESTful API integration involves pointless busy work with setting
accept and content-type headers, remembering how Unicode is supposed to work
and so on. This is a very simple wrapper around HTTP::Request and
HTTP::Response that handles all of that for you.
There are four classes in this distribution:
view all matches for this distribution
view release on metacpan or search on metacpan
change daemon.pl logic to default to allow all
client connections instead of allow none
1.00 Wed May 15 16:54:43 PDT 2002
Updated 'daemon' to use sockets instead of FIFO
to eliminate session overlap problems on busy server,
this also facilitates remote daemon interrogation.
THIS MEANS !!!
you must update the following scripts:
view all matches for this distribution
view release on metacpan or search on metacpan
http://www.ctan.org/tex-archive/biblio/bibtex/utils/btOOL/
http://www.cpan.org/authors/Greg_Ward
will both get you to the latest version of C<LaTeX::BibTeX> and B<btparse>
-- but of course, you should always access busy sites like CTAN and CPAN
through a mirror.
=cut
1;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/LaTeXML/Plugin/LtxMojo/public/js/external/ace-min/mode-php.js view on Meta::CPAN
define("ace/mode/php",["require","exports","module","ace/lib/oop","ace/mode/text","ace/tokenizer","ace/mode/php_highlight_rules","ace/mode/matching_brace_outdent","ace/range","ace/worker/worker_client","ace/mode/behaviour/cstyle","ace/mode/folding/cs...
view all matches for this distribution
view release on metacpan or search on metacpan
lib/LaTeXML/Common/Error.pm view on Meta::CPAN
# NOTE: this recovery procedure must always be run after all logging messages are generated,
# as resetting the various stacks loses information (e.g. location is lost).
my $stomach = $$state{stomach};
my $gullet = $$stomach{gullet};
$$stomach{token_stack} = [];
# If we were in an infinite loop, disable any potential busy token.
my $relax_def = $$state{meaning}{"\\relax"}[0];
$state->assignMeaning($LaTeXML::CURRENT_TOKEN, $relax_def, 'global') if $LaTeXML::CURRENT_TOKEN;
for my $token (@{ $$gullet{pushback} }) {
$state->assignMeaning($token, $relax_def, 'global'); }
# Rescue data structures that may be serializable/resumable
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Lab/Instrument/TDS2024B.pm view on Meta::CPAN
sleep($dtcheck);
}
}
sub test_busy {
my $self = shift;
return 1 if $self->query('BUSY?') =~ /^(:BUSY )?\s*1/i;
return 0;
}
lib/Lab/Instrument/TDS2024B.pm view on Meta::CPAN
seconds (again, number or text), except when $deltaT is less than $time.
$deltaT defaults to 500ms.
Returns 1 if completed, 0 if timed out.
=head2 test_busy
$busy = $s->test_busy();
Returns 1 if busy (waiting for trigger, etc), 0 if not busy.
=head2 get_id
$s->get_id()
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Lab/Moose/Instrument/TBS1000C.pm view on Meta::CPAN
#
# BUSY
#
sub busy_query {
my ( $self, %args ) = validated_getter( \@_ );
return $self->query( command => "BUSY?", %args );
}
#
lib/Lab/Moose/Instrument/TBS1000C.pm view on Meta::CPAN
$tbs->acquire_stopafter(value => 'SEQUENCE');
say $tbs->acquire_stopafter_query();
Allowed values: SEQUENCE, STOPAFTER
=head2 busy_query
my $busy = $tbs->busy_query();
Return 1 if busy, 0 if idle.
=head2 curve_query
my $data_block = $tbs->curve_query();
view all matches for this distribution
view release on metacpan or search on metacpan
hugs98-Nov2003/fptools/libraries/base/GHC/IOBase.lhs view on Meta::CPAN
showsPrec _ e =
showString $
case e of
AlreadyExists -> "already exists"
NoSuchThing -> "does not exist"
ResourceBusy -> "resource busy"
ResourceExhausted -> "resource exhausted"
EOF -> "end of file"
IllegalOperation -> "illegal operation"
PermissionDenied -> "permission denied"
UserError -> "user error"
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Language/Zcode/Runtime/IO.pm view on Meta::CPAN
# LZ::Term packages.
eval <<'ENDWIN32';
package Games::Rezrov::ZIO_Win32;
# z-machine i/o for perls with Win32::Console
# TO DO:
# - can we set hourglass when busy?
use strict;
use Win32::Console;
#use Games::Rezrov::ZIO_Generic;
view all matches for this distribution
view release on metacpan or search on metacpan
site/htdocs/static/bwr/jquery-ui/jquery-ui.js view on Meta::CPAN
this.tabs.add( this.panels ).each( function() {
if ( $.data( this, "ui-tabs-destroy" ) ) {
$( this ).remove();
} else {
$( this ).removeAttr( "role tabIndex " +
"aria-live aria-busy aria-selected aria-labelledby aria-hidden aria-expanded" );
}
} );
this.tabs.each( function() {
var li = $( this ),
site/htdocs/static/bwr/jquery-ui/jquery-ui.js view on Meta::CPAN
if ( status === "abort" ) {
that.panels.stop( false, true );
}
that._removeClass( tab, "ui-tabs-loading" );
panel.removeAttr( "aria-busy" );
if ( jqXHR === that.xhr ) {
delete that.xhr;
}
};
site/htdocs/static/bwr/jquery-ui/jquery-ui.js view on Meta::CPAN
// Support: jQuery <1.8
// jQuery <1.8 returns false if the request is canceled in beforeSend,
// but as of 1.8, $.ajax() always returns a jqXHR object.
if ( this.xhr && this.xhr.statusText !== "canceled" ) {
this._addClass( tab, "ui-tabs-loading" );
panel.attr( "aria-busy", "true" );
this.xhr
.done( function( response, status, jqXHR ) {
// support: jQuery <1.8
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Lib/Pepper/Exception.pm view on Meta::CPAN
-1_503 => 'Communication timeout',
-1_504 => 'Send error',
-1_505 => 'Receive error',
-1_506 => 'Protocol error',
-1_507 => 'Invalid response',
-1_508 => 'Terminal busy',
-1_509 => 'Terminal error',
);
sub checkResult($self, $result, $context) {
if(!defined $result) {
lib/Lib/Pepper/Exception.pm view on Meta::CPAN
- -1503: Communication timeout
- -1504: Send error
- -1505: Receive error
- -1506: Protocol error
- -1507: Invalid response
- -1508: Terminal busy
- -1509: Terminal error
See Lib::Pepper::Constants for the complete list of error code constants.
=head1 WARNING: AI USE
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Lim/CLI.pm view on Meta::CPAN
my $class = ref($this) || $this;
my %args = ( @_ );
my $self = {
logger => Log::Log4perl->get_logger($class),
cli => {},
busy => 0,
no_completion => 0,
prompt => 'lim> '
};
bless $self, $class;
weaken($self->{logger});
lib/Lim/CLI.pm view on Meta::CPAN
sub process {
my ($self, $line) = @_;
my ($cmd, $args);
if ($self->{busy}) {
return;
}
if (defined $line) {
($cmd, $args) = split(/\s+/o, $line, 2);
lib/Lim/CLI.pm view on Meta::CPAN
if ($cmd) {
if (exists $self->{current}) {
if ($self->{current}->{module}->Commands->{$cmd} and
$self->{current}->{obj}->can($cmd))
{
$self->{busy} = 1;
$self->set_prompt('');
$self->{current}->{obj}->$cmd($args);
}
else {
$self->unknown_command($cmd);
lib/Lim/CLI.pm view on Meta::CPAN
$cmd = lc($cmd);
if ($current->{module}->Commands->{$cmd} and
$current->{obj}->can($cmd))
{
$self->{busy} = 1;
$self->set_prompt('');
$current->{obj}->$cmd($args);
}
else {
$self->unknown_command($cmd);
lib/Lim/CLI.pm view on Meta::CPAN
=cut
sub Successful {
my ($self) = @_;
$self->{busy} = 0;
if (exists $self->{current}) {
$self->set_prompt('lim'.$self->{current}->{obj}->Prompt.'> ');
}
else {
$self->set_prompt('lim> ');
lib/Lim/CLI.pm view on Meta::CPAN
$self->print($_);
}
}
$self->println;
$self->{busy} = 0;
if (exists $self->{current}) {
$self->set_prompt('lim'.$self->{current}->{obj}->Prompt.'> ');
}
else {
$self->set_prompt('lim> ');
view all matches for this distribution
view release on metacpan or search on metacpan
etc/walden.txt view on Meta::CPAN
current slides away, but eternity remains. I would drink deeper;
fish in the sky, whose bottom is pebbly with stars. I cannot count
one. I know not the first letter of the alphabet. I have always been
regretting that I was not as wise as the day I was born. The intellect
is a cleaver; it discerns and rifts its way into the secret of things.
I do not wish to be any more busy with my hands than is necessary.
My head is hands and feet. I feel all my best faculties concentrated
in it. My instinct tells me that my head is an organ for burrowing, as
some creatures use their snout and fore paws, and with it I would mine
and burrow my way through these hills. I think that the richest vein
is somewhere hereabouts; so by the divining-rod and thin rising vapors
etc/walden.txt view on Meta::CPAN
send home such seeds as these, and Congress help to distribute them
over all the land. We should never stand upon ceremony with sincerity.
We should never cheat and insult and banish one another by our
meanness, if there were present the kernel of worth and
friendliness. We should not meet thus in haste. Most men I do not meet
at all, for they seem not to have time; they are busy about their
beans. We would not deal with a man thus plodding ever, leaning on a
hoe or a spade as a staff between his work, not as a mushroom, but
partially risen out of the earth, something more than erect, like
swallows alighted and walking on the ground:
etc/walden.txt view on Meta::CPAN
rustle of leaves and the peeping of frogs. As I walked in the woods to
see the birds and squirrels, so I walked in the village to see the men
and boys; instead of the wind among the pines I heard the carts
rattle. In one direction from my house there was a colony of
muskrats in the river meadows; under the grove of elms and buttonwoods
in the other horizon was a village of busy men, as curious to me as if
they had been prairie-dogs, each sitting at the mouth of its burrow,
or running over to a neighbor's to gossip. I went there frequently
to observe their habits. The village appeared to me a great news room;
and on one side, to support it, as once at Redding & Company's on
State Street, they kept nuts and raisins, or salt and meal and other
etc/walden.txt view on Meta::CPAN
better by the carriage road from Brister's Hill. For I came to town
still, like a friendly Indian, when the contents of the broad open
fields were all piled up between the walls of the Walden road, and
half an hour sufficed to obliterate the tracks of the last
traveller. And when I returned new drifts would have formed, through
which I floundered, where the busy northwest wind had been
depositing the powdery snow round a sharp angle in the road, and not a
rabbit's track, nor even the fine print, the small type, of a meadow
mouse was to be seen. Yet I rarely failed to find, even in
midwinter, some warm and springly swamp where the grass and the
skunk-cabbage still put forth with perennial verdure, and some hardier
etc/walden.txt view on Meta::CPAN
water soon becomes putrid, but frozen remains sweet forever? It is
commonly said that this is the difference between the affections and
the intellect.
Thus for sixteen days I saw from my window a hundred men at work
like busy husbandmen, with teams and horses and apparently all the
implements of farming, such a picture as we see on the first page of
the almanac; and as often as I looked out I was reminded of the
fable of the lark and the reapers, or the parable of the sower, and
the like; and now they are all gone, and in thirty days more,
probably, I shall look from the same window on the pure sea-green
view all matches for this distribution
view release on metacpan or search on metacpan
etc/walden.txt view on Meta::CPAN
current slides away, but eternity remains. I would drink deeper;
fish in the sky, whose bottom is pebbly with stars. I cannot count
one. I know not the first letter of the alphabet. I have always been
regretting that I was not as wise as the day I was born. The intellect
is a cleaver; it discerns and rifts its way into the secret of things.
I do not wish to be any more busy with my hands than is necessary.
My head is hands and feet. I feel all my best faculties concentrated
in it. My instinct tells me that my head is an organ for burrowing, as
some creatures use their snout and fore paws, and with it I would mine
and burrow my way through these hills. I think that the richest vein
is somewhere hereabouts; so by the divining-rod and thin rising vapors
etc/walden.txt view on Meta::CPAN
send home such seeds as these, and Congress help to distribute them
over all the land. We should never stand upon ceremony with sincerity.
We should never cheat and insult and banish one another by our
meanness, if there were present the kernel of worth and
friendliness. We should not meet thus in haste. Most men I do not meet
at all, for they seem not to have time; they are busy about their
beans. We would not deal with a man thus plodding ever, leaning on a
hoe or a spade as a staff between his work, not as a mushroom, but
partially risen out of the earth, something more than erect, like
swallows alighted and walking on the ground:
etc/walden.txt view on Meta::CPAN
rustle of leaves and the peeping of frogs. As I walked in the woods to
see the birds and squirrels, so I walked in the village to see the men
and boys; instead of the wind among the pines I heard the carts
rattle. In one direction from my house there was a colony of
muskrats in the river meadows; under the grove of elms and buttonwoods
in the other horizon was a village of busy men, as curious to me as if
they had been prairie-dogs, each sitting at the mouth of its burrow,
or running over to a neighbor's to gossip. I went there frequently
to observe their habits. The village appeared to me a great news room;
and on one side, to support it, as once at Redding & Company's on
State Street, they kept nuts and raisins, or salt and meal and other
etc/walden.txt view on Meta::CPAN
better by the carriage road from Brister's Hill. For I came to town
still, like a friendly Indian, when the contents of the broad open
fields were all piled up between the walls of the Walden road, and
half an hour sufficed to obliterate the tracks of the last
traveller. And when I returned new drifts would have formed, through
which I floundered, where the busy northwest wind had been
depositing the powdery snow round a sharp angle in the road, and not a
rabbit's track, nor even the fine print, the small type, of a meadow
mouse was to be seen. Yet I rarely failed to find, even in
midwinter, some warm and springly swamp where the grass and the
skunk-cabbage still put forth with perennial verdure, and some hardier
etc/walden.txt view on Meta::CPAN
water soon becomes putrid, but frozen remains sweet forever? It is
commonly said that this is the difference between the affections and
the intellect.
Thus for sixteen days I saw from my window a hundred men at work
like busy husbandmen, with teams and horses and apparently all the
implements of farming, such a picture as we see on the first page of
the almanac; and as often as I looked out I was reminded of the
fable of the lark and the reapers, or the parable of the sower, and
the like; and now they are all gone, and in thirty days more,
probably, I shall look from the same window on the pure sea-green
view all matches for this distribution
view release on metacpan or search on metacpan
etc/rivers.txt view on Meta::CPAN
To the meadow health,
To Time his length,
To the rocks strength,
To the stars light,
To the weary night,
To the busy day,
To the idle play;
And so their good cheer never ends,
For all are their debtors, and all their friends.
Concord River is remarkable for the gentleness of its current,
etc/rivers.txt view on Meta::CPAN
over a succession of natural dams, where it has been offering its
_privileges_ in vain for ages, until at last the Yankee race came
to _improve_ them. Standing at its mouth, look up its sparkling
stream to its source,--a silver cascade which falls all the way
from the White Mountains to the sea,--and behold a city on each
successive plateau, a busy colony of human beaver around every
fall. Not to mention Newburyport and Haverhill, see Lawrence,
and Lowell, and Nashua, and Manchester, and Concord, gleaming one
above the other. When at length it has escaped from under the
last of the factories, it has a level and unmolested passage to
the sea, a mere _waste water_, as it were, bearing little with it
etc/rivers.txt view on Meta::CPAN
got breakfast ready. At an early hour we were again on our way,
rowing through the fog as before, the river already awake, and a
million crisped waves come forth to meet the sun when he should
show himself. The countrymen, recruited by their day of rest,
were already stirring, and had begun to cross the ferry on the
business of the week. This ferry was as busy as a beaver dam,
and all the world seemed anxious to get across the Merrimack
River at this particular point, waiting to get set over,--children
with their two cents done up in paper, jail-birds broke loose
and constable with warrant, travellers from distant lands to
distant lands, men and women to whom the Merrimack River was a
etc/rivers.txt view on Meta::CPAN
through our cotton roof. Perhaps at midnight one was awakened by
a cricket shrilly singing on his shoulder, or by a hunting spider
in his eye, and was lulled asleep again by some streamlet purling
its way along at the bottom of a wooded and rocky ravine in our
neighborhood. It was pleasant to lie with our heads so low in
the grass, and hear what a tinkling ever-busy laboratory it was.
A thousand little artisans beat on their anvils all night long.
Far in the night as we were falling asleep on the bank of the
Merrimack, we heard some tyro beating a drum incessantly, in
preparation for a country muster, as we learned, and we thought
etc/rivers.txt view on Meta::CPAN
and humor in so small a vessel for fear of the recoil. They are
not subject to great exposure, like the lumberers of Maine, in
any weather, but inhale the healthfullest breezes, being slightly
encumbered with clothing, frequently with the head and feet bare.
When we met them at noon as they were leisurely descending the
stream, their busy commerce did not look like toil, but rather
like some ancient Oriental game still played on a large scale, as
the game of chess, for instance, handed down to this generation.
From morning till night, unless the wind is so fair that his
single sail will suffice without other labor than steering, the
boatman walks backwards and forwards on the side of his boat, now
etc/rivers.txt view on Meta::CPAN
without bracing ourselves against it. If there were but one
erect and solid standing tree in the woods, all creatures would
go to rub against it and make sure of their footing. During the
many hours which we spend in this waking sleep, the hand stands
still on the face of the clock, and we grow like corn in the
night. Men are as busy as the brooks or bees, and postpone
everything to their business; as carpenters discuss politics
between the strokes of the hammer while they are shingling a
roof.
etc/rivers.txt view on Meta::CPAN
No word is oftener on the lips of men than Friendship, and indeed
no thought is more familiar to their aspirations. All men are
dreaming of it, and its drama, which is always a tragedy, is
enacted daily. It is the secret of the universe. You may thread
the town, you may wander the country, and none shall ever speak
of it, yet thought is everywhere busy about it, and the idea of
what is possible in this respect affects our behavior toward all
new men and women, and a great many old ones. Nevertheless, I
can remember only two or three essays on this subject in all
literature. No wonder that the Mythology, and Arabian Nights,
and Shakespeare, and Scott's novels entertain us,--we are poets
etc/rivers.txt view on Meta::CPAN
consider any of his problems, though we could cheerfully have
spent a whole autumn in this way another time, and never have
asked what his religion was. It is so rare to meet with a man
out-doors who cherishes a worthy thought in his mind, which is
independent of the labor of his hands. Behind every man's
busy-ness there should be a level of undisturbed serenity and
industry, as within the reef encircling a coral isle there is
always an expanse of still water, where the depositions are going
on which will finally raise it above the surface.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Lingua/EN/Opinion/Emotion.pm view on Meta::CPAN
buss => { anger => 0, anticipation => 0, disgust => 0, fear => 0, joy => 1, negative => 0, positive => 1, sadness => 0, surprise => 0, trust => 0 },
bust => { anger => 0, anticipation => 0, disgust => 0, fear => 0, joy => 0, negative => 0, positive => 0, sadness => 0, surprise => 0, trust => 0 },
busted => { anger => 1, anticipation => 0, disgust => 0, fear => 1, joy => 0, negative => 1, positive => 0, sadness => 0, surprise => 0, trust => 0 },
bustle => { anger => 0, anticipation => 0, disgust => 0, fear => 0, joy => 0, negative => 0, positive => 0, sadness => 0, surprise => 0, trust => 0 },
bustling => { anger => 0, anticipation => 0, disgust => 0, fear => 0, joy => 0, negative => 0, positive => 0, sadness => 0, surprise => 0, trust => 0 },
busy => { anger => 0, anticipation => 0, disgust => 0, fear => 0, joy => 0, negative => 0, positive => 0, sadness => 0, surprise => 0, trust => 0 },
butane => { anger => 0, anticipation => 0, disgust => 0, fear => 0, joy => 0, negative => 0, positive => 0, sadness => 0, surprise => 0, trust => 0 },
butcher => { anger => 1, anticipation => 0, disgust => 1, fear => 1, joy => 0, negative => 1, positive => 0, sadness => 0, surprise => 0, trust => 0 },
butler => { anger => 0, anticipation => 0, disgust => 0, fear => 0, joy => 0, negative => 0, positive => 1, sadness => 0, surprise => 0, trust => 1 },
butt => { anger => 0, anticipation => 0, disgust => 0, fear => 0, joy => 0, negative => 1, positive => 0, sadness => 0, surprise => 0, trust => 0 },
butter => { anger => 0, anticipation => 0, disgust => 0, fear => 0, joy => 0, negative => 0, positive => 0, sadness => 0, surprise => 0, trust => 0 },
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Lingua/EN/SENNA/third-party/senna/hash/ner.loc.lst view on Meta::CPAN
bussey
bussloo
bussum
bustins
bustins island
busy
butgenbach
butler
butlerville
butner
butte
view all matches for this distribution
view release on metacpan or search on metacpan
share/count_1w.txt view on Meta::CPAN
tone 17397122
collectables 17382903
ethics 17382309
forever 17381863
dragon 17377430
busy 17376500
captain 17372103
fantastic 17371421
imagine 17364670
brings 17364336
heating 17363382
share/count_1w.txt view on Meta::CPAN
darwen 446122
aung 446058
outlooks 446014
matrimonials 446000
forcible 445980
busybox 445971
openview 445942
lifeboat 445941
hara 445932
bushy 445882
tuskegee 445878
share/count_1w.txt view on Meta::CPAN
wallaceburg 69366
livehelp 69366
holmquist 69365
qawwali 69364
earlobe 69362
busybodies 69360
witched 69356
caid 69356
easterners 69353
packagings 69352
eptember 69352
share/count_1w.txt view on Meta::CPAN
cocco 68176
uniprocessor 68175
successions 68175
andesite 68175
ception 68174
busyness 68174
myleene 68173
colina 68171
cenet 68170
outdoorvoyeur 68169
foxworth 68169
share/count_1w.txt view on Meta::CPAN
yaboot 46432
satins 46431
orientate 46431
geshi 46431
endosome 46431
ebusy 46431
hally 46430
miscalculations 46429
effeminacy 46429
danser 46429
unmindful 46428
share/count_1w.txt view on Meta::CPAN
rends 44455
maurya 44455
europass 44455
emall 44455
differin 44454
busybody 44454
breconshire 44454
fagg 44453
repurposed 44452
greetimg 44452
cinched 44452
share/count_1w.txt view on Meta::CPAN
insten 41478
unsullied 41477
strudwick 41477
morikawa 41477
minicabs 41477
goodminbusy 41477
goodmaxbusy 41477
mandawa 41476
langu 41476
karisma 41476
cardmembers 41476
snif 41475
share/count_1w.txt view on Meta::CPAN
moralism 33012
ressourcen 33011
illiquidity 33011
hautspot 33011
daver 33011
busykid 33011
tkbellexe 33010
matha 33010
ftruncate 33010
caltagirone 33010
allum 33010
share/count_1w.txt view on Meta::CPAN
maxfoothold 27075
lprm 27075
goodmineffort 27075
goodmedianeffort 27075
goodmaxeffort 27075
goodbusystatemin 27075
goodbusystatemax 27075
goodbusystateavg 27075
goodavgeffort 27075
eurocamp 27075
coquettish 27075
clsm 27075
cedr 27075
share/count_1w.txt view on Meta::CPAN
tgplolita 21603
reanimate 21603
electronixmall 21603
cosponsoring 21603
avw 21603
adversaryminbusy 21603
adversarymaxbusy 21603
sunlamps 21602
steffie 21602
phtermine 21602
oldval 21602
mendment 21602
share/count_1w.txt view on Meta::CPAN
piggybacks 20918
nishanth 20918
mayte 20918
leiser 20918
dermatite 20918
busying 20918
benmore 20918
risico 20917
vanderwal 20916
synergis 20916
stahle 20916
share/count_1w.txt view on Meta::CPAN
hartsel 20404
gyfaill 20404
freethinking 20404
directway 20404
csae 20404
busyout 20404
admtek 20404
wmj 20403
unixcompile 20403
medhist 20403
firebreaks 20403
share/count_1w.txt view on Meta::CPAN
jazconvert 16230
habeck 16230
gusted 16230
direktor 16230
changemakers 16230
busybusybusy 16230
bibliografie 16230
bancs 16230
weighr 16229
wama 16229
vibha 16229
share/count_1w.txt view on Meta::CPAN
correu 14402
cappellas 14402
businessfinder 14402
badnessvariance 14402
badnessstdev 14402
badminbusy 14402
badmaxbusy 14402
alema 14402
thiscookievalue 14401
pedicured 14401
murst 14401
knitalongs 14401
share/count_1w.txt view on Meta::CPAN
vancover 13146
southwire 13146
klawans 13146
ftom 13146
deibler 13146
busywork 13146
brignoles 13146
wildbird 13145
sodertalje 13145
revexception 13145
quamby 13145
share/count_1w.txt view on Meta::CPAN
maciunas 13127
gnarwl 13127
glur 13127
fodera 13127
colist 13127
busybee 13127
twiddles 13126
toogl 13126
techcertification 13126
soapers 13126
shristmas 13126
view all matches for this distribution
view release on metacpan or search on metacpan
eg/Segment/S02 view on Meta::CPAN
gathered or pencil pleat heading and look most appropriate in a pretty,
feminine bedroom or a cottagey kitchen/breakfast room. A frill with the edges
bound in a contrasting or toning colour adds a further individual touch,
making the curtains a little more special. Cafe curtains, which traditionally
only cover the lower half of the window, offer a very simple solution to
privacy and are ideal in kitchens which face onto a busy road. They can be
teamed up with an additional pair of short curtains hanging above them which
would be drawn at night, thus giving a tiered effect. They can be made even
more attractive by the addition of frills or a scalloped heading.
<p no=7>
Your choice of curtain track or pole should also complement your style, from
eg/Segment/S02 view on Meta::CPAN
hotels in the graveyard. Do you understand?"
<p no=93>
"Yes, yes, yes, of course I understand," said Conway. He was beginning
to get angry. "I wo n't build shops and hotels there, and you will give
me everything I want. Thank you very much for your help. Now, please,
get out. I'm a busy man."
<p no=94>
"Goodbye," said Kee. "Thank you for talking to me. But do n't forget,
Mr Conway, you must not do these things. If you do, you'll be sorry."
<p no=95>
"Yes, yes, yes, I understand. Now go!" said Conway.
eg/Segment/S02 view on Meta::CPAN
<p no=108>
"Hello, Mummy. You're late. You said you'd be home by ten o'clock. I
wanted to talk to you about my homework, remember?"
<p no=109>
Helen sat down. "I'm sorry, Sarah. I did remember, really. But I had
a very busy day. Anyway, I'm home now. What's the problem?"
<p no=110>
"It's this book," said Sarah. "I have to write about it at school on
Friday, and I do n't understand it."
<p no=111 segment_break>
But it had not been as she had imagined. She had expected to be the
view all matches for this distribution
view release on metacpan or search on metacpan
Tagger/words.yml view on Meta::CPAN
busting: { vbg: 1 }
bustle: { nn: 1 }
bustling: { jj: 1 }
busts: { nns: 2 }
BUSY: { jj: 1 }
busy: { jj: 30 }
but: { cc: 2031, rb: 7, in: 8 }
But: { cc: 2143, nnp: 1, in: 1 }
Butane: { nn: 1 }
Butch: { nnp: 1 }
butcher: { nn: 4 }
view all matches for this distribution
view release on metacpan or search on metacpan
share/voc.tab view on Meta::CPAN
billfold wallet wallet
billfold's wallet's wallet's
billfolds wallets wallets
bookstore bookshop bookshop
bureau chest of drawers chest of drawers
busy signal engaged tone busy signal
can tin tin can
can's tin's tin can's
candy sweets candy,sweets
candy bar chocolate bar candy bar
cans tins tin cans
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Lingua/Lexicon/IDP/Data/en_de.txt view on Meta::CPAN
business geschäftlich
business Gewerbe (n)
businessman Geschäftsmann (m)
businessman Kaufmann (m)
businesswoman Geschäftsfrau (f)
busy belegt
busy beschäftigt
busy besetzt
busy emsig
busy geschäftig
but aber
but jedoch
butane Butan (n)
butcher shop Fleischerladen (m)
butt Butte (f)
view all matches for this distribution
view release on metacpan or search on metacpan
examples/collected_works_poe.txt view on Meta::CPAN
drawing there from a huge letter sealed with red sealing-wax and tied
carefully with red tape, let it fall precisely at the feet of the
burgomaster, Superbus Von Underduk. His Excellency stooped to take it
up. But the aeronaut, still greatly discomposed, and having
apparently no farther business to detain him in Rotterdam, began at
this moment to make busy preparations for departure; and it being
necessary to discharge a portion of ballast to enable him to
reascend, the half dozen bags which he threw out, one after another,
without taking the trouble to empty their contents, tumbled, every
one of them, most unfortunately upon the back of the burgomaster, and
rolled him over and over no less than one-and-twenty times, in the
examples/collected_works_poe.txt view on Meta::CPAN
attention. Affairs went swimmingly, and I believed the balloon to be
going upward with a speed increasing momently although I had no
longer any means of ascertaining the progression of the increase. I
suffered no pain or uneasiness of any kind, and enjoyed better
spirits than I had at any period since my departure from Rotterdam,
busying myself now in examining the state of my various apparatus,
and now in regenerating the atmosphere within the chamber. This
latter point I determined to attend to at regular intervals of forty
minutes, more on account of the preservation of my health, than from
so frequent a renovation being absolutely necessary. In the meanwhile
I could not help making anticipations. Fancy revelled in the wild and
examples/collected_works_poe.txt view on Meta::CPAN
money-seekers, not about money-finders. Had the pirate recovered his
money, there the affair would have dropped. It seemed to me that some
accident - say the loss of a memorandum indicating its locality - had
deprived him of the means of recovering it, and that this accident
had become known to his followers, who otherwise might never have
heard that treasure had been concealed at all, and who, busying
themselves in vain, because unguided attempts, to regain it, had
given first birth, and then universal currency, to the reports which
are now so common. Have you ever heard of any important treasure
being unearthed along the coast?"
examples/collected_works_poe.txt view on Meta::CPAN
would imply. It is clear that Kidd - if Kidd indeed secreted this
treasure, which I doubt not - it is clear that he must have had
assistance in the labor. But this labor concluded, he may have
thought it expedient to remove all participants in his secret.
Perhaps a couple of blows with a mattock were sufficient, while his
coadjutors were busy in the pit; perhaps it required a dozen - who
shall tell?"
_
_
examples/collected_works_poe.txt view on Meta::CPAN
I perceive him."
Then you must be blind.
"Very possible. Still I see nothing but a tumultuous mob of idiots
and madmen, who are busy in prostrating themselves before a gigantic
cameleopard, and endeavoring to obtain a kiss of the animal's hoofs.
See! the beast has very justly kicked one of the rabble over -- and
another -- and another -- and another. Indeed, I cannot help admiring
the animal for the excellent use he is making of his feet."
examples/collected_works_poe.txt view on Meta::CPAN
time. The practice, in mass, is therefore philosophical; but it is
not the less certain that it engenders vast individual error. {*16}
"In respect to the insinuations levelled at Beauvais, you will be
willing to dismiss them in a breath. You have already fathomed the
true character of this good gentleman. He is a busy-body, with much
of romance and little of wit. Any one so constituted will readily so
conduct himself, upon occasion of real excitement, as to render
himself liable to suspicion on the part of the over acute, or the
ill- disposed. M. Beauvais (as it appears from your notes) had some
personal interviews with the editor of L'Etoile, and offended him by
examples/collected_works_poe.txt view on Meta::CPAN
is prepared to give a reason for his recognition. The editor of
L'Etoile had no right to be offended at M. Beauvais' unreasoning
belief.
"The suspicious circumstances which invest him, will be found to
tally much better with my hypothesis of romantic busy-bodyism, than
with the reasoner's suggestion of guilt. Once adopting the more
charitable interpretation, we shall find no difficulty in
comprehending the rose in the key-hole; the 'Marie' upon the slate;
the 'elbowing the male relatives out of the way;' the 'aversion to
permitting them to see the body;' the caution given to Madame B----,
examples/collected_works_poe.txt view on Meta::CPAN
more than probable that the matter will remain, for years, in statu
quo. All that as yet can fairly be said to be known is, that 'Pure
gold can be made at will, and very readily from lead in connection
with certain other substances, in kind and in proportions, unknown.'
Speculation, of course, is busy as to the immediate and ultimate
results of this discovery -- a discovery which few thinking persons
will hesitate in referring to an increased interest in the matter of
gold generally, by the late developments in California; and this
reflection brings us inevitably to another -- the exceeding
inopportuneness of Von Kempelen's analysis. If many were prevented
examples/collected_works_poe.txt view on Meta::CPAN
disposal. The magnitude and the immediate availability of the sum
bewildered all who thought on the topic. The possessor of any
appreciable amount of money might have been imagined to perform any
one of a thousand things. With riches merely surpassing those of any
citizen, it would have been easy to suppose him engaging to supreme
excess in the fashionable extravagances of his time -- or busying
himself with political intrigue -- or aiming at ministerial power --
or purchasing increase of nobility -- or collecting large museums of
virtu -- or playing the munificent patron of letters, of science, of
art -- or endowing, and bestowing his name upon extensive
institutions of charity. But for the inconceivable wealth in the
examples/collected_works_poe.txt view on Meta::CPAN
muttering between his teeth: "Won't do -- new glasses -- thought it
was Gordon --d--d good-for-nothing salt water Long Tom."
After this narrow escape we proceeded with greater caution, and
arrived at our point of destination in safety. There were only one or
two of the hands on board, and these were busy forward, doing
something to the forecastle combings. Captain Barnard, we knew very
well, was engaged at Lloyd and Vredenburgh's, and would remain there
until late in the evening, so we had little to apprehend on his
account. Augustus went first up the vessel's side, and in a short
while I followed him, without being noticed by the men at work. We
examples/collected_works_poe.txt view on Meta::CPAN
As upon a former occasion my conceptions were in a state of the
greatest indistinctness and confusion after leaving the mattress. For
a long time I found it nearly impossible to connect any ideas; but,
by very slow degrees, my thinking faculties returned, and I again
called to memory the several incidents of my condition. For the
presence of Tiger I tried in vain to account; and after busying
myself with a thousand different conjectures respecting him, was
forced to content myself with rejoicing that he was with me to share
my dreary solitude, and render me comfort by his caresses. Most
people love their dogs -- but for Tiger I had an affection far more
ardent than common; and never, certainly, did any creature more truly
examples/collected_works_poe.txt view on Meta::CPAN
mind as to have overlooked this consideration altogether; and the
danger which I had for some time regarded as the most imminent was
that of foundering. As hope revived within me, I made use of every
opportunity to strengthen the lashings which held me to the remains
of the windlass, and in this occupation I soon discovered that my
companions were also busy. The night was as dark as it could possibly
be, and the horrible shrieking din and confusion which surrounded us
it is useless to attempt describing. Our deck lay level with the sea,
or rather we were encircled with a towering ridge of foam, a portion
of which swept over us even instant. It is not too much to say that
our heads were not fairly out of the water more than one second in
examples/collected_works_poe.txt view on Meta::CPAN
blindly took up, trusting foolishly to the force of our party, the
unarmed condition of Too-wit and his men, the certain efficacy of our
firearms (whose effect was yet a secret to the natives), and, more
than all, to the long-sustained pretension of friendship kept up by
these infamous wretches. Five or six of them went on before, as if to
lead the way, ostentatiously busying themselves in removing the
larger stones and rubbish from the path. Next came our own party. We
walked closely together, taking care only to prevent separation.
Behind followed the main body of the savages, observing unusual order
and decorum.
examples/collected_works_poe.txt view on Meta::CPAN
through which is seen the dial-plate of a watch.
The fireplaces are large and deep, with fierce crooked-looking
fire-dogs. There is constantly a rousing fire, and a huge pot over
it, full of sauer-kraut and pork, to which the good woman of the
house is always busy in attending. She is a little fat old lady, with
blue eyes and a red face, and wears a huge cap like a sugar-loaf,
ornamented with purple and yellow ribbons. Her dress is of
orange-colored linsey-woolsey, made very full behind and very short
in the waist -- and indeed very short in other respects, not reaching
below the middle of her leg. This is somewhat thick, and so are her
examples/collected_works_poe.txt view on Meta::CPAN
To be sure the words themselves had little or no meaning. But
more trivial causes have given rise - and that no long while ago - to
consequences equally eventful. Besides, the estates, which were
contiguous, had long exercised a rival influence in the affairs of a
busy government. Moreover, near neighbors are seldom friends; and the
inhabitants of the Castle Berlifitzing might look, from their lofty
buttresses, into the very windows of the palace Metzengerstein. Least
of all had the more than feudal magnificence, thus discovered, a
tendency to allay the irritable feelings of the less ancient and less
wealthy Berlifitzings. What wonder then, that the words, however
examples/collected_works_poe.txt view on Meta::CPAN
nature of the sum, dazzled and bewildered all who thought upon the
topic. The possessor of any appreciable amount of money might have
been imagined to perform any one of a thousand things. With riches
merely surpassing those of any citizen, it would have been easy to
suppose him engaging to supreme excess in the fashionable
extravagances of his time; or busying himself with political
intrigues; or aiming at ministerial power, or purchasing increase of
nobility, or devising gorgeous architectural piles; or collecting
large specimens of Virtu; or playing the munificent patron of Letters
and Art; or endowing and bestowing his name upon extensive
institutions of charity. But, for the inconceivable wealth in the
examples/collected_works_poe.txt view on Meta::CPAN
the air grew cool; and the people were retiring to their homes. With a
gesture of impatience, the wanderer passed into a bye-street comparatively
deserted. Down this, some quarter of a mile long, he rushed with an
activity I could not have dreamed of seeing in one so aged, and which put
me to much trouble in pursuit. A few minutes brought us to a large and
busy bazaar, with the localities of which the stranger appeared well
acquainted, and where his original demeanor again became apparent, as he
forced his way to and fro, without aim, among the host of buyers and
sellers.
During the hour and a half, or thereabouts, which we passed in this place,
examples/collected_works_poe.txt view on Meta::CPAN
Is chilly -- and these melancholy boughs
Throw over all things a gloom.
_ Lal_. Politian!
Thou speakest to me of love. Knowest thou the land
With which all tongues are busy -- a land new found --
Miraculously found by one of Genoa --
A thousand leagues within the golden west?
A fairy land of flowers, and fruit, and sunshine,
And crystal lakes, and over-arching forests,
And mountains, around whose towering summits the winds
view all matches for this distribution
view release on metacpan or search on metacpan
share/YaTeA/samples/environment_EN.TT view on Meta::CPAN
, , ,
Ocean NP Ocean
Trawlers NNS trawler
and CC and
others NNS other
busy JJ busy
, , ,
as RB as
well RB well
as IN as
processing VBG process
share/YaTeA/samples/environment_EN.TT view on Meta::CPAN
roles NNS role
and CC and
seems VBZ seem
to TO to
be VB be
busy JJ busy
answering NN answering
audits NN audit
from IN from
Findus JJS <unknown>
as RB as
view all matches for this distribution
view release on metacpan or search on metacpan
data/cedict_ts.u8 view on Meta::CPAN
å註 夿³¨ [bei4 zhu4] /remarks/
被å 被å [bei4 zi5] /quilt/
輩å è¾å [bei4 zi5] /all one's life/lifetime/
å¥ å¥ [ben1] /to hurry or rush/to run quickly/to elope/
è³ è´² [ben1] /energetic/
奿³¢ 奿³¢ [ben1 bo1] /rush about/be busy running about/
å¥é¦³ å¥é©° [ben1 chi2] /run quickly/speed/
奿¾ 奿¾ [ben1 fang4] /bold and unrestrained/untrammeled/
奿µ 奿µ [ben1 liu2] /flow at great speed/pour/racing current/
å¥å¿ å¥å¿ [ben1 mang2] /be busy rushing about/bustle about/
å¥å½ å¥å½ [ben1 ming4] /rush about on errands/be kept on the run/
å¥è· å¥è· [ben1 pao3] /run/
å¥åª å¥ä¸§ [ben1 sang1] /hasten home for the funeral of a parent or grandparent/
å¥é å¥é [ben1 tao2] /flee/run away/
å¥é¨° å¥è
¾ [ben1 teng2] /(of waves) to surge forward/to roll on in waves/to gallop/
å¥è¥² å¥è¢ [ben1 xi2] /long-range raid/
å¥ç 奿³» [ben1 xie4] /(of torrents) rush down/pour down/
å¥èµ° å¥èµ° [ben1 zou3] /run/rush about/be busy running about/
æ¬ æ¬ [ben3] /roots or stems of plants/origin/source/this/the current/root/foundation/basis/(a measure word)/
ç ç [ben3] /a basket or pan used for earth/manure etc/
è¯ è¯ [ben3] /benzene/
æ¬æ¬ä¸»ç¾© æ¬æ¬ä¸»ä¹ [ben3 ben3 zhu3 yi4] /book worship/bookishness/
æ¬è æ¬è [ben3 cao3] /a book on Chinese (herbal) medicine/Chinese materia medica/
data/cedict_ts.u8 view on Meta::CPAN
ä¸ç©©å¹³è¡¡ ä¸ç¨³å¹³è¡¡ [bu4 wen3 ping2 heng2] /unstable equilibrium/
ä¸å ä¸é® [bu4 wen4] /pay no attention to/disregard/ignore/let go unpunished/let off/
ä¸ç¡å°è£ 䏿 å°è¡¥ [bu4 wu2 xiao3 bu3] /not be without some advantage/be of some help/
ä¸åæ£æ¥ ä¸å¡æ£ä¸ [bu4 wu4 zheng4 ye4] /not engage in honest work/ignore one's proper occupation/not attend to one's proper duties/
䏿 䏿 [bu4 xi2] /not stint/not spare/not hesitate (to do sth)/not scruple (to do sth)/
䏿 䏿 [bu4 xia2] /have no time (for sth)/be too busy (to do sth)/
é¨ä¸ é¨ä¸ [bu4 xia4] /troops under one's command/subordinate/
ä¸ä¸äº ä¸ä¸äº [bu4 xia4 yu2] /as many as/no less than/not inferior to/as good as/on a par with/
å¸ç· å¸çº¿ [bu4 xian4] /wiring/
ä¸ç¸ç¬¦ ä¸ç¸ç¬¦ [bu4 xiang1 fu2] /not in harmony/
ä¸ç¸å¹² ä¸ç¸å¹² [bu4 xiang1 gan1] /be irrelevant/have nothing to do with/
data/cedict_ts.u8 view on Meta::CPAN
ç¯ä¸è ç¯ä¸ç [fan2 bu5 zhao2] /not worthwhile/
å¸è¹ å¸è¹ [fan2 chuan2] /sail/
ç¹å¤ ç¹å¤ [fan2 duo1] /(adj) have many varieties/
ç¹è¤ ç¹å¤ [fan2 fu4] /complicated/
ç¹è¯ ç¹å [fan2 hua2] /flourishing/bustling/
ç¹å¿ ç¹å¿ [fan2 mang2] /busy/bustling/
ç
©æ¶ ç¦é· [fan2 men1] /anguish/
ç
©æ± ç¦æ¼ [fan2 nao3] /agonize/agony/annoyance/upset/vexation/worries/
ç
©æ¾ ç¦æ° [fan2 rao3] /bother/
ç¹æ¦® ç¹è£ [fan2 rong2] /prosperous/booming (economy)/
塿¯ 塿¯ [fan2 shi4] /every/all/
data/cedict_ts.u8 view on Meta::CPAN
èå»¶ èå»¶ [man4 yan2] /to extend/to spread/
èå»¶å
¨å èå»¶å
¨å½ [man4 yan2 quan2 guo2] /to spread throughout the entire country/
å¹å å¹å [man4 zi5] /curtain/veil/
å¤ å¤ [mang2] /jargon/
å°¨ å°¨ [mang2] /shaggy dog/striped/
å¿ å¿ [mang2] /busy/
æ æ [mang2] /ridge-pole in roof/
æ° æ° [mang2] /vagrant/ruffian/
ç² ç² [mang2] /blind/
ç¡ ç¡ [mang2] /crude saltpeter/
è è [mang2] /Miscanthus sinensis/
è« è« [mang2] /vague/vast/
é é [mang2] /name of a hill/
é© é© [mang2] /sharp point/
ç²è
¸ ç²è [mang2 chang2] /appendix/
ç²å¾ ç²ä» [mang2 cong2] /(v) blindly follow/(adv) blindly/
å¿ç¢ å¿ç¢ [mang2 lu4] /busy/bustling/
è«è« è«è« [mang2 mang2] /(adj) boundless; vast and obscure/
ç²ç® ç²ç® [mang2 mu4] /blind/aimless/
è«ç¶ è«ç¶ [mang2 ran2] /(adj) ignorant; have no knowledge of sth/
ç²äºº ç²äºº [mang2 ren2] /(n) blind person/
ç²æ ç²æ [mang2 wen2] /(n) Braille/
data/cedict_ts.u8 view on Meta::CPAN
å¤ªæ¹ å¤ªæ¹ [tai4 hu2] /Tai hu Lake, a big lake by Wuxi City/
太極å 太æå [tai4 ji2 jian4] /a kind of traditional Chinese sword-play/
å¤ªæ¥µæ³ å¤ªææ³ [tai4 ji2 quan2] /a kind of traditional Chinese shadowboxing (tai chi chuan)/
太空 太空 [tai4 kong1] /outer space/
æ³°ç¾
æ³°ç½ [tai4 luo2] /(English surname) Tylo/
å¤ªå¿ å¤ªå¿ [tai4 mang2] /too busy/
æ³°ç±³ç¾èª æ³°ç±³å°è¯ [tai4 mi3 er3 yu3] /Tamil language/
太平 太平 [tai4 ping2] /peace and security/
å¤ªå¹³æ´ å¤ªå¹³æ´ [tai4 ping2 yang2] /the Pacific Ocean/
太平æ´é±é 太平æ´å¨è¾¹ [tai4 ping2 yang2 zhou1 bian1] /Pacific Rim/
æ³°ç¶ æ³°ç¶ [tai4 ran2] /calm/self-composed/
data/cedict_ts.u8 view on Meta::CPAN
æº æº [wang4] /prosperous/flourishing/to prosper/to flourish/
æ æ [wang4] /hope/expect/to visit/to gaze (into the distance)/look towards/towards/
æ¢ æ¢ [wang4] /15th day of month (lunar calendar)/
è¿ è¿ [wang4] /deceive/scare/to travel/
å¿è¨ å¿è®° [wang4 ji4] /forget/
æºå£ æºå£ [wang4 ji4] /busy season/peak period/
å¿å» å¿å´ [wang4 que4] /(v) forget, usually only used in writing/
æºç æºç [wang4 sheng4] /vigorous/exuberant/
å¦å å¦å¾ [wang4 tu2] /(adj) absurd, outlandish/try in vain/
妿³ 妿³ [wang4 xiang3] /(v) vainly attempt/(n) vain attempt/
æé é¡ æè¿é [wang4 yuan3 jing4] /telescope/
æºæ æºæ [wang4 yue4] /busy (business) month/
ç©å
ç©å¿ [wanr2] /to play/
å å [wei1] /to cuddle/
å± å± [wei1] /danger/to endanger/
å§ å§ [wei1] /crooked/
å¨ å¨ [wei1] /power/might/prestige/
data/cedict_ts.u8 view on Meta::CPAN
çµ å¼¦ [xian2] /string of mus. instr./
è· è· [xian2] /sides of boat/
è«´ è«´ [xian2] /bring into accord/sincerity/
è³¢ è´¤ [xian2] /worthy (person)/
é è¡ [xian2] /hold in mouth/nominal office/
é é² [xian2] /to stay idle/to be unoccupied/not busy/leisure/enclosure/
é é [xian2] /idle/
é·³ é·³ [xian2] /Phasianus nycthemerus/
é¹¹ å¸ [xian2] /salty/
嫿¡ 嫿¶ [xian2 e4] /abhor/dislike/
é話 é²è¯ [xian2 hua4] /digression/gossip/complaint/
data/cedict_ts.u8 view on Meta::CPAN
æ°äº æäº [zhan4 shi4] /fighting/
æ°å£« æå£« [zhan4 shi4] /fighter/soldier/warrior/
æ°è¡ ææ¯ [zhan4 shu4] /tactics/
ç«å° ç«å° [zhan4 tai2] /railway platform/
ä½å
å å
[zhan4 xian1] /to take precedence/
ä½ç· å 线 [zhan4 xian4] /busy (telephone)/
æ°ç· æçº¿ [zhan4 xian4] /battle line/battlefront/front/
å æå®¶ å æå®¶ [zhan4 xing1 jia1] /astrologer/
å æè¡ å ææ¯ [zhan4 xing1 shu4] /astrology/
æ°å½¹ æå½¹ [zhan4 yi4] /(n) military campaign/
使 å æ [zhan4 you3] /to have/to own/to hold/to possess/
data/cedict_ts.u8 view on Meta::CPAN
宿æ¹é© 宿æ¹é© [zong1 jiao4 gai3 ge2] /(Protestant) Reformation/
æ£é æ£é¾ [zong1 lu:2] /palm/
宿´¾ 宿´¾ [zong1 pai4] /sect/
æ£è² æ£è² [zong1 se4] /brown (the color)/
宿¨ 宿¨ [zong1 zhi3] /(n) objective; aim; goal/
å¯ å¬ [zong3] /busy/hurried/despondent/
æ æ [zong3] /general/in every case/to hold/
總 æ» [zong3] /always/to assemble/gather/total/overall/head/chief/general/in every case/
ç¸½é¨ æ»é¨ [zong3 bu4] /general headquarters/
ç¸½è£ æ»è£ [zong3 cai2] /chairman/director-general (of a company, etc)/
總åè¬é¨ æ»åè°é¨ [zong3 can1 mou2 bu4] /(military) General Staff Headquarters/
view all matches for this distribution
view release on metacpan or search on metacpan
testing-links/docs/status-codes view on Meta::CPAN
fail 414 => 'Request-URI Too Large',
pass (warn) 415 => 'Unsupported Media Type',
fail (warn) 500 => 'Internal Server Error',
fail (warn) 501 => 'Not Implemented',
fail? (warn) 502 => 'Bad Gateway',
fail->retry? 503 => 'Service Unavailable', #can mean too busy??
fail 504 => 'Gateway Timeout',
fail (warn) 505 => 'HTTP Version Not Supported',
view all matches for this distribution
view release on metacpan or search on metacpan
=back
=head1 BUGS
This module has been extensively tested in a large and very busy webserver
for many years now.
- aio_open gives a fd, but all other functions expect a perl filehandle.
=head1 SEE ALSO
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Linux/CDROM.pm view on Meta::CPAN
=head1 METHODS FOR Linux::CDROM::Subchannel
These objects represent the state of your drive in the moment you call C<<
$cd->poll >>. Some operations (most notably playing Audio) on the drive are
non-blocking and your program therefore continues with the execution while your
drive is busy carrying out the desired operation. You can now ask the drive
what it is currently doing in a tight loop. The information your drives returns
to you are C<Linux::CDROM::Subchannel> objects.
=over 4
lib/Linux/CDROM.pm view on Meta::CPAN
Audio status not supported.
=item * B<CDROM_AUDIO_PLAY>
Your drive is right now busy playing back an Audio track.
=item * B<CDROM_AUDIO_PAUSED>
Audio playback is paused. You can use C<< $cd->resume >> to continue it.
view all matches for this distribution