I hereby claim:
- I am henningjensen on github.
- I am henningjensen (https://keybase.io/henningjensen) on keybase.
- I have a public key ASA3YPHroJWsQQyh8z0sf1emZxn-I_5x-kQd0oIpQB8bVwo
To claim this, I am signing this object:
#!/bin/bash | |
for f in *.png; do | |
convert $f -thumbnail 200x200^ -gravity west -extent 200x200 thumbs/${f%.*}.png | |
done |
http://blog.kaiec.org/2011/02/13/creating-a-pdf-from-images-jpeg/ | |
for i in *.jpg; do sam2p $i $i.pdf; done; | |
for i in *.jpg.pdf | |
do sam2p_pdf_scale 595 842 $i $i.a4.pdf | |
done | |
pdftk *.a4.pdf cat output result.pdf |
System.Diagnostics.Debug.WriteLine(string.Join(", ", GetType().Assembly.GetManifestResourceNames())); |
Update-Database -Script -SourceMigration $InitialDatabase |
<xsl:for-each select="$metadata/*"> | |
<xsl:value-of select="name()" /> = <xsl:value-of select="node()" /><br/> | |
</xsl:for-each> |
<html> | |
<head> | |
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.css" /> | |
<script src="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.js"></script> | |
</head> | |
<body> | |
<div id="map" style="width:700px; height:500px;"> |
<div style="border: 1px solid black; margin: 20px;"> | |
<ul> | |
<xsl:for-each select="$metadata/*" > | |
<li> | |
<p><b><xsl:value-of select="name(.)" /></b> = <xsl:value-of select="." /></p> | |
<p>Attributes:</p> | |
<xsl:for-each select="@*"> | |
<p>- <xsl:value-of select="concat(name(), ': ', ., ' ')"/></p> | |
</xsl:for-each> | |
</li> |
I hereby claim:
To claim this, I am signing this object:
dir /b >files.txt | |
makecab /d "CabinetName1=test.cab" /f files.txt |
<?xml version="1.0" encoding="utf-8"?> | |
<csw:GetRecords xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml" xmlns:gmx="http://www.isotc211.org/2005/gmx" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:srv="http://www.isotc211.org/2005/srv" xmlns:gts="http://www.isotc211.org/2005/gts" service="CSW" version="2.0.2" resultType="results" outputSchema="csw:Record" maxRecords="20" xmlns:csw="http://www.opengis.net/cat/csw/2.0.2"> | |
<csw:Query typeNames="csw:Record"> | |
<csw:ElementSetName>full</csw:ElementSetName> | |
<csw:Constraint version="1.1.0"> | |
<Filter xmlns="http://www.opengis.net/ogc"> | |
<And> | |
<PropertyIsLike> | |
<PropertyName>OrganisationName</PropertyName> | |
<Literal>Kartverket</Literal> |