This file contains hidden or 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
# coding: utf-8 | |
# Importing libraries | |
# In[1]: | |
import pandas as pd | |
import numpy as np |
This file contains hidden or 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
{:user | |
{:plugins [[lein-exec "0.3.6"] | |
[lein-gorilla "0.4.0"]] | |
:dependencies [[proto-repl "0.3.1"]]}} |
This file contains hidden or 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
(let [[G E] | |
(foppl-query | |
(defn loopi [i mu] (assoc mu (+ i 1) (sample (normal (get mu i) 1)))) | |
(loop 4 (vector 1 1 1 1 1) loopi))] | |
(print-graph G) | |
(:body E)) | |
;;; Vertices V: #{x38089 x38096 x38075 x38082} | |
;;; | |
;;; Arcs A: #{} |
This file contains hidden or 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
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<style> | |
body { | |
background: #000; | |
} | |
</style> | |
<body> |
This file contains hidden or 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Google Sheets API Quickstart</title> | |
<meta charset='utf-8' /> | |
<!-- <link rel="stylesheet" type="text/css" href="./mystyle.css"> --> | |
</head> | |
<body> | |
<p>Google Sheets API Quickstart</p> |
NewerOlder