├── README ├── dyadic ├── css │ ├── egghuntstyle.css │ └── style.css ├── fonts │ ├── AmaticSC-Regular.ttf │ ├── FONTLOG.txt │ ├── LICENSE.txt │ ├── Minecraftia.ttf │ └── PressStart2P.ttf ├── images │ ├── tabwarp-i-black.png │ ├── tabwarp-i-red.png │ ├── tabwarp-i-white.png │ ├── tabwarp-i-yellow.png │ ├── tabwarp-s-black.png │ ├── tabwarp-s-red.png │ ├── tabwarp-s-white.png │ ├── tabwarp-s-yellow.png │ ├── tabwarp-z-black.png │ ├── tabwarp-z-red.png │ ├── tabwarp-z-white.png │ ├── tabwarp-z-yellow.png │ ├── thr-warp-fat-dark.png │ ├── thr-warp-fat-pink.png │ ├── thr-warp-fat-yellow.png │ ├── thr-warp-fat.png │ ├── thr-warp-thin-dark.png │ ├── thr-warp-thin-pink.png │ ├── thr-warp-thin-yellow.png │ ├── thr-warp-thin.png │ ├── thr-weft-fat-dark.png │ ├── thr-weft-fat-pink.png │ ├── thr-weft-fat-yellow.png │ ├── thr-weft-fat.png │ ├── thr-weft-thin-dark.png │ ├── thr-weft-thin-pink.png │ ├── thr-weft-thin-yellow.png │ ├── thr-weft-thin.png │ ├── threadv-fat.png │ ├── tog-off.png │ └── tog-on.png ├── index.html ├── js │ ├── ditto.js │ ├── glMatrix.js │ └── jquery-1.9.1.min.js ├── scm │ ├── .#egglab.jscm │ ├── base.jscm │ ├── base.scm │ ├── data.scm │ ├── fluxus.scm │ ├── game.jscm │ ├── gfx.scm │ ├── loom.scm │ ├── maths.scm │ ├── nightjar.jscm │ ├── primitive.scm │ ├── renderer.scm │ ├── scene.scm │ ├── shaders.scm │ ├── state.scm │ ├── syntax.jscm │ ├── syntax.scm │ ├── tablet.jscm │ ├── tablet.scm │ ├── texture.scm │ ├── weaving.scm │ └── webgl.scm ├── sketch.scm └── tablet.html ├── flotsam ├── avr │ ├── atmega328 │ │ ├── I2C_slave.c │ │ ├── I2C_slave.h │ │ ├── Makefile │ │ └── main.c │ ├── attiny85 │ │ ├── i2c.c │ │ ├── i2c_ard.cpp │ │ ├── i2c_master.cpp │ │ ├── led.c │ │ ├── make_ard │ │ ├── make_old │ │ ├── slave │ │ │ ├── usi_i2c_slave.c │ │ │ └── usi_i2c_slave.h │ │ ├── tinywirem │ │ │ ├── TinyWireM.cpp │ │ │ ├── TinyWireM.h │ │ │ ├── USI_TWI_Master.cpp │ │ │ └── USI_TWI_Master.h │ │ └── tinywires │ │ │ ├── TinyWireS.cpp │ │ │ ├── TinyWireS.h │ │ │ ├── usiTwiSlave.c │ │ │ └── usiTwiSlave.h │ ├── isp-programmer.jpg │ └── notes.txt └── raspberry-pi │ ├── README │ ├── flotsam │ ├── driver.py │ ├── invisible.py │ ├── maths.py │ ├── mc.py │ ├── mcturtle.py │ ├── structure.ipynb │ ├── test.py │ ├── thr-warp-fat.png │ ├── thr-warp-thin.png │ ├── thr-weft-fat.png │ ├── thr-weft-thin.png │ ├── threadv-fat.png │ ├── weaving-struct.py │ └── weaving.py │ ├── structure.ipynb │ ├── thr-warp-fat.png │ ├── thr-warp-thin.png │ ├── thr-weft-fat.png │ ├── thr-weft-thin.png │ ├── threadv-fat.png │ └── weaving.py ├── looms ├── drawing.svg ├── loom2.svg ├── loom2b.dxf ├── loom2b.svg ├── loom3.svg ├── loom4.pdf ├── loom4.svg └── loom5.svg ├── mathematickal-arts ├── README ├── README~ └── weave.scm ├── pattern-matrix ├── driver.py ├── firmware │ ├── I2C_slave.c │ ├── I2C_slave.h │ ├── Makefile │ └── main.c ├── makernow │ ├── hardware │ │ ├── flotsamRowControllerv11a.brd │ │ ├── flotsamRowControllerv11a.sch │ │ ├── flotsamRowControllerv11a_board.pdf │ │ └── flotsamRowControllerv11a_schematic.pdf │ └── test_arduino_code │ │ ├── flotsamI2Cmaster │ │ └── flotsamI2Cmaster.ino │ │ └── flotsamRowTester │ │ └── flotsamRowTester.ino ├── osc.py ├── pattern-matrix-flotsam.py ├── pattern-matrix.py ├── python │ ├── i2c.py │ ├── i2c_fast │ ├── i2c_orig.py │ └── i2c_slow ├── qt │ ├── GLGraphicsScene.cpp │ ├── GLGraphicsScene.h │ ├── MainWindow.cpp │ ├── MainWindow.h │ ├── SyntaxHighlight.cpp │ ├── SyntaxHighlight.h │ ├── cooking │ │ └── icons.svg │ ├── generated │ │ ├── ui_matrix-toggle.h │ │ └── ui_pattern-matrix.h │ ├── images │ │ ├── black.png │ │ ├── bluedot.png │ │ ├── circle.png │ │ ├── circle2.png │ │ ├── reddot.png │ │ ├── white.png │ │ ├── whitedot.png │ │ └── yellowdot.png │ ├── jellyfish │ │ ├── thread.png │ │ ├── warp.jelly │ │ ├── weft.jelly │ │ └── wwloomsim4.scm │ ├── matrix-toggle.ui │ ├── notes.txt │ ├── pattern-matrix.pro │ ├── pattern-matrix.qrc │ ├── pattern-matrix.ui │ ├── pm.icns │ └── qtmain.cpp ├── sound │ ├── osc.py │ ├── pattern-matrix.py │ ├── seq.scm │ └── start.sh ├── thread.png ├── toalex.py ├── warp.jelly ├── weaving.py ├── weft.jelly ├── wwloomsim.scm ├── wwloomsim2weft.scm ├── wwloomsim3weft.scm └── wwloomsim4.scm ├── pure ├── .gitignore ├── bower.json ├── psc.tix ├── psci.tix ├── src │ ├── Main.purs │ ├── Weave.purs │ └── Weave.purs~ └── test │ └── Main.purs ├── tidal └── matrix.tidal ├── toothpaste └── toothpaste.scm └── types ├── Behaviour.hs ├── Behaviour2.hs ├── Dyadic.hs ├── Dyadicv2.hs ├── Representations.hs ├── Weave.hs └── old ├── Dyadic2.hs ├── Follow.hs └── OldWeave.hs /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/README -------------------------------------------------------------------------------- /dyadic/css/egghuntstyle.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/css/egghuntstyle.css -------------------------------------------------------------------------------- /dyadic/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/css/style.css -------------------------------------------------------------------------------- /dyadic/fonts/AmaticSC-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/fonts/AmaticSC-Regular.ttf -------------------------------------------------------------------------------- /dyadic/fonts/FONTLOG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/fonts/FONTLOG.txt -------------------------------------------------------------------------------- /dyadic/fonts/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/fonts/LICENSE.txt -------------------------------------------------------------------------------- /dyadic/fonts/Minecraftia.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/fonts/Minecraftia.ttf -------------------------------------------------------------------------------- /dyadic/fonts/PressStart2P.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/fonts/PressStart2P.ttf -------------------------------------------------------------------------------- /dyadic/images/tabwarp-i-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/images/tabwarp-i-black.png -------------------------------------------------------------------------------- /dyadic/images/tabwarp-i-red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/images/tabwarp-i-red.png -------------------------------------------------------------------------------- /dyadic/images/tabwarp-i-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/images/tabwarp-i-white.png -------------------------------------------------------------------------------- /dyadic/images/tabwarp-i-yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/images/tabwarp-i-yellow.png -------------------------------------------------------------------------------- /dyadic/images/tabwarp-s-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/images/tabwarp-s-black.png -------------------------------------------------------------------------------- /dyadic/images/tabwarp-s-red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/images/tabwarp-s-red.png -------------------------------------------------------------------------------- /dyadic/images/tabwarp-s-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/images/tabwarp-s-white.png -------------------------------------------------------------------------------- /dyadic/images/tabwarp-s-yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/images/tabwarp-s-yellow.png -------------------------------------------------------------------------------- /dyadic/images/tabwarp-z-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/images/tabwarp-z-black.png -------------------------------------------------------------------------------- /dyadic/images/tabwarp-z-red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/images/tabwarp-z-red.png -------------------------------------------------------------------------------- /dyadic/images/tabwarp-z-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/images/tabwarp-z-white.png -------------------------------------------------------------------------------- /dyadic/images/tabwarp-z-yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/images/tabwarp-z-yellow.png -------------------------------------------------------------------------------- /dyadic/images/thr-warp-fat-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/images/thr-warp-fat-dark.png -------------------------------------------------------------------------------- /dyadic/images/thr-warp-fat-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/images/thr-warp-fat-pink.png -------------------------------------------------------------------------------- /dyadic/images/thr-warp-fat-yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/images/thr-warp-fat-yellow.png -------------------------------------------------------------------------------- /dyadic/images/thr-warp-fat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/images/thr-warp-fat.png -------------------------------------------------------------------------------- /dyadic/images/thr-warp-thin-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/images/thr-warp-thin-dark.png -------------------------------------------------------------------------------- /dyadic/images/thr-warp-thin-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/images/thr-warp-thin-pink.png -------------------------------------------------------------------------------- /dyadic/images/thr-warp-thin-yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/images/thr-warp-thin-yellow.png -------------------------------------------------------------------------------- /dyadic/images/thr-warp-thin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/images/thr-warp-thin.png -------------------------------------------------------------------------------- /dyadic/images/thr-weft-fat-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/images/thr-weft-fat-dark.png -------------------------------------------------------------------------------- /dyadic/images/thr-weft-fat-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/images/thr-weft-fat-pink.png -------------------------------------------------------------------------------- /dyadic/images/thr-weft-fat-yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/images/thr-weft-fat-yellow.png -------------------------------------------------------------------------------- /dyadic/images/thr-weft-fat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/images/thr-weft-fat.png -------------------------------------------------------------------------------- /dyadic/images/thr-weft-thin-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/images/thr-weft-thin-dark.png -------------------------------------------------------------------------------- /dyadic/images/thr-weft-thin-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/images/thr-weft-thin-pink.png -------------------------------------------------------------------------------- /dyadic/images/thr-weft-thin-yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/images/thr-weft-thin-yellow.png -------------------------------------------------------------------------------- /dyadic/images/thr-weft-thin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/images/thr-weft-thin.png -------------------------------------------------------------------------------- /dyadic/images/threadv-fat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/images/threadv-fat.png -------------------------------------------------------------------------------- /dyadic/images/tog-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/images/tog-off.png -------------------------------------------------------------------------------- /dyadic/images/tog-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/images/tog-on.png -------------------------------------------------------------------------------- /dyadic/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/index.html -------------------------------------------------------------------------------- /dyadic/js/ditto.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/js/ditto.js -------------------------------------------------------------------------------- /dyadic/js/glMatrix.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/js/glMatrix.js -------------------------------------------------------------------------------- /dyadic/js/jquery-1.9.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/js/jquery-1.9.1.min.js -------------------------------------------------------------------------------- /dyadic/scm/.#egglab.jscm: -------------------------------------------------------------------------------- 1 | dave@fulmar.14230:1392058727 -------------------------------------------------------------------------------- /dyadic/scm/base.jscm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/scm/base.jscm -------------------------------------------------------------------------------- /dyadic/scm/base.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/scm/base.scm -------------------------------------------------------------------------------- /dyadic/scm/data.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/scm/data.scm -------------------------------------------------------------------------------- /dyadic/scm/fluxus.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/scm/fluxus.scm -------------------------------------------------------------------------------- /dyadic/scm/game.jscm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/scm/game.jscm -------------------------------------------------------------------------------- /dyadic/scm/gfx.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/scm/gfx.scm -------------------------------------------------------------------------------- /dyadic/scm/loom.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/scm/loom.scm -------------------------------------------------------------------------------- /dyadic/scm/maths.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/scm/maths.scm -------------------------------------------------------------------------------- /dyadic/scm/nightjar.jscm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/scm/nightjar.jscm -------------------------------------------------------------------------------- /dyadic/scm/primitive.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/scm/primitive.scm -------------------------------------------------------------------------------- /dyadic/scm/renderer.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/scm/renderer.scm -------------------------------------------------------------------------------- /dyadic/scm/scene.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/scm/scene.scm -------------------------------------------------------------------------------- /dyadic/scm/shaders.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/scm/shaders.scm -------------------------------------------------------------------------------- /dyadic/scm/state.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/scm/state.scm -------------------------------------------------------------------------------- /dyadic/scm/syntax.jscm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/scm/syntax.jscm -------------------------------------------------------------------------------- /dyadic/scm/syntax.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/scm/syntax.scm -------------------------------------------------------------------------------- /dyadic/scm/tablet.jscm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/scm/tablet.jscm -------------------------------------------------------------------------------- /dyadic/scm/tablet.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/scm/tablet.scm -------------------------------------------------------------------------------- /dyadic/scm/texture.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/scm/texture.scm -------------------------------------------------------------------------------- /dyadic/scm/weaving.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/scm/weaving.scm -------------------------------------------------------------------------------- /dyadic/scm/webgl.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/scm/webgl.scm -------------------------------------------------------------------------------- /dyadic/sketch.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/sketch.scm -------------------------------------------------------------------------------- /dyadic/tablet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/dyadic/tablet.html -------------------------------------------------------------------------------- /flotsam/avr/atmega328/I2C_slave.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/avr/atmega328/I2C_slave.c -------------------------------------------------------------------------------- /flotsam/avr/atmega328/I2C_slave.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/avr/atmega328/I2C_slave.h -------------------------------------------------------------------------------- /flotsam/avr/atmega328/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/avr/atmega328/Makefile -------------------------------------------------------------------------------- /flotsam/avr/atmega328/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/avr/atmega328/main.c -------------------------------------------------------------------------------- /flotsam/avr/attiny85/i2c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/avr/attiny85/i2c.c -------------------------------------------------------------------------------- /flotsam/avr/attiny85/i2c_ard.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/avr/attiny85/i2c_ard.cpp -------------------------------------------------------------------------------- /flotsam/avr/attiny85/i2c_master.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/avr/attiny85/i2c_master.cpp -------------------------------------------------------------------------------- /flotsam/avr/attiny85/led.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/avr/attiny85/led.c -------------------------------------------------------------------------------- /flotsam/avr/attiny85/make_ard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/avr/attiny85/make_ard -------------------------------------------------------------------------------- /flotsam/avr/attiny85/make_old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/avr/attiny85/make_old -------------------------------------------------------------------------------- /flotsam/avr/attiny85/slave/usi_i2c_slave.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/avr/attiny85/slave/usi_i2c_slave.c -------------------------------------------------------------------------------- /flotsam/avr/attiny85/slave/usi_i2c_slave.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/avr/attiny85/slave/usi_i2c_slave.h -------------------------------------------------------------------------------- /flotsam/avr/attiny85/tinywirem/TinyWireM.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/avr/attiny85/tinywirem/TinyWireM.cpp -------------------------------------------------------------------------------- /flotsam/avr/attiny85/tinywirem/TinyWireM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/avr/attiny85/tinywirem/TinyWireM.h -------------------------------------------------------------------------------- /flotsam/avr/attiny85/tinywirem/USI_TWI_Master.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/avr/attiny85/tinywirem/USI_TWI_Master.cpp -------------------------------------------------------------------------------- /flotsam/avr/attiny85/tinywirem/USI_TWI_Master.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/avr/attiny85/tinywirem/USI_TWI_Master.h -------------------------------------------------------------------------------- /flotsam/avr/attiny85/tinywires/TinyWireS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/avr/attiny85/tinywires/TinyWireS.cpp -------------------------------------------------------------------------------- /flotsam/avr/attiny85/tinywires/TinyWireS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/avr/attiny85/tinywires/TinyWireS.h -------------------------------------------------------------------------------- /flotsam/avr/attiny85/tinywires/usiTwiSlave.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/avr/attiny85/tinywires/usiTwiSlave.c -------------------------------------------------------------------------------- /flotsam/avr/attiny85/tinywires/usiTwiSlave.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/avr/attiny85/tinywires/usiTwiSlave.h -------------------------------------------------------------------------------- /flotsam/avr/isp-programmer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/avr/isp-programmer.jpg -------------------------------------------------------------------------------- /flotsam/avr/notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/avr/notes.txt -------------------------------------------------------------------------------- /flotsam/raspberry-pi/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/raspberry-pi/README -------------------------------------------------------------------------------- /flotsam/raspberry-pi/flotsam/driver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/raspberry-pi/flotsam/driver.py -------------------------------------------------------------------------------- /flotsam/raspberry-pi/flotsam/invisible.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/raspberry-pi/flotsam/invisible.py -------------------------------------------------------------------------------- /flotsam/raspberry-pi/flotsam/maths.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/raspberry-pi/flotsam/maths.py -------------------------------------------------------------------------------- /flotsam/raspberry-pi/flotsam/mc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/raspberry-pi/flotsam/mc.py -------------------------------------------------------------------------------- /flotsam/raspberry-pi/flotsam/mcturtle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/raspberry-pi/flotsam/mcturtle.py -------------------------------------------------------------------------------- /flotsam/raspberry-pi/flotsam/structure.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/raspberry-pi/flotsam/structure.ipynb -------------------------------------------------------------------------------- /flotsam/raspberry-pi/flotsam/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/raspberry-pi/flotsam/test.py -------------------------------------------------------------------------------- /flotsam/raspberry-pi/flotsam/thr-warp-fat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/raspberry-pi/flotsam/thr-warp-fat.png -------------------------------------------------------------------------------- /flotsam/raspberry-pi/flotsam/thr-warp-thin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/raspberry-pi/flotsam/thr-warp-thin.png -------------------------------------------------------------------------------- /flotsam/raspberry-pi/flotsam/thr-weft-fat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/raspberry-pi/flotsam/thr-weft-fat.png -------------------------------------------------------------------------------- /flotsam/raspberry-pi/flotsam/thr-weft-thin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/raspberry-pi/flotsam/thr-weft-thin.png -------------------------------------------------------------------------------- /flotsam/raspberry-pi/flotsam/threadv-fat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/raspberry-pi/flotsam/threadv-fat.png -------------------------------------------------------------------------------- /flotsam/raspberry-pi/flotsam/weaving-struct.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/raspberry-pi/flotsam/weaving-struct.py -------------------------------------------------------------------------------- /flotsam/raspberry-pi/flotsam/weaving.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/raspberry-pi/flotsam/weaving.py -------------------------------------------------------------------------------- /flotsam/raspberry-pi/structure.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/raspberry-pi/structure.ipynb -------------------------------------------------------------------------------- /flotsam/raspberry-pi/thr-warp-fat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/raspberry-pi/thr-warp-fat.png -------------------------------------------------------------------------------- /flotsam/raspberry-pi/thr-warp-thin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/raspberry-pi/thr-warp-thin.png -------------------------------------------------------------------------------- /flotsam/raspberry-pi/thr-weft-fat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/raspberry-pi/thr-weft-fat.png -------------------------------------------------------------------------------- /flotsam/raspberry-pi/thr-weft-thin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/raspberry-pi/thr-weft-thin.png -------------------------------------------------------------------------------- /flotsam/raspberry-pi/threadv-fat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/raspberry-pi/threadv-fat.png -------------------------------------------------------------------------------- /flotsam/raspberry-pi/weaving.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/flotsam/raspberry-pi/weaving.py -------------------------------------------------------------------------------- /looms/drawing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/looms/drawing.svg -------------------------------------------------------------------------------- /looms/loom2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/looms/loom2.svg -------------------------------------------------------------------------------- /looms/loom2b.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/looms/loom2b.dxf -------------------------------------------------------------------------------- /looms/loom2b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/looms/loom2b.svg -------------------------------------------------------------------------------- /looms/loom3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/looms/loom3.svg -------------------------------------------------------------------------------- /looms/loom4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/looms/loom4.pdf -------------------------------------------------------------------------------- /looms/loom4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/looms/loom4.svg -------------------------------------------------------------------------------- /looms/loom5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/looms/loom5.svg -------------------------------------------------------------------------------- /mathematickal-arts/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/mathematickal-arts/README -------------------------------------------------------------------------------- /mathematickal-arts/README~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/mathematickal-arts/README~ -------------------------------------------------------------------------------- /mathematickal-arts/weave.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/mathematickal-arts/weave.scm -------------------------------------------------------------------------------- /pattern-matrix/driver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/driver.py -------------------------------------------------------------------------------- /pattern-matrix/firmware/I2C_slave.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/firmware/I2C_slave.c -------------------------------------------------------------------------------- /pattern-matrix/firmware/I2C_slave.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/firmware/I2C_slave.h -------------------------------------------------------------------------------- /pattern-matrix/firmware/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/firmware/Makefile -------------------------------------------------------------------------------- /pattern-matrix/firmware/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/firmware/main.c -------------------------------------------------------------------------------- /pattern-matrix/makernow/hardware/flotsamRowControllerv11a.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/makernow/hardware/flotsamRowControllerv11a.brd -------------------------------------------------------------------------------- /pattern-matrix/makernow/hardware/flotsamRowControllerv11a.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/makernow/hardware/flotsamRowControllerv11a.sch -------------------------------------------------------------------------------- /pattern-matrix/makernow/hardware/flotsamRowControllerv11a_board.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/makernow/hardware/flotsamRowControllerv11a_board.pdf -------------------------------------------------------------------------------- /pattern-matrix/makernow/hardware/flotsamRowControllerv11a_schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/makernow/hardware/flotsamRowControllerv11a_schematic.pdf -------------------------------------------------------------------------------- /pattern-matrix/makernow/test_arduino_code/flotsamI2Cmaster/flotsamI2Cmaster.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/makernow/test_arduino_code/flotsamI2Cmaster/flotsamI2Cmaster.ino -------------------------------------------------------------------------------- /pattern-matrix/makernow/test_arduino_code/flotsamRowTester/flotsamRowTester.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/makernow/test_arduino_code/flotsamRowTester/flotsamRowTester.ino -------------------------------------------------------------------------------- /pattern-matrix/osc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/osc.py -------------------------------------------------------------------------------- /pattern-matrix/pattern-matrix-flotsam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/pattern-matrix-flotsam.py -------------------------------------------------------------------------------- /pattern-matrix/pattern-matrix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/pattern-matrix.py -------------------------------------------------------------------------------- /pattern-matrix/python/i2c.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/python/i2c.py -------------------------------------------------------------------------------- /pattern-matrix/python/i2c_fast: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/python/i2c_fast -------------------------------------------------------------------------------- /pattern-matrix/python/i2c_orig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/python/i2c_orig.py -------------------------------------------------------------------------------- /pattern-matrix/python/i2c_slow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/python/i2c_slow -------------------------------------------------------------------------------- /pattern-matrix/qt/GLGraphicsScene.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/qt/GLGraphicsScene.cpp -------------------------------------------------------------------------------- /pattern-matrix/qt/GLGraphicsScene.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/qt/GLGraphicsScene.h -------------------------------------------------------------------------------- /pattern-matrix/qt/MainWindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/qt/MainWindow.cpp -------------------------------------------------------------------------------- /pattern-matrix/qt/MainWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/qt/MainWindow.h -------------------------------------------------------------------------------- /pattern-matrix/qt/SyntaxHighlight.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/qt/SyntaxHighlight.cpp -------------------------------------------------------------------------------- /pattern-matrix/qt/SyntaxHighlight.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/qt/SyntaxHighlight.h -------------------------------------------------------------------------------- /pattern-matrix/qt/cooking/icons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/qt/cooking/icons.svg -------------------------------------------------------------------------------- /pattern-matrix/qt/generated/ui_matrix-toggle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/qt/generated/ui_matrix-toggle.h -------------------------------------------------------------------------------- /pattern-matrix/qt/generated/ui_pattern-matrix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/qt/generated/ui_pattern-matrix.h -------------------------------------------------------------------------------- /pattern-matrix/qt/images/black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/qt/images/black.png -------------------------------------------------------------------------------- /pattern-matrix/qt/images/bluedot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/qt/images/bluedot.png -------------------------------------------------------------------------------- /pattern-matrix/qt/images/circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/qt/images/circle.png -------------------------------------------------------------------------------- /pattern-matrix/qt/images/circle2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/qt/images/circle2.png -------------------------------------------------------------------------------- /pattern-matrix/qt/images/reddot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/qt/images/reddot.png -------------------------------------------------------------------------------- /pattern-matrix/qt/images/white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/qt/images/white.png -------------------------------------------------------------------------------- /pattern-matrix/qt/images/whitedot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/qt/images/whitedot.png -------------------------------------------------------------------------------- /pattern-matrix/qt/images/yellowdot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/qt/images/yellowdot.png -------------------------------------------------------------------------------- /pattern-matrix/qt/jellyfish/thread.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/qt/jellyfish/thread.png -------------------------------------------------------------------------------- /pattern-matrix/qt/jellyfish/warp.jelly: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/qt/jellyfish/warp.jelly -------------------------------------------------------------------------------- /pattern-matrix/qt/jellyfish/weft.jelly: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/qt/jellyfish/weft.jelly -------------------------------------------------------------------------------- /pattern-matrix/qt/jellyfish/wwloomsim4.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/qt/jellyfish/wwloomsim4.scm -------------------------------------------------------------------------------- /pattern-matrix/qt/matrix-toggle.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/qt/matrix-toggle.ui -------------------------------------------------------------------------------- /pattern-matrix/qt/notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/qt/notes.txt -------------------------------------------------------------------------------- /pattern-matrix/qt/pattern-matrix.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/qt/pattern-matrix.pro -------------------------------------------------------------------------------- /pattern-matrix/qt/pattern-matrix.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/qt/pattern-matrix.qrc -------------------------------------------------------------------------------- /pattern-matrix/qt/pattern-matrix.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/qt/pattern-matrix.ui -------------------------------------------------------------------------------- /pattern-matrix/qt/pm.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/qt/pm.icns -------------------------------------------------------------------------------- /pattern-matrix/qt/qtmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/qt/qtmain.cpp -------------------------------------------------------------------------------- /pattern-matrix/sound/osc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/sound/osc.py -------------------------------------------------------------------------------- /pattern-matrix/sound/pattern-matrix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/sound/pattern-matrix.py -------------------------------------------------------------------------------- /pattern-matrix/sound/seq.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/sound/seq.scm -------------------------------------------------------------------------------- /pattern-matrix/sound/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/sound/start.sh -------------------------------------------------------------------------------- /pattern-matrix/thread.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/thread.png -------------------------------------------------------------------------------- /pattern-matrix/toalex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/toalex.py -------------------------------------------------------------------------------- /pattern-matrix/warp.jelly: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/warp.jelly -------------------------------------------------------------------------------- /pattern-matrix/weaving.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/weaving.py -------------------------------------------------------------------------------- /pattern-matrix/weft.jelly: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/weft.jelly -------------------------------------------------------------------------------- /pattern-matrix/wwloomsim.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/wwloomsim.scm -------------------------------------------------------------------------------- /pattern-matrix/wwloomsim2weft.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/wwloomsim2weft.scm -------------------------------------------------------------------------------- /pattern-matrix/wwloomsim3weft.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/wwloomsim3weft.scm -------------------------------------------------------------------------------- /pattern-matrix/wwloomsim4.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pattern-matrix/wwloomsim4.scm -------------------------------------------------------------------------------- /pure/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pure/.gitignore -------------------------------------------------------------------------------- /pure/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pure/bower.json -------------------------------------------------------------------------------- /pure/psc.tix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pure/psc.tix -------------------------------------------------------------------------------- /pure/psci.tix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pure/psci.tix -------------------------------------------------------------------------------- /pure/src/Main.purs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pure/src/Main.purs -------------------------------------------------------------------------------- /pure/src/Weave.purs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pure/src/Weave.purs -------------------------------------------------------------------------------- /pure/src/Weave.purs~: -------------------------------------------------------------------------------- 1 | module Weave where 2 | 3 | import Prelude 4 | 5 | 6 | answer = 1 + 1 -------------------------------------------------------------------------------- /pure/test/Main.purs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/pure/test/Main.purs -------------------------------------------------------------------------------- /tidal/matrix.tidal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/tidal/matrix.tidal -------------------------------------------------------------------------------- /toothpaste/toothpaste.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/toothpaste/toothpaste.scm -------------------------------------------------------------------------------- /types/Behaviour.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/types/Behaviour.hs -------------------------------------------------------------------------------- /types/Behaviour2.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/types/Behaviour2.hs -------------------------------------------------------------------------------- /types/Dyadic.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/types/Dyadic.hs -------------------------------------------------------------------------------- /types/Dyadicv2.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/types/Dyadicv2.hs -------------------------------------------------------------------------------- /types/Representations.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/types/Representations.hs -------------------------------------------------------------------------------- /types/Weave.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/types/Weave.hs -------------------------------------------------------------------------------- /types/old/Dyadic2.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/types/old/Dyadic2.hs -------------------------------------------------------------------------------- /types/old/Follow.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/types/old/Follow.hs -------------------------------------------------------------------------------- /types/old/OldWeave.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nebogeo/weavingcodes/HEAD/types/old/OldWeave.hs --------------------------------------------------------------------------------