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
| create circuit rss; | |
| use rss; | |
| create channel articles; | |
| create device rss-channel as channeler {"channel": "articles"}; | |
| create device cnn-top-stories as rss-poller {"url": "http://rss.cnn.com/rss/cnn_topstories.rss"}; | |
| create wire rss-to-chan-1 from cnn-top-stories.entries to rss-channel.data; | |
| create device cnn-world as rss-poller {"url": "http://rss.cnn.com/rss/cnn_world.rss"}; |
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
| create circuit rss; | |
| use rss; | |
| create channel articles; | |
| create device rss-channel as channeler {"channel": "articles"}; | |
| create device cnn-top-stories as rss-poller {"url": "http://rss.cnn.com/rss/cnn_topstories.rss"}; | |
| create wire rss-to-chan-1 from cnn-top-stories.entries to rss-channel.data; | |
| create device cnn-world as rss-poller {"url": "http://rss.cnn.com/rss/cnn_world.rss"}; |
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
| create circuit ipviking; | |
| use ipviking; | |
| alter circuit ipviking set {"refresh-hz":5.0}; | |
| create channel #notify; | |
| create channel #ui; | |
| create device ipviking-reader as websocket-reader {"x":10,"y":10,"url":"ws://XXXXXX:PPPP/","w":117,"h":79}; | |
| create device hz-slider as slider {"x":190,"y":190,"field":"hz","min":"1.0","max":"10.0","value":3.0,"w":45,"h":170}; |
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
| ### Keybase proof | |
| I hereby claim: | |
| * I am jrecursive on github. | |
| * I am jrecursive (https://keybase.io/jrecursive) on keybase. | |
| * I have a public key whose fingerprint is 2748 9CE2 4CD2 D5A0 B5FB 817A 2CD8 0CF3 2EDB 8B75 | |
| To claim this, I am signing this object: |
We can make this file beautiful and searchable if this error is corrected: It looks like row 10 should actually have 11 columns, instead of 5 in line 9.
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
| frame,anger,contempt,disgust,fear,happiness,neutral,sadness,surprise,center_x,center_y | |
| 1,0.0132180266,0.0207136068,0.0167651456,0.0002598368,0.115125157,0.7966357,0.0307073165,0.00657520024,293,304 | |
| 2,0.0132180266,0.0207136068,0.0167651456,0.0002598368,0.115125157,0.7966357,0.0307073165,0.00657520024,293,304 | |
| 3,0.01845999,0.0165373962,0.0282817222,0.000237715081,0.0492510125,0.810602665,0.07129852,0.00533100776,291,306 | |
| 4,0.0101200007,0.0100846523,0.012753278,0.000289505348,0.0900407061,0.8273698,0.0353178941,0.0140241655,290,306 | |
| 5,0.04404454,0.03916577,0.0513915345,0.000622655847,0.054880742,0.7425644,0.0582245737,0.009105788,292.5,305.5 | |
| 6,0.001307725,0.0109840026,0.00234050327,2.08945348E-5,0.0001236394,0.925733,0.0592565425,0.000233700484,293,306 | |
| 7,0.00314590731,0.01960603,0.00127571984,1.34580405E-5,7.221333E-5,0.8376423,0.13818641,5.79579028E-5,294.5,304.5 | |
| 8,0.00424223952,0.0149869835,0.00144580984,1.66705067E-5,0.0002101779,0.8431103,0.135907575,8.019957E-5,296,302 | |
| 9,0.0118198311,0.0113114156,0.006347556,0 |
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
| import java.io.*; | |
| import java.nio.file.*; | |
| import java.nio.*; | |
| import java.util.*; | |
| import java.math.*; | |
| import org.jgap.*; | |
| import org.jgap.data.*; | |
| import org.jgap.impl.*; | |
| public class WingComputer { |
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
| { | |
| "cells": [ | |
| { | |
| "cell_type": "code", | |
| "execution_count": 26, | |
| "metadata": {}, | |
| "outputs": [ | |
| { | |
| "name": "stdout", | |
| "output_type": "stream", |
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
| { | |
| "cells": [ | |
| { | |
| "cell_type": "code", | |
| "execution_count": 26, | |
| "metadata": {}, | |
| "outputs": [ | |
| { | |
| "name": "stdout", | |
| "output_type": "stream", |
OlderNewer