Skip to content

Instantly share code, notes, and snippets.

View storbukas's full-sized avatar
:octocat:
01000111 01000101 01000101 01001011

Lars Erik Storbukås storbukas

:octocat:
01000111 01000101 01000101 01001011
View GitHub Profile
@storbukas
storbukas / personlig_kjennemerke.css
Last active February 20, 2021 10:58
Personlig kjennemerke (bilskilt) - Statens Vegvesen
.bilskilt {
font-family: "LFT Etica", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
line-height: 1.4;
box-sizing: border-box;
overflow: hidden;
display: inline-block;
background-color: black;
color: black;
height: 46px;
min-width: 220px;
@storbukas
storbukas / telefonnumre-nummerserier.csv
Last active February 11, 2021 21:43
Alle nummerserier for norske telefonnumre i CSV-format
fra til antall tilbyder status bruksområde
20000000 20999999 1000000 Nasjonal kommunikasjonsmyndighet BLOKKERT Fastnettnummer
21000000 21099999 100000 Telia Norge AS TILDELT Fastnettnummer
21100000 21376999 277000 LEDIG Fastnettnummer
21377000 21399999 23000 NextGenTel AS TILDELT Fastnettnummer
21400000 21409999 10000 GlobalConnect AS TILDELT Fastnettnummer
21410000 21410999 1000 NextGenTel AS TILDELT Fastnettnummer
21411000 21411999 1000 Nextcom-ITSP AS TILDELT Fastnettnummer
21412000 21412999 1000 LEDIG Fastnettnummer
21413000 21414999 2000 NextGenTel AS TILDELT Fastnettnummer
@storbukas
storbukas / skiltserier.csv
Last active February 11, 2021 20:01
Skiltserier i Norge (kjennemerke og geografisk tilknytning), CSV-format
bokstavkombinasjon geografisk område fylke type
EL NORGE NORGE ELEKTRISK
EK NORGE NORGE ELEKTRISK
EV NORGE NORGE ELEKTRISK
EB NORGE NORGE ELEKTRISK
EC NORGE NORGE ELEKTRISK
ED NORGE NORGE ELEKTRISK
EE NORGE NORGE ELEKTRISK
GA NORGE NORGE GASS
HY NORGE NORGE HYDROGEN
@storbukas
storbukas / norske-fylker.json
Last active February 9, 2021 09:54
Norske fylker i JSON-format (Fylker i Norge)
[
{
"fylkesnavn": "Oslo",
"fylkesnummer": "03"
},
{
"fylkesnavn": "Rogaland",
"fylkesnummer": "11"
},
{
@storbukas
storbukas / norske-postnummer.csv
Last active February 8, 2021 19:49
Norske postnummer i CSV-format
postnummer poststed kommunenummer kommunenavn kategori
0001 OSLO 0301 OSLO P
0010 OSLO 0301 OSLO B
0015 OSLO 0301 OSLO B
0018 OSLO 0301 OSLO G
0021 OSLO 0301 OSLO P
0024 OSLO 0301 OSLO P
0026 OSLO 0301 OSLO B
0028 OSLO 0301 OSLO P
0030 OSLO 0301 OSLO P
@storbukas
storbukas / norske-postnummer.json
Last active February 8, 2021 19:06
Norske postnummer i JSON-format
{
"0001": {
"poststed": "OSLO",
"kommunenummer": "0301",
"kommunenavn": "OSLO",
"kategori": "P"
},
"0010": {
"poststed": "OSLO",
"kommunenummer": "0301",
@storbukas
storbukas / ATtiny85-Blink.ino
Created February 1, 2021 20:11
ATtiny85 Blink
Copyright (c) 2021 Lars Erik Storbukås
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
@storbukas
storbukas / ssh-config
Last active January 29, 2021 12:29
SSH config for public key authentication with GitHub
# File: .ssh/config
# SSH config for public key authentication with GitHub (SSH or HTTPS)
# Alternative 1: Regular (SSH)
# -----------------------------------------------------
# You can check if your network allows you to use port 22
# by testing if you can access http://portquiz.net:22
Host github.com
User git
Hostname github.com
@storbukas
storbukas / CONTRIBUTING.md
Created April 20, 2020 20:48
Contributing

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Pull Request Process

  1. Ensure any install or build dependencies are removed before the end of the layer when doing a