txt
stringlengths
202
72.4k
### ---------------------------------------------------- ### -- Algorithm::Treap ### -- Licenses: Artistic-2.0 ### -- Authors: Itsuki Toyota ### -- File: t/05-find-first-key.t ### ---------------------------------------------------- use v6; use Test; use Algorithm::Treap; { my $treap = Algorithm::Treap[Int].new; ...
### ---------------------------------------------------- ### -- Algorithm::Treap ### -- Licenses: Artistic-2.0 ### -- Authors: Itsuki Toyota ### -- File: t/03-delete.t ### ---------------------------------------------------- use v6; use Test; use Algorithm::Treap; { my $treap = Algorithm::Treap[Int].new; $trea...
### ---------------------------------------------------- ### -- Algorithm::Treap ### -- Licenses: Artistic-2.0 ### -- Authors: Itsuki Toyota ### -- File: t/01-basic.t ### ---------------------------------------------------- use v6; use Test; use-ok 'Algorithm::Treap'; use Algorithm::Treap; { dies-ok { my $treap =...
### ---------------------------------------------------- ### -- Algorithm::Treap ### -- Licenses: Artistic-2.0 ### -- Authors: Itsuki Toyota ### -- File: t/04-find.t ### ---------------------------------------------------- use v6; use Test; use Algorithm::Treap; use Algorithm::Treap::Node; { my $treap = Algorithm:...
### ---------------------------------------------------- ### -- Algorithm::Trie::libdatrie ### -- Licenses: Artistic-2.0 ### -- Authors: zengargoyle ### -- File: META6.json ### ---------------------------------------------------- { "auth" : "github:zengargoyle", "authors" : [ "zengargoyle" ], "build-depends...
### ---------------------------------------------------- ### -- Algorithm::Trie::libdatrie ### -- Licenses: Artistic-2.0 ### -- Authors: zengargoyle ### -- File: LICENSE ### ---------------------------------------------------- The Artistic License 2.0 Copyright (c) 2000-2015, The Perl Foundation. E...
### ---------------------------------------------------- ### -- Algorithm::Trie::libdatrie ### -- Licenses: Artistic-2.0 ### -- Authors: zengargoyle ### -- File: README.md ### ---------------------------------------------------- [![Build Status](https://travis-ci.org/zengargoyle/p6-Algorithm-Trie-libdatrie.svg?branch=m...
### ---------------------------------------------------- ### -- Algorithm::Trie::libdatrie ### -- Licenses: Artistic-2.0 ### -- Authors: zengargoyle ### -- File: .travis.yml ### ---------------------------------------------------- branches: except: - gh-pages language: perl6 sudo: false perl6: - latest install:...
### ---------------------------------------------------- ### -- Algorithm::Trie::libdatrie ### -- Licenses: Artistic-2.0 ### -- Authors: zengargoyle ### -- File: t/02-trie.t ### ---------------------------------------------------- use v6; use Test; use Algorithm::Trie::libdatrie; my Str @words = < pool prize preview p...
### ---------------------------------------------------- ### -- Algorithm::Trie::libdatrie ### -- Licenses: Artistic-2.0 ### -- Authors: zengargoyle ### -- File: t/03-trie_iterator.t ### ---------------------------------------------------- use v6; use Test; use Algorithm::Trie::libdatrie; my Str @words = < pool prize ...
### ---------------------------------------------------- ### -- Algorithm::Trie::libdatrie ### -- Licenses: Artistic-2.0 ### -- Authors: zengargoyle ### -- File: t/04-trie_state.t ### ---------------------------------------------------- use v6; use Test; use Algorithm::Trie::libdatrie; my Str @words = < pool prize pre...
### ---------------------------------------------------- ### -- Algorithm::Trie::libdatrie ### -- Licenses: Artistic-2.0 ### -- Authors: zengargoyle ### -- File: t/01-basic.t ### ---------------------------------------------------- use v6; use Test; use Algorithm::Trie::libdatrie; my Trie $t; isa-ok $t, Trie, 'got Tri...
### ---------------------------------------------------- ### -- Algorithm::Trie::libdatrie ### -- Licenses: Artistic-2.0 ### -- Authors: zengargoyle ### -- File: xt/999-meta.t ### ---------------------------------------------------- #!perl6 use v6; use lib 'lib'; use Test; use Test::META; plan 1; # That's it meta-o...
### ---------------------------------------------------- ### -- Algorithm::XGBoost ### -- Licenses: Artistic-2.0 ### -- Authors: Itsuki Toyota ### -- File: META6.json ### ---------------------------------------------------- { "auth": "zef:titsuki", "authors": [ "Itsuki Toyota" ], "build-depends": [ "Alg...
### ---------------------------------------------------- ### -- Algorithm::XGBoost ### -- Licenses: Artistic-2.0 ### -- Authors: Itsuki Toyota ### -- File: LICENSE ### ---------------------------------------------------- The Artistic License 2.0 Copyright (c) 2000-2006, The Perl Foundation. Everyon...
### ---------------------------------------------------- ### -- Algorithm::XGBoost ### -- Licenses: Artistic-2.0 ### -- Authors: Itsuki Toyota ### -- File: README.md ### ---------------------------------------------------- [![Actions Status](https://github.com/titsuki/raku-Algorithm-XGBoost/workflows/test/badge.svg)](h...
### ---------------------------------------------------- ### -- Algorithm::XGBoost ### -- Licenses: Artistic-2.0 ### -- Authors: Itsuki Toyota ### -- File: dist.ini ### ---------------------------------------------------- name = Algorithm-XGBoost [ReadmeFromPod] ; enable = false filename = lib/Algorithm/XGBoost.rakumo...
### ---------------------------------------------------- ### -- Algorithm::XGBoost ### -- Licenses: Artistic-2.0 ### -- Authors: Itsuki Toyota ### -- File: t/01-basic.rakutest ### ---------------------------------------------------- use Test; use Algorithm::XGBoost; use Algorithm::XGBoost::DMatrix; use Algorithm::XGBoo...
### ---------------------------------------------------- ### -- Algorithm::XGBoost ### -- Licenses: Artistic-2.0 ### -- Authors: Itsuki Toyota ### -- File: lib/Algorithm/XGBoost.rakumod ### ---------------------------------------------------- use NativeCall; use Algorithm::XGBoost::Booster; use Algorithm::XGBoost::DMat...
### ---------------------------------------------------- ### -- Algorithm::XGBoost ### -- Licenses: Artistic-2.0 ### -- Authors: Itsuki Toyota ### -- File: lib/Algorithm/XGBoost/Booster.rakumod ### ---------------------------------------------------- use NativeCall; unit class Algorithm::XGBoost::Booster:ver<0.0.6>:au...
### ---------------------------------------------------- ### -- Algorithm::XGBoost ### -- Licenses: Artistic-2.0 ### -- Authors: Itsuki Toyota ### -- File: lib/Algorithm/XGBoost/Model.rakumod ### ---------------------------------------------------- use NativeCall; use Algorithm::XGBoost::DMatrix; use Algorithm::XGBoost...
### ---------------------------------------------------- ### -- Algorithm::XGBoost ### -- Licenses: Artistic-2.0 ### -- Authors: Itsuki Toyota ### -- File: lib/Algorithm/XGBoost/DMatrix.rakumod ### ---------------------------------------------------- use NativeCall; unit class Algorithm::XGBoost::DMatrix:ver<0.0.6>:au...
### ---------------------------------------------------- ### -- Algorithm::XGBoost ### -- Licenses: Artistic-2.0 ### -- Authors: Itsuki Toyota ### -- File: lib/Algorithm/XGBoost/CustomBuilder.rakumod ### ---------------------------------------------------- use LibraryMake; use Zef; use Zef::Fetch; use Zef::Extract; use...
### ---------------------------------------------------- ### -- Algorithm::ZhangShasha ### -- Licenses: Artistic-2.0 ### -- Authors: Itsuki Toyota ### -- File: META6.json ### ---------------------------------------------------- { "auth" : "cpan:TITSUKI", "authors" : [ "Itsuki Toyota" ], "build-depends" : [ ...
### ---------------------------------------------------- ### -- Algorithm::ZhangShasha ### -- Licenses: Artistic-2.0 ### -- Authors: Itsuki Toyota ### -- File: LICENSE ### ---------------------------------------------------- The Artistic License 2.0 Copyright (c) 2000-2006, The Perl Foundation. Eve...
### ---------------------------------------------------- ### -- Algorithm::ZhangShasha ### -- Licenses: Artistic-2.0 ### -- Authors: Itsuki Toyota ### -- File: README.md ### ---------------------------------------------------- [![Build Status](https://travis-ci.org/titsuki/raku-Algorithm-ZhangShasha.svg?branch=master)]...
### ---------------------------------------------------- ### -- Algorithm::ZhangShasha ### -- Licenses: Artistic-2.0 ### -- Authors: Itsuki Toyota ### -- File: .travis.yml ### ---------------------------------------------------- os: - linux - osx language: perl6 perl6: - latest install: - rakudobrew build zef ...
### ---------------------------------------------------- ### -- Algorithm::ZhangShasha ### -- Licenses: Artistic-2.0 ### -- Authors: Itsuki Toyota ### -- File: dist.ini ### ---------------------------------------------------- name = Algorithm-ZhangShasha [ReadmeFromPod] ; enable = false filename = lib/Algorithm/ZhangS...
### ---------------------------------------------------- ### -- Algorithm::ZhangShasha ### -- Licenses: Artistic-2.0 ### -- Authors: Itsuki Toyota ### -- File: t/01-basic.t ### ---------------------------------------------------- use v6.c; use Test; use Algorithm::ZhangShasha; use DOM::Tiny; my class SimpleHelper does...
### ---------------------------------------------------- ### -- Algorithm::ZobristHashing ### -- Licenses: Artistic-2.0 ### -- Authors: Itsuki Toyota ### -- File: META6.json ### ---------------------------------------------------- { "auth": "zef:titsuki", "authors": [ "Itsuki Toyota" ], "build-depends": [ ...
### ---------------------------------------------------- ### -- Algorithm::ZobristHashing ### -- Licenses: Artistic-2.0 ### -- Authors: Itsuki Toyota ### -- File: LICENSE ### ---------------------------------------------------- The Artistic License 2.0 Copyright (c) 2000-2016, The Perl Foundation. ...
### ---------------------------------------------------- ### -- Algorithm::ZobristHashing ### -- Licenses: Artistic-2.0 ### -- Authors: Itsuki Toyota ### -- File: README.md ### ---------------------------------------------------- [![Actions Status](https://github.com/titsuki/raku-Algorithm-ZobristHashing/actions/workfl...
### ---------------------------------------------------- ### -- Algorithm::ZobristHashing ### -- Licenses: Artistic-2.0 ### -- Authors: Itsuki Toyota ### -- File: dist.ini ### ---------------------------------------------------- name = Algorithm::ZobristHashing [ReadmeFromPod] filename = lib/Algorithm/ZobristHashing.p...
### ---------------------------------------------------- ### -- Algorithm::ZobristHashing ### -- Licenses: Artistic-2.0 ### -- Authors: Itsuki Toyota ### -- File: t/01-basic.t ### ---------------------------------------------------- use v6; use Test; use Algorithm::ZobristHashing; { my $zobrist = Algorithm::Zobris...
### ---------------------------------------------------- ### -- AlgorithmsIT ### -- Licenses: Artistic-2.0 ### -- Authors: Tom Browder ### -- File: META6.json ### ---------------------------------------------------- { "auth": "zef:tbrowder", "authors": [ "Tom Browder" ], "build-depends": [ ], "depends":...
### ---------------------------------------------------- ### -- AlgorithmsIT ### -- Licenses: Artistic-2.0 ### -- Authors: Tom Browder ### -- File: LICENSE ### ---------------------------------------------------- The Artistic License 2.0 Copyright (c) 2000-2006, The Perl Foundation. Everyone is per...
### ---------------------------------------------------- ### -- AlgorithmsIT ### -- Licenses: Artistic-2.0 ### -- Authors: Tom Browder ### -- File: README.md ### ---------------------------------------------------- [![Actions Status](https://github.com/tbrowder/AlgorithmsIT/actions/workflows/linux.yml/badge.svg)](https...
### ---------------------------------------------------- ### -- AlgorithmsIT ### -- Licenses: Artistic-2.0 ### -- Authors: Tom Browder ### -- File: FUNCTIONS.md ### ---------------------------------------------------- Functions from *Introduction to Algorithms, Third Edition* ===========================================...
### ---------------------------------------------------- ### -- AlgorithmsIT ### -- Licenses: Artistic-2.0 ### -- Authors: Tom Browder ### -- File: dist.ini ### ---------------------------------------------------- name = AlgorithmsIT [ReadmeFromPod] filename = docs/README.rakudoc [UploadToZef] [Badges] provider = gi...
### ---------------------------------------------------- ### -- AlgorithmsIT ### -- Licenses: Artistic-2.0 ### -- Authors: Tom Browder ### -- File: t/02-class-ArrayOneBased.t ### ---------------------------------------------------- use Test; use AlgorithmsIT :ALL; use AlgorithmsIT::Classes; my $debug = 0; my ArrayOn...
### ---------------------------------------------------- ### -- AlgorithmsIT ### -- Licenses: Artistic-2.0 ### -- Authors: Tom Browder ### -- File: t/03-class-A1B.t ### ---------------------------------------------------- use Test; use AlgorithmsIT :ALL; use AlgorithmsIT::Classes; my $debug = 0; my A1B $a; my $text...
### ---------------------------------------------------- ### -- AlgorithmsIT ### -- Licenses: Artistic-2.0 ### -- Authors: Tom Browder ### -- File: t/01-basic.t ### ---------------------------------------------------- use Test; use AlgorithmsIT :ALL; use AlgorithmsIT::Classes; pass "replace me"; done-testing;
### ---------------------------------------------------- ### -- AlgorithmsIT ### -- Licenses: Artistic-2.0 ### -- Authors: Tom Browder ### -- File: t/04-routines.t ### ---------------------------------------------------- use Test; use AlgorithmsIT :ALL; use AlgorithmsIT::Classes; my $debug = 0; my @shifts; my $text; ...
### ---------------------------------------------------- ### -- AlgorithmsIT ### -- Licenses: Artistic-2.0 ### -- Authors: Tom Browder ### -- File: t/06-bugs.t ### ---------------------------------------------------- use Test; use AlgorithmsIT :ALL; use AlgorithmsIT::Classes; my $debug = 0; my @shifts; my ArrayOneBa...
### ---------------------------------------------------- ### -- AlgorithmsIT ### -- Licenses: Artistic-2.0 ### -- Authors: Tom Browder ### -- File: t/05-README.t ### ---------------------------------------------------- use Test; # This is the example used in the README use AlgorithmsIT :ALL; use AlgorithmsIT::Classes...
### ---------------------------------------------------- ### -- AlgorithmsIT ### -- Licenses: Artistic-2.0 ### -- Authors: Tom Browder ### -- File: lib/AlgorithmsIT.rakumod ### ---------------------------------------------------- unit module AlgorithmsIT; #use Classes; use AlgorithmsIT::Classes; #| Two functions fro...
### ---------------------------------------------------- ### -- AlgorithmsIT ### -- Licenses: Artistic-2.0 ### -- Authors: Tom Browder ### -- File: lib/AlgorithmsIT/Classes.rakumod ### ---------------------------------------------------- unit module AlgorithmsIT::Classes; class ArrayOneBased does Positional does Itera...
### ---------------------------------------------------- ### -- AlgorithmsIT ### -- Licenses: Artistic-2.0 ### -- Authors: Tom Browder ### -- File: dev/newarr.raku ### ---------------------------------------------------- #!/bin/env raku class Array1'indexed {} =finish use lib <../lib>; use Index1Array; my $text = "...
### ---------------------------------------------------- ### -- AlgorithmsIT ### -- Licenses: Artistic-2.0 ### -- Authors: Tom Browder ### -- File: dev/myarray.raku ### ---------------------------------------------------- #!/bin/env raku use lib <../lib>; use Classes; my $text = "abcde"; my $p = ArrayOneBased.new: $t...
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: META6.json ### ---------------------------------------------------- { "license": "Artistic-2.0", "build-depends": [ ], "resourc...
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: LICENSE ### ---------------------------------------------------- The Artistic License 2.0 Copyright (c) 2000-2006, The Perl F...
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: README.md ### ---------------------------------------------------- NAME ==== Amazon::DynamoDB - Low-level access to the DynamoDB API SYNOP...
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: .travis.yml ### ---------------------------------------------------- language: perl6 perl6: - latest - '2018.06' - '2018.10' install: ...
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: t/aws-examples-offline.t ### ---------------------------------------------------- use v6; use JSON::Fast; use String::CRC32; use Test; use ...
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: t/Actions-Table-CreateDelete.t ### ---------------------------------------------------- #!/usr/bin/env perl6 use v6; use Test; use Amazon::...
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: t/Actions-Object-PutGetDelete.t ### ---------------------------------------------------- #!/usr/bin/env perl6 use v6; use Test; use Amazon:...
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: t/corpus/AWS-Scan-Request.p6 ### ---------------------------------------------------- ${:ReturnConsumedCapacity("TOTAL"), :TableName("Reply"...
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: t/corpus/AWS-PutItem-Request.p6 ### ---------------------------------------------------- ${:ConditionExpression("ForumName <> :f and Subject...
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: t/corpus/AWS-Scan-Response.p6 ### ---------------------------------------------------- ${:ConsumedCapacity(${:CapacityUnits(0.5), :TableName...
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: t/corpus/AWS-UpdateTable-Request.p6 ### ---------------------------------------------------- ${:ProvisionedThroughput(${:ReadCapacityUnits(1...
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: t/corpus/AWS-ListTables-Response.p6 ### ---------------------------------------------------- ${:LastEvaluatedTableName("Thread"), :TableName...
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: t/corpus/AWS-BatchWriteItem-Response.p6 ### ---------------------------------------------------- ${:ConsumedCapacity($[{:CapacityUnits(3), :...
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: t/corpus/AWS-DescribeTable-Response.p6 ### ---------------------------------------------------- ${:Table(${:AttributeDefinitions($[{:Attribu...
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: t/corpus/AWS-GetItem-Request.p6 ### ---------------------------------------------------- ${:ConsistentRead, :Key(${:ForumName(${:S("Amazon D...
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: t/corpus/AWS-UpdateTable-Response.p6 ### ---------------------------------------------------- ${:TableDescription(${:AttributeDefinitions($[...
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: t/corpus/AWS-DeleteItem-Response.p6 ### ---------------------------------------------------- ${:Attributes(${:ForumName(${:S("Amazon DynamoD...
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: t/corpus/AWS-DescribeLimits-Response.p6 ### ---------------------------------------------------- ${:AccountMaxReadCapacityUnits(20000), :Acc...
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: t/corpus/AWS-UpdateItem-Response.p6 ### ---------------------------------------------------- ${:Attributes(${:ForumName(${:S("Amazon DynamoD...
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: t/corpus/Thread-put.p6 ### ---------------------------------------------------- %( TableName => tn("Thread"), Item => { Last...
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: t/corpus/AWS-BatchGetItem-Response.p6 ### ---------------------------------------------------- ${:ConsumedCapacity($[{:CapacityUnits(3), :Ta...
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: t/corpus/AWS-CreateTable-Response.p6 ### ---------------------------------------------------- ${:TableDescription(${:AttributeDefinitions($[...
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: t/corpus/AWS-GetItem-Response.p6 ### ---------------------------------------------------- ${:ConsumedCapacity(${:CapacityUnits(1), :TableNam...
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: t/corpus/AWS-CreateTable-Request.p6 ### ---------------------------------------------------- ${:AttributeDefinitions($[{:AttributeName("Foru...
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: t/corpus/AWS-DescribeLimits-Request.p6 ### ---------------------------------------------------- ${}
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: t/corpus/AWS-BatchWriteItem-Request.p6 ### ---------------------------------------------------- ${:RequestItems(${:Forum($[{:PutRequest(${:I...
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: t/corpus/AWS-DeleteTable-Request.p6 ### ---------------------------------------------------- ${:TableName("Reply")}
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: t/corpus/AWS-DescribeTable-Request.p6 ### ---------------------------------------------------- ${:TableName("Thread")}
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: t/corpus/AWS-DeleteItem-Request.p6 ### ---------------------------------------------------- ${:ConditionExpression("attribute_not_exists(Rep...
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: t/corpus/AWS-Query-Response.p6 ### ---------------------------------------------------- ${:ConsumedCapacity(${:CapacityUnits(1), :TableName(...
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: t/corpus/Thread-get.p6 ### ---------------------------------------------------- %( TableName => tn("Thread"), Key => { Forum...
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: t/corpus/AWS-Query-Request.p6 ### ---------------------------------------------------- ${:ConsistentRead, :ExpressionAttributeValues(${":v1"...
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: t/corpus/AWS-DeleteTable-Response.p6 ### ---------------------------------------------------- ${:TableDescription(${:ItemCount(0), :Provisio...
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: t/corpus/AWS-PutItem-Response.p6 ### ---------------------------------------------------- ${}
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: t/corpus/AWS-BatchGetItem-Request.p6 ### ---------------------------------------------------- ${:RequestItems(${:Forum(${:Keys($[{:Name(${:S...
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: t/corpus/AWS-UpdateItem-Request.p6 ### ---------------------------------------------------- ${:ConditionExpression("LastPostedBy = :val2"), ...
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: t/corpus/AWS-ListTables-Request.p6 ### ---------------------------------------------------- ${:ExclusiveStartTableName("Forum"), :Limit(3)} ...
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: t/corpus/Thread-delete.p6 ### ---------------------------------------------------- %( TableName => tn("Thread"), Key => { Fo...
### ---------------------------------------------------- ### -- Amazon::DynamoDB ### -- Licenses: Artistic-2.0 ### -- Authors: Sterling Hanenkamp <hanenkamp@cpan.org> ### -- File: t/corpus/Thread-create.p6 ### ---------------------------------------------------- %( AttributeDefinitions => [ { At...
### ---------------------------------------------------- ### -- Apache::LogFormat ### -- Licenses: Artistic-2.0 ### -- Authors: Daisuke Maki ### -- File: META6.json ### ---------------------------------------------------- { "name" : "Apache::LogFormat", "license" : "Artistic-2.0", "source-url" : "git://github.com...
### ---------------------------------------------------- ### -- Apache::LogFormat ### -- Licenses: Artistic-2.0 ### -- Authors: Daisuke Maki ### -- File: LICENSE ### ---------------------------------------------------- The Artistic License 2.0 Copyright (c) 2000-2015, The Perl Foundation. Everyone ...
### ---------------------------------------------------- ### -- Apache::LogFormat ### -- Licenses: Artistic-2.0 ### -- Authors: Daisuke Maki ### -- File: README.md ### ---------------------------------------------------- [![Build Status](https://travis-ci.org/lestrrat/p6-Apache-LogFormat.svg?branch=master)](https://tra...
### ---------------------------------------------------- ### -- Apache::LogFormat ### -- Licenses: Artistic-2.0 ### -- Authors: Daisuke Maki ### -- File: .travis.yml ### ---------------------------------------------------- language: perl6 perl6: - latest install: - rakudobrew build-panda - panda --notests install...
### ---------------------------------------------------- ### -- Apache::LogFormat ### -- Licenses: Artistic-2.0 ### -- Authors: Daisuke Maki ### -- File: t/04-extra.t ### ---------------------------------------------------- use v6; use Test; use Apache::LogFormat::Compiler; use lib 't/lib'; use Apache::LogFormat::Test...
### ---------------------------------------------------- ### -- Apache::LogFormat ### -- Licenses: Artistic-2.0 ### -- Authors: Daisuke Maki ### -- File: t/00-sanity.t ### ---------------------------------------------------- use v6; use Test; use Apache::LogFormat::Compiler; is Apache::LogFormat::Compiler::string-valu...
### ---------------------------------------------------- ### -- Apache::LogFormat ### -- Licenses: Artistic-2.0 ### -- Authors: Daisuke Maki ### -- File: t/01-basic.t ### ---------------------------------------------------- use v6; use Test; use Apache::LogFormat::Compiler; use lib 't/lib'; use Apache::LogFormat::Test...
### ---------------------------------------------------- ### -- Apache::LogFormat ### -- Licenses: Artistic-2.0 ### -- Authors: Daisuke Maki ### -- File: t/02-predefined.t ### ---------------------------------------------------- use v6; use Test; use Apache::LogFormat; use lib 't/lib'; use Apache::LogFormat::TestUtil;...
### ---------------------------------------------------- ### -- Apache::LogFormat ### -- Licenses: Artistic-2.0 ### -- Authors: Daisuke Maki ### -- File: t/03-custom.t ### ---------------------------------------------------- use v6; use Test; use Apache::LogFormat::Compiler; use lib 't/lib'; use Apache::LogFormat::Tes...
### ---------------------------------------------------- ### -- App::APOTD ### -- Licenses: Artistic-2.0 ### -- Authors: Shimon Bollinger ### -- File: META6.json ### ---------------------------------------------------- { "auth": "zef:deoac", "authors": [ "Shimon Bollinger" ], "build-depends": [ ], "depe...
### ---------------------------------------------------- ### -- App::APOTD ### -- Licenses: Artistic-2.0 ### -- Authors: Shimon Bollinger ### -- File: LICENSE ### ---------------------------------------------------- Copyright (c) 2000-2006, The Perl Foundation. Everyone is permitted to copy and distribute verbatim copi...
### ---------------------------------------------------- ### -- App::APOTD ### -- Licenses: Artistic-2.0 ### -- Authors: Shimon Bollinger ### -- File: README.md ### ---------------------------------------------------- [![Actions Status](https://github.com/deoac/apotd/actions/workflows/test.yml/badge.svg)](https://githu...