Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 1, 2020 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/f9114712d13be2e2b7e93cea1c1ba453 to your computer and use it in GitHub Desktop.
Save Whateverable/f9114712d13be2e2b7e93cea1c1ba453 to your computer and use it in GitHub Desktop.
greppable6
my\s*\(.*Int
File Code
AZAWAWI/App-Perl6LangServer
…/test-ast.p6 :34:
my (Int $indent, $rule, $value);
HANENKAMP/Smack
…/Smack.pm6 :163:
my (Int() $status, List() $headers, Supply() $body) := $promise.result;
HANENKAMP/Smack
…/Cascade.pm6 :12:
my (Int() $code) = $p.result;
HANENKAMP/Smack
…/CGI.pm6 :43:
my (Int(Any) $status, $headers, Supply(Any) $body) = $p.result;
JSTOWE/Audio-Hydrogen
…/euclid :140:
my ($instrument, $slots, $fills) = $part.split(',',:skip-empty).map({$_.Int});
KUERBIS/Term-Choose
…/Choose.pm6 :396:
my ( Int $new_term_w, Int $new_term_h ) = get-term-size();
KUERBIS/Term-Choose
…/Choose.pm6 :1005:
my ( Int $row, Int $col );
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :279:
my ( Int $count, Int $step ) = self!_set_progress_bar; #
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :323:
my ( Int $count, Int $step ) = self!_set_progress_bar; #
KUERBIS/Term-TablePrint
…/TablePrint.pm6 :462:
my ( Int $count, Int $step ) = self!_set_progress_bar; #
WARRINGD/PDF-Class
…/util.t :6:
my (UInt $n, Str $r) = .list;
WARRINGD/PDF-Class
…/util.t :12:
my (UInt $n, Str $a) = .list;
atweiden/sustenance
…/ParseTree.pm6 :296:
my (UInt:D $year, UInt:D $month, UInt:D $day) =
atweiden/sustenance
…/ParseTree.pm6 :298:
my (UInt:D $hour, UInt:D $minute, Rat:D $second) =
atweiden/sustenance
…/ParseTree.pm6 :305:
my (UInt:D $year, UInt:D $month, UInt:D $day) =
bduggan/p6-jupyter-kernel
…/Kernel.pm6 :140:
my (Int:D $cursor_start, Int:D $cursor_end, $completions)
cjfields/bioperl6
…/Fuzzy.pm6 :293:
my ($min,$max) = ($0.Str.Int,$1.Str.Int) unless (($0 eq '') && (!defined $1));
dnmfarrell/Pod-PerlTricks
…/SampleArticle.json :1:
{ "body" : "\"\\n\\n<p>How can I easily run the same tests on different data without duplicating a lot of code? If I follow my usual pattern, I start…
jnthn/p6-app-moarvm-heapanalyzer
…/Model.pm6 :532:
my ($typecount, $size-per-type) = readSizedInt64($fh.gimme(8)) xx 2;
jnthn/p6-app-moarvm-heapanalyzer
…/Model.pm6 :544:
my ($staticframecount, $size-per-frame) = readSizedInt64($fh.gimme(4)) xx 2;
jnthn/p6-app-moarvm-heapanalyzer
…/Model.pm6 :650:
my ($count, $size-per-collectable) = readSizedInt64($fh.gimme(8)) xx 2;
jnthn/p6-app-moarvm-heapanalyzer
…/Model.pm6 :775:
my ($count, $size-per-reference) = readSizedInt64($fh.gimme(8)) xx 2;
jonathanstowe/Audio-Hydrogen
…/euclid :140:
my ($instrument, $slots, $fills) = $part.split(',',:skip-empty).map({$_.Int});
nkh/P6-Data-Dump-Tree
…/LayHorizontal.pm :268:
my (Bool $matched, Int $rows, Int $width) ;
p6-pdf/PDF-p6
…/Tie.pm :216:
my (Int $obj-num, Int $gen-num, $reader) = $ind-ref.value.list;
p6-pdf/PDF-p6
…/Reader.pm :287:
my (ObjNumInt $obj-num, GenNumInt $gen-num, $obj-raw) = @ind-obj;
p6-pdf/PDF-p6
…/Reader.pm :714:
my (ObjNumInt $obj-num, GenNumInt $gen-num, $object, UInt $offset) = @ind-obj;
p6-pdf/PDF-p6
…/Writer.pm :227:
my (UInt \obj-num, UInt \gen-num, \object where Pair | Hash) = @_;
perl6-community-modules/Date-WorkdayCalendar
…/04-Workdate_calculations.t :42:
my (Int $NW1, Int $NW2, Int $wt1, Int $wt2, Int $nw1, Int $nw2) = @fields.map({ .Int });
perl6/doc
…/variables.pod6 :579:
my (Str $a, Str $b, Int $c) = <a b>;
skids/perl6sum
…/Tiger.pm6 :372:
my (Int $x0, Int $x1, Int $x2, Int $x3,
skids/perl6sum
…/Tiger.pm6 :429:
my (Int $a, Int $b, Int $c) = @!s;
thundergnat/Lingua-EN-Numbers-Cardinal
…/Cardinal.pm6 :121:
my ( $i, $x, $c ) = .comb».Int;
titsuki/p6-Algorithm-Kruskal
…/01-basic.t :9:
my ($vertex-size, $num-of-edges) = @header-elems[0,1]>>.Int;
titsuki/p6-Algorithm-Kruskal
…/01-basic.t :14:
my ($from, $to) = @line-elems[0,1]>>.Int;
tony-o/perl6-bench
…/Bench.pm6 :100:
my (Int $n, $tc);
tony-o/perl6-flow
…/Cursor.pm6 :3:
my ($rows, $cols) = <lines cols>.map: { (run 'tput', $_, :out).out.slurp(:close).Int };
tony-o/perl6-template-protone
…/Protone.pm6 :16:
my (Int $from, Int $to, Str $code);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment