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
# Extracts GPS coordinates from images in X-Ways Forensic software and creates a KML file plotting | |
# the location data that can be opened in Google Earth. | |
# | |
# Using public code for extracting GPS EXIF data from https://gist.github.com/moshekaplan/5330395 | |
# based on original code at https://gist.github.com/erans/983821 using PIL 1.1.7 library | |
# | |
# Copyright (c) 2013 Dan O'Day. All rights reserved. https://code.google.com/p/digital0day/ | |
# This software distributed under the Eclipse Public License 1.0 (EPL-1.0) | |
# http://www.opensource.org/licenses/EPL-1.0 | |
#More information is available in the API |
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
<RelativeLayout | |
xmlns:android="http://schemas.android.com/apk/res/android" | |
android:layout_width="match_parent" | |
android:layout_height="match_parent" | |
android:padding="16dp"> | |
<TextView | |
android:text="I’m in this corner" | |
android:layout_height="wrap_content" | |
android:layout_width="wrap_content" |
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
<LinearLayout | |
android:orientation="vertical" | |
android:layout_width="wrap_content" | |
android:layout_height="wrap_content"> | |
<TextView | |
android:text="Guest List" | |
android:layout_width="wrap_content" | |
android:layout_height="wrap_content" /> | |