I hereby claim:
- I am h0ru5 on github.
- I am h0ru5 (https://keybase.io/h0ru5) on keybase.
- I have a public key whose fingerprint is 064F 3DFF 023E E2FF 5ADF DA33 F530 C2B6 9164 3FB3
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
const {toProxyOpts, proxyConnect } = require("./proxy-connect") | |
// using it to connect to AWS IoT through a HTTP CONNECT proxy | |
const aws = require("aws-iot-device-sdk"); | |
const proxyUrl = process.env.http_proxy || "http://localhost:3128/"; | |
const opts = { | |
keyPath: "assets/device.private.key", | |
certPath: "assets/device.cert.pem", |
{ | |
@context: "http://w3c.github.io/wot/w3c-wot-td-context.jsonld", | |
name: "servient", | |
uris: [ | |
"coap://192.168.178.67/things/servient", | |
"http://192.168.178.67:8088/things/servient" | |
], | |
properties: [ | |
{ | |
name: "numberOfThings", |
JNI_INCLUDE = "/usr/lib/jvm/default/include" | |
all: java rpi_ws281x.so | |
rpi_ws281x.so: ws2811.o dma.o pwm.o rpi_ws281x_wrap.o | |
${CC} -shared -o $@ $^ | |
java: python/rpi_ws281x.i | |
mkdir -p java | |
swig -java -outdir java $< |
REM aus i'X 9/15: https://www.heise.de/artikel-archiv/ix/2015/09/092_Nicht-waehlerisch | |
REM *** Telemetry & Data Collection abstellen *** | |
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Device Metadata" /v PreventDeviceMetadataFromNetwork /t REG_DWORD /d 1 /f | |
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection" /v "AllowTelemetry" /t REG_DWORD /d 0 /f | |
reg add "HKLM\SOFTWARE\Policies\Microsoft\MRT" /v DontOfferThroughWUAU /t REG_DWORD /d 1 /f | |
reg add "HKLM\SOFTWARE\Policies\Microsoft\SQMClient\Windows" /v "CEIPEnable" /t REG_DWORD /d 0 /f | |
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\AppCompat" /v "AITEnable" /t REG_DWORD /d 0 /f | |
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\AppCompat" /v "DisableUAR" /t REG_DWORD /d 1 /f | |
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /v "AllowTelemetry" /t REG_DWORD /d 0 /f |
 in find_each' | |
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.11/lib/active_record/relation/batches.rb:21:in `each' | |
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.11/lib/active_record/relation/batches.rb:21:in `block in find_each' | |
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.11/lib/active_record/relation/batches.rb:72:in `find_in_batches' | |
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.11/lib/active_record/relation/batches.rb:20:in `find_each' | |
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.11/lib/active_record/querying.rb:8:in `find_each' | |
/home/gitlab/gitlab/lib/tasks/gitlab/check.rake:821:in `check_repos_post_receive_hooks_is_lin |