Result:
Your query is still running in background...Search in progress...
at this time found 33 distributions and 60 files matching your query.
Next refresh should show more results. ( run in 7.657 )
Next refresh should show more results. ( run in 7.657 )
Aion-Query
view release on metacpan or search on metacpan
lib/Aion/Query.pm view on Meta::CPAN
query_scalar "SELECT name FROM author WHERE id=2" # => Pushkin A.
=head2 make_query_for_order ($order, $next)
Creates a page request condition not by offset, but by B<cursor pagination>.
To do this, it receives C<$order> of the SQL query and C<$next> - a link to the next page.
my ($select, $where, $order_sel) = make_query_for_order "name DESC, id ASC", undef;
view all matches for this distribution
Algorithm-Evolutionary
view release on metacpan or search on metacpan
scripts/rectangle-coverage.pl view on Meta::CPAN
for my $v ( qw( num_rects arena_side bits pop_size number_of_generations selection_rate ) ){
create_and_pack( $f, $v );
}
my $canvas = $mw->Canvas( -cursor=>"crosshair", -background=>"white",
-width=>$width, -height=>$height )->pack;
$mw->Button( -text => 'Start',
-command => \&start,
)->pack( -side => 'left',
-expand => 1);
view all matches for this distribution
Algorithm-TimelinePacking
view release on metacpan or search on metacpan
examples/conference.html view on Meta::CPAN
#chart {
background: white; border-radius: 8px; padding: 20px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1); overflow-x: auto;
}
svg { overflow: visible; }
.talk rect { cursor: pointer; transition: opacity 0.2s; }
.talk:hover rect { opacity: 0.85; }
.talk text { font-size: 11px; fill: white; pointer-events: none; }
.room-label { font-size: 13px; font-weight: bold; fill: #555; }
.time-label { font-size: 12px; fill: #666; }
.legend { display: flex; gap: 20px; margin-top: 20px; flex-wrap: wrap; }
view all matches for this distribution( run in 7.657 seconds using v1.01-cache-2.11-cpan-c221a9de4ec )