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
| #!/usr/bin/python | |
| #rt[100].get('lat') | |
| #rt[100].get('lon') | |
| #rt[100][0].text | |
| # | |
| # | |
| #for child_of_root in rt: | |
| # if child_of_root.tag == '{http://www.topografix.com/GPX/1/0}wpt': | |
| # for cc in child_of_root: |
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/bash | |
| # Plant rope vim's plugin | |
| # This is a script to install or update 'ropevim' | |
| # Copyright Alexander Artemenko, 2008 | |
| # Contact me at svetlyak.40wt at gmail com | |
| release_ubuntu=`lsb_release -r | awk {'print $2'}` | |
| #url_rope='http://bitbucket.org/agr/rope' | |
| #url_ropevim='http://bitbucket.org/agr/ropevim' |
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
| function load_efi_video { | |
| set gfxmode=auto | |
| insmod efi_gop | |
| insmod efi_uga | |
| insmod gfxterm | |
| terminal_output gfxterm | |
| } | |
| function load_video { | |
| set gfxmode=auto |
NewerOlder