Skip to content

Instantly share code, notes, and snippets.

View anoff's full-sized avatar

Andreas Offenhaeuser anoff

View GitHub Profile
[meta]
title = "Andreas' technical skills"
categories = [ "Tools", "Techniques", "Platforms", "Frameworks" ]
states = [ "Novice", "Intermediate", "Advanced", "Veteran" ]
[[blips]]
category = "Tools"
link = "https://terraform.io"
description = "Use cloud-agnostic syntax to define target infrastructure setups in cloud environments."
title = "Terraform"
@anoff
anoff / anoff.plantuml
Last active January 21, 2020 21:25
anoff.plantuml
@startuml
!define AUTHOR Andreas Offenhaeuser <[[https://anoff.io anoff.io]]>
!define YEAR %date("yyyy")
!define FOOTER © AUTHOR YEAR
!define SHADOWING false
!define BORDERTHICKNESS 1
!define NOBORDERTHICKNESS 0
!define ANOFFRED #c03
@anoff
anoff / fancy.plantuml
Last active January 21, 2020 21:24
plantUML stylesheet
@startuml fancy
skinparam sequence {
LifeLineBorderColor Green
ArrowColor black
ParticipantBorderColor black
ParticipantBackgroundColor GreenYellow
ParticipantFontColor black
}
skinparam actor {
backgroundColor white
@anoff
anoff / gist:6ff255640e381933425df4a184553e99
Created December 10, 2017 14:20
arm-ds-security.json
"securityRules": [
{
"name": "JupyterHub",
"properties": {
"priority": 1010,
"protocol": "TCP",
"access": "Allow",
"direction": "Inbound",
"sourceAddressPrefix": "*",
"sourcePortRange": "*",
@anoff
anoff / vm-setup.json
Last active December 10, 2017 14:20
Terraform deployment for data science VM
..
"resources": [
{
"name": "[parameters('virtualMachineName')]",
"type": "Microsoft.Compute/virtualMachines",
"apiVersion": "2016-04-30-preview",
"location": "[parameters('location')]",
"dependsOn": [
"[concat('Microsoft.Network/networkInterfaces/', parameters('networkInterfaceName'))]",
"[concat('Microsoft.Storage/storageAccounts/', parameters('diagnosticsStorageAccountName'))]"
@anoff
anoff / readme.md
Last active August 16, 2017 17:47
Readme Template

MyTool {Title/Reponame}

Helps you build things {one-line purpose}

{} = Explanations for this readme..

Maybe here is a small overview of how MyTool, should not be longer than 5 lines and you're invited to use emojis 👯.

@anoff
anoff / 2017-08-02-questions.md
Last active August 12, 2017 21:13
Open Mined

Sonar

Q: How does pySonar / Sonar work?

A: pySonar is a user facing library exposing the models to build.

Q: Is pySonar only run locally on the data scientists machine?

A: Yes. Just use it in a notebook or tooling of your choice and submit your model into the Open Mined network.

@anoff
anoff / nodemcu.md
Last active April 24, 2017 21:36
Working with nodeMCU 🤖👾

how to get nodeMCU (lolin nodemcuv3) up and running

flash ESP8266 with arduino IDE

Pro:

  • no platform issues
  • based on familiar arduino IDE

Con: