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
{ | |
"applications": [ | |
{ | |
"use_channel": true, | |
"allow_empty_post_data": true, | |
"app_name": "edaded98-5119-4c8a-afc1-de722da03562", | |
"url": "http://chromecast.redbull.tv/receiver.php" | |
}, | |
{ |
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
#!/bin/sh | |
################################################ | |
# | |
# Backup SVN repos to local folder | |
# | |
# @author Hossain Khan | |
# @email contact [at] hossainkhan [dot] info | |
# @version v0.01 | |
# @reldate 2010-03-27 | |
################################################ |
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
<?php | |
/** | |
* Dirty way to parse the KML file and create equivalent polygons for android maps V2 | |
* | |
* What it does: | |
* - Reads local KML file and looks for "Polygon" data, and converts them | |
* to equivalent simple polygon data for Android Maps V2 | |
* | |
* What it does NOT do / Limitations: | |
* - Consider all possible DOM tree structure |
NewerOlder