view release on metacpan or search on metacpan
lib/Jenkins/API.pm view on Meta::CPAN
Provides the status of the specified view. The list of views is
provided in the general status report.
$jenkins->view_status('MyView');
# {
# 'busyExecutors' => {},
# 'queueLength' => {},
# 'totalExecutors' => {},
# 'totalQueueLength' => {}
# }
# {
lib/Jenkins/API.pm view on Meta::CPAN
This returns the load statistics for the server.
$jenkins->load_statistics();
# {
# 'busyExecutors' => {},
# 'queueLength' => {},
# 'totalExecutors' => {},
# 'totalQueueLength' => {}
# }
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Minion/Worker/Role/Kevin.pm view on Meta::CPAN
# Return if worker is finished
++$self->{finished} and return if $self->{stopping} && !keys %{$self->{jobs}};
# Job limit has been reached or worker is stopping
return $self->emit('busy')
if ($status->{jobs} <= keys %$jobs) || $self->{stopping};
# Try to get more jobs
my ($max, $queues) = @{$status}{qw(dequeue_timeout queues)};
if (my $job = $self->emit('wait')->dequeue($max => {queues => $queues})) {
view all matches for this distribution
view release on metacpan or search on metacpan
lib/KeyedMutex/Memcached.pm view on Meta::CPAN
B<Required>. L<Cache::Memcached::Fast> object or similar interface object.
=item interval
Optional. The seconds for busy loop interval. Defaults to 0.01 seconds.
=item trial
Optional. When the value is being set zero, lock() method will be waiting until lock becomes released.
When the value is being set positive integer value, lock() method will be stopped on reached trial count.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Kolab/Cyrus.pm view on Meta::CPAN
my $uid = shift;
my $sf = shift || 0;
my $cyruid = &createUid($uid, $sf);
my $mailbox = ($cyrus->list($cyruid))[0];
if ($uid && ($uid ne $Kolab::config{'cyrus_admin'}) && ($uid ne "freebusy") && ($uid ne "nobody") && !defined($mailbox)) {
Kolab::log('Y', "Creating mailbox `$cyruid'");
if (!$cyrus->create($cyruid)) {
Kolab::log('Y', "Unable to create mailbox `$cyruid', Error = `" . $cyrus->error . "'", KOLAB_WARN);
}
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/LEGO/NXT.pm view on Meta::CPAN
0xBF => "Insane packet",
0xC0 => "Data contains out-of-range values",
0xDD => "Communication bus error",
0xDE => "No free memory in communication buffer",
0xDF => "Specified channel/connection is not valid",
0xE0 => "Specified channel/connection not configured or busy",
0xEC => "No active program",
0xED => "Illegal size specified",
0xEE => "Illegal mailbox queue ID specified",
0xEF => "Attempted to access invalid field of a structure",
0xF0 => "Bad input or output specified",
view all matches for this distribution
view release on metacpan or search on metacpan
$max_swap = $hi->maxSwap;
$max_tmp = $hi->maxTmp;
$ndisks = $hi->nDisks;
@resources = $hi->resources;
$windows = $hi->windows;
@threshold = $hi->busyThreshold;
$is_server = $hi->isServer;
$licensed = $hi->licensed;
$rex_pri = $hi->rexPriority;
$lic_feat = $hi->licFeaturesNeeded;
$base->errno;
$base->errlog(FILE, $msg);
$base->fdbusy($fd);
=head1 DESCRIPTION
LSF Base provides basic load sharing functionality consisting of the
following services: Cluster configuration information, Load
view all matches for this distribution
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
@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/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