view release on metacpan or search on metacpan
lib/Acme/LifeUniverseEverything.pm view on Meta::CPAN
\$_[2] ? (\$_[1] $_ "\$_[0]")
: ("\$_[0]" $_ \$_[1]);
} ! for qw( <=> ); # << >> !< <= > >= == != <=> );
$ops{$_} = eval qq ! sub { $_("\$_[0]"); } !
for qw( ~ ! cos sin exp log sqrt );
$ops{abs} = sub { Acme::LifeUniverseEverything->new( abs("$_[0]") ); };
# $ops{atan2} = sub { $_[2] ? atan2($_[1], "$_[0]") : atan2("$_[0]", $_[1]) };
view all matches for this distribution
view release on metacpan or search on metacpan
"allow_dirty" : [
"Changes",
"dist.ini"
],
"allow_dirty_match" : [],
"changelog" : "Changes"
},
"Dist::Zilla::Role::Git::Repo" : {
"git_version" : "2.38.0",
"repo_root" : "."
}
"allow_dirty" : [
"Changes",
"dist.ini"
],
"allow_dirty_match" : [],
"changelog" : "Changes"
},
"Dist::Zilla::Role::Git::Repo" : {
"git_version" : "2.38.0",
"repo_root" : "."
},
{
"class" : "Dist::Zilla::Plugin::Git::Tag",
"config" : {
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.008",
"tag_format" : "%v",
"tag_message" : "v%V"
},
view all matches for this distribution
view release on metacpan or search on metacpan
If your Modified Version has been derived from a Modified Version made by
someone other than you, you are nevertheless required to ensure that your
Modified Version complies with the requirements of this license.
This license does not grant you the right to use any trademark, service mark,
tradename, or logo of the Copyright Holder.
This license includes the non-exclusive, worldwide, free-of-charge patent
license to make, have made, use, offer to sell, sell, import and otherwise
transfer the Package with respect to any patent claims licensable by the
Copyright Holder that are necessarily infringed by the Package. If you
view all matches for this distribution
view release on metacpan or search on metacpan
devel/build_wikidoc.pl view on Meta::CPAN
$parser->filter(
{ input => $source_file,
output => $output_file,
}
);
$self->log_info("Creating $output_file\n");
}
}
}
else {
$self->log_warn(
'Pod::WikiDoc not available. Skipping wikidoc.'
);
}
return;
devel/build_wikidoc.pl view on Meta::CPAN
my ($self, $filename) = @_;
$filename =~ s{(?:\. .*?)\z}{.pod}xms;
return $filename;
}
sub log_warn {
my ($self, @messages) = @_;
for my $message (@messages) {
chomp $message;
$message .= qq{\n};
devel/build_wikidoc.pl view on Meta::CPAN
warn @messages;
return;
}
sub log_info {
my ($self, @messages) = @_;
for my $message (@messages) {
chomp $message;
$message .= qq{\n};
view all matches for this distribution
view release on metacpan or search on metacpan
inc/MungeInstallers.pm view on Meta::CPAN
sub setup_installer {
my $self = shift;
my @build_files = grep $_->name eq 'Build.PL', @{ $self->zilla->files };
$self->log_fatal('No Build.PL was found to munge!')
if @build_files != 1;
for my $file (@build_files) {
# check for template markers in file content
$self->log_fatal([ 'ran too soon, before %s template(s) evaluated', $file->name ])
if $file->content =~ /\{\{/;
$file->content($file->content . <<'COPY_MODULE');
use utf8;
view all matches for this distribution
view release on metacpan or search on metacpan
@prefix dc: <http://purl.org/dc/terms/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix doap-changeset: <http://ontologi.es/doap-changeset#> .
@prefix doap-deps: <http://ontologi.es/doap-deps#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://dev.perl.org/licenses/>
view all matches for this distribution
view release on metacpan or search on metacpan
author/loucsv.pl view on Meta::CPAN
useage:
cat mecab-ipadic-2.7.0-20060707/*.csv | perl loucsv.pl > lou.csv
original:
http://chasen.org/~taku/blog/archives/2007/01/_mecab.html
=cut
my $ja2kana = get_ja2kana();
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/Lvalue.pm view on Meta::CPAN
? $_[1]
: 1
: undef
}
],
[exp => sub { log $_[0] }],
[hex => sub { sprintf '%x', $_[0] }],
[length =>
sub {
my ($n, $x) = @_;
my $l = length $x;
$n <= $l
? substr $x, 0, $n
: $x . "\0" x ($n - $l)
}
],
[log => sub { exp $_[0] }],
[oct => sub { sprintf '%o', $_[0] }],
[ord => sub { chr $_[0] }],
[quotemeta => sub { $_[0] =~ s/\\(.)/$1/sgr }],
[reverse => sub { scalar reverse $_[0] }],
[sin => sub { asin $_[0] }],
lib/Acme/Lvalue.pm view on Meta::CPAN
L<C<cos>|perlfunc/cos>,
L<C<defined>|perlfunc/defined>,
L<C<exp>|perlfunc/exp>,
L<C<hex>|perlfunc/hex>,
L<C<length>|perlfunc/length>,
L<C<log>|perlfunc/log>,
L<C<oct>|perlfunc/oct>,
L<C<ord>|perlfunc/ord>,
L<C<quotemeta>|perlfunc/quotemeta>,
L<C<reverse>|perlfunc/reverse>,
L<C<sin>|perlfunc/sin>,
view all matches for this distribution
view release on metacpan or search on metacpan
BleedingOpenGL.pm view on Meta::CPAN
GL_LIGHT5
GL_LIGHT6
GL_LIGHT7
GL_EXT_abgr
GL_EXT_blend_color
GL_EXT_blend_logic_op
GL_EXT_blend_minmax
GL_EXT_blend_subtract
GL_EXT_convolution
GL_EXT_histogram
GL_EXT_polygon_offset
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MJD/FR.pm view on Meta::CPAN
#11941 Bien sûr que ça marche pas! C'est parce que tu sais pas ce que tu fais!
#11942 Oui, mais il faut comprendre un peu, aussi.
#11943 Oui, et tu es le premier a avoir remarqué ce bug depuis 1987. C'est cela.
#11944 Oui, c'est ce qu'il est censé faire quand tu dis ça.
#11945 Tu t'attendais à quoi ?
#11946 Tu sembles perdre de vue que ceci est de l'ingénierie logicielle, et non une sorte de rituel vaudou.
#11947 Ce genre de chose peut se vérifier expérimentalement tu sais.
#11948 Peut-être que ton vistemboir est bouché.
#11949 Ca fait quoi quand t'essayes ?
#11950 C'est de la pure superstition.
#11951 Votre question a dépassé la limite système du nombre de pronoms permis pour une seule phrase. Déréférencez et réessayez de nouveau.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MJD.pm view on Meta::CPAN
#11943 Ah yes, and you are the first person to have noticed this bug since 1987. Sure.
#11944 Yes, that's what it's supposed to do when you say that.
#11945 Well, what did you expect?
#11946 Perhaps you have forgotten that this is an engineering discipline, not some sort of black magic.
#11947 You know, this sort of thing is amenable to experimental observation.
#11948 Perhaps your veeblefitzer is clogged.
#11949 What happens when you try?
#11950 Now you are just being superstitious.
#11951 Your question has exceeded the system limit for pronouns in a single sentence. Please dereference and try again.
#11952 In my experience that is a bad strategy, because the people who ask such questions are the ones who paste the answer into their program without understanding it and then complain that it `does not work'.
#11953 Of course, this is a heuristic, which is a fancy way of saying that it doesn't work.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MUDLike.pm view on Meta::CPAN
# * /goto should put you inside an arbitrary object, /look should list as exits and/or items the object references contained by that object
# in other words, break away from our rigid API for inventory/room/etc.
#
# * need a black list black list, so we can re-add ourself to things that get serialized by Acme::State even though we're in %INC
#
# * need an error log viewabe by all.
#
# * eval and its output should be sent to the whole room.
#
# * Better account management.
#
lib/Acme/MUDLike.pm view on Meta::CPAN
#
# * /list (like look, but with stringified object references)
#
# * /mark <n> ... or... /mark <stringified obj ref>
#
# * messages still in duplicate when the same player logs in twice; make room's tell_object operate uniquely.
#
# * messages in triplicate because each player has three routines and is inserted into the floor three times. oops.
#
# * build the ajax.chat.js into source. -- okay, test.
#
lib/Acme/MUDLike.pm view on Meta::CPAN
return $_[0]->url->path =~ m/\.(jpg|jpeg|gif|png|css|ico|js)$/
};
$continuity = $args{continuity} || Continuity->new(
staticp => sub { $staticp->(@_); },
callback => sub { login(@_) },
path_session => 1,
port => 2000,
%args,
);
lib/Acme/MUDLike.pm view on Meta::CPAN
};
}
sub footer { qq{</body></html>\n}; }
sub login {
my $request = shift;
#
# per-user variables
lib/Acme/MUDLike.pm view on Meta::CPAN
$request->print(Acme::MUDLike::data->jquery());
return;
}
#
# login
#
while(1) {
my $nick_tmp = $request->param('nick');
my $admin_tmp = $request->param('admin');
lib/Acme/MUDLike.pm view on Meta::CPAN
$player = $players->named($nick) || $players->insert(Acme::MUDLike::player->new(name => $nick), );
$player->request = $request;
# @_ = ($player, $request,); goto &{Acme::MUDLike::player->can('command')};
$player->command($request); # doesn't return
}
# warn "trying login again XXX";
$nick_tmp ||= ''; $admin_tmp ||= '';
$nick_tmp =~ s/[^a-z]//gi; $admin_tmp =~ s/[^a-z0-9]//gi;
$request->print(
header, # $msg,
qq{
lib/Acme/MUDLike.pm view on Meta::CPAN
sub command {
my $self = shift;
my $request = shift;
# this is called by login() immediately after verifying credientials
if($request->request->url->path =~ m/pushstream/) {
# warn "pushstream path_session handling XXX";
my $w = Coro::Event->var(var => \$got_message, poll => 'w');
while(1) {
lib/Acme/MUDLike.pm view on Meta::CPAN
#
# chat/commands
#
if($request->param('action') and $request->param('action') eq 'chat') {
# chat messages first so they appear in the log below
# there's only one action defined right now -- chat. everything else hangs off of that.
my $msg = $request->param('message');
$self->parse_command($msg);
};
lib/Acme/MUDLike.pm view on Meta::CPAN
<!-- <input type="submit" name="sendbutton" value="Send" id="sendbutton"> -->
<input type="submit" name="sendbutton" value="Send" id="sendbutton">
<span id="status"></span>
</form>
<br>
<div id="log">@{[ $self->get_html_messages ]}</div>
});
};
} continue {
$request->print(footer);
lib/Acme/MUDLike.pm view on Meta::CPAN
Create instances of objects, give them to people, drop them on the floor.
The idea is take the simple command line interface and extend it with more commands,
and to create tools and helper objects that inspect and modify the running program from within.
It fires up a Continuity/HTTP::Daemon based Web server on port 2000 and prints out a login
URL on the command line.
Paste the URL into your browser.
Chat with other users logged into the app.
Messages beginning with a slash, C</>, are interpreted as commands:
=over 2
=item C<< /look >>
lib/Acme/MUDLike.pm view on Meta::CPAN
/mark foo::bar
/mark 0x812ea54
Select an object as the logical current object by name, package name, number (as a position in your
inventory list, which is useful for when you've cloned an object that does not define an C<id> or C<name> function),
or by memory address (as in C<< Foo::Bar=HASH(0x812ea54) >>).
=item C<< /call >>
lib/Acme/MUDLike.pm view on Meta::CPAN
Calling C<tell_object> in the environment sends the message to all players.
Objects define various other methods.
=item C<< /who >>
List of who is logged in. Currently the same C</look>.
=item C<< /inventory >>
Or C</i> or C</inv>. Lists the items you are carrying.
lib/Acme/MUDLike.pm view on Meta::CPAN
to C<< Continuity->new() >>.
=item C<password>
Optional. Password to use.
Everyone gets the same password, and anyone with the password can log in with any name.
Otherwise one is pseudo-randomly generated and printed to C<stdout>.
=cut
=head1 HISTORY
lib/Acme/MUDLike.pm view on Meta::CPAN
=item L<Acme::SubstituteSubs>
L<Acme::State> preserves state across runs and L<Acme::SubstituteSubs>.
These three modules work on their own but are complimentary to each other.
Using L<Acme::SubstituteSubs>, the program can be modified in-place without being restarted,
so you don't have to log back in again after each change batch of changes to the code.
Code changes take effect immediately.
L<Acme::State> persists variable values when the program is finally stopped and restarted.
L<Acme::State> will also optionally serialize code references to disc, so you can
C<eval> subs into existance and let it save them to disc for you and then later
use L<B::Deparse> to retrieve a version of the source.
lib/Acme/MUDLike.pm view on Meta::CPAN
do_request('/pushstream/?nick=' + nick + '&admin=' + admin, got_update);
}
function got_update(txt) {
document.getElementById('status').innerHTML = 'Got update.'
if(document.getElementById("log").innerHTML != txt)
document.getElementById("log").innerHTML = txt;
setup_poll();
}
// This stuff gets executed once the document is loaded
$(function(){
lib/Acme/MUDLike.pm view on Meta::CPAN
// We also send messages using AJAX
function send_message() {
var nick = $('#nick').val();
var admin = $('#admin').val();
var message = $('#message').val();
$('#log').load('/sendmessage', {
nick: nick,
admin: admin,
action: 'ajaxchat',
message: message
}, function() {
lib/Acme/MUDLike.pm view on Meta::CPAN
if ( jQuery.browser.mozilla || jQuery.browser.opera )
// Use the handy event callback
document.addEventListener( "DOMContentLoaded", jQuery.ready, false );
// If IE is used, use the excellent hack by Matthias Miller
// http://www.outofhanwell.com/blog/index.php?title=the_window_onload_problem_revisited
else if ( jQuery.browser.msie ) {
// Only works if you document.write() it
document.write("<scr" + "ipt id=__ie_init defer=true " +
"src=//:><\/script>");
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/Machi.pm view on Meta::CPAN
If your Modified Version has been derived from a Modified Version made
by someone other than you, you are nevertheless required to ensure that
your Modified Version complies with the requirements of this license.
This license does not grant you the right to use any trademark, service
mark, tradename, or logo of the Copyright Holder.
This license includes the non-exclusive, worldwide, free-of-charge
patent license to make, have made, use, offer to sell, sell, import and
otherwise transfer the Package with respect to any patent claims
licensable by the Copyright Holder that are necessarily infringed by the
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/Mandolion/Utils.pm view on Meta::CPAN
If your Modified Version has been derived from a Modified Version made
by someone other than you, you are nevertheless required to ensure that
your Modified Version complies with the requirements of this license.
This license does not grant you the right to use any trademark, service
mark, tradename, or logo of the Copyright Holder.
This license includes the non-exclusive, worldwide, free-of-charge
patent license to make, have made, use, offer to sell, sell, import and
otherwise transfer the Package with respect to any patent claims
licensable by the Copyright Holder that are necessarily infringed by the
view all matches for this distribution
view release on metacpan or search on metacpan
@prefix dc: <http://purl.org/dc/terms/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix doap-changeset: <http://ontologi.es/doap-changeset#> .
@prefix doap-deps: <http://ontologi.es/doap-deps#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://dev.perl.org/licenses/>
view all matches for this distribution
view release on metacpan or search on metacpan
If your Modified Version has been derived from a Modified Version made
by someone other than you, you are nevertheless required to ensure that
your Modified Version complies with the requirements of this license.
This license does not grant you the right to use any trademark, service
mark, tradename, or logo of the Copyright Holder.
This license includes the non-exclusive, worldwide, free-of-charge
patent license to make, have made, use, offer to sell, sell, import and
otherwise transfer the Package with respect to any patent claims
licensable by the Copyright Holder that are necessarily infringed by the
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Module/Install/Fetch.pm view on Meta::CPAN
LWP::Simple::mirror($args{url}, $file);
}
elsif (eval { require Net::FTP; 1 }) { eval {
# use Net::FTP to get past firewall
my $ftp = Net::FTP->new($host, Passive => 1, Timeout => 600);
$ftp->login("anonymous", 'anonymous@example.com');
$ftp->cwd($path);
$ftp->binary;
$ftp->get($file) or (warn("$!\n"), return);
$ftp->quit;
} }
inc/Module/Install/Fetch.pm view on Meta::CPAN
unless ($fh->open("|$ftp -n")) {
warn "Couldn't open ftp: $!\n";
chdir $dir; return;
}
my @dialog = split(/\n/, <<"END_FTP");
open $host
user anonymous anonymous\@example.com
cd $path
binary
get $file $file
quit
END_FTP
foreach (@dialog) { $fh->print("$_\n") }
$fh->close;
} }
else {
warn "No working 'ftp' program available!\n";
chdir $dir; return;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/buffy.pm view on Meta::CPAN
Acme::MetaSyntactic::buffy - The Buffy theme
=head1 DESCRIPTION
The characters from London.pm's favorite serial.
Courtesy of L<http://buffyology.johnhorner.nu/>.
=head1 CONTRIBUTOR
Rafael Garcia-Suarez.
lib/Acme/MetaSyntactic/buffy.pm view on Meta::CPAN
=item *
2006-05-31
Mail from John Horner informing of the new address of the buffyology web site.
=item *
2005-02-07
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/buzzwords.pm view on Meta::CPAN
ballpark_figure business_to_business b2b business_to_consumer b2c
best_of_breed best_practices bizmeth brand brick_and_mortar
buzzword_compliant client_centric co_opetition customer_centric
downsizing drinking_the_kool_aid eat_their_own_dog_food enterprise
event_horizon eyeballs free_value fulfilment_issues granular
herding_cats logistics long_tail low_hanging_fruit make_it_pop mindshare
new_economy next_generation offshoring return_on_investment roi
reverse_fulfilment rightshoring share_options solution sox
sarbanes_oxley value_added visibility
aggregator ajax bandwidth benchmarking backend beta bleeding_edge blog
bricks_and_clicks clickthrough client_server collaboration
content_management content_management_system convergence cross_platform
design_patterns digital_divide remastering digital_rights_management drm
digital_signage document_management dot_bomb download elearning
enterprise_content_management enterprise_service_bus framework
folksonomy fuzzy_logic immersion information_superhighway
information_highway mobile modularity nanotechnology netiquette
next_generation nextgen podcasting portal realtime saas scalability
social_bookmarking social_software spam struts sync_up tagging
user_generated_content virtualization vlogging vortal web_20 webinar
weblog web_services wikiality workflow
information_society political_capital stakeholder truthiness
best_in_class triptronic
view all matches for this distribution
view release on metacpan or search on metacpan
[NextRelease]
format = %v %{EEE MMM d yyyy}d
[@Git]
changelog = Changes
commit_msg = Changes for version %v
tag_format = v%v
tag_message = %N v%v
push_to = origin
push_to = github
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/dune.pm view on Meta::CPAN
=item places/cities
=item places/planets
=item technology/devices
=item technology/general
=item technology/holtzman_technology
=item technology/starship
=item technology/thinking_machines
=item technology/vehicles
=item technology/weapons
=back
=head1 SOURCES
lib/Acme/MetaSyntactic/dune.pm view on Meta::CPAN
# names individuals counts
glossu hasimir ilban otho
# names individuals countesses
edwina margot
# names individuals females
accadia alexandra_ecaz alia alra_kio amia_yo anirul annine ardeth aver_yohsa baram barbara_mutelli becca bellonda brigit_paterson bruda_viol calissa camie_boro caree_debrak carlana chalice chamal chani_kynes chaola_fenring chiara cienna cilla_moritan...
# names individuals fish_speakers
ardeth duncan_idaho nayla siaynoq
# names individuals fremen
akrab al_baz alia aliid chani_kynes defa_l_fanini duncan_idaho enno farok faroula forad frieth geoff ghanima harah heinar ichwan_bedwine iduali ishmael jafar jamis javid jerath jessica kaleff kamal_salah karmara_al_jofar korba leto_ii lichna liet_kyn...
# names individuals ixians
lib/Acme/MetaSyntactic/dune.pm view on Meta::CPAN
# names individuals zensunnis
abdel aziz chamal dhartha ebrahim elhiim falina glyffa hierta ibin_manzuur ingu ishmael jafar marha ozza rafel selim_wormrider taina tiddoc weyop
# names organizations
army_of_humanity army_of_the_jihad bene_gesserit bene_tleilax bhotani choam cogitor cult_of_serena dragoon foldspace_shipping_company fremen giedi_prime_home_guard ginaz_swordmasters honored_matres humanity_first ixian ixian_confederacy jihad_council...
# names places arrakis_locations
arrakeen_pyons arrakis carthag cave_of_ridges deep_desert false_wall_west forbidden_forest oxtyn_pyons planting_areas plaster_basin school_of_planetology sihaya_pyons skull_tomb tsimpo_pyons tyono_pyons
# names places cities
arrakeen bandalong barony byzantium cala_city carthag comati corrinth dar_es_balat elacca giedi_city harko niubbe ritka starda thalidei vernii ysai zimia
# names places planets
acline al_dhifar andioya arbelough arrakis bela_tegeuse buzzell caladan ceres chapterhouse chusuk corrin corrin_quasi_nebula crompton culat dan dendros draconis_iv duvalle earth ecaz eluzai enfeil extaris galicia gallatin gamma_vertis_vii gammu gamon...
# names technology devices
baliset filmbook glowglobe gom_jabbar house_shield poison_snooper royal_cart scrambler_web servok shield
# names technology general
12_uri amal atomics awareness_spectrum_narcotic axlotl_tanks baradye_pistol bioholo biometal breeding_program carryall catchbasin choam computer cone_of_silence crushers cymek distrans duncan_idaho_gholas ego_likeness filmbook fire_thread flowmetal g...
# names technology holtzman_technology
alloy_resonance_generator glowpanel holtzman holtzman_effect holtzman_waves laser_pen point_source_nodes scrambler_grenade scrambler_web shield space_travel suspensor_nullification_effect suspensors
# names technology starship
ballista blockade_runner dream_voyager frigate heighliner javelin kindjal monitor norma_cevna spacefolder troop_carrier
# names technology thinking_machines
artificial_intelligence butlerian_jihad centrans chirox combat_mek construction_robots corridor_of_mirrors cymek erasmus flowmetal gelcircuitry gelsphere great_purge guidance_cube ibrahim_vaughn_holtzman independent_robot neurelectronics omnius omniu...
# names technology vehicles
airvan boatcar driftbarge flyer groundcar levtrain limocar ornithopter orship railtaxi spice_harvesters spotter
# names technology weapons
bodkin cellgun chandler_pistol crysknife electronic_scrambler emperors_blade farzee_rifle flame_gel gom_jabbar hunter_seeker inkvine kindjal lasgun maula_pistol nanoblade ponta_neuroknife pulse_atomics pulse_projectiles pulse_sword reversant scramble...
view all matches for this distribution
view release on metacpan or search on metacpan
devdata/article.html view on Meta::CPAN
<script type="text/javascript" src="https://s0.wp.com/wp-content/themes/pub/inove/js/base.js"></script>
<script type="text/javascript" src="https://s0.wp.com/wp-content/themes/pub/inove/js/menu.js"></script>
<link rel="pingback" href="https://namafb.com/xmlrpc.php" />
<script src='https://r-login.wordpress.com/remote-login.php?action=js&host=namafb.com&id=9683292&t=1465084005&back=https%3A%2F%2Fnamafb.com%2F2010%2F08%2F12%2Ftop-1000-nama-populer-indonesia%2F' type="text/javascript"></script>
<script type="text/javascript">
/* <![CDATA[ */
if ( 'function' === typeof WPRemoteLogin ) {
document.cookie = "wordpress_test_cookie=test; path=/";
if ( document.cookie.match( /(;|^)\s*wordpress_test_cookie\=/ ) ) {
devdata/article.html view on Meta::CPAN
#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {
margin-top: 5px;
}
}
</style>
<meta name="application-name" content="Namafb.com" /><meta name="msapplication-window" content="width=device-width;height=device-height" /><meta name="msapplication-tooltip" content="Kumpulan berita sepakbola, piala dunia, liga champion, nama bayi ...
<meta name="description" content="TOP 1000 Nama Indonesia: Menentukan nama paling populer di Indonesia memang sulit. Mengingat belum tersedia badan khusus pencatat nama pada bidang tersebut. Untuk itu, sebanyak 56.719 contoh nama diambil dan di anali...
<link rel="amphtml" href="https://namafb.com/2010/08/12/top-1000-nama-populer-indonesia/amp/" /><style type="text/css" id="syntaxhighlighteranchor"></style>
</head>
<body class="single single-post postid-10068 single-format-standard mp6 customizer-styles-applied highlander-enabled highlander-light">
devdata/article.html view on Meta::CPAN
<ul>
<li><a href="/daftar-isi/daftar-isi-koleksi-nama-awalan-a">A</a> | <a href="/daftar-isi/daftar-isi-koleksi-nama-awalan-b">B</a> | <a href="/daftar-isi/daftar-isi-koleksi-nama-awalan-c">C</a> | <a href="/daftar-isi/daftar-isi-koleksi-nama-awalan-d">D<...
<li><a href='/2010/03/27/nama-nama-islami-untuk-pria/' title='Nama Nama Islami Untuk Pria'>Nama Nama Islami Untuk Pria</a></li>
<li><a href='/2010/03/27/nama-nama-islami-untuk-wanita/' title='Nama Nama Islami Untuk Wanita'>Nama Nama Islami Untuk Wanita</a></li>
</ul>
<div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"><div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-official sd-sharing"><h3 class="sd-title">Share this:</h3><div class="s...
<div id='jp-relatedposts' class='jp-relatedposts' >
<h3 class="jp-relatedposts-headline"><em>Terkait</em></h3>
</div></div> <p>Laman: 1 <a href="https://namafb.com/2010/08/12/top-1000-nama-populer-indonesia/2/">2</a> <a href="https://namafb.com/2010/08/12/top-1000-nama-populer-indonesia/3/">3</a> <a href="https://namafb.com/2010/08/12/top-1000-nama-populer-...
</div>
<div class="under">
devdata/article.html view on Meta::CPAN
</div>
<div id="comment-form-identity">
<div id="comment-form-nascar">
<p>Isikan data di bawah atau klik salah satu ikon untuk log in:</p>
<ul>
<li class="selected" style="display:none;">
<a href="#comment-form-guest" id="postas-guest" title="Tamu">
<span></span>
</a>
devdata/article.html view on Meta::CPAN
<div class="comment-form-fields">
<input type="hidden" name="wp_avatar" id="wordpress-avatar" class="comment-meta-wordpress" value="" />
<input type="hidden" name="wp_user_id" id="wordpress-user_id" class="comment-meta-wordpress" value="" />
<input type="hidden" name="wp_access_token" id="wordpress-access_token" class="comment-meta-wordpress" value="" />
<p class="comment-form-posting-as pa-wordpress"><strong></strong> You are commenting using your WordPress.com account. <span class="comment-form-log-out">( <a href="javascript:HighlanderComments.doExternalLogout( 'wordpress' );">Logout</a>&n...
</div>
</div>
</div>
devdata/article.html view on Meta::CPAN
<div class="comment-form-fields">
<input type="hidden" name="twitter_avatar" id="twitter-avatar" class="comment-meta-twitter" value="" />
<input type="hidden" name="twitter_user_id" id="twitter-user_id" class="comment-meta-twitter" value="" />
<input type="hidden" name="twitter_access_token" id="twitter-access_token" class="comment-meta-twitter" value="" />
<p class="comment-form-posting-as pa-twitter"><strong></strong> You are commenting using your Twitter account. <span class="comment-form-log-out">( <a href="javascript:HighlanderComments.doExternalLogout( 'twitter' );">Logout</a> / ...
</div>
</div>
</div>
devdata/article.html view on Meta::CPAN
<div class="comment-form-fields">
<input type="hidden" name="fb_avatar" id="facebook-avatar" class="comment-meta-facebook" value="" />
<input type="hidden" name="fb_user_id" id="facebook-user_id" class="comment-meta-facebook" value="" />
<input type="hidden" name="fb_access_token" id="facebook-access_token" class="comment-meta-facebook" value="" />
<p class="comment-form-posting-as pa-facebook"><strong></strong> You are commenting using your Facebook account. <span class="comment-form-log-out">( <a href="javascript:HighlanderComments.doExternalLogout( 'facebook' );">Logout</a> /&n...
</div>
</div>
</div>
devdata/article.html view on Meta::CPAN
<div class="comment-form-fields">
<input type="hidden" name="googleplus_avatar" id="googleplus-avatar" class="comment-meta-googleplus" value="" />
<input type="hidden" name="googleplus_user_id" id="googleplus-user_id" class="comment-meta-googleplus" value="" />
<input type="hidden" name="googleplus_access_token" id="googleplus-access_token" class="comment-meta-googleplus" value="" />
<p class="comment-form-posting-as pa-googleplus"><strong></strong> You are commenting using your Google+ account. <span class="comment-form-log-out">( <a href="javascript:HighlanderComments.doExternalLogout( 'googleplus' );">Logout</a> ...
</div>
</div>
</div>
devdata/article.html view on Meta::CPAN
}
jQuery(document).ready( highlander_expando_javascript );
</script>
<div id="comment-form-subscribe">
<p class="post-subscription-form"><input type="checkbox" name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto;"/> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog" style="display: inline;">Berit...
<p class="form-submit"><input name="submit" type="submit" id="comment-submit" class="submit" value="Kirim Komentar" /> <input type='hidden' name='comment_post_ID' value='10068' id='comment_post_ID' />
devdata/article.html view on Meta::CPAN
<!-- feeds -->
<div class="widget widget_feeds">
<div class="content">
<div id="subscribe-feeds">
<a rel="external nofollow" id="feedrss" title="Subscribe to this blog..." href="https://namafb.com/feed/"><abbr title="Really Simple Syndication">RSS</abbr> feed</a>
<ul id="feed_readers">
<li id="google_reader"><a rel="external nofollow" class="reader" title="Subscribe with Google" href="http://fusion.google.com/add?feedurl=https://namafb.com/feed/"><span>Google</span></a></li>
<li id="youdao_reader"><a rel="external nofollow" class="reader" title="Subscribe with Youdao" href="http://reader.youdao.com/#url=https://namafb.com/feed/"><span>Youdao</span></a></li>
<li id="xianguo_reader"><a rel="external nofollow" class="reader" title="Subscribe with Xian Guo" href="http://www.xianguo.com/subscribe.php?url=https://namafb.com/feed/"><span>Xian Guo</span></a></li>
<li id="zhuaxia_reader"><a rel="external nofollow" class="reader" title="Subscribe with Zhua Xia" href="http://www.zhuaxia.com/add_channel.php?url=https://namafb.com/feed/"><span>Zhua Xia</span></a></li>
<li id="yahoo_reader"><a rel="external nofollow" class="reader" title="Subscribe with My Yahoo!" href="http://add.my.yahoo.com/rss?url=https://namafb.com/feed/"><span>My Yahoo!</span></a></li>
<li id="newsgator_reader"><a rel="external nofollow" class="reader" title="Subscribe with newsgator" href="http://www.newsgator.com/ngs/subscriber/subfext.aspx?url=https://namafb.com/feed/"><span>newsgator</span></a></li>
<li id="bloglines_reader"><a rel="external nofollow" class="reader" title="Subscribe with Bloglines" href="http://www.bloglines.com/sub/https://namafb.com/feed/"><span>Bloglines</span></a></li>
<li id="inezha_reader"><a rel="external nofollow" class="reader" title="Subscribe with iNezha" href="http://inezha.com/add?url=https://namafb.com/feed/"><span>iNezha</span></a></li>
</ul>
</div>
<!-- twitter -->
devdata/article.html view on Meta::CPAN
<!-- footer START -->
<div id="footer">
<a id="gotop" href="#" onclick="MGJS.goTop();return false;">Puncak</a>
<div id="themeinfo">
<a href="https://wordpress.com/?ref=footer_website">Buat situs web atau blog gratis di WordPress.com.</a> <a href="https://wordpress.com/themes/inove/" title="Pelajari lebih lanjut tentang tema ini">Tema INove</a>. </div>
</div>
<!-- footer END -->
</div>
<!-- container END -->
devdata/article.html view on Meta::CPAN
<div class="grofile-hash-map-6a5f2458955211d05951fefdbb143265">
</div>
</div>
<script type='text/javascript'>
/* <![CDATA[ */
var HighlanderComments = {"loggingInText":"Logging In\u2026","submittingText":"Memposkan Komentar\u2026","postCommentText":"Kirim Komentar","connectingToText":"Connecting to %s","commentingAsText":"%1$s: You are commenting using your %2$s account.","...
/* ]]> */
</script>
<script type='text/javascript' src='https://s0.wp.com/_static/??/wp-content/js/jquery/jquery.autoresize.js,/wp-content/mu-plugins/highlander-comments/script.js?m=1462457903j'></script>
<div id="bit" class="loggedout-follow-normal">
<a class="bsub" href="javascript:void(0)"><span id='bsub-text'>Ikuti</span></a>
<div id="bitsubscribe">
<h3><label for="loggedout-follow-field">Ikuti âNamafb.comâ</label></h3>
<form action="https://subscribe.wordpress.com" method="post" accept-charset="utf-8" id="loggedout-follow">
<p>Kirimkan setiap pos baru ke Kotak Masuk Anda.</p>
<p id="loggedout-follow-error" style="display: none;"></p>
<p class="bit-follow-count">Bergabunglah dengan 420 pengikut lainnya</p>
<p><input type="email" name="email" placeholder="Masukkan alamat email Anda" id="loggedout-follow-field"/></p>
<input type="hidden" name="action" value="subscribe"/>
<input type="hidden" name="blog_id" value="9683292"/>
<input type="hidden" name="source" value="https://namafb.com/2010/08/12/top-1000-nama-populer-indonesia/"/>
<input type="hidden" name="sub-type" value="loggedout-follow"/>
<input type="hidden" id="_wpnonce" name="_wpnonce" value="a8f3a4ac8c" /><input type="hidden" name="_wp_http_referer" value="/2010/08/12/top-1000-nama-populer-indonesia/" />
<p id='bsub-subscribe-button'><input type="submit" value="Daftarkan saya" /></p>
</form>
<div id='bsub-credit'><a href="https://id-ID.wordpress.com/?ref=lof">Buat situs dengan WordPress.com</a></div>
devdata/article.html view on Meta::CPAN
</script> <script type="text/javascript">
var skimlinks_pub_id = "725X584219"
var skimlinks_sitename = "pustakatips.wordpress.com";
</script>
<script type="text/javascript" src="https://s.skimresources.com/js/725X1342.skimlinks.js"></script> <iframe src='https://widgets.wp.com/likes/master.html?ver=20160429#ver=20160429&lang=id' scrolling='no' id='likes-master' name='likes-master' st...
<div id='likes-other-gravatars'><div class="likes-text"><span>%d</span> blogger menyukai ini:</div><ul class="wpl-avatars sd-like-gravatars"></ul></div>
<script>
var _comscore = _comscore || [];
_comscore.push({
c1: "2",
c2: "7518284"
devdata/article.html view on Meta::CPAN
<p class="robots-nocontent"><img src="https://sb.scorecardresearch.com/p?c1=2&c2=7518284&c3=&c4=&c5=&c6=&c15=&cv=2.0&cj=1" alt="" style="display:none;" width="1" height="1" /></p>
</noscript><script src="//stats.wp.com/w.js?52" type="text/javascript" async defer></script>
<script type="text/javascript">
_tkq = window._tkq || [];
_stq = window._stq || [];
_tkq.push(['storeContext', {'blog_id':'9683292','blog_tz':'8','user_lang':'id','blog_lang':'id','user_id':'0'}]);
_stq.push(['view', {'blog':'9683292','v':'wpcom','tz':'8','user_id':'0','post':'10068','subd':'pustakatips'}]);
_stq.push(['extra', {'crypt':'UE40eW5QN0p8M2Y/RE1lYixwbDJzRzZYckplWEU4TnJmM2VdWTQsMi9FOG1PVVlfdEphOGJVbWRMY08yfEVJL09lOFIxSFpIQVtdcTlDZz8/R2FPLFB1WHBXVSZMNlZyMWw3OHNddmdieGRwWnlffDlnT3ZLT0drW35PN1ozfG1Za21nLT9NNnZRZFpbcSZXM11uWi5jc2M0WGJjcEVMaVkmY1Z2...
_stq.push([ 'clickTrackerInit', '9683292', '10068' ]);
</script>
<noscript><img src="https://pixel.wp.com/b.gif?v=noscript" style="height:0px;width:0px;overflow:hidden" alt="" /></noscript>
<script>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/legoworlds.pm view on Meta::CPAN
Motorcycle_Mechanic
Mountain_Climber
Mummy
Mummy_Warrior
Paintball_Player
Paleontologist
Pirate_Captain
Pirate_Lady
Pirate_Princess
Police_Officer
Professor_Christina_Hydron
Prospector
Queen
Research_Institute_Astronomer
Research_Institute_Chemist
Research_Institute_Paleontologist
Robber
Rocker_Girl
Samurai
Scarecrow
Scientist
view all matches for this distribution
view release on metacpan or search on metacpan
},
{
"class" : "Dist::Zilla::Plugin::Test::CPAN::Changes",
"config" : {
"Dist::Zilla::Plugin::Test::CPAN::Changes" : {
"changelog" : "Changes"
}
},
"name" : "@Filter/Test::CPAN::Changes",
"version" : "0.012"
},
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/nethack.pm view on Meta::CPAN
=item *
C<levels>: the names for the experience levels for each occupation.
Subdivided by occupation:
C<archeologist>,
C<barbarian>,
C<caveman>,
C<healer>,
C<knight>,
C<monk>,
lib/Acme/MetaSyntactic/nethack.pm view on Meta::CPAN
=item *
C<gods>: the Higher Entities that each occupation grovels before,
bribes, scorns, pleads to, and curses. Subdivided by occupation:
C<archeologist>,
C<barbarian>,
C<caveman>,
C<healer>,
C<knight>,
C<monk>,
lib/Acme/MetaSyntactic/nethack.pm view on Meta::CPAN
# names monsters/trolls
troll
ice_troll
rock_troll
water_troll
Olog_hai
# names monsters/umber_hulk
umber_hulk
# names monsters/vampires
vampire
vampire_lord
lib/Acme/MetaSyntactic/nethack.pm view on Meta::CPAN
lizard
chameleon
crocodile
salamander
# names monsters/character_classes
archeologist
barbarian
caveman
cavewoman
healer
knight
lib/Acme/MetaSyntactic/nethack.pm view on Meta::CPAN
marid
rot_grub
bookworm
master_lichen
shadow
hologram
jester
attorney
sleazoid
killer_tomato
amazon
lib/Acme/MetaSyntactic/nethack.pm view on Meta::CPAN
heavy_iron_ball
iron_chain
blinding_venom
acid_venom
# names roles/classes
archeologist
barbarian
caveman
healer
knight
monk
lib/Acme/MetaSyntactic/nethack.pm view on Meta::CPAN
ranger
samurai
tourist
valkyrie
wizard
# names roles/levels/archeologist
Digger
Field_Worker
Investigator
Exhumer
Excavator
Spelunker
Speleologist
Collector
Curator
# names roles/levels/barbarian
Plunderer
Plunderess
lib/Acme/MetaSyntactic/nethack.pm view on Meta::CPAN
Sorcerer
Sorceress
Necromancer
Wizard
Mage
# names roles/gods/archeologist
Quetzalcoatl
Camaxtli
Huhetotl
# names roles/gods/barbarian
Mitra
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/soviet.pm view on Meta::CPAN
=item Flashlight
Yak-25 and Yak-27 fighters, AWA 392.
=item Flogger
MiG-23 variable geometry fighter (Flogger A and G) or MiG-27 variable
geometry fighter (Flogger D and J), PL 210, JWARH 38, 184, 185, ASu,
ASt, DF, AWA 392, SPIAW, HTMW 165, S&V 92, B1R 31, 130, AWMA, IEAA
156, 158. Mentioned in RSR.
=item Flora
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/vim.pm view on Meta::CPAN
hostname
iconv
indent
index
input
inputdialog
inputlist
inputrestore
inputsave
inputsecret
insert
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic.pm view on Meta::CPAN
=item *
Sébastien Aperghis-Tramoni,
who actually uses it, to do what he thinks is the only logical thing
to do with C<Acme::MetaSyntactic>: an IRC bot! See L<Bot::MetaSyntactic>.
#perlfr Sat Mar 5 01:15 CET 2005
<Maddingue> BooK: bon, l'API de AMS, tu l'as changé alors ?
<BooK> je sais pas
<Maddingue> comment on fait pour invoquer ton merder
<BooK> ca se mélange dans ma tete
<BooK> je peux te montrer des use case
<Maddingue> je veux juste savoir si tu vas changer la commande meta
<Maddingue> BooK: parce que j'ai fais la seule chose qui me semblait
logique de faire avec ton module
<BooK> un robot irc
=item *
Jérôme Fenal,
view all matches for this distribution
view release on metacpan or search on metacpan
@prefix dc: <http://purl.org/dc/terms/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix doap-changeset: <http://ontologi.es/doap-changeset#> .
@prefix doap-deps: <http://ontologi.es/doap-deps#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://dev.perl.org/licenses/>
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Module/Install/Fetch.pm view on Meta::CPAN
LWP::Simple::mirror($args{url}, $file);
}
elsif (eval { require Net::FTP; 1 }) { eval {
# use Net::FTP to get past firewall
my $ftp = Net::FTP->new($host, Passive => 1, Timeout => 600);
$ftp->login("anonymous", 'anonymous@example.com');
$ftp->cwd($path);
$ftp->binary;
$ftp->get($file) or (warn("$!\n"), return);
$ftp->quit;
} }
inc/Module/Install/Fetch.pm view on Meta::CPAN
unless ($fh->open("|$ftp -n")) {
warn "Couldn't open ftp: $!\n";
chdir $dir; return;
}
my @dialog = split(/\n/, <<"END_FTP");
open $host
user anonymous anonymous\@example.com
cd $path
binary
get $file $file
quit
END_FTP
foreach (@dialog) { $fh->print("$_\n") }
$fh->close;
} }
else {
warn "No working 'ftp' program available!\n";
chdir $dir; return;
view all matches for this distribution