Skip to content

Instantly share code, notes, and snippets.

View anoff's full-sized avatar

Andreas Offenhaeuser anoff

View GitHub Profile
@anoff
anoff / nina-minutes.md
Last active January 26, 2017 22:05
#nina16 node interactive north america 2016

Keynote, Mikael Rogers

  • VM neutral node.js delivieries
  • still V8 as default VM shipped
  • high interest IBM/MS/google to get other VMs in to support devices/platforms
  • node security (Lift, Adam Baldwin)
  • move node-security to vendor-neutral project within node foundation

Express, Doug Wilson

  • node foundation project
  • features for v5
@anoff
anoff / 1-remote-raspberry-pi.md
Last active November 19, 2023 11:34
Links and tips on how to get a pi set up for developing remotely (#rsyn, #ssh, #mac, #pi)

How to set up a raspberry pi for remote development

Links and tips on how to get a pi set up for developing remotely (#rsyn, #ssh, #mac, #pi)

Preparations

required (used)

  • Raspberry Pi, SD Card, 5V micro-USB
  • Macbook Pro w/ ethernet adapter
  • WiFi with internet connection
@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:

@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 / 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 / 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 / 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 / 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