Brilliant Bio-Design: 14 Animal-Inspired Inventions http://webecoist.com/2011/01/14/brilliant-bio-design-14-animal-
inventions/
神的创造给了人类太多的灵感,我自己真的不能视而不见。
Surveillance cameras flap their wings in the sky just like birds and
bats. Tiny little hairs on gecko feet help a robot climb a smooth
vertical surface. The impact-resistant surface of human teeth inspires
light and durable aerospace materials. Just like designs inspired by the
sea, insect-mimicking inventions and buildings that look like natu... 阅读全帖
第2个XXX来自:
1st clue:
street name is fit between Johnson and Hayes (think Andrew and Rutherford),
then west of its intersection with a street with a calm and soothing
name(though Sir Frances Drake might disagree).
答案:Grant & Pacific
到那里寻找 "电发?元", "?" 就是结果。
这个我可帮上大忙了,我立马告诉他们这是理发店标志,然后我找到的这个clue,他们都
深信不疑啊:D
2nd clue:
"Wall Street's" Gordon Gecko called it good for America. 这个clue,改一个字母可
以得出街名。从电话盘上找出726-7663对应的字母,就是第2个街名。
答案:Green & Sansome
到那里找philo 的铜牌,答案就是philo的年龄
3rd clue:
finish this sentence t
The following is a list of softwares (or setting files), together with
an brief introduction and location to download. These softwares are
those I use most on Mac OS X. I use my Mac for the purpose of
research, writing papers, presentation, surfing, BBSing, managing
personal finance, listening music, watching movies a little. If you do
similar things, you might find this list useful. Welcome to complement
the list.
Camino, Mozilla, Firebird: gecko engine based browsers (mozilla
Mozilla/5.0 (iPad; U; CPU OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10
(KHTML, like Gecko) Version/4.0.4 Mobile/7B334b Safari/531.21.10
Actually I shared something here: http://otherside.mimijidi.com/entries/watch-qqlive-in-mac/
QQLive 开始用 HTML5 支持 iPad,不过在用 Mac 上的 Safari 看的时候还是不断告诉
我“你的浏览器不支持 QQLive,换 IE 或者 TT 吧~“(好吧不是原话……不过是这
个意思)。不过改了一下 Safari 的 UA String,就可以看了….
iPad 的 UA String:
Mozilla/5.0 (iPad; U; CPU OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10
(KHTML, like Gecko) Version/4.0.4 Mobile/7B334b Safari/531.21.10
可以在 Safari 开启 “Show Develop menu in menu bar”,然后在 Develop -> User
Agent -> Other… 中给一个 iPad 的 UA String 就可以了。
it is okay Safari stuck at 5%
as long as webkit continue to grow.
Also open source, Mozilla's gecko has never seen such wide adoption by
different venders. Google, RIM, Sumsung, Amazon and more are all using
webkit.
Changes in this Development Milestone
Gecko 1.9 Alpha 1 introduces several new features which can be tested by
using Gran Paradiso Alpha 1:
* Cairo is now being used as the default graphics library, affecting all
graphic and text rendering
* Cocoa Widgets are now used in OS X builds
* An updated threading model
* Changes to how DOM events are dispatched (see bug 234455)
* Changes to how
netdisk;Chrome Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/
537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36
这个^
但是还是远没有PanDownloader牛逼
Yes, a pure engine. You know, tomcat is a stand alone application.
Catalina will be an engine only (like Gecko of Mozilla). Catalina is
the core of new Tomcat, but it can be treated as a seperate
engine, and can be hooked into IDE tools.
I don't know JetSpeed. Sorry. Actually, I don't like java.apache.org and
its projects:-)
鼻屎大的improvement, 也还意思拿出来现。
最可笑的是一屁芬妮从gecko换到了webkit.
Who gives a shit about 一屁芬妮 anyway?
Who uses it? Why would anyone use that shit instead of firefox (the abundant
addons) or chromium (for webkit and speed)?????
<- Using ubuntu's chromium build daily. :)
I like webkit's rendering, better than gecko.
And webkit seems to render font a little bit darker, which I like.
请各位大牛指点,感激不尽
想写一个登录mitbbs 的script with following code but failed.
( if trying with mechanize package , I can login successfully)
Is there anything wrong with the function ?
Code:
import urllib, urllib2, cookielib
username = 'username'
password = 'password'
cj = cookielib.CookieJar()
opener = urllib2.build_opener(urllib2.HTTPCookieProcessor(cj))
body = (('id', username),
('password', password),
)
headers={
'User-agent':'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2... 阅读全帖
When I refer dynamic, it means full fledged JS engine. To save parsing cost,
you don't need run a heavy rendering engine such as browser (not matter it'
s webkit or Gecko). It's much easier to write a parser for pure HTML and
simple CSS. JS interpreter is a monster. You'd better stick with established
implementation.
In your example, firebug relies on the browser to render the page, which
includes its own JS engine. It easily takes more than 1 second to finish one
page. If you only parse "static... 阅读全帖