Skip to content

Instantly share code, notes, and snippets.

View red-hood's full-sized avatar

Christian Röder red-hood

View GitHub Profile
@red-hood
red-hood / caldav-servers.md
Last active February 9, 2016 15:57
Wohnsinn Portal

Python

Radicale

  • URL: http://radicale.org/
  • no actual parsing of vevents
  • no queries supported, only sync via ctag/etags
  • flat file storage, db backend, git versioning
  • fine for CalDAV clients

Calypso

@red-hood
red-hood / binary-interfaces.md
Last active November 15, 2015 02:31
Binary java parser
@red-hood
red-hood / Frameworks
Last active January 26, 2016 19:17
Java Config Frameworks
* https://deltaspike.apache.org/documentation/configuration.html
* http://www.cfg4j.org/
* https://github.com/lviggiano/owner
* https://github.com/typesafehub/config
* IOC: http://docs.spring.io/autorepo/docs/spring/4.1.1.RELEASE/javadoc-api/org/springframework/context/annotation/Configuration.html
from click.types import ParamType
from click.exceptions import BadParameter
class FallBackType(ParamType):
def __init__(self, fallback, def_type):
self.fallback = fallback
self.def_type = def_type
def convert(self, value, param, ctx):
@red-hood
red-hood / methods.md
Last active July 13, 2018 21:57
Local libvirt deployments

Single dosing

  • Kafatek Monolith Flat Burr 2500$
  • EG-1 3300$
  • MOLA-e 1500EUR
  • EK43s 2400EUR

Unimodal

  • Mahlkönig Peak
@red-hood
red-hood / clouds.md
Last active June 29, 2018 21:47
Clouds, Kubernetes

Digitalocean

  • only one private network/account
  • LB/EBS

1und1 Kubernetes

  • 48h provisioning time, ayfkme?!?

Fargate

  • does not allow persistent storage to be mounted on container
  • eks offer not yet available