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
### ----------------------------------------------------
[ 2000-2006, The Perl Foundation.
... |
### ----------------------------------------------------
### -- Acme::Overreact
### -- Licenses: Artistic-2.0
### -- Authors: Fernando Corrêa de Oliveira
### -- File: README.md
### ----------------------------------------------------
[ {... |
### ----------------------------------------------------
### -- 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
### ----------------------------------------------------
[ {
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
### ----------------------------------------------------
[
### -- 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. [ 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
[;
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
### ----------------------------------------------------
[ 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
### ----------------------------------------------------
[ 2000-2006, The Perl Foundation.
... |
### ----------------------------------------------------
### -- Acme::Text::UpsideDown
### -- Licenses: Artistic-2.0
### -- Authors: Elizabeth Mattijsen
### -- File: README.md
### ----------------------------------------------------
[,.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
### ----------------------------------------------------
[](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
### ----------------------------------------------------
[](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
### ----------------------------------------------------
[](https://opensource.org/l... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.