Result:
found more than 806 distributions - search limited to the first 2001 files matching your query ( run in 2.076 )


LSF_Batch

 view release on metacpan or  search on metacpan

Batch.pm  view on Meta::CPAN

  @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


LWP-JSON-Tiny

 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


LaBrea-Tarpit

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

	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


LaTeX-BibTeX

 view release on metacpan or  search on metacpan

BibTeX.pm  view on Meta::CPAN


   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


LaTeXML-Plugin-LtxMojo

 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


LaTeXML

 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


Lab-Measurement-Legacy

 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


Lab-Measurement

 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


Language-Haskell

 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


Language-Zcode

 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


Lemonldap-NG-Portal

 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


Lib-Pepper

 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


Lim

 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


Lingua-Concordance

 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


Lingua-EN-Bigram

 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


Lingua-EN-Ngram

 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


Lingua-EN-Opinion

 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



Lingua-EN-Segment

 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


Lingua-EN-Segmenter

 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


Lingua-EN-Tagger

 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


Lingua-EN-VarCon

 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


Lingua-Lexicon-IDP

 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


Lingua-Stem

 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


Lingua-YaTeA

 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


Lingua-ZH-CEDICT

 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


Link_Controller

 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


Linux-AIO

 view release on metacpan or  search on metacpan

AIO.pm  view on Meta::CPAN


=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


Linux-CDROM

 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


( run in 2.076 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )