Skip to content

Instantly share code, notes, and snippets.

View tai271828's full-sized avatar

Taihsiang Ho tai271828

View GitHub Profile
#!/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:
#!/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'
@tai271828
tai271828 / grub.cfg
Last active April 9, 2020 18:52 — forked from fourdollars/grub.cfg
The grub.cfg could be used to make a multiboot live USB.
function load_efi_video {
set gfxmode=auto
insmod efi_gop
insmod efi_uga
insmod gfxterm
terminal_output gfxterm
}
function load_video {
set gfxmode=auto