Skip to content

Instantly share code, notes, and snippets.

@bdurrer
bdurrer / nzz.ch_darkmode.css
Last active March 3, 2021 11:55
updated styles
:root {
--black: #fafafa;
--white: #474749;
--blueStrong: #6469e7;
--grayUltraLight: #f5f5f5;
--grayLight: #333;
--grayMedium: #a2a2a2;
--grayDark: #ebebeb;
@bdurrer
bdurrer / DateUtils.java
Created March 25, 2019 08:00
Java port of the "ms" npm library (on github: zeit/ms)
package com.swiss.pegma.middleware.core.utils;
import org.apache.commons.lang3.StringUtils;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class DateUtils {
private static final Pattern READABLE_DURATION_PATTERN = Pattern.compile("([0-9]+)[\\s]*([a-zA-Z]+)");
/**
@bdurrer
bdurrer / Stationeers-Filtration-IC
Created February 9, 2019 22:34
Stationeers: Filter and Storage Tank IC Controller with automatic gas type detection
alias Tank d0​
alias Atmos d1​
alias SafetyVent d2​
alias WasteTank d3​
alias TankPressure r0​
alias AtmosOn r1​
alias SafetyOn r2​
alias WastePressure r3​
alias WasteRatio r4​