Twinkle C-D little G
How I J-K what you P
Q above S world U high
Like an X-Y in the Z
Twinkle CD little G
How I JK where you P
Above is a "mashup" between these two songs:
| <renderingStyle name="goldfndr" depends="default" defaultColor="#ebe7e4" version="1"> | |
| <renderingProperty attr="appMode" name="Rendering mode" description="Map optimization for respective User Profile" | |
| type="string" possibleValues="browse map,car,bicycle,pedestrian"/> | |
| <renderingProperty attr="baseAppMode" name="Default Rendering mode" description="Map optimization for respective User Profile based on base (parent) profile" | |
| type="string" possibleValues="default, car, bicycle, pedestrian, public_transport, boat, ski"/> | |
| <renderingAttribute name="defaultColor"> | |
| <case noPolygons="true" attrColorValue="#00ebe7e4"/> | |
| <case attrColorValue="#ebe7e4"> |
| @echo off | |
| set wget="C:\Program Files (x86)\GnuWin32\bin\wget.exe" --no-check-certificate | |
| setlocal EnableDelayedExpansion | |
| rem @echo "Merge MP3" (Downloads) to combine, Kid3 (Start) to change tags | |
| if "%1"=="" goto usage | |
| :@echo off | |
| set date=%1 | |
| if "%1"=="next" ( | |
| rem Get the already retrieved date |
Twinkle C-D little G
How I J-K what you P
Q above S world U high
Like an X-Y in the Z
Twinkle CD little G
How I JK where you P
Above is a "mashup" between these two songs:
| FATAL EXCEPTION: main | |
| Process: de.westnordost.streetcomplete, PID: 17758 | |
| java.lang.RuntimeException: Unable to start activity ComponentInfo{de.westnordost.streetcomplete/de.westnordost.streetcomplete.MainActivity}: java.lang.ClassCastException: android.support.v7.widget.TintContextWrapper cannot be cast to android.app.Activity | |
| at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2198) | |
| at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2257) | |
| at android.app.ActivityThread.access$800(ActivityThread.java:139) | |
| at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1210) | |
| at android.os.Handler.dispatchMessage(Handler.java:102) | |
| at android.os.Looper.loop(Looper.java:136) | |
| at android.app.ActivityThread.main(ActivityThread.java:5086) |
| { | |
| "data_format": 1, | |
| "data_url": "https://raw.githubusercontent.com/westnordost/StreetComplete/master/taginfo.json", | |
| "project": { | |
| "name": "StreetComplete", | |
| "description": "Surveyor app for Android.", | |
| "project_url": "https://github.com/westnordost/StreetComplete", | |
| "icon_url": "", | |
| "contact_name": "Tobias Zwick", | |
| "contact_email": "" |
| 'Palm VCF to Google Contacts import, by goldfndr | |
| 'Many people advocate spending a couple of hours doing search/replaces with their VCF exports. | |
| 'But I had 800+ contacts in 16 categories, and didn't want to repeat this. | |
| 'Instead, I took an hour to write this (for my Palm Tungsten T3). | |
| 'Added an additional hour to refactor and make it work with my Garmin iQue 3600. | |
| 'I did not test the ISO 8859-1 encoding or control characters, sorry. | |
| Option Explicit | |
| Const CustomFields="Custom1|Custom2|Custom3|Hours|Custom5|Custom6|Custom7|Custom8|Custom9" |
| /* An example script for the JOSM ExtTools (ext_tools) plugin. | |
| http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ExtTools | |
| After installing the ext_tools plugin, copy this script to your JOSM plugins/ext_tools. | |
| Find the External Tools preferences panel, and within, set a new tool with this CmdLine: | |
| cscript.exe //nologo exttools_example.js {lat} {lon} {PPD} | |
| */ | |
| var pixels=5; //This number is only accurate for horizontal scaling; that's how PPD is calculated. | |
| if (WScript.Arguments.length != 3) { |
| Option Explicit | |
| 'An example script for the JOSM ExtTools (ext_tools) plugin. | |
| 'http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ExtTools | |
| 'After installing the ext_tools plugin, copy this script to your JOSM plugins/ext_tools. | |
| 'Find the External Tools preferences panel, and within, set a new tool with this CmdLine: | |
| ' cscript.exe //nologo exttools_example.vbs {lat} {lon} {PPD} | |
| Const pixels=5 'This number is only accurate for horizontal scaling; that's how PPD is calculated. |