First we need a few dependencies:
require "json"
require "base64"
require "ed25519"| Reference before I try a new Nerves System build | |
| ---Not included, Probably not important: | |
| CONFIG_VIDEO_USBTV=m (USB TV Tuners) | |
| CONFIG_USB_PWC_DEBUG=y (Debug support for a Phillis brand camera) | |
| CONFIG_USB_S2255=m (Support for what appears to be a USB card for video studios) | |
| BR2_PACKAGE_V4L2GRAB=y (Virtual video devices) | |
| BR2_PACKAGE_V4L2LOOPBACK_UTILS=y (Virtual video devices) | |
| BR2_PACKAGE_V4L2LOOPBACK=y (Virtual video devices) | |
| Not included, will add: |
It's a pretty neat thing I found!
Please see the Bamboo project for more info.
def lipmaa_iterative(n)| { | |
| "version": "0.2.0", | |
| "configurations": [ | |
| { | |
| "name": "Tests", | |
| "type": "node", | |
| "request": "launch", | |
| "program": "/usr/bin/jest", | |
| "stopOnEntry": false, | |
| "args": [ |
| [Unit] | |
| Description=sbot | |
| [Service] | |
| ExecStart=/usr/local/bin/sbot server --host example.com --blobs.party | |
| # Track https://github.com/ssbc/patchwork/issues/224 for info on --blobs.party | |
| Restart=on-failure | |
| ReadWriteDirectories=/home/%i/.ssb | |
| User=%i |
| [ | |
| { | |
| "__KIND__": "nothing", | |
| "__parent": { | |
| "value": 0 | |
| }, | |
| "__body": { | |
| "value": 0 | |
| }, | |
| "__next": { |
| module Code | |
| class Create | |
| def call(request, hypervisor) | |
| raise "NOT IMPLEMENTED" | |
| end | |
| end | |
| end | |
| module Code | |
| class Close |
| SELECT sequences.name, tools.name, sequences.device_id | |
| FROM "edge_nodes" | |
| INNER JOIN "sequences" ON sequences.id=sequences.id | |
| INNER JOIN "tools" ON (edge_nodes.value)::int=tools.id | |
| WHERE "edge_nodes"."kind" = 'tool_id' AND sequences.device_id = 95; |
| # CANONICAL FORM: | |
| { :kind=>"sequence", | |
| :args=>{:locals=>{:kind=>"scope_declaration", :args=>{}}, :version=>6, :is_outdated=>false}, | |
| :body=> [ | |
| { :kind=>"move_absolute", | |
| :args=> {:location=>{:kind=>"coordinate", :args=>{:x=>1, :y=>2, :z=>3}}, :offset=>{:kind=>"coordinate", :args=>{:x=>0, :y=>0, :z=>0}}, :speed=>4} | |
| }, | |
| { :kind=>"move_absolute", | |
| :args=> {:location=>{:kind=>"tool", :args=>{:tool_id=>1}}, :offset=>{:kind=>"coordinate", :args=>{:x=>0, :y=>0, :z=>0}}, :speed=>4} | |
| }, |
| ➜ rpi_project git:(master) ✗ env MIX_TARGET=rpi0 mix firmware | |
| Mix environment | |
| MIX_TARGET: rpi0 | |
| MIX_ENV: dev | |
| ==> dhcp_server | |
| make: Nothing to be done for 'all'. | |
| Compiling 5 files (.ex) | |
| == Compilation error on file lib/dhcp_server/server.ex == |