苹果世界:文本编辑器-Tincta
由Gudao Luo在2011-07-14 at 13:45发表的
JavaScript世界:如何玩转Node.js
由Gudao Luo在2011-06-13 at 07:49发表的
- 道喜评论
- Node.js的JavaScript程序是服务器应用程序;
- Node.js是JavaScript服务器引擎或者说JavaScript语言运行环境;
- Node.js是一个网络服务器;
- Node.js使得JavaScript语言能够在非浏览器环境或者说系统环境下运行;
- Node.js是当前一款重要的JavaScript软件;
TextMate世界:优化软件界面风格missingdrawer
由Gudao Luo在2011-06-12 at 08:55发表的
网站推荐:Rails框架用户支架库
由Gudao Luo在2011-06-10 at 00:24发表的

- 道喜评论
- 支架(scaffold)是一个简单和功能化应用雏形;
- 支架生成器(scaffold generator)是生成一个简单和功能化应用雏形代码的工具;
- Rails框架为我们提供了一套功能十分强大的代码生成器和用户支架生成器框架;
- 网站 ScaffoldHub 是Rails框架用户支架库;
网站推荐:二维条形码的生成和读取解析
由Gudao Luo在2011-06-07 at 09:31发表的
苹果世界:如何把PDF文件内容导出为文本文件
由Gudao Luo在2011-06-02 at 11:42发表的
苹果世界:如何分拆和合并PDF文件
由Gudao Luo在2011-06-01 at 11:17发表的
网站推荐:Ruby语言技术资料网站
由Gudao Luo在2011-05-15 at 08:59发表的
苹果世界:另一种启动系统终端的方式
由Gudao Luo在2011-05-06 at 11:28发表的
Debian世界:如何安装版本管理系统Git
由Gudao Luo在2011-05-04 at 01:15发表的
苹果世界:使用十分方便的解压软件Unarchiver
由Gudao Luo在2011-05-01 at 12:21发表的

- 说明
- 针对有些压缩文件如rar,Mac OSX 系统无法完成解压功能。
- 解压软件Unarchiver是免费的;
- 在安装中,解压软件Unarchiver需要设定解压文件扩展名;
- 使用解压软件Unarchiver,只需双击rar文件就可以了;
- 参考资料
- http://opnir.com/22/mac-os-x-compress-uncompress-software http://opnir.com/22/mac-os-x-compress-uncompress-software
Ruby世界:更完善的Ruby终端软件Pry
由Gudao Luo在2011-04-30 at 11:24发表的
苹果世界:练习打字软件
由Gudao Luo在2011-03-23 at 05:55发表的
苹果世界:批量改变文件名称可视化软件Namechanger
由Gudao Luo在2011-03-21 at 11:35发表的
TextMate世界:TextMate命令行软件包管理器
由Gudao Luo在2011-03-09 at 22:50发表的

- 说明
- 什么是TextMate软件包扩展名
- TextMate软件包文件扩展名为.tmbundle。从本质上说,它是一个目录名称,但是在Finder中看到的是目录显示。
- 安装方法:
- gem install textmate
- 这些软件包安装到哪里?如图所示:
- /Library/Application Support/TextMate/Bundles
- /Library/Application Support/TextMate/Pristine Copy/Bundles
- /Applications/TextMate.app/Contents/SharedSupport/Bundles/
- ~/Library/Application Support/TextMate/Bundles
- ~/Library/Application Support/TextMate/Pristine Copy/Bundles
- 什么是TextMate软件包扩展名
苹果世界:图片文件格式转换软件XNView
由Gudao Luo在2011-02-22 at 10:28发表的
苹果世界:点对点文件分享软件uTorrent
由Gudao Luo在2011-01-19 at 18:17发表的
开发工具世界:网络软件安全评估工具Ratproxy
由Gudao Luo在2011-01-10 at 21:47发表的
Rails3框架实例:基于HTML的PDF文件生成工具PDFKit
由Gudao Luo在2010-08-02 at 14:05发表的

- 参考资料
- PDFKit项目首页 http://github.com/jdpace/PDFKit
- Generating PDFs from HTML using PDFKit视频. http://asciicasts.com/episodes/220-pdfkit
- Generating PDFs from HTML using PDFKit文章 http://railscasts.com/episodes/220-pdfkit
- Rethinking PDF Creation in Ruby http://goo.gl/OMd3
- 使用 wkhtmltopdf 生成 pdf http://goo.gl/Y3nh
- How to generate PDF using Ruby? http://goo.gl/xGJl
Apple世界:Rails IDE开发工具NetBeans
由Gudao Luo在2010-06-21 at 11:24发表的

- 使用方法
- 参考资料
- NetBeans Ruby版本下载链接 http://goo.gl/TwPs
- NetBeans下载页面 http://netbeans.org/downloads/index.html
软件世界:使用Aquamacs的最基本方法
由Gudao Luo在2010-02-24 at 08:20发表的

- 使用说明
- 下面逗号表示放开所有键再继续按相关键;
- 下面加号表示组合键;
- 几个连着的大写字母表示是一个键,如ENTER;
- 一个或者几个连着小写字母是需求一个一个字母全部输入,如下面的revert;
- 下面分号表示或者选择其它键;
- Aquamacs最基本方法
- 退出软件
- CTRL+x, CTRL+c
- 切换内存的文件
- CTRL+x, b, >;< , ENTER
- 创建或者切换目录的文件
- CTRL+x, CTRL+f
- 关闭文件
- CTRL+x, k, ENTER
- CTRL+x, k, >;<, ENTER
- 单文件和双文件显示
- CTRL+x, 2
- CTRL+x, 1
- 移动光标到行首和行尾
- CTRL+a
- CTRL+e
- 移动光标到上一行和下一行
- CTRL+n
- CTRL+l
- 使用系统命令
- ESC, !
- 更新内存的文件
- ESC, x, revert
- 退出软件
- 参考资料
- http://community.schemewiki.org/?emacs-tutorial http://community.schemewiki.org/?emacs-tutorial
- http://www.gnu.org/software/emacs/tour/ http://www.gnu.org/software/emacs/tour/
- http://xahlee.org/emacs/emacs_basics.html http://xahlee.org/emacs/emacs_basics.html
- http://hepg.sdu.edu.cn/Service/linux/application/emacs.html http://hepg.sdu.edu.cn/Service/linux/application/emacs.html
- http://blog.xiaogaozi.org/2008/06/emacs.html http://blog.xiaogaozi.org/2008/06/emacs.html
Apple世界:选择Mac OS X上的emacs:Aquamacs
由Gudao Luo在2010-02-22 at 07:13发表的

- 说明
- Mac OS X有很多版本emacs,请看下面链接。
- 选择Rails开发工具一些原则:良好中文支持、免费、跨操作系统和Ruby+Rails支持。
- 选择Mac OS X上的emacs应该是:Aquamacs。除了上面的理由之外,还有:更友好软件界面和MacOSX风格。
- 软件开发编辑器的三种层次:vim(最轻量级)、emacs(轻量级,如TextMate)和NetBeans(重量级,如Aptana)。其实我们都需要它们,只是视不同的使用场合而定。
- 接下来将会介绍:安装Rails插件到Aquamacs和使用emacs。
- 参考资料
- emacs http://www.gnu.org/software/emacs/
- aquamacs http://aquamacs.org/download.shtml
- emacs for macosx http://emacsformacosx.com/
- Carbon Emacs Package http://homepage.mac.com/zenitani/emacs-e.html
- http://news.ycombinator.com/item?id=399847 http://news.ycombinator.com/item?id=399847
- http://www.hoenn.net/blog/index.php?/archives/76-Die-Emacssituation-unter-OS-X.html http://www.hoenn.net/blog/index.php?/archives/76-Die-Emacssituation-unter-OS-X.html
- http://www.emacswiki.org/emacs/EmacsForMacOS
http://www.emacswiki.org/emacs/EmacsForMacOS
Apple世界:组合自己的图片工具iConMerge
由Gudao Luo在2010-02-15 at 10:06发表的

- 参考资料
- http://github.com/mocra/iconmerge http://github.com/mocra/iconmerge
- http://mocra.com/projects/iconmerge/ http://mocra.com/projects/iconmerge/
Rails3世界:安装Ruby1.8.7(一甲)
由Gudao Luo在2010-02-07 at 06:32发表的

- 使用说明
- 前提Mac OSX 10.5.8 + Ruby 1.8.6。
- Rails 3.0版本起将使用Ruby 1.8.7 或者 1.9.1。
- 安装Ruby 1.9.1,请看这里 使用Rails3的第一步安装Ruby1.9.1 http://tinyurl.com/y9r44gc。
- 推荐产品运行环境使用Ruby 1.8.7。
- 推荐学习运行环境使用Ruby 1.9.2。
- 摘要:“。。。 and Rails 3 will require Ruby 1.8.7 and prefer Ruby 1.9.2. ”
- 操作说明
- 参考资料
- How to Install RVM and Rails 3 on Snow Leopard http://tinyurl.com/ycdzfom
- Getting Rails 3 Beta Setup http://tinyurl.com/yeehgvc
- 系列全部内容
- Rails3世界:安装Ruby1.8.7(一甲) http://www.lycom.de/past/2010/2/7/2010-02-07-rvm-ruby187/
- Rails3世界:安装Ruby1.9.1(一乙) http://www.lycom.de/past/2010/2/6/2010-02-07-rvm-ruby191/
- Rails3世界:安装Rails3.0pre版本(二) http://www.lycom.de/past/2010/2/8/2010-02-07-rails3-pre/
- Rails3世界:使用软件包管理工具Bundler(三) http://www.lycom.de/past/2010/2/10/2010-02-10-bundler/
- Rails3世界:使用另外的网络服务器Unicorn(四) http://www.lycom.de/past/2010/2/13/2010-02-14-unicorn/
- Rails3世界:使用新的命令rails(五) http://www.lycom.de/past/2010/2/17/2010-02-17-rails-command/
- Rails3世界:使用抽象持久层Arel(六) http://www.lycom.de/past/2010/2/18/2010-02-18-arel/
Rails3世界:安装Ruby1.9.1(一乙)
由Gudao Luo在2010-02-06 at 08:41发表的

- 使用说明
- 前提Mac OSX 10.5.8 + Ruby 1.8.6。
- Rails 3.0版本起将使用Ruby 1.8.7 或者 1.9.1。Rails 3.0 Beta版本问题比较多!
- 安装Ruby 1.8.7,请看这里, 使用Rails3的第一步安装Ruby1.8.7 http://tinyurl.com/ydc32vb。
- 推荐产品运行环境使用Ruby 1.8.7。
- 推荐学习运行环境使用Ruby 1.9.2。
- 摘要:“。。。 and Rails 3 will require Ruby 1.8.7 and prefer Ruby 1.9.2. ”
- 操作说明
- 参考资料
- http://rvm.beginrescueend.com http://rvm.beginrescueend.com
- 系列全部内容
- Rails3世界:安装Ruby1.8.7(一甲) http://www.lycom.de/past/2010/2/7/2010-02-07-rvm-ruby187/
- Rails3世界:安装Ruby1.9.1(一乙) http://www.lycom.de/past/2010/2/6/2010-02-07-rvm-ruby191/
- Rails3世界:安装Rails3.0pre版本(二) http://www.lycom.de/past/2010/2/8/2010-02-07-rails3-pre/
- Rails3世界:使用软件包管理工具Bundler(三) http://www.lycom.de/past/2010/2/10/2010-02-10-bundler/
- Rails3世界:使用另外的网络服务器Unicorn(四) http://www.lycom.de/past/2010/2/13/2010-02-14-unicorn/
- Rails3世界:使用新的命令rails(五) http://www.lycom.de/past/2010/2/17/2010-02-17-rails-command/
- Rails3世界:使用抽象持久层Arel(六) http://www.lycom.de/past/2010/2/18/2010-02-18-arel/
Apple世界:不一样的命令终端DTerm
由Gudao Luo在2010-02-05 at 20:42发表的
- 安装软件
- $ curl -O http://www.decimus.net/files/DTerm.zip && unzip DTerm.zip && mv DTerm.app /Applications/ && rm DTerm.zip
- 启动软件
- $ open /Applications/DTerm.app
- 使用软件
- Shift+cmd+Enter
- 输入命令,如ls
- 参考资料
- http://www.decimus.net/ http://www.decimus.net/
- http://chinaonrails.com/topic/view/2840.html http://chinaonrails.com/topic/view/2840.html 谢谢大力!
网上精品:编辑器Vim最好的快捷图
由Gudao Luo在2010-01-27 at 20:19发表的
Rails视频世界:利用苹果工具Xcode开发Rails软件
由Gudao Luo在2009-08-01 at 18:30发表的
- 说明
- 工具Xcode的安装目录:
/Developer/Applications/Xcode.app - 视频链接
- 工具Xcode的安装目录:
Ruby/Rails工具世界:创建基于Ruby语言的PDF文件工具Prawn
由Gudao Luo在2009-01-02 at 02:31发表的

- 说明
- 参考资料
- http://github.com/sandal/prawn http://github.com/sandal/prawn
- Ruby Mendicant: Permian Prawn
- Ruby Mendicant: Archaean Prawn
- The Ruby Mendicant Project
- The Ruby Mendicant Project
- Ruby Mendicant: Permian Prawn
- 轻而易举创建PDF打印文档
- Building printable documents doesn’t have to be hard
- Building printable documents doesn’t have to be hard
- Prawn的Rails插件Prawnto首页
- Prawn项目中文实例代码
- Prawn项目首页
- Prawn: The Pure Ruby PDF Generation Library
- 项目Redmin的Prawn代码
- How To Generate PDFs in Rails With Prawn
Windows世界:系统优化工具CCleaner下载超过二亿次!
由Gudao Luo在2008-12-11 at 04:57发表的
Apple世界:通用即时通讯工具Adiumx
由Gudao Luo在2008-12-04 at 02:51发表的

- 说明
- 通用即时通讯工具Adiumx解决了MSN账号在Apple上的即时通讯问题。
- 另一款通用即时通讯工具Pidgin
- Erste Beta von Adium 1.4 unterstützt IRC und Twitter
苹果世界:最受欢迎的RSS阅读器NewsGator
由Gudao Luo在2008-11-22 at 22:18发表的

- 安装说明
- 点击链接: http://tinyurl.com/6g8nd9
- 把下载的文件NetNewsWire.app移到应用软件目录下
- 点击该文件NetNewsWire.app,就可以启动该软件
- 注册一下用户
- 在所有的Mac OS X机器上,只要有该软件并且有相同的用户,相互间就可以同步本地RSS信息。
苹果工具世界: 文件rar的压缩工具 UnRarX
由Gudao Luo在2008-11-18 at 03:33发表的

- 安装说明
- 下载文件:http://www.unrarx.com/files/UnRarX_2.2.zip
- 解压文件UnRarX_2.2.zip
- 复制或者移动文件UnRarX.app到目录/Applications/(即:应用程序)下
Apple世界:SQLite数据库可视化工具
由Gudao Luo在2008-11-02 at 21:43发表的

- 相关连接
- SQLite Manager https://addons.mozilla.org/zh-CN/firefox/addon/5817
Apple世界:软件包管理系统MacPorts
由Gudao Luo在2008-09-02 at 06:25发表的
苹果世界:我在MacOSX上写博客所用的工具
由Gudao Luo在2008-08-31 at 01:58发表的

- 我在MacOSX上写博客所用的工具
- 储存视频网Screencast http://www.screencast.com/users/cnruby
- 浏览器Firefox3.0
- SFTP文件上传工具Cyberduck http://cyberduck.ch/
- 抓图和视频工具Jing http://www.jingproject.com/
- 储存抓图网Slide http://cnruby.slide.com/
- 博客流量网Blogflux http://topsites.blogflux.com/computers
- 博客聚合网Feed Informer http://feed.informer.com/
- 长连接网址处理网 http://tinyurl.com/
开发工具:Ruby语言正则表达式工具
由Gudao Luo在2008-06-16 at 08:33发表的

- 正则表达式工具
- 在线类型工具:http://www.regexbuddy.com/
- 离线类型工具:http://rubular.com/
苹果世界:真正好的免费抓图和视频工具Jing
由Gudao Luo在2008-06-13 at 05:11发表的
开发软件工具:使用版本控制系统Git
由Gudao Luo在2008-04-10 at 07:15发表的

- 参考资料
- http://download.ikaaro.org/doc/git/index.html
- http://git.or.cz/course/svn.html
- http://eagain.net/articles/git-for-computer-scientists/
- http://github.com/
- http://www.lighthouseapp.com/
- http://dennisbloete.de/stuff/digitale_medien/git-vcs.pdf
- http://www.infoq.com/cn/news/2008/04/rails-svn-to-git
- http://www.infoq.com/cn/news/2008/03/github-git-repository-hosting
Rails框架:在Apple上开发Rails应用软件
由Gudao Luo在2008-03-01 at 21:37发表的
Ruby工具:获取子进程信息systemu
由Gudao Luo在2008-02-08 at 22:16发表的
网络工具:Ruby语言正则表达式编辑器
由Gudao Luo在2008-01-26 at 15:20发表的
Ruby语言:描述语言的计算机语言Treetop
由Gudao Luo在2008-01-25 at 22:49发表的
Ruby语言:Ruby语言2007年最重要的十二个工具
由Gudao Luo在2007-12-30 at 19:46发表的
网络阅读:NetBeans 6.x vs Eclipse 3.x 第一局
由Gudao Luo在2007-12-20 at 21:55发表的
- 核心摘要
开发工具:NetBeans成为开发Ruby软件的主流工具
由Gudao Luo在2007-12-03 at 09:44发表的
网站推荐:最全的Windows系统开源软件清单
由Gudao Luo在2007-11-08 at 09:14发表的
软件开发工具:介绍傻瓜内容跟踪器
由Gudao Luo在2007-11-04 at 21:53发表的
网站推荐:Ruby语言和Rails框架快捷表
由Gudao Luo在2007-04-15 at 22:05发表的
Java软件界面开发新途径Qt Jambi
由Gudao Luo在2007-03-11 at 20:29发表的

- Qt Jambi的挪威Trolltech公司网站首页:http://www.trolltech.com/
- 说明:开源软件 Qt 是一个高性能和工业标准的C++跨平台软件开发框架。现在发行的第一个Beta版本Qt Jambi是基于Qt4软件版本4.3的Java语言接口,使得Java程序员能够使用Qt API。开源桌面KDE、Google Earth、即时通讯软件Skype和网络浏览器Opera都是基于Qt框架开发的。而Qt Jambi,除了Java Swing和SWT,又是一个Java软件界面开发新途径。Qt Jambi和Qt Jambi plugin for Eclipse都要注册后方可下载。
把最好的Ajax库加入到你网络软件中
由Gudao Luo在2007-03-09 at 23:30发表的

- miniajax.com首页:http://www.miniajax.com/
成套可移植Windows系统软件PortableApps
由Gudao Luo在2007-03-09 at 22:38发表的

- Portable Apps Suite首页:http://portableapps.com/
- 说明:Portable Apps Suite软件可以让你的Windows应用软件成为“移动软件”。不要在不同的机器上到处安装相同软件。把它安装到USB硬盘就可以了。下载的软件是 PortableApps_Suite_Standard_1.0.exe 文件,使用7zip解压就可以了,然后复制到你的USB硬盘,如图一。点击文件StartPortableApps.exe,就启动了该软件菜单,如图二。你可以再增加可移植软件,如PuTTY,到PortableApps目录下,如图三。
![]() | ![]() | ![]() |
| 图一 成套可移植Windows系统软件目录 | 图二 成套可移植Windows系统软件菜单界面 | 图三 增加可移植软件PuTTY到PortableApps目录 |
通用软件和开发软件链接小全
由Gudao Luo在2007-03-02 at 23:59发表的

- 说明:这是个不错的点子。该小而全的网站把通用软件和常用开发软件很好的收集起来,尤其在安装新的系统时可以提供很好的参考,节省了大家的时间。该网站目前还时时更新软件的版本。
创建自己的电话局Asterisk
由Gudao Luo在2007-03-02 at 01:02发表的

- Asterisk首页:http://www.asterisk.org/
- AGI Wiki:http://www.voip-info.org/wiki-Asterisk+AGI
- 说明:Asterisk是开源的电话交换机系统。AGI是Asterisk接口规范。RAGI和Batphone是Ruby语言的AGI实现。而后者是刚刚推出的。
- “Asterisk系统和Rails框架说明”: http://anarchogeek.com/assets/2006/10/25/integrating_asterisk_and_rails_astricon_06.pdf
视频世界:功能最全的跨平台视频播放器VLC
由Gudao Luo在2007-03-01 at 22:16发表的

- VLC软件首页:"http://www.videolan.org/vlc/":http://www.videolan.org/vlc/
- 说明:VLC软件的下载次数已经超过一千万次!它是免费的且跨平台的,难得的好软件。该软件可以打开不同的网络传送协议文件,来观看视频内容。如"《大国崛起》(mms链接)":http://www.lycom.de/pages/4l8hneph 就可以通过该软件下载或者实时观看。当然使用它也可以听音乐
- 参考资料
- VLC Media Player 1.0.5发布 http://software.solidot.org/software/10/02/01/1014213.shtml
- VLC Media Player 1.0.5(Intel处理器)下载链接 http://download.videolan.org/pub/vlc/1.0.5/macosx/vlc-1.0.5-intel.dmg
一流图形浏览,处理和转换自由软件
由Gudao Luo在2007-02-25 at 23:11发表的

- FastStone网站:http://www.faststone.org/
- 说明:FastStone网站的软件使用方便,看似简单,但是其中包含了大量的功能。对于经常处理图形的朋友,是一个很好的工具库。
Rails框架的Ajax技术资料大全
由Gudao Luo在2007-02-24 at 21:27发表的

- Prototype框架
- Prototype Home http://www.prototypejs.org/
- Prototype APIhttp://prototypejs.org/api
- Prototype Developer Notes http://www.sergiopereira.com/articles/prototype.js.html
- scriptaculous框架
- scriptaculous Home: http://script.aculo.us/
- scriptaculous Wiki: http://scriptaculous.stikipad.com/scriptaculous/
- jQuery框架
- jQuery Home: http://jquery.com/
- jQuery API: http://rails.visualjquery.com/1.1.1.html
- Ajax开发必备工具
- Firefox Plugin JavaScript Debug http://www.mozilla.org/projects/venkman/
- Firefox Plugin FireBug https://addons.mozilla.org/firefox/1843/
- Firefox Plugin Web Developer http://chrispederick.com/work/webdeveloper/
- Java Script Console http://www.squarefree.com/bookmarklets/webdevel.html
- Firefox Plugin Modify Header https://addons.mozilla.org/firefox/967/
- Firefox Plugin LiveHTTPHeaders http://livehttpheaders.mozdev.org/
- Ajax博客和网站
- ajaxian http://www.ajaxian.com/
- ajaxblog http://www.ajaxblog.com/
- web2null http://www.web2null.de/
- ajaxcn http://ajaxcn.org/
网站推荐:及时报道优秀的跨平台软件网站CrossOSS
由Gudao Luo在2007-02-15 at 20:00发表的

- CrossOSS首页 www.crossoss.com
- 该网站更有意义的连接是 Open Source目录
在线生成印章网站www.makepic.com
由Gudao Luo在2007-02-14 at 21:33发表的

- 在线生成印章网站:http://www.makepic.com/print.php
- 说明:很不错生成图片的网站。可惜印章的形态无法变化,这是其一;印章的汉字也有限制,这是其二。该网站还有生成有条形码图形功能。



































