txt
stringlengths
202
72.4k
### ---------------------------------------------------- ### -- Acme::Don't ### -- Licenses: Artistic-2.0 ### -- Authors: Elizabeth Mattijsen ### -- File: dist.ini ### ---------------------------------------------------- name = Acme-Don't [ReadmeFromPod] ; enable = false filename = lib/Acme/Don't.rakumod [PruneFiles]...
### ---------------------------------------------------- ### -- Acme::Don't ### -- Licenses: Artistic-2.0 ### -- Authors: Elizabeth Mattijsen ### -- File: t/01-basic.t ### ---------------------------------------------------- use v6.c; use Test; use Acme::Don't; plan 2; my $seen = False; don't { $seen = True } nok $s...
### ---------------------------------------------------- ### -- Acme::Don't ### -- Licenses: Artistic-2.0 ### -- Authors: Elizabeth Mattijsen ### -- File: lib/Acme/Don't.rakumod ### ---------------------------------------------------- use v6.*; module Acme::Don't:ver<0.0.3>:auth<zef:lizmat> { sub don't(& --> Nil) ...
### ---------------------------------------------------- ### -- Acme::Insult::Lala ### -- Licenses: Artistic-2.0 ### -- Authors: Jonathan Stowe <jns+gh@gellyfish.co.uk> ### -- File: META6.json ### ---------------------------------------------------- { "resources": [ "lala.txt" ], "build-depends": [ ], "au...
### ---------------------------------------------------- ### -- Acme::Insult::Lala ### -- Licenses: Artistic-2.0 ### -- Authors: Jonathan Stowe <jns+gh@gellyfish.co.uk> ### -- File: README.md ### ---------------------------------------------------- # Acme::Insult::Lala Construct an insulting epithet in the manner of a...
### ---------------------------------------------------- ### -- Acme::Insult::Lala ### -- Licenses: Artistic-2.0 ### -- Authors: Jonathan Stowe <jns+gh@gellyfish.co.uk> ### -- File: LICENCE ### ---------------------------------------------------- The Artistic License 2.0 Copyright (c) 2000-2006, The Perl...
### ---------------------------------------------------- ### -- Acme::Insult::Lala ### -- Licenses: Artistic-2.0 ### -- Authors: Jonathan Stowe <jns+gh@gellyfish.co.uk> ### -- File: resources/lala.txt ### ---------------------------------------------------- artless base-court apple-john bawdy ...
### ---------------------------------------------------- ### -- Acme::Insult::Lala ### -- Licenses: Artistic-2.0 ### -- Authors: Jonathan Stowe <jns+gh@gellyfish.co.uk> ### -- File: t/010-basic.t ### ---------------------------------------------------- #!raku use v6; use Test; use Acme::Insult::Lala; my $obj; lives...
### ---------------------------------------------------- ### -- Acme::Insult::Lala ### -- Licenses: Artistic-2.0 ### -- Authors: Jonathan Stowe <jns+gh@gellyfish.co.uk> ### -- File: t/001-meta.t ### ---------------------------------------------------- #!raku use v6; use Test; my Bool $got-test-meta = True; my &m-me...
### ---------------------------------------------------- ### -- Acme::Insult::Lala ### -- Licenses: Artistic-2.0 ### -- Authors: Jonathan Stowe <jns+gh@gellyfish.co.uk> ### -- File: lib/Acme/Insult/Lala.rakumod ### ---------------------------------------------------- use v6; =begin pod =head1 NAME Acme::Insult::Lala...
### ---------------------------------------------------- ### -- Acme::Meow ### -- Licenses: NOASSERTION ### -- Authors: Tadeusz “tadzik” Sośnierz, Paul Cochrane, GlithMr, Ethan House, Tobias Leich ### -- File: META6.json ### ---------------------------------------------------- { "auth": "zef:raku-community-modules", ...
### ---------------------------------------------------- ### -- Acme::Meow ### -- Licenses: NOASSERTION ### -- Authors: Tadeusz “tadzik” Sośnierz, Paul Cochrane, GlithMr, Ethan House, Tobias Leich ### -- File: LICENSE ### ---------------------------------------------------- The MIT License Copyright (c) 2010 Tadeusz S...
### ---------------------------------------------------- ### -- Acme::Meow ### -- Licenses: NOASSERTION ### -- Authors: Tadeusz “tadzik” Sośnierz, Paul Cochrane, GlithMr, Ethan House, Tobias Leich ### -- File: README.md ### ---------------------------------------------------- [![Actions Status](https://github.com/raku-...
### ---------------------------------------------------- ### -- Acme::Meow ### -- Licenses: NOASSERTION ### -- Authors: Tadeusz “tadzik” Sośnierz, Paul Cochrane, GlithMr, Ethan House, Tobias Leich ### -- File: dist.ini ### ---------------------------------------------------- name = Acme::Meow [ReadmeFromPod] filename ...
### ---------------------------------------------------- ### -- Acme::Meow ### -- Licenses: NOASSERTION ### -- Authors: Tadeusz “tadzik” Sośnierz, Paul Cochrane, GlithMr, Ethan House, Tobias Leich ### -- File: t/00-load.rakutest ### ---------------------------------------------------- use Test; plan 1; use Acme::Meow...
### ---------------------------------------------------- ### -- Acme::Meow ### -- Licenses: NOASSERTION ### -- Authors: Tadeusz “tadzik” Sośnierz, Paul Cochrane, GlithMr, Ethan House, Tobias Leich ### -- File: t/01-fun.rakutest ### ---------------------------------------------------- use Test; plan 6; use Acme::Meow;...
### ---------------------------------------------------- ### -- Acme::Meow ### -- Licenses: NOASSERTION ### -- Authors: Tadeusz “tadzik” Sośnierz, Paul Cochrane, GlithMr, Ethan House, Tobias Leich ### -- File: lib/Acme/Meow.rakumod ### ---------------------------------------------------- =begin pod =head1 NAME Acme::...
### ---------------------------------------------------- ### -- Acme::Overreact ### -- Licenses: Artistic-2.0 ### -- Authors: Fernando Corrêa de Oliveira ### -- File: META6.json ### ---------------------------------------------------- { "auth": "zef:FCO", "authors": [ "Fernando Corrêa de Oliveira" ], "build...
### ---------------------------------------------------- ### -- Acme::Overreact ### -- Licenses: Artistic-2.0 ### -- Authors: Fernando Corrêa de Oliveira ### -- File: LICENSE ### ---------------------------------------------------- The Artistic License 2.0 Copyright (c) 2000-2006, The Perl Foundation. ...
### ---------------------------------------------------- ### -- Acme::Overreact ### -- Licenses: Artistic-2.0 ### -- Authors: Fernando Corrêa de Oliveira ### -- File: README.md ### ---------------------------------------------------- [![Actions Status](https://github.com/FCO/Acme-Overreact/actions/workflows/test.yml/ba...
### ---------------------------------------------------- ### -- Acme::Overreact ### -- Licenses: Artistic-2.0 ### -- Authors: Fernando Corrêa de Oliveira ### -- File: dist.ini ### ---------------------------------------------------- name = Acme::Overreact [ReadmeFromPod] filename = lib/Acme/Overreact.rakumod [UploadT...
### ---------------------------------------------------- ### -- Acme::Overreact ### -- Licenses: Artistic-2.0 ### -- Authors: Fernando Corrêa de Oliveira ### -- File: t/01-basic.rakutest ### ---------------------------------------------------- use Test; use Acme::Overreact; my $ast1 = 'say 42'.AST; my $ast2 = 'say("th...
### ---------------------------------------------------- ### -- Acme::Overreact ### -- Licenses: Artistic-2.0 ### -- Authors: Fernando Corrêa de Oliveira ### -- File: lib/Acme/Overreact.rakumod ### ---------------------------------------------------- use ASTQuery; use experimental :rakuast; sub overreact($CU = $*CU) {...
### ---------------------------------------------------- ### -- Acme::OwO ### -- Licenses: BSD-3-Clause ### -- Authors: Kane 'kawaii' Valentine <kane@cute.im> ### -- File: META6.json ### ---------------------------------------------------- { "name": "Acme::OwO", "description": "OwO Waku moduwe to make uuw stwings m...
### ---------------------------------------------------- ### -- Acme::OwO ### -- Licenses: BSD-3-Clause ### -- Authors: Kane 'kawaii' Valentine <kane@cute.im> ### -- File: LICENSE ### ---------------------------------------------------- BSD 3-Clause License Copyright (c) 2020, Kane Valentine All rights reserved. Redi...
### ---------------------------------------------------- ### -- Acme::OwO ### -- Licenses: BSD-3-Clause ### -- Authors: Kane 'kawaii' Valentine <kane@cute.im> ### -- File: README.md ### ---------------------------------------------------- # raku-acme-owo
### ---------------------------------------------------- ### -- Acme::OwO ### -- Licenses: BSD-3-Clause ### -- Authors: Kane 'kawaii' Valentine <kane@cute.im> ### -- File: examples/basic.raku ### ---------------------------------------------------- #!raku use Acme::OwO; my $o = Acme::OwO.new; say $o.owo("Syria seeks ...
### ---------------------------------------------------- ### -- Acme::OwO ### -- Licenses: BSD-3-Clause ### -- Authors: Kane 'kawaii' Valentine <kane@cute.im> ### -- File: lib/Acme/OwO.rakumod ### ---------------------------------------------------- unit class Acme::OwO; my constant @prefixes = [ '<3 ', '0w0 '...
### ---------------------------------------------------- ### -- Acme::Polyglot::Levenshtein::Damerau ### -- Licenses: Artistic-2.0 ### -- Authors: ### -- File: META6.json ### ---------------------------------------------------- { "perl" : "6.*", "name" : "Acme::Polyglot::Levenshtein::Damerau", ...
### ---------------------------------------------------- ### -- Acme::Polyglot::Levenshtein::Damerau ### -- Licenses: Artistic-2.0 ### -- Authors: ### -- File: LICENSE ### ---------------------------------------------------- The Artistic License 2.0 Copyright (c) 2000-2006, The Perl Foundation. Ev...
### ---------------------------------------------------- ### -- Acme::Polyglot::Levenshtein::Damerau ### -- Licenses: Artistic-2.0 ### -- Authors: ### -- File: .appveyor.yml ### ---------------------------------------------------- os: Visual Studio 2015 platform: x64 install: - '"C:\Program Files\Microsoft SDKs\...
### ---------------------------------------------------- ### -- Acme::Polyglot::Levenshtein::Damerau ### -- Licenses: Artistic-2.0 ### -- Authors: ### -- File: README.pod ### ---------------------------------------------------- =pod =encoding utf8 =head2 Acme::Polyglot::Levenshtein::Damerau Calculate damerau leven...
### ---------------------------------------------------- ### -- Acme::Polyglot::Levenshtein::Damerau ### -- Licenses: Artistic-2.0 ### -- Authors: ### -- File: Makefile.PL ### ---------------------------------------------------- use 5.008_008; use ExtUtils::MakeMaker; my $pm = 'lib/Acme/Polyglot/Levenshtein/Damerau...
### ---------------------------------------------------- ### -- Acme::Polyglot::Levenshtein::Damerau ### -- Licenses: Artistic-2.0 ### -- Authors: ### -- File: .travis.yml ### ---------------------------------------------------- language: perl os: - linux matrix: fast_finish: true sudo: false before_install: ...
### ---------------------------------------------------- ### -- Acme::Polyglot::Levenshtein::Damerau ### -- Licenses: Artistic-2.0 ### -- Authors: ### -- File: t/basic.t ### ---------------------------------------------------- use Acme::Polyglot::Levenshtein::Damerau; use Test; "0" and plan(5) or plan(tests => 5); ok...
### ---------------------------------------------------- ### -- Acme::Rautavistic::Sort ### -- Licenses: Artistic-2.0 ### -- Authors: Steffen Schwigon ### -- File: META6.json ### ---------------------------------------------------- { "auth": "zef:renormalist", "authors": [ "Steffen Schwigon" ], "build-depen...
### ---------------------------------------------------- ### -- Acme::Rautavistic::Sort ### -- Licenses: Artistic-2.0 ### -- Authors: Steffen Schwigon ### -- File: LICENSE ### ---------------------------------------------------- The Artistic License 2.0 Copyright (c) 2000-2006, The Perl Foundation. ...
### ---------------------------------------------------- ### -- Acme::Rautavistic::Sort ### -- Licenses: Artistic-2.0 ### -- Authors: Steffen Schwigon ### -- File: README.md ### ---------------------------------------------------- [![Actions Status](https://github.com/renormalist/raku-Acme-Rautavistic-Sort/actions/work...
### ---------------------------------------------------- ### -- Acme::Rautavistic::Sort ### -- Licenses: Artistic-2.0 ### -- Authors: Steffen Schwigon ### -- File: dist.ini ### ---------------------------------------------------- name = Acme::Rautavistic::Sort [ReadmeFromPod] filename = lib/Acme/Rautavistic/Sort.rakum...
### ---------------------------------------------------- ### -- Acme::Rautavistic::Sort ### -- Licenses: Artistic-2.0 ### -- Authors: Steffen Schwigon ### -- File: t/01-basic.rakutest ### ---------------------------------------------------- use Test; use Acme::Rautavistic::Sort ; sub check (@in, @exp, $desc) { my ...
### ---------------------------------------------------- ### -- Acme::Rautavistic::Sort ### -- Licenses: Artistic-2.0 ### -- Authors: Steffen Schwigon ### -- File: lib/Acme/Rautavistic/Sort.rakumod ### ---------------------------------------------------- unit class Acme::Rautavistic::Sort; sub dropsort is export { ...
### ---------------------------------------------------- ### -- Acme::Scrub ### -- Licenses: Artistic-2.0 ### -- Authors: Steve Schulze (thundergnat) ### -- File: META6.json ### ---------------------------------------------------- { "auth": "zef:thundergnat", "authors": [ "Steve Schulze (thundergnat)" ], "b...
### ---------------------------------------------------- ### -- Acme::Scrub ### -- Licenses: Artistic-2.0 ### -- Authors: Steve Schulze (thundergnat) ### -- File: LICENSE ### ---------------------------------------------------- The Artistic License 2.0 Copyright (c) 2000-2006, The Perl Foundation. ...
### ---------------------------------------------------- ### -- Acme::Scrub ### -- Licenses: Artistic-2.0 ### -- Authors: Steve Schulze (thundergnat) ### -- File: README.md ### ---------------------------------------------------- [![Actions Status](https://github.com/thundergnat/Acme-Scrub/actions/workflows/test.yml/ba...
### ---------------------------------------------------- ### -- Acme::Scrub ### -- Licenses: Artistic-2.0 ### -- Authors: Steve Schulze (thundergnat) ### -- File: dist.ini ### ---------------------------------------------------- name = Acme-Scrub [ReadmeFromPod] filename = lib/Acme/Scrub.pm6 [UploadToZef] [Badges] p...
### ---------------------------------------------------- ### -- Acme::Scrub ### -- Licenses: Artistic-2.0 ### -- Authors: Steve Schulze (thundergnat) ### -- File: t/scrub.t ### ---------------------------------------------------- use Acme::Scrub; #​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​...
### ---------------------------------------------------- ### -- Acme::Skynet ### -- Licenses: ### -- Authors: KM Wallio ### -- File: META6.json ### ---------------------------------------------------- { "perl" : "6.*", "name" : "Acme::Skynet", "version" : "0.0.3", "description" : "Machine Learnings for your Pe...
### ---------------------------------------------------- ### -- Acme::Skynet ### -- Licenses: ### -- Authors: KM Wallio ### -- File: TODO.md ### ---------------------------------------------------- # TODO: Problems and thoughts related to Skynet. ## Intent * Should probably add an option for a default handler. * Ad...
### ---------------------------------------------------- ### -- Acme::Skynet ### -- Licenses: ### -- Authors: KM Wallio ### -- File: README.md ### ---------------------------------------------------- # Skynet for Perl6 Skynet is a collection of AI for your Perls6. [![Build Status](https://travis-ci.org/kmwallio/Acme-...
### ---------------------------------------------------- ### -- Acme::Skynet ### -- Licenses: ### -- Authors: KM Wallio ### -- File: .travis.yml ### ---------------------------------------------------- language: perl6 perl6: - latest install: - rakudobrew build-panda - panda installdeps .
### ---------------------------------------------------- ### -- Acme::Skynet ### -- Licenses: ### -- Authors: KM Wallio ### -- File: t/dumb.t ### ---------------------------------------------------- use v6; use lib 'lib'; use Test; use Acme::Skynet::DumbDown; plan 8; # Test one plural word ok dumbdown("cats") eq "cat...
### ---------------------------------------------------- ### -- Acme::Skynet ### -- Licenses: ### -- Authors: KM Wallio ### -- File: t/chainlabel.t ### ---------------------------------------------------- use v6; use lib 'lib'; use Test; use Acme::Skynet::ChainLabel; plan 10; use-ok 'Acme::Skynet::ChainLabel'; { ...
### ---------------------------------------------------- ### -- Acme::Skynet ### -- Licenses: ### -- Authors: KM Wallio ### -- File: t/dtree.t ### ---------------------------------------------------- use v6; use lib 'lib'; use Test; use Acme::Skynet::ID3; plan 28; use-ok 'Acme::Skynet::ID3'; # Tree with 1 label { ...
### ---------------------------------------------------- ### -- Acme::Skynet ### -- Licenses: ### -- Authors: KM Wallio ### -- File: t/intent.t ### ---------------------------------------------------- use v6; use lib 'lib'; use Test; use Acme::Skynet; my $robotOverlord = Intent.new(); plan 10; class Wanted { has $...
### ---------------------------------------------------- ### -- Acme::Skynet ### -- Licenses: ### -- Authors: KM Wallio ### -- File: examples/stabbing_reminders.p6 ### ---------------------------------------------------- use v6; use lib 'lib'; use Acme::Skynet; my $robotOverlord = Intent.new(); my $time = sub () { ...
### ---------------------------------------------------- ### -- Acme::Sudoku ### -- Licenses: ### -- Authors: github:pierre-vigier ### -- File: META6.json ### ---------------------------------------------------- { "perl" : "6.c", "name" : "Acme::Sudoku", "version" : "0.0.2", "au...
### ---------------------------------------------------- ### -- Acme::Sudoku ### -- Licenses: ### -- Authors: github:pierre-vigier ### -- File: README.md ### ---------------------------------------------------- # Perl6-Acme::Sudoku [![Build Status](https://travis-ci.org/pierre-vigier/Perl6-Acme-Sudoku.svg?branch=mast...
### ---------------------------------------------------- ### -- Acme::Sudoku ### -- Licenses: ### -- Authors: github:pierre-vigier ### -- File: .travis.yml ### ---------------------------------------------------- language: perl6 perl6: - latest install: - rakudobrew build zef - zef install --deps-only . - zef ...
### ---------------------------------------------------- ### -- Acme::Sudoku ### -- Licenses: ### -- Authors: github:pierre-vigier ### -- File: t/020-basic.t ### ---------------------------------------------------- use v6; use Test; use Acme::Sudoku; plan 3; my $ok-grid = q:to/END/; . . . . . 8 . . . 7 . . . . . 9 ....
### ---------------------------------------------------- ### -- Acme::Sudoku ### -- Licenses: ### -- Authors: github:pierre-vigier ### -- File: t/030-medium.t ### ---------------------------------------------------- use v6; use Test; use Acme::Sudoku; plan 1; my $game = Acme::Sudoku.new( q:to/END/ ); 2 . . 1 7 . 6 ....
### ---------------------------------------------------- ### -- Acme::Sudoku ### -- Licenses: ### -- Authors: github:pierre-vigier ### -- File: t/010-load.t ### ---------------------------------------------------- use Test; plan 1; use-ok('Acme::Sudoku');
### ---------------------------------------------------- ### -- Acme::Test::Module ### -- Licenses: Artistic-2.0 ### -- Authors: Shoichi Kaji ### -- File: META6.json ### ---------------------------------------------------- { "auth": "zef:skaji", "authors": [ "Shoichi Kaji" ], "build-depends": [ ], "depe...
### ---------------------------------------------------- ### -- Acme::Test::Module ### -- Licenses: Artistic-2.0 ### -- Authors: Shoichi Kaji ### -- File: LICENSE ### ---------------------------------------------------- The Artistic License 2.0 Copyright (c) 2000-2006, The Perl Foundation. Everyone...
### ---------------------------------------------------- ### -- Acme::Test::Module ### -- Licenses: Artistic-2.0 ### -- Authors: Shoichi Kaji ### -- File: README.md ### ---------------------------------------------------- [![Actions Status](https://github.com/skaji/raku-Acme-Test-Module/actions/workflows/test.yml/badge...
### ---------------------------------------------------- ### -- Acme::Test::Module ### -- Licenses: Artistic-2.0 ### -- Authors: Shoichi Kaji ### -- File: dist.ini ### ---------------------------------------------------- name = Acme-Test-Module [ReadmeFromPod] ; enable = false filename = lib/Acme/Test/Module.rakumod ...
### ---------------------------------------------------- ### -- Acme::Test::Module ### -- Licenses: Artistic-2.0 ### -- Authors: Shoichi Kaji ### -- File: t/01-basic.rakutest ### ---------------------------------------------------- use Test; use Acme::Test::Module; pass "replace me"; done-testing;
### ---------------------------------------------------- ### -- Acme::Test::Module ### -- Licenses: Artistic-2.0 ### -- Authors: Shoichi Kaji ### -- File: lib/Acme/Test/Module.rakumod ### ---------------------------------------------------- unit class Acme::Test::Module; =begin pod =head1 NAME Acme::Test::Module - ...
### ---------------------------------------------------- ### -- Acme::Test::Module::Zef ### -- Licenses: Artistic-2.0 ### -- Authors: Shoichi Kaji ### -- File: META6.json ### ---------------------------------------------------- { "auth": "zef:skaji", "authors": [ "Shoichi Kaji" ], "build-depends": [ ], ...
### ---------------------------------------------------- ### -- Acme::Test::Module::Zef ### -- Licenses: Artistic-2.0 ### -- Authors: Shoichi Kaji ### -- File: LICENSE ### ---------------------------------------------------- The Artistic License 2.0 Copyright (c) 2000-2006, The Perl Foundation. Eve...
### ---------------------------------------------------- ### -- Acme::Test::Module::Zef ### -- Licenses: Artistic-2.0 ### -- Authors: Shoichi Kaji ### -- File: CHANGELOG.md ### ---------------------------------------------------- ## Unreleased ## 0.0.5 - 2022-03-17T23:33:54+09:00 - Use CHANGELOG.md ## 0.0.4 - 2021-1...
### ---------------------------------------------------- ### -- Acme::Test::Module::Zef ### -- Licenses: Artistic-2.0 ### -- Authors: Shoichi Kaji ### -- File: README.md ### ---------------------------------------------------- [![Actions Status](https://github.com/skaji/raku-Acme-Test-Module-Zef/actions/workflows/test....
### ---------------------------------------------------- ### -- Acme::Test::Module::Zef ### -- Licenses: Artistic-2.0 ### -- Authors: Shoichi Kaji ### -- File: dist.ini ### ---------------------------------------------------- name = Acme-Test-Module-Zef [ReadmeFromPod] ; enable = false filename = lib/Acme/Test/Module/...
### ---------------------------------------------------- ### -- Acme::Test::Module::Zef ### -- Licenses: Artistic-2.0 ### -- Authors: Shoichi Kaji ### -- File: t/01-basic.rakutest ### ---------------------------------------------------- use Test; use Acme::Test::Module::Zef; pass "replace me"; my $proc1 = run "zef", ...
### ---------------------------------------------------- ### -- Acme::Test::Module::Zef ### -- Licenses: Artistic-2.0 ### -- Authors: Shoichi Kaji ### -- File: lib/Acme/Test/Module/Zef.rakumod ### ---------------------------------------------------- unit class Acme::Test::Module::Zef; use Acme::Test::Module::Zef2; =b...
### ---------------------------------------------------- ### -- Acme::Test::Module::Zef ### -- Licenses: Artistic-2.0 ### -- Authors: Shoichi Kaji ### -- File: lib/Acme/Test/Module/Zef2.rakumod ### ---------------------------------------------------- unit class Acme::Test::Module::Zef2;
### ---------------------------------------------------- ### -- Acme::Text::UpsideDown ### -- Licenses: Artistic-2.0 ### -- Authors: Elizabeth Mattijsen ### -- File: META6.json ### ---------------------------------------------------- { "api": "perl6", "auth": "zef:lizmat", "authors": [ "Elizabeth Mattijsen" ...
### ---------------------------------------------------- ### -- Acme::Text::UpsideDown ### -- Licenses: Artistic-2.0 ### -- Authors: Elizabeth Mattijsen ### -- File: LICENSE ### ---------------------------------------------------- The Artistic License 2.0 Copyright (c) 2000-2006, The Perl Foundation. ...
### ---------------------------------------------------- ### -- Acme::Text::UpsideDown ### -- Licenses: Artistic-2.0 ### -- Authors: Elizabeth Mattijsen ### -- File: README.md ### ---------------------------------------------------- [![Actions Status](https://github.com/lizmat/Acme-Text-UpsideDown/actions/workflows/lin...
### ---------------------------------------------------- ### -- Acme::Text::UpsideDown ### -- Licenses: Artistic-2.0 ### -- Authors: Elizabeth Mattijsen ### -- File: dist.ini ### ---------------------------------------------------- name = Acme-Text-UpsideDown [ReadmeFromPod] ; enable = false filename = doc/Acme-Text-U...
### ---------------------------------------------------- ### -- Acme::Text::UpsideDown ### -- Licenses: Artistic-2.0 ### -- Authors: Elizabeth Mattijsen ### -- File: t/01-basic.rakutest ### ---------------------------------------------------- use Test; use Acme::Text::UpsideDown; plan 7; is upsidedown( "The quick b...
### ---------------------------------------------------- ### -- Acme::Text::UpsideDown ### -- Licenses: Artistic-2.0 ### -- Authors: Elizabeth Mattijsen ### -- File: xt/coverage.rakutest ### ---------------------------------------------------- use Test::Coverage; plan 2; coverage-at-least 100/3; uncovered-at-most 4;...
### ---------------------------------------------------- ### -- Acme::Text::UpsideDown ### -- Licenses: Artistic-2.0 ### -- Authors: Elizabeth Mattijsen ### -- File: lib/Acme/Text/UpsideDown.rakumod ### ---------------------------------------------------- my constant $up = Q「*!"&'(),.12345679;<>?ABCDEFGJKLMNPQRTUVWY]...
### ---------------------------------------------------- ### -- Actor ### -- Licenses: Artistic-2.0 ### -- Authors: Leon Timmermans ### -- File: META6.json ### ---------------------------------------------------- { "auth" : "cpan:LEONT", "authors" : [ "Leon Timmermans" ], "build-depends" : [ ], "depends" ...
### ---------------------------------------------------- ### -- Actor ### -- Licenses: Artistic-2.0 ### -- Authors: Leon Timmermans ### -- File: LICENSE ### ---------------------------------------------------- The Artistic License 2.0 Copyright (c) 2000-2006, The Perl Foundation. Everyone is permit...
### ---------------------------------------------------- ### -- Actor ### -- Licenses: Artistic-2.0 ### -- Authors: Leon Timmermans ### -- File: README.md ### ---------------------------------------------------- [![Build Status](https://travis-ci.org/Leont/raku-actor.svg?branch=master)](https://travis-ci.org/Leont/raku...
### ---------------------------------------------------- ### -- Actor ### -- Licenses: Artistic-2.0 ### -- Authors: Leon Timmermans ### -- File: .travis.yml ### ---------------------------------------------------- os: - linux - osx language: perl6 perl6: - latest install: - rakudobrew build zef - zef install ...
### ---------------------------------------------------- ### -- Actor ### -- Licenses: Artistic-2.0 ### -- Authors: Leon Timmermans ### -- File: dist.ini ### ---------------------------------------------------- name = Actor [ReadmeFromPod] ; enable = false filename = lib/Actor.rakumod [PruneFiles] ; match = ^ 'xt/' ...
### ---------------------------------------------------- ### -- Actor ### -- Licenses: Artistic-2.0 ### -- Authors: Leon Timmermans ### -- File: t/01-basic.t ### ---------------------------------------------------- use v6.d; use Test; use Actor; my $thread = spawn { receive -> $other { $other.send(:foo); $oth...
### ---------------------------------------------------- ### -- Actor ### -- Licenses: Artistic-2.0 ### -- Authors: Leon Timmermans ### -- File: examples/chameneos.raku ### ---------------------------------------------------- use v6.d; use Actor; sub spell(Int $n --> Str) { state @names = <zero one two three four fi...
### ---------------------------------------------------- ### -- Actor ### -- Licenses: Artistic-2.0 ### -- Authors: Leon Timmermans ### -- File: lib/Actor.rakumod ### ---------------------------------------------------- use v6.c; unit module Actor:ver<0.0.1>:auth<cpan:LEONT>; enum Result is export(:DEFAULT, :enums) <E...
### ---------------------------------------------------- ### -- Adverb::Eject ### -- Licenses: Artistic-2.0 ### -- Authors: Elizabeth Mattijsen ### -- File: META6.json ### ---------------------------------------------------- { "auth": "zef:lizmat", "authors": [ "Elizabeth Mattijsen" ], "build-depends": [ ...
### ---------------------------------------------------- ### -- Adverb::Eject ### -- Licenses: Artistic-2.0 ### -- Authors: Elizabeth Mattijsen ### -- File: LICENSE ### ---------------------------------------------------- The Artistic License 2.0 Copyright (c) 2000-2006, The Perl Foundation. Everyo...
### ---------------------------------------------------- ### -- Adverb::Eject ### -- Licenses: Artistic-2.0 ### -- Authors: Elizabeth Mattijsen ### -- File: README.md ### ---------------------------------------------------- [![Actions Status](https://github.com/lizmat/Adverb-Eject/workflows/test/badge.svg)](https://git...
### ---------------------------------------------------- ### -- Adverb::Eject ### -- Licenses: Artistic-2.0 ### -- Authors: Elizabeth Mattijsen ### -- File: dist.ini ### ---------------------------------------------------- name = Adverb-Eject [ReadmeFromPod] ; enable = false filename = lib/Adverb/Eject.rakumod [Prune...
### ---------------------------------------------------- ### -- Adverb::Eject ### -- Licenses: Artistic-2.0 ### -- Authors: Elizabeth Mattijsen ### -- File: t/01-basic.rakutest ### ---------------------------------------------------- use v6.c; use Test; use Adverb::Eject; plan 12; my @a = ^10; is @a[1]:eject, Nil, '...
### ---------------------------------------------------- ### -- Adverb::Eject ### -- Licenses: Artistic-2.0 ### -- Authors: Elizabeth Mattijsen ### -- File: lib/Adverb/Eject.rakumod ### ---------------------------------------------------- multi sub postcircumfix:<[ ]>( \SELF, Int() $pos, :$eject! --> Nil) is export {...
### ---------------------------------------------------- ### -- Air ### -- Licenses: Artistic-2.0 ### -- Authors: librasteve ### -- File: make-docs.raku ### ---------------------------------------------------- #!/usr/bin/env raku use File::Find; sub MAIN (:$filename, :$output = 'index.md') { my @files = $filenam...
### ---------------------------------------------------- ### -- Air ### -- Licenses: Artistic-2.0 ### -- Authors: librasteve ### -- File: META6.json ### ---------------------------------------------------- { "name": "Air", "description": "Just build websites the right way.", "version": "0.0.16", "author...
### ---------------------------------------------------- ### -- Air ### -- Licenses: Artistic-2.0 ### -- Authors: librasteve ### -- File: LICENSE ### ---------------------------------------------------- The Artistic License 2.0 Copyright (c) 2000-2006, The Perl Foundation. Everyone is permitted to ...
### ---------------------------------------------------- ### -- Air ### -- Licenses: Artistic-2.0 ### -- Authors: librasteve ### -- File: README.md ### ---------------------------------------------------- [![License: Artistic-2.0](https://img.shields.io/badge/License-Artistic%202.0-0298c3.svg)](https://opensource.org/l...