Metadata for svg, sequences.squish, math.affine-transforms

db4
Joe Groff 2009-01-30 10:15:26 -06:00
parent aad17e43ef
commit b06ff3750d
16 changed files with 43 additions and 0 deletions

View File

@ -1,3 +1,4 @@
! (c)2009 Joe Groff, see BSD license
USING: arrays kernel literals tools.test math math.affine-transforms
math.constants math.functions ;
IN: math.affine-transforms.tests

View File

@ -1,3 +1,4 @@
! (c)2009 Joe Groff, see BSD license
USING: accessors arrays combinators combinators.short-circuit kernel math math.vectors
math.functions sequences ;
IN: math.affine-transforms

View File

@ -0,0 +1 @@
Joe Groff

View File

@ -0,0 +1 @@
Affine transforms for two-dimensional vectors

View File

@ -0,0 +1 @@
math

View File

@ -0,0 +1,19 @@
USING: arrays kernel sequences sequences.cartesian-product tools.test ;
IN: sequences.product.tests
[
{ { 0 "a" } { 1 "a" } { 2 "a" } { 0 "b" } { 1 "b" } { 2 "b" } }
] [ { { 0 1 2 } { "a" "b" } } [ ] cartesian-product-map ] unit-test
[
{
{ 0 "a" t } { 1 "a" t } { 2 "a" t } { 0 "b" t } { 1 "b" t } { 2 "b" t }
{ 0 "a" f } { 1 "a" f } { 2 "a" f } { 0 "b" f } { 1 "b" f } { 2 "b" f }
}
] [ { { 0 1 2 } { "a" "b" } { t f } } [ ] cartesian-product-map ] unit-test
[
{ "012012" "aaabbb" }
] [ { { "0" "1" "2" } { "a" "b" } } [ [ first2 ] bi* [ append ] bi@ 2array ] cartesian-product-each ] unit-test

Binary file not shown.

View File

@ -0,0 +1,2 @@
Slava Pestov
Joe Groff

View File

@ -0,0 +1,8 @@
! (c)2009 Slava Pestov & Joe Groff, see BSD license
USING: kernel sequences sequences.squish strings tools.test ;
IN: sequences.squish.tests
[ { { 1 2 3 } { 4 } { 5 6 } } ] [
V{ { 1 2 3 } V{ { 4 } { 5 6 } } }
[ vector? ] { } squish ;
] unit-test

View File

@ -1,3 +1,4 @@
! (c)2009 Slava Pestov & Joe Groff, see BSD license
USING: combinators.short-circuit fry make math kernel sequences ;
IN: sequences.squish

View File

@ -0,0 +1 @@
Sequence flattening with parameterized descent predicate

View File

@ -0,0 +1 @@
sequences

1
extra/svg/authors.txt Normal file
View File

@ -0,0 +1 @@
Joe Groff

1
extra/svg/summary.txt Normal file
View File

@ -0,0 +1 @@
Parsers for SVG data

View File

@ -1,3 +1,4 @@
! (c)2009 Joe Groff, see BSD license
USING: arrays literals math math.affine-transforms math.functions multiline
svg tools.test ;
IN: svg.tests

3
extra/svg/tags.txt Normal file
View File

@ -0,0 +1,3 @@
xml
graphics
svg