I hereby claim:
- I am zhelyan on github.
- I am zhelyan (https://keybase.io/zhelyan) on keybase.
- I have a public key whose fingerprint is 8DC5 0E56 EE7B CED5 63FE 5BF3 3EDE 5221 D005 A8FD
To claim this, I am signing this object:
#!/usr/bin/env python | |
import json | |
import re | |
import difflib | |
import sys | |
from typing import TextIO | |
import yaml | |
""" |
# HAAS config | |
sensor: | |
- platform: serial | |
serial_port: /dev/ttyACM0 # on HASSOS | |
baudrate: 115200 | |
template: | |
- sensor: | |
- name: microbit_temperature | |
unique_id: microbit_temperature |
# frozen_string_literal: true | |
require 'bundler/inline' | |
gemfile do | |
source 'https://rubygems.org' | |
gem 'watir' | |
gem 'webdrivers' | |
gem 'byebug' |
# frozen_string_literal: true | |
# /usr/local/bin/env ruby | |
# converts Lucidchart mindmaps | |
# exported as "CSV of shape data" to DOT format | |
# Usage: ./lucidchart_mindmap_csv_shapes_to_dot.rb <path_to_exported_file.csv> | |
require "bundler/inline" | |
gemfile do |
import scala.collection.JavaConverters._ | |
import com.amazonaws.services.s3.AmazonS3ClientBuilder | |
import com.amazonaws.services.s3.model.{DeleteObjectsRequest, ListObjectsRequest} | |
object GlueApp { | |
private lazy val s3 = AmazonS3ClientBuilder.defaultClient() | |
def main(sysArgs: Array[String]) { | |
// etl code |
I hereby claim:
To claim this, I am signing this object: