brew install git bashbrew remove --force --ignore-dependencies $(brew list)https://symless.com/synergy/downloads
Use libcurl workaround (since we Ubuntu apps need libcurl4, but Syergy needs libcurl3)
# Linux
pip install prodigy-1.5.1-cp35.cp36-cp35m.cp36m-linux_x86_64.whl
conda install spacyCopy the latest plugin jar into $NEO4J_HOME/plugins and edit $NEO4J_HOME/config/neo4j.conf and add this line dbms.unmanaged_extension_classes=org.neo4j.graphql=/graphql
sudo npm install -g purescript --unsafe-perm=true| (async () => { | |
| // -- Generic collection helpers | |
| // get the (arbitrary) first element of an (unordered) set | |
| function carSet<T>(set: Set<T>): T | undefined { | |
| return set.entries().next().value[0] | |
| } | |
| // a Hash Set is a mapping from keys to sets | |
| function consHSet<K, V>(hset: Map<K, Set<V>>, k: K, v: V): void { |