Skip to content

Instantly share code, notes, and snippets.

View barning's full-sized avatar

Niklas barning

View GitHub Profile
@LilithWittmann
LilithWittmann / autobahn.md
Last active October 26, 2023 12:11
autobahn.md
@henfiber
henfiber / KB-Buying-guide-EU.md
Last active April 8, 2024 16:44
Buying keyboards and keyboard components from EU

Europe

  • SkinFlint : Price comparison site which has some nice filtering options per switch type etc. Searches for offers in UK, Germany, Poland and Austria
  • mykeyboard.eu : Keyboards, keycaps and accessories. Based in Belgium.
  • candykeys.com : European Store selling Vortex, Leopold, KBP, Anne Pro keyboards, keycap sets and components (ISO + ANSI). Based in Germany, ships to EU.
  • falba.tech : custom wooden bamboo cases, and some acrylic and carbon ones. Switch packs (65 browns at 48EUR). Other parts for the GH60, Atreus, ErgoDox. Also Microcontrollers, diodes, leds etc.
  • 42keebs.eu - Mostly PCBs, tools and accessories. Located in Czech Republic.
  • KEYGEM : Switches, Keycaps, lubes, cables, DIY kits and deskmats. Based in Germany, ships to the EU and worldwide.
  • [Eloquent Clicks - Custom Mechanical Keyboard Store](https://www.eloquen
@heroheman
heroheman / gulpfile.js
Last active August 21, 2016 22:32
Gulp: Wordpress Theme
/* jshint node:true */
// Include project requirements.
var gulp = require('gulp'),
jshint = require('gulp-jshint'),
uglify = require('gulp-uglify'),
sass = require('gulp-sass'),
imagemin = require('gulp-imagemin'),
prefix = require('gulp-autoprefixer'),
ftp = require('gulp-ftp'),
@heroheman
heroheman / _konfig.scss
Created April 8, 2013 12:33
SCSS: IOS Checkbox Switch
$speed : 0.1s;
.switchButton input {
// Knopf
&::after {
content: '';
margin: 0;
padding: 0;
width: 25px;
height: 25px;
background: -webkit-linear-gradient(top, #cdcdcd, #fbfbfb);