I hereby claim:
- I am jeija on github.
- I am jeija (https://keybase.io/jeija) on keybase.
- I have a public key ASCVREwT_sMVV0EpdHV7hjDO9P2cgFGtx7EW-v0TSNEWawo
To claim this, I am signing this object:
| options: | |
| parameters: | |
| author: florian | |
| catch_exceptions: 'True' | |
| category: '[GRC Hier Blocks]' | |
| cmake_opt: '' | |
| comment: '' | |
| copyright: '' | |
| description: '' | |
| gen_cmake: 'On' |
| options: | |
| parameters: | |
| author: florian | |
| catch_exceptions: 'True' | |
| category: '[GRC Hier Blocks]' | |
| cmake_opt: '' | |
| comment: '' | |
| copyright: '' | |
| description: '' | |
| gen_cmake: 'On' |
| id: qt_variable_update | |
| label: Qt Variable Update | |
| flags: [ python ] | |
| parameters: | |
| - id: value | |
| label: Input Variable | |
| dtype: int | |
| - id: target | |
| label: Output Variable |
I hereby claim:
To claim this, I am signing this object:
| arucodetect |
| $.post("http://localhost:1234/action/register_runner", JSON.stringify({name : "Kjell"}), function(response) { console.log(response); }); |
| TARGET := arucodetect | |
| CXX := g++ | |
| # MARKERSIZE: Marker side length in meters | |
| DICTIONARY := 0 | |
| MARKERSIZE := 0.2 | |
| CAMPARAM := c270.yml | |
| DETECTPARAM := config.yml | |
| all: main.cpp |
| // System | |
| #include <ets_sys.h> | |
| #include <osapi.h> | |
| #include <gpio.h> | |
| #include <os_type.h> | |
| #include <user_interface.h> | |
| // Project | |
| #include "ws2811.h" |
| <html> | |
| <head> | |
| <script src="jquery.min.js" type="text/javascript"></script> | |
| <script src="main.js" type="text/javascript"></script> | |
| <link rel="stylesheet" type="text/css" href="styles.css"> | |
| <meta charset="utf-8"> | |
| </head> | |
| <body> | |
| <div id="content"> | |
| <div id="heading">LED Stripe Controller</div> |
| time_setnodes = 0 | |
| time_setnoare = 0 | |
| time_setnode = 0 | |
| amount_setnodes = 0 | |
| amount_setnoare = 0 | |
| amount_setnode = 0 | |
| function benchmark_setnodes(minp, maxp) | |
| local t1 = os.time() |