basis/extra: fix using for map-index move back to sequences.
parent
be25dc2b7e
commit
760126525b
|
@ -1,4 +1,4 @@
|
||||||
USING: assocs game.input math math.order kernel macros fry sequences quotations
|
USING: game.input math math.order kernel macros fry sequences quotations
|
||||||
arrays windows.directx.xinput combinators accessors windows.types
|
arrays windows.directx.xinput combinators accessors windows.types
|
||||||
game.input.dinput sequences.private namespaces classes.struct
|
game.input.dinput sequences.private namespaces classes.struct
|
||||||
windows.errors windows.com.syntax alien.strings ;
|
windows.errors windows.com.syntax alien.strings ;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
! Copyright (C) 2008, 2009 Slava Pestov.
|
! Copyright (C) 2008, 2009 Slava Pestov.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors arrays assocs fry hashtables io kernel macros make
|
USING: accessors arrays fry hashtables io kernel macros make
|
||||||
math.parser multiline namespaces present sequences
|
math.parser multiline namespaces present sequences
|
||||||
sequences.generalizations splitting strings vocabs.parser ;
|
sequences.generalizations splitting strings vocabs.parser ;
|
||||||
IN: interpolate
|
IN: interpolate
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
! (c)2009 Joe Groff bsd license
|
! (c)2009 Joe Groff bsd license
|
||||||
USING: accessors assocs classes.struct classes.tuple combinators fry
|
USING: accessors classes.struct classes.tuple combinators fry
|
||||||
functors kernel locals macros math parser quotations sequences
|
functors kernel locals macros math parser quotations sequences
|
||||||
sequences.private slots specialized-arrays words ;
|
sequences.private slots specialized-arrays words ;
|
||||||
IN: classes.struct.vectored
|
IN: classes.struct.vectored
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
USING: accessors alien.c-types alien.strings byte-arrays cuda
|
USING: accessors alien.c-types alien.strings byte-arrays cuda
|
||||||
cuda.contexts cuda.devices cuda.libraries cuda.memory cuda.syntax
|
cuda.contexts cuda.devices cuda.libraries cuda.memory cuda.syntax
|
||||||
destructors io io.encodings.string io.encodings.utf8 kernel locals
|
destructors io io.encodings.string io.encodings.utf8 kernel locals
|
||||||
math math.parser namespaces sequences strings assocs ;
|
math math.parser namespaces sequences strings ;
|
||||||
IN: cuda.demos.hello-world
|
IN: cuda.demos.hello-world
|
||||||
|
|
||||||
CUDA-LIBRARY: hello cuda32 vocab:cuda/demos/hello-world/hello.ptx
|
CUDA-LIBRARY: hello cuda32 vocab:cuda/demos/hello-world/hello.ptx
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
! Copyright (C) 2013 Doug Coleman.
|
! Copyright (C) 2013 Doug Coleman.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors arrays assocs fry kernel locals math math.matrices
|
USING: accessors arrays fry kernel locals math math.matrices
|
||||||
math.vectors sequences sequences.private ;
|
math.vectors sequences sequences.private ;
|
||||||
IN: math.matrices.laplace
|
IN: math.matrices.laplace
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
! Copyright (c) 2012 John Benediktsson
|
! Copyright (c) 2012 John Benediktsson
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: arrays assocs kernel locals math math.constants math.functions
|
USING: arrays kernel locals math math.constants math.functions
|
||||||
math.vectors sequences sequences.extras sequences.private ;
|
math.vectors sequences sequences.extras sequences.private ;
|
||||||
IN: math.transforms.fft
|
IN: math.transforms.fft
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
! Copyright (c) 2007 Aaron Schaefer.
|
! Copyright (c) 2007 Aaron Schaefer.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: ascii assocs io.encodings.ascii io.files kernel math
|
USING: ascii io.encodings.ascii io.files kernel math
|
||||||
project-euler.common sequences sorting splitting ;
|
project-euler.common sequences sorting splitting ;
|
||||||
IN: project-euler.022
|
IN: project-euler.022
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
! Copyright (c) 2012 Anonymous
|
! Copyright (c) 2012 Anonymous
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: arrays assocs fry kernel math.matrices sequences ;
|
USING: arrays fry kernel math.matrices sequences ;
|
||||||
IN: rosetta-code.bitmap
|
IN: rosetta-code.bitmap
|
||||||
|
|
||||||
! http://rosettacode.org/wiki/Basic_bitmap_storage
|
! http://rosettacode.org/wiki/Basic_bitmap_storage
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
! Copyright (C) 2008 Jeff Bigot
|
! Copyright (C) 2008 Jeff Bigot
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: kernel arrays assocs sequences fry math combinators ;
|
USING: kernel arrays sequences fry math combinators ;
|
||||||
|
|
||||||
IN: adsoda.combinators
|
IN: adsoda.combinators
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue