This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aggregate: | |
avg: false | |
collect: false | |
count: false | |
max: false | |
min: false | |
sum: false | |
arithmetic: | |
divide: false | |
minus: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// A model for characterizing OpenCypher queries and implementations in terms of included features. | |
// | |
// Note: this is an automatically generated file. Do not edit. | |
syntax = "proto3"; | |
package hydra.langs.cypher; | |
option java_multiple_files = true; | |
option java_package = "hydra.langs.cypher"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// A model for characterizing OpenCypher implementations in terms of supported features. | |
// | |
// Note: this is an automatically generated file. Do not edit. | |
syntax = "proto3"; | |
package hydra.langs.cypher; | |
option java_multiple_files = true; | |
option java_package = "hydra.langs.cypher"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{- | |
:! ghc -c SmSn/Ripple.hs | |
:load SmSn/Ripple | |
SmSn.Ripple.main | |
Examples: | |
reduce 1 [Do, dup, string "foo"] | |
reduce 1 [Do, plus, int 2, int 3, int 42] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{- | |
:! ghc -c SmSn/Activity.hs | |
:load SmSn/Activity | |
SmSn.Activity.main | |
-} | |
module SmSn.Activity where | |
import SmSn.Bayesian |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{- | |
Prerequisites: | |
cabal install random | |
cabal install MonadRandom | |
cabal install split | |
Text, e.g.: | |
cat /Users/josh/copy/humor/douglas_adams/hhgttg/book1.txt | grep -v "=\|Chapter" | tr '\r\n\t\"' ' ' | sed 's/ */ /g' > /tmp/bayes-play.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Synesthesia: A Union of the Senses | |
as book: | |
author: Richard E. Cytowic | |
chapter: Introduction | |
section: Historical Developments | |
note: | |
* the emotion-color synesthesia noted by Cytowic | |
* "Cytowic has found examples of people in whom extreme emotions can be the trigger, so that anger, kissing, or even orgasms can release shapes, textures, or colors" | |
section: Criticism of Experiential Responses | |
section: Synesthetes as Cognitive Fossils |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
children: | |
- | |
id: foobar | |
- | |
id: quuxly | |
created: 1487976536438 | |
id: jrWpedhT8hjABdhJ | |
text: |- | |
This is multiline text. | |
Newlines are escaped. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for file in `find . -name "*.smsn"`; do echo $file" "$(grep -c "\`\`\`" $file); done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
ls | grep "^................$" > /tmp/files | |
for i in `cat /tmp/files`; do git mv $i $i.smsn; done |
NewerOlder