Skip to content

Instantly share code, notes, and snippets.

@klpn
klpn / svpred.jl
Created February 28, 2016 12:29
Prediction of Swedish mortality pattern using my MortParamsPlot
using MortParamsPlot, PyPlot
import YAML
obsyrs = 1999:2013
predyrs = 2018:5:2033
af = 0
ages = 35:5:95
country = 4290
circcomb = ["ihd";"circnonihd"]
predcauses = ["tum";circcomb]
@klpn
klpn / statswe.json
Created November 23, 2015 22:26
JSON to Statistics Sweden
{
"response": {
"format": "json-stat"
},
"query": [
{
"code": "Region",
"selection": {
"values": [
"25"
@klpn
klpn / pandoclinkerr
Created July 4, 2015 11:14
Pandoc link errors on OpenBSD
Linking dist/build/pandoc/pandoc ...
/home/karl/.cabal/lib/x86_64-openbsd-ghc-7.8.4/hslua-0.3.13/libHShslua-0.3.13.a(loslib.o): In function `luaopen_os':
(.text+0x38): warning: warning: tmpnam() possibly used unsafely; consider using mkstemp()
/home/karl/.cabal/lib/x86_64-openbsd-ghc-7.8.4/hslua-0.3.13/libHShslua-0.3.13.a(lobject.o): In function `luaO_chunkid':
(.text+0x145): warning: warning: strcpy() is almost always misused, please use strlcpy()
/home/karl/.cabal/lib/x86_64-openbsd-ghc-7.8.4/hslua-0.3.13/libHShslua-0.3.13.a(lmathlib.o): In function `luaopen_math':
(.text+0x367): warning: warning: rand() may return deterministic values, is that what you want?
/home/karl/.cabal/lib/x86_64-openbsd-ghc-7.8.4/hslua-0.3.13/libHShslua-0.3.13.a(lobject.o): In function `luaO_chunkid':
(.text+0x157): warning: warning: strcat() is almost always misused, please use strlcat()
/home/karl/.cabal/lib/x86_64-openbsd-ghc-7.8.4/cryptohash-0.11.6/libHScryptohash-0.11.6.a(sha512.o): In function `sha512_init_t':