- Male lister rundt dører og vinduer 1. etg.
- Male utgangsdør rød på innsiden
- Male dørterskel ytterdør mot hagen (varmgrå)
- Male inngangsdører, lister rundt dørene 2. etg.
- Male kjellerdør
- Male verandadør, lister rundt vinduer 2. etg.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; Spell checking using hunspell | |
(setq ispell-dictionary-alist | |
'((nil "[A-Za-z]" "[^A-Za-z]" "[']" t | |
("-d" "en_US" "-i" "utf-8") nil utf-8) | |
("american" | |
"[A-Za-z]" "[^A-Za-z]" "[']" nil | |
("-d" "en_US") nil utf-8) | |
("english" | |
"[A-Za-z]" "[^A-Za-z]" "[']" nil | |
("-d" "en_GB") nil utf-8) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'formula' | |
class Hunspell <Formula | |
url 'http://downloads.sourceforge.net/hunspell/hunspell-1.2.12.tar.gz' | |
homepage 'http://hunspell.sourceforge.net/' | |
md5 '5ef2dc1026660d0ffb7eae7b511aee23' | |
depends_on 'readline' | |
#depends_on 'ncursesw' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Library/Formula/hunspell.rb b/Library/Formula/hunspell.rb | |
index e70854d..34f696b 100644 | |
--- a/Library/Formula/hunspell.rb | |
+++ b/Library/Formula/hunspell.rb | |
@@ -5,8 +5,12 @@ class Hunspell <Formula | |
homepage 'http://hunspell.sourceforge.net/' | |
md5 '5ef2dc1026660d0ffb7eae7b511aee23' | |
+ depends_on 'readline' | |
+ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/hunspell.rb.1 b/hunspell.rb | |
index 34f696b..5481bcb 100644 | |
--- a/hunspell.rb.1 | |
+++ b/hunspell.rb | |
@@ -7,6 +7,14 @@ class Hunspell <Formula | |
depends_on 'readline' | |
+ def patches | |
+ # Change Hunspell's dictionary path to use dictionaries installed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Utfordring til alle på #gd12: | |
# kjør en eller annen analyse i et eller annet system | |
# med noe data og fortell meg hvor nærmeste butikk/kiosk er! | |
curl -O http://download.geofabrik.de/osm/europe/norway.osm.pbf | |
osmosis --rb norway.osm.pbf \ | |
--tf accept-nodes shop=kiosk,convenience \ | |
--tf reject-ways --tf reject-relations \ | |
--wx - | \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Slippymap tiles driver for maps from Statens Kartverk | |
http://www.statkart.no/nor/Land/Kart_og_produkter/Visningstjenester/ | |
Based on http://maps.stamen.com/js/tile.stamen.js | |
Available from https://gist.github.com/2295365 | |
<script src="https://raw.github.com/gist/2295365/tile.statkart.js"></script> | |
FIXME: | |
Use Layer.XYZ instead of Layer.OSM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
meta { title:"Prototyping av SLF Oslo sykkelkart"; } | |
/* Default */ | |
canvas { | |
fill-color:white; | |
default-points: false; | |
} | |
way, relation { color:#eee; } | |
area { | |
fill-opacity:1; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<gpx version="1.1" creator="Export" xmlns="http://www.topografix.com/GPX/1/1"> | |
<metadata> | |
<name>Uttrekk av kulturminner</name> | |
<author>Bærum kommune</author> | |
<copyright><year>2016</year><license>http://data.norge.no/nlod/</license></copyright> | |
</metadata> | |
<wpt lat="59.919398767" lon="10.389863316"/> | |
<wpt lat="59.914630442" lon="10.387265234"/> | |
<wpt lat="59.916805822" lon="10.396428725"/> |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<gpx xmlns="http://www.topografix.com/GPX/1/1" version="1.1" creator="GPSBabel - http://www.gpsbabel.org"> | |
<trk> | |
<name>Aas Gaard 12- Noa</name><link href="http://www.endomondo.com/workouts/267363837/7401306"/><trkseg> | |
<trkpt lat="60.165646" lon="10.720202"/> | |
<trkpt lat="60.165526" lon="10.720229"/> | |
<trkpt lat="60.165174" lon="10.720450"/> | |
<trkpt lat="60.165063" lon="10.720440"/> | |
<trkpt lat="60.164888" lon="10.720110"/> | |
<trkpt lat="60.164879" lon="10.720046"/> |
OlderNewer