p*g
2 楼
每次都是sold
有人有实时扫描cl的工具推荐吗
有人有实时扫描cl的工具推荐吗
x*y
3 楼
屏幕linear polarized. 戴上polarized 墨镜就郁闷了.
当然,还有一票手机比如N5, HTC M8也都是一个德行.
当然,还有一票手机比如N5, HTC M8也都是一个德行.
C*G
4 楼
庐山三叠泉?
F*Q
5 楼
when I was so crazy about good-old camera lenses, I even wrote a script to
grab search results from CL every hour. I used lynx to dump the page text,
and diff with the output from the previous output, if there is a difference,
I will send an email to myself. The script is set up to run each hour with
a cron job on a linux box.
【在 p**********g 的大作中提到】
: 每次都是sold
: 有人有实时扫描cl的工具推荐吗
T*s
7 楼
nothing special bah
J*S
11 楼
赞,用上高科技了。
为啥不弄个WINDOWS版本的?
difference,
with
【在 F***Q 的大作中提到】
:
: when I was so crazy about good-old camera lenses, I even wrote a script to
: grab search results from CL every hour. I used lynx to dump the page text,
: and diff with the output from the previous output, if there is a difference,
: I will send an email to myself. The script is set up to run each hour with
: a cron job on a linux box.
为啥不弄个WINDOWS版本的?
difference,
with
【在 F***Q 的大作中提到】
:
: when I was so crazy about good-old camera lenses, I even wrote a script to
: grab search results from CL every hour. I used lynx to dump the page text,
: and diff with the output from the previous output, if there is a difference,
: I will send an email to myself. The script is set up to run each hour with
: a cron job on a linux box.
s*l
13 楼
what's so special 2:30?
p*g
14 楼
可以借我改改吗?
difference,
with
【在 F***Q 的大作中提到】
:
: when I was so crazy about good-old camera lenses, I even wrote a script to
: grab search results from CL every hour. I used lynx to dump the page text,
: and diff with the output from the previous output, if there is a difference,
: I will send an email to myself. The script is set up to run each hour with
: a cron job on a linux box.
difference,
with
【在 F***Q 的大作中提到】
:
: when I was so crazy about good-old camera lenses, I even wrote a script to
: grab search results from CL every hour. I used lynx to dump the page text,
: and diff with the output from the previous output, if there is a difference,
: I will send an email to myself. The script is set up to run each hour with
: a cron job on a linux box.
s*d
15 楼
我用过的所有聪明手机都是,包括所以iPhone
T*s
19 楼
to trap the bears
C*e
23 楼
我手机下载个CL,什么地方都能看,然后还能设置email通知。
F*Q
26 楼
because my desktop is that linux box. I am tired of windows, it is too
restrictive. I am sure with cygwin/mingw, you can do this as well.
here is my script:
-----------------------------------------------------------------------
#!/bin/sh
lynx -dump "http://boston.craigslist.org/search/sss?query=pentax" \
| grep -i 'pentax' | grep '\[' | sed -e 's/\[[0-9]*\]//g' |head -6 \
> /tmp/craigslist.today
NEWITEM=`diff /tmp/craigslist.today /tmp/craigslist.yesterday | wc -l`
if [ $NEWITEM != "0" ]; then
# echo "difference found!"
mail f***[email protected] < /tmp/craigslist.today
fi
mv /tmp/craigslist.today /tmp/craigslist.yesterday
【在 J**S 的大作中提到】
: 赞,用上高科技了。
: 为啥不弄个WINDOWS版本的?
:
: difference,
: with
l*r
28 楼
gOOd timing.
p*g
34 楼
太感谢了,神
【在 F***Q 的大作中提到】
:
: because my desktop is that linux box. I am tired of windows, it is too
: restrictive. I am sure with cygwin/mingw, you can do this as well.
: here is my script:
: -----------------------------------------------------------------------
: #!/bin/sh
: lynx -dump "http://boston.craigslist.org/search/sss?query=pentax" \
: | grep -i 'pentax' | grep '\[' | sed -e 's/\[[0-9]*\]//g' |head -6 \
: > /tmp/craigslist.today
: NEWITEM=`diff /tmp/craigslist.today /tmp/craigslist.yesterday | wc -l`
【在 F***Q 的大作中提到】
:
: because my desktop is that linux box. I am tired of windows, it is too
: restrictive. I am sure with cygwin/mingw, you can do this as well.
: here is my script:
: -----------------------------------------------------------------------
: #!/bin/sh
: lynx -dump "http://boston.craigslist.org/search/sss?query=pentax" \
: | grep -i 'pentax' | grep '\[' | sed -e 's/\[[0-9]*\]//g' |head -6 \
: > /tmp/craigslist.today
: NEWITEM=`diff /tmp/craigslist.today /tmp/craigslist.yesterday | wc -l`
y*o
39 楼
怎么买个偏光眼镜也得那么高深的技术含量
y*j
40 楼
我一般是定rss,还行,基本都是前几,主要我经常懒得打电话,发邮件就会慢点儿。
y*j
42 楼
宾得党,我们村基本这两年的宾得老镜头deal都被我扫了。
【在 F***Q 的大作中提到】
:
: because my desktop is that linux box. I am tired of windows, it is too
: restrictive. I am sure with cygwin/mingw, you can do this as well.
: here is my script:
: -----------------------------------------------------------------------
: #!/bin/sh
: lynx -dump "http://boston.craigslist.org/search/sss?query=pentax" \
: | grep -i 'pentax' | grep '\[' | sed -e 's/\[[0-9]*\]//g' |head -6 \
: > /tmp/craigslist.today
: NEWITEM=`diff /tmp/craigslist.today /tmp/craigslist.yesterday | wc -l`
【在 F***Q 的大作中提到】
:
: because my desktop is that linux box. I am tired of windows, it is too
: restrictive. I am sure with cygwin/mingw, you can do this as well.
: here is my script:
: -----------------------------------------------------------------------
: #!/bin/sh
: lynx -dump "http://boston.craigslist.org/search/sss?query=pentax" \
: | grep -i 'pentax' | grep '\[' | sed -e 's/\[[0-9]*\]//g' |head -6 \
: > /tmp/craigslist.today
: NEWITEM=`diff /tmp/craigslist.today /tmp/craigslist.yesterday | wc -l`
f*i
44 楼
淘了啥?三公主?
【在 F***Q 的大作中提到】
:
: because my desktop is that linux box. I am tired of windows, it is too
: restrictive. I am sure with cygwin/mingw, you can do this as well.
: here is my script:
: -----------------------------------------------------------------------
: #!/bin/sh
: lynx -dump "http://boston.craigslist.org/search/sss?query=pentax" \
: | grep -i 'pentax' | grep '\[' | sed -e 's/\[[0-9]*\]//g' |head -6 \
: > /tmp/craigslist.today
: NEWITEM=`diff /tmp/craigslist.today /tmp/craigslist.yesterday | wc -l`
【在 F***Q 的大作中提到】
:
: because my desktop is that linux box. I am tired of windows, it is too
: restrictive. I am sure with cygwin/mingw, you can do this as well.
: here is my script:
: -----------------------------------------------------------------------
: #!/bin/sh
: lynx -dump "http://boston.craigslist.org/search/sss?query=pentax" \
: | grep -i 'pentax' | grep '\[' | sed -e 's/\[[0-9]*\]//g' |head -6 \
: > /tmp/craigslist.today
: NEWITEM=`diff /tmp/craigslist.today /tmp/craigslist.yesterday | wc -l`
F*Q
54 楼
wow
I still liked my cameras a lot (K10D/K5), but just too lazy to switch on
manual lenses. I even had a C-mount 500mm reflector lens, played with it
like crazy, but after that, never have touched it again
【在 y***j 的大作中提到】
: 小村子,三公主这种东西都没啥大deal。也就比ebay便宜个百八十就不错了。淘到的基
: 本都是手动。
: 最刺激的是1.7xAF 我15买的,玩玩没用好像400左右卖了。
: 剩下基本上大量白菜手动头。
: 自动的F50mm 1.7是50还是60买的,F50 1.4是100左右买的。
: 另外一堆手动头K135 2.5啥的也跟白捡似的,后来转了佳能,手动头基本全卖了平均应
: 该买价5倍以上。就留了几个比较不好找的头。
相关阅读
trade in ipad2买员工折扣ipad air (转载)comcast 无故disconnect服务,怎么破买了海美迪Q5II, 但是连不上网我的E2500还救吗?sprint gs3 提示升级4.4海美迪910A求助!回国后有什么办法可以免费打美国电话的?gps软件nexus 6什么时候出啊狗日的Comcast呀最便宜的手机prepaid plan是啥?find 7和1+1快出来3个月了Amazon APP store 5块钱credit 怎么花?MS有360 Internet Security下载,失败的iptv体验国内 android平板怎么买app啊?年底core m 12"板子靠谱吗, 有没有更多评测出来请问机顶盒还能看电影、连续剧吗?关于ROKU HDMI版本HTC One 过保了 怎么修?