由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
EB23版 - 自动刷unofficial pdf的script
相关主题
TSC system was down.孟买出VB了?
如何回复出生证的RFE?Unofficial Prediction of EB Visa Cut-Off Dates Ahead (zz)
Excellent PD projection from IV>>>Sep 2006 to be the real endEB3C expect major movement in the rest of FY 2014
Unofficial Sep. VB on a law firm's website小蜜说要把non-prof H1b的I797寄到中国地址?
九月排期出来了。More good news coming
No unofficial PDF is released inadvance?同胞们,美国越来越难呆了。
千呼万唤。。。如果离婚,现在已经递上去的I-485 会取消吗? 怎样防止取消呢?
请问以前有人贴了一个用python写的扫号器的帖子在哪里?急!请问我这种情况回国签证会有问题吗?多谢大家帮忙!
相关话题的讨论汇总
话题: pdf话题: unofficial话题: calculator话题: script话题: google
进入EB23版参与讨论
1 (共1页)
o*****t
发帖数: 13
1
If you have linux you can run this script which checks the existence of the
unofficial pdf every minute. If the pdf appears it will pop up the
calculator window for you, otherwise just print a message:
#!/bin/bash
r="not available"
while [ -n "$r" ]
do
echo "Still not available at " `date`
sleep 60
r=`curl http://travel.state.gov/pdf/visabulletin/visabulletin_April2012.pdf 2>/dev/null | grep "we couldn't find that page"`
done
gnome-calculator
i****s
发帖数: 1152
2
lol
NB
i****s
发帖数: 1152
3
我用google search这个
pdf site:http://travel.state.gov inurl:pdf/visabulletin
l********l
发帖数: 9452
4
firefox -> reload every 10s
i****s
发帖数: 1152
5
10s, 也太狠了
大家都这么搞,还不把丫server用log file给撑爆了

【在 l********l 的大作中提到】
: firefox -> reload every 10s
o*****t
发帖数: 13
6
Problem with google search is that Google doesn't refresh VB site content in
real time. It takes some time for Google to be aware that VB has been
updated. A few hours a least I think.
l**7
发帖数: 3940
7
PDF is more official than HTML version...
s9
发帖数: 1192
8
pop up calculator is funny!
BTW: you may have to check out both "April" and "Apr". LOL

the

【在 o*****t 的大作中提到】
: If you have linux you can run this script which checks the existence of the
: unofficial pdf every minute. If the pdf appears it will pop up the
: calculator window for you, otherwise just print a message:
: #!/bin/bash
: r="not available"
: while [ -n "$r" ]
: do
: echo "Still not available at " `date`
: sleep 60
: r=`curl http://travel.state.gov/pdf/visabulletin/visabulletin_April2012.pdf 2>/dev/null | grep "we couldn't find that page"`

1 (共1页)
进入EB23版参与讨论
相关主题
急!请问我这种情况回国签证会有问题吗?多谢大家帮忙!九月排期出来了。
DREAM Act appears deadNo unofficial PDF is released inadvance?
弱问:什么是绿卡的排期?I485递上去就排上了?千呼万唤。。。
真心请教申请绿卡和申请福利的矛盾。请问以前有人贴了一个用python写的扫号器的帖子在哪里?
TSC system was down.孟买出VB了?
如何回复出生证的RFE?Unofficial Prediction of EB Visa Cut-Off Dates Ahead (zz)
Excellent PD projection from IV>>>Sep 2006 to be the real endEB3C expect major movement in the rest of FY 2014
Unofficial Sep. VB on a law firm's website小蜜说要把non-prof H1b的I797寄到中国地址?
相关话题的讨论汇总
话题: pdf话题: unofficial话题: calculator话题: script话题: google