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


Biblio-Thesaurus

 view release on metacpan or  search on metacpan

examples/secondorder.the  view on Meta::CPAN

período barroco
NT      sec. XVIII

ciência
NT	matemática, físico-química, botânica, zoologia,  ecologia, astronomia,
   geologia, telecomunicões

astronomia

ecologia
NT	parque

examples/secondorder.the  view on Meta::CPAN


linho
URL   http://natura.di.uminho.pt/~jj/linho/

história
NT    numismática, arqueologia
HAS   personagem

arqueologia
NT   arqueosítio

visita guiada
SN    Exemplo: passeios virtuais, etc

 view all matches for this distribution


Big5

 view release on metacpan or  search on metacpan

lib/Big5.pm  view on Meta::CPAN


  if ($BSD_STYLE) {
      system "stty cbreak </dev/tty >/dev/tty 2>&1";
  }
  else {
      system "stty", "-icanon", "eol", "\001";
  }

  $key = Big5::getc;

  if ($BSD_STYLE) {
      system "stty -cbreak </dev/tty >/dev/tty 2>&1";
  }
  else {
      system "stty", "icanon", "eol", "^@"; # ASCII NUL
  }
  print "\n";

  This code puts the next character typed on the terminal in the string $key. If
  your stty program has options like cbreak, you'll need to use the code where

lib/Big5.pm  view on Meta::CPAN


  if ($BSD_STYLE) {
      system "stty cbreak </dev/tty >/dev/tty 2>&1";
  }
  else {
      system "stty", "-icanon", "eol", "\001";
  }

  $key = CORE::getc;

  if ($BSD_STYLE) {
      system "stty -cbreak </dev/tty >/dev/tty 2>&1";
  }
  else {
      system "stty", "icanon", "eol", "^@"; # ASCII NUL
  }
  print "\n";

  This code puts the next single-byte typed on the terminal in the string $key.
  If your stty program has options like cbreak, you'll need to use the code where

 view all matches for this distribution


Big5HKSCS

 view release on metacpan or  search on metacpan

lib/Big5HKSCS.pm  view on Meta::CPAN


  if ($BSD_STYLE) {
      system "stty cbreak </dev/tty >/dev/tty 2>&1";
  }
  else {
      system "stty", "-icanon", "eol", "\001";
  }

  $key = Big5HKSCS::getc;

  if ($BSD_STYLE) {
      system "stty -cbreak </dev/tty >/dev/tty 2>&1";
  }
  else {
      system "stty", "icanon", "eol", "^@"; # ASCII NUL
  }
  print "\n";

  This code puts the next character typed on the terminal in the string $key. If
  your stty program has options like cbreak, you'll need to use the code where

lib/Big5HKSCS.pm  view on Meta::CPAN


  if ($BSD_STYLE) {
      system "stty cbreak </dev/tty >/dev/tty 2>&1";
  }
  else {
      system "stty", "-icanon", "eol", "\001";
  }

  $key = CORE::getc;

  if ($BSD_STYLE) {
      system "stty -cbreak </dev/tty >/dev/tty 2>&1";
  }
  else {
      system "stty", "icanon", "eol", "^@"; # ASCII NUL
  }
  print "\n";

  This code puts the next single-byte typed on the terminal in the string $key.
  If your stty program has options like cbreak, you'll need to use the code where

 view all matches for this distribution


Bio-ASN1-EntrezGene

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

lib/Bio/ASN1/EntrezGene/Indexer.pm
lib/Bio/ASN1/Sequence.pm
lib/Bio/ASN1/Sequence/Indexer.pm
lib/Bio/SeqIO/entrezgene.pm
t/00-compile.t
t/author-eol.t
t/author-mojibake.t
t/author-no-tabs.t
t/author-pod-coverage.t
t/author-pod-syntax.t
t/data/entrezgene.dat

 view all matches for this distribution


( run in 1.275 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )