This file contains 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
adb shell pm list packages | awk -F":" '{print $2}' | grep -i $package | |
adb shell pm path | |
adb pull |
This file contains 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
// Zawgyi Myanmar xkb Keyboard for Linux | |
// based on ZawgyiOne2008 | |
// developed by Ubuntu Myanmar Loco Team | |
default | |
partial alphanumeric_keys | |
xkb_symbols "basic" { | |
name[Group1]="Burmese Zawgyi"; | |
include "level3(ralt_switch)" |
This file contains 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
javascript:(function(){fontfamily='Smart Zawgyi Pro'; document.getElementsByTagName('body')[0].style.fontFamily=fontfamily; var tag=['body','p','li','span','textarea','input','div','a','td','h1','h2','h3']; var p; for(j=0;j<tag.length;j++){ if(document.getElementsByTagName(tag[j])!=null) {p=document.getElementsByTagName(tag[j]); for(i=0;i<p.length;i++) { if( p[i].style !=undefined){ p[i].style.fontFamily=fontfamily;} } } } var iframe=document.getElementsByTagName('iframe'); for(k=0;k<iframe.length;k++) { doc=iframe[k].contentDocument;for(j=0;j<tag.length;j++){if(document.getElementsByTagName(tag[j])!=null) { p=doc.getElementsByTagName(tag[j]); for(i=0;i<p.length;i++) { if( p[i].style !=undefined){ p[i].style.fontFamily=fontfamily;} } } } } })(); |
This file contains 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
@font-face { | |
font-family:'Smart Zawgyi Pro'; | |
src:local('Smart Zawgyi Pro'), url('http://ubuntu-mm.net/fonts/smartzawgyipro.ttf') format('ttf'); | |
} |
This file contains 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
http://sanfrancisco.kapeli.com/feeds/NET_Framework.tgz | |
http://sanfrancisco.kapeli.com/feeds/ActionScript.tgz | |
http://newyork2.kapeli.com/feeds/Akka.tgz | |
http://london.kapeli.com/feeds/Android.tgz | |
http://sanfrancisco2.kapeli.com/feeds/AngularJS.tgz | |
http://sanfrancisco2.kapeli.com/feeds/Angular.dart.tgz | |
http://frankfurt.kapeli.com/feeds/Ansible.tgz | |
http://frankfurt.kapeli.com/feeds/Apache_HTTP_Server.tgz | |
http://london2.kapeli.com/feeds/Appcelerator_Titanium.tgz | |
http://london2.kapeli.com/feeds/AppleScript.tgz |
This file contains 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 | |
# | |
# ITS FLOSS AND UNDER THE WTFPL. | |
# via Ko Ko Ye <[email protected]> | |
# Ubuntu, Ubuntu-MM, FOSSMM, FOSSASIA, | |
URL=http://dl.fullcirclemagazine.org/issue | |
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" | |
SP=( |
This file contains 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 | |
### BEGIN INIT INFO | |
### [email protected] | |
# Provides: asplashscreen | |
# Required-Start: | |
# Required-Stop: | |
# Should-Start: | |
# Default-Start: S | |
# Default-Stop: | |
# Short-Description: Show custom splashscreen |
This file contains 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 | |
# The IP for the server you wish to ping (8.8.8.8 is a public Google DNS server) | |
SERVER=8.8.8.8 | |
# The Ethernet or Wlan or Ath Address | |
NETWORKFACE=wlan0 | |
# Only send two pings, sending output to /dev/null | |
ping -c2 ${SERVER} > /dev/null | |
# If the return code from ping ($?) is not 0 (meaning there was an error) |
This file contains 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 | |
MAG=MagPi | |
URL=https://raspberrypi.org/magpi-issues/ | |
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" | |
for n in {01..52} | |
do | |
cd "$DIR" | |
wget "$URL$MAG$n".pdf | |
done | |
#Additional and Essentials |
This file contains 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
pcm.!default { | |
type asym | |
playback.pcm { | |
type plug | |
slave.pcm "hw:0,0" | |
} | |
capture.pcm { | |
type plug | |
slave.pcm "hw:1,0" | |
} |
OlderNewer