ZModem script for iTerm
June 19th, 2012记得 ZModem 吗?这两个 scripts 可以让 iTerm 接收 ZModem。直接从 Server 拿文件的好办法。
记得 ZModem 吗?这两个 scripts 可以让 iTerm 接收 ZModem。直接从 Server 拿文件的好办法。
Twitterrific updated to 4.4.7 and introduced many improvements including “improved fonts for easier reading”. But it doesn’t look good to me – the username is not longer in bold and the content of tweet is bigger than before. These really made the whole UI out of place IMHO.
A quickfix to the font rendering in Twitterrific 4.4.7: open plist file /Applications/Twitterrific.app/Contents/Resources/theme_desktop.plist, scroll to the bottom to the section <key>tweetTable</key>, find “nameFont” and make some change:
<key>nameFont</key>
<string>14 HelveticaNeue-Bold</string>
Additionally, you can also change the font size of tweet back to 13 (still in <key>tweetTable</key>):
<key>font</key>
<string>13 HelveticaNeue-Medium</string>
These should bring you back the old 4.4.6 style.
TransLoc 是公车族的等车利器——在地图上显示公车现在的位置。不能帮你赶上已经错过的公车不过可以让你知道现在公车到哪里了。我常在临出门的时候看看现在出去是不是太早了,或者要是等下一班车。
iPhone, Android 上都有。:D

I was quite frustrated after the setup screen of R Extension showed up again after I configured and restarted RapidMiner. Then I checked the log, guess what?
java.lang.UnsatisfiedLinkError: Can't
load library:
/home/somename/Desktop/Install_Files/
rapidminer/rapidminer/null/library/
rJava/jri/jri.dll
Man I’m on a linux server! Guess the Rapidminer never remember what I told it to do. The solution was quite simple, go right into ~/.Rapidminer5/, edit the configuration file (5_1_008_rapidminerrc.Linux, in my case), and rewrite the line of rapidminer.r.native_lib to
rapidminer.r.native_lib=/usr/local/lib/
R/site-library/rJava/jri/libjri.so
or whatever in your system.
Problem solved!
Save display space or appeal to your own sense of minimalism by hiding Safari’s native status bar, and using the Invisible Status Bar instead. Only shows up when you hover over a link, i.e. when you need a status bar.
Nice.
今天试了几种可以全屏看 QQLive 的办法,比我之前想的用 Fluid 麻烦一些。不过可以全 屏还是比较好(大概老婆会开心~:P)
Webkit Nightly 支持 Fullscreen,controller 右下角就有一个全屏的按钮,不过问题是 图像比例会变 (比如 16:9 变 4:3)。所以基本是不能用。Fluid 也没辙。也许以后的 Ni ghtly Build 会改,等着。
Google Chrome 不支持 Fullscreen,不过可以 Copy Video Url 或者直接下载 Video(在 QQLive 上是 mp4)。Copy Video Url 之后可以直接在 QuickTime 用 Open URL 来在线看 。或者 Download 之后随便看。
改 Google Chrome 的 UA String 可以用 extension “User-Agent Switcher for Chrome”
,让 live.qq.com 固定使用 iPad 的 UA String,不用每次都要选。或者在 Terminal 用
open /Applications/Google\ Chrome.app/ --args -user-agent="Mozilla/5.0 (iPad;
U; CPU OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Ve
rsion/4.0.4 Mobile/7B334b Safari/531.21.10",更麻烦就是了……
希望可以帮到需要的人,谢谢。
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 就可以了。
试了一下用 GlimmberBlocker 改 UA String,不好用。目前比较好的办法是用 Fluid 给 live.qq.com 做一个单独的 Application,之后给它设置一个自定义的 UA String,Fluid 会保存设置。