Played by Claire on Oct 6 2010
随感
Played by Claire on Oct 6 2010
Located in NC, this is a great place to immerse yourself in mother nature.
Located inside a grocery store, this BestBuy is very unique. It only has a vey small showroom.
#!/bin/bash
stringZ=abcABC123ABCabc
# |----| shortest
# |----------| longest
#Deletes shortest match of $substring from front of $string.
echo ${stringZ#a*C} # 123ABCabc
# Strip out shortest match between 'a' and 'C'.
# ##a*c: Deletes longest match of $substring from front of $string, from a to longest C
echo ${stringZ##a*C} # abc
# Strip out longest match between 'a' and 'C'.
#src: http://tldp.org/LDP/abs/html/string-manipulation.html
echo ============================
echo "LINKING WEB MODULES"
WEBDIR="/opt/SUNWappserver/domains/domain1/autodeploy"
ADDONS_DIR=/usr/local/my/addons
ADDONS=`ls $ADDONS_DIR/*.war 2>/dev/null`
echo "addons:$ADDONS"
#if [[ "$ADDONS_DIR" ]]; then
for WARFILE in $ADDONS; do
echo $WARFILE
echo ${WARFILE##*/}
rm -f $WEBDIR/${WARFILE##*/} &>/dev/null
ln -s $WARFILE $WEBDIR/${WARFILE##*/}
echo {WARFILE##*/}:${WARFILE##*/}
done
# Create addons dir
ADDONS_DIR=/usr/local/somefolder/addons
if [ ! -d "$OS_ADDONS_DIR" ]; then
mkdir -p $OS_ADDONS_DIR
fi
ADDONS=`ls $ADDONS_DIR/*.war 2>/dev/null`
#if [[ "$ADDONS_DIR" ]]; then
for WARFILE in $ADDONS; do
rm -f $WEBDIR/${WARFILE##*/} &>/dev/null
ln -s $WARFILE $WEBDIR/${WARFILE##*/}
done
Supported language formatting:
http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi#Supported_languages
http://blog.dengsoft.com/m/webapps/iWebKit5.04/Framework/dd.html
Here is the winners list for last week:
国际中文实验室自2006年12月10日起,已成功举办194届网上周末中文竞赛(免费),来自
世界各地的中文学习爱好者参加了我们的每周中文竞赛。
第194周周末中文竞赛 (2010年9月27日到2010年10月3日) 结果已经揭晓。优胜者是:
Willie Jin, Richard Zhang, Laura L.
Labor Day, Emory University. Several visitors stooping by asking what this line is for. End up being passport and visa applications as Chinese consulates from Houston stopped by. Pretty boring, huh?
My Heroes Are The sun, moon, clouds, and stars …
Left n900 around 9am, came back at about 6:30pm, still have 83 percent left. Phone standby, no usage with gprs/3g data and wifi off. Not too bad if no heavy usage.