Tuesday, January 31, 2017

UA (Under Armour) 25% decline and Apple Beats Earning 3% up aftermarket

Consider the possible new border taxes, labor intensive products like shoe makers;
UA 25% drop after earning may be put on watch list.
Apple's earphone design for new iphone seems win its fans.

Thursday, January 12, 2012

Google Thinking back to China market

Google rethink to go back to China market after two years, due to the vast market share as well as expending its Android market.

Ford sees its inventory getting higher , how does it solve the issue ? Mostly like is to slow the production capacity instead of lower the price.

Some hotel chains come up with new website for booking rooms, they are trying to compete with 3rd party travel agent websites such as expedia or travelocity.

Wednesday, September 22, 2010

Sunday, March 28, 2010

GraveStone Pattern Watch

3/25/10 大盤出現 Gravestone Doji 的信號, 一般認為這是一個反轉信號; 但在Bulkowski 研究中, 這個形態準確率大概在51%, 等於是隨機;
但是還是要觀察下星期一`二的走勢 以決定往後的走勢及作為; 目前的趨勢仍是往上

Monday, January 18, 2010

Market News --

A123 provides battery packs for fisker (AONE; From: WSJ)
New Navy fleet LCS for near coast build (GD, NOC,LMT; From WSJ)

UNIX Command

sort disk usage:
$ du -akd / sort -nr moreor
$ du -akd / sort -nr > /tmp/du.out

uptime
uname -a
getconf -a
top
du
man man
xhost +
xman
touch (creat an empty file; touch newfile1; same as cat /dev/null > newfiles1 )

dmesg
quota -v rwu (check quota)

compress file(s)

tar -cvf file1.tar file1
compress -v file1.tar (---> file1.tar.Z)
(or use gzip file1.tar)

Unpack file
uncompress file1.tar.Z
(or use gunzip file1.tar)
tar -tvf file1.tar
(tar -xvf files.tar)

gunzip file.tgz

grep sram_sp_32kx8 `find . -name "*.v"`
find . -name "*.v"

remove file/directory begin with "-":
> ls
> -foo -abc

rm -- -foo
rm -r -- -abc

echo $OSTYPE

search command history
history grep command_name
eg. history grep source