Skip to content

Instantly share code, notes, and snippets.

View mibe's full-sized avatar

Michael Bemmerl mibe

  • Germany
  • 07:57 (UTC +02:00)
View GitHub Profile
@mibe
mibe / gist:4718711
Last active December 12, 2015 04:59
Keim-Status Chilis 2013
|7-Pot Primo |SatKi|ChBhJo |SaFGr|TrinScorButchT |
|yyyyyyyyyyyyyyy|yyyyy|yyyyyyyyyyyyyyX|yyyyy|yyyyyyyyyyyyyyyi^ |
| 100% |100% | 100% |100% | 85% |
| 15 | 5 | 15 | 5 | 17 |
Gesamt: 57 / 60 (95,0%)
Keim-Status:
= Noch nicht gekeimt
^ = Gekrümmt sichtbar, Keimblätter noch im Samen oder noch
@mibe
mibe / odbl-roads.php
Created April 12, 2012 19:37
Pretty HTML table for Simon's non-ODbL major roads lists
<?php
if (!isset($_GET['region']))
{
header('HTTP/1.0 400 Bad Request');
die('Missing region parameter. Can be north or south.');
}
$region = $_GET['region'];
$region = strtolower($region);
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import sys
values = {}
values["without_u"] = "Fertőboz"
values["with_u"] = u"Fertőboz"
print "my output encoding: ", sys.stdout.encoding
print values
@mibe
mibe / addPOIexec.py
Created April 11, 2012 22:40
print'ing nearbyplace
#!/usr/bin/env python
# -*- coding: utf-8 -*-
##import MySQLdb
import urllib2
from xml.dom import minidom
##import db_config # DATABASE CONFIGURATION
@mibe
mibe / gist:1696282
Created January 28, 2012 23:35
Keim-Status Chilis 2012
|BhJol |SaFGr|ChBhJo |7-Pot|RedSav |Tab|RR|Jalap|
|YYYYYYYYYY|YYYYY|YYYYYYYYYYyy^ |YYYYI|YYYYYYYYY |YYY|YY|YYYYY|
| 100% |100% | 86% |100% | 90% | 100% |100% |
| 10 | 5 | 13 | 4 | 9 | 3 | 2| 5 |
Gesamt: 51 / 55 (92,7 %)
Keim-Status:
= Noch nicht gekeimt
^ = Gekrümmt sichtbar, Keimblätter noch im Samen oder noch
@mibe
mibe / int-to-long.patch
Created February 5, 2011 23:18
Patch for Srtm2Osm to work with 64 bit integers instead of 32 bit.
Index: OsmUtils.Framework/OsmDatabase.cs
===================================================================
--- OsmUtils.Framework/OsmDatabase.cs (revision 25226)
+++ OsmUtils.Framework/OsmDatabase.cs (working copy)
@@ -8,12 +8,12 @@
{
public class OsmDatabase
{
- public IDictionary<int, OsmNode> Nodes
+ public IDictionary<long, OsmNode> Nodes
@mibe
mibe / gist:800943
Created January 28, 2011 21:03
Keim-Status Chilis 2011
|BhJol|HabCh|SaFGr|ChBJo|APine|TScor|7-Pot |RedSav|Tabas|ChiCh|Rawi|
|iiI |yyIIX|yyyy^|Iiiii|IIIII|IIIii|IIIIii|IIii |IIIii|IIii |IIII|
| 60 %| 80 %|100 %|100 %|100 %|100 %| 100 %| 66 %|100 %| 80 %|100%|
| 3 | 4 | 5 | 5 | 5 | 5 | 6 | 4 | 5 | 4 | 4 |
Gesamt: 50 / 56 (89,3 %)
Keim-Status:
= Noch nicht gekeimt
^ = Gekrümmt sichtbar, Keimblätter noch im Samen oder noch