Showing posts with label Tool. Show all posts
Showing posts with label Tool. Show all posts

vim command handbook Tuesday, September 28, 2010


Vim is one of the gread editors. There's a mindmap of vim commans, the bellowing is a screenshot.


You can download the pdf version from here



from Joe Martinez

How to transform your hoodie into a computer sleeve Wednesday, March 31, 2010




More info Pls refer to this link

好工具共享 Thursday, March 11, 2010


Convert Word document to MediaWiki markup

The release notes of the tool said it supports Word2000,2003. I used it on Word 2007. It works fine.

Step by Step to install

  1. Download the tool at the like belowing  http://sourceforge.net/projects/word2mediawikip/files/Word2MediaWikiPlus/1.0.0/Word2MediaWikiPlus-1.0.0.zip/download
  2. The tool is  a set of Word Visual Basic macros so you must import these marco by following instruction at http://www.mediawiki.org/wiki/Extension:Word2MediaWikiPlus/old_project_page#Code_installation
Another advantage:  You can create a table with MediaWiki markup via this tool

Use table in Mediawiki Thursday, October 29, 2009

As you know, it is very hard to use Table in MediaWiKi . The syntax to create table is sample but the process is bored.
fortunately I found a good way to do it.
1> use google doc to create and edit table.
2> download it as html or tap "edit"-->"view as html"
3> copy the code between "div" and "/div"
4> paste the code in MediaWiki.
Good luck.

Carbide.c++ 2.0 免费下载 Monday, October 12, 2009

 Application developers are encouraged to install the Developer or Professional Edition. The OEM Edition is recommended for device manufacturers.

 

Supported new features and improvements

  • Support for S60 5th Edition (in particular Touch UI and Platform Services).
  • Addition of several Touch design components to the UI Designer tool. Users can touch-enable basic user interface applications using this graphical tool.
  • Support for Qt development tools for S60 (expect updated Qt SDK’s next year)
  • Improved connection and reporting for On-Device Debugging.
  • Knowledgebase Scanner is a new addition to the CodeScanner static analysis tool. Knowledgebase Scanner scans the user’s code and provides advice for adding touch capabilities to existing applications.
  • Improved speed and accuracy of code completion aids.
  • Improved rendering for the Performance Investigator tool (Available in PRO and OEM Editions).

http://www.forum.nokia.com/info/sw.nokia.com/id/dbb8841d-832c-43a6-be13-f78119a2b4cb.html

 

 

Download the latest version of Carbide.c++

Compare and explore Forum Nokia’s Carbide.c++ resources

 

 

Tools for Symbian

You can download the belowing tools from the provided link.

 

1> S60 platform SDKs for Symbian OS, for C++

2> Carbide.c++ v1.3, the development tool for C++ for Symbian OS and Open C developers

 

http://innovator.samsungmobile.com/cms/cnts/category.main.list.do?cateId=9&cateAll=all

QWERTY,QWERTZ和AZERTY Saturday, October 10, 2009

1> QWERTY
现在通用的QWERTY键盘,以键盘第一排字母的左边6个字母而得名。






2> QWERTZ



3> AZERTY

UIQ3上拷屏软件FastScreenshot

        昨天向测试部门要了一个拷屏软件,安装后发现很不稳定,而且要求phone是debug版本的phone,但是平时我很不喜欢debug版本的,太容易死机!!!为了用这个软件,重新flash了手机,麻烦!

要不自己做一个
1> 需要一些关于图形的知识。以前熟悉bmp和jpeg2000,把标准都快翻烂了。不过现在好像什么也想不起来。:( 。下面是我总结的一些关于图形格式的资料,比较highlevel,将就着看吧
其中我喜欢png!所以我采用的缺省格式就是它了。
2> 当程序在后台运行时,怎么捕捉键盘事件? RWsSession或者RWindowGroup可能有些帮助
3> 怎么拷贝屏幕?   也许CWsScreenDevice能有些帮助
    CWsScreenDevice:: CopyScreenToBitmap可以将整个屏幕拷贝成CFbsBitmap格式。但是这个格式是symbian优化了的,只能保存成mbm文件。没法直接查看。这个话题转移到4中讨论。
4> 拷贝后的数据格式是什么?我怎么转化成其他我想要的格式?
   通过这个CImageEncoder提供的功能就可以将CFbsBitmap转换为你想要的格式bmp,jpg,png等等,这些事目前系统支持的格式。

预期收获:
1〉 能不能申请一个长期的uid
没有搞到,被拒了
2007-9 经过努力成功了,看看怎么从Symbian申请UID
2〉 熟悉一下sign的全过程
连个账号都没有申请到,呵呵,只好用现有的key来sign了
3〉 复习复习多媒体?hoho

下一步:能不能把屏幕录制成视频文件?


这图就是我用这个软件抓出来的,大约15k。

发现一个s60小工具--PhoneInfo

可以获得手机的IMSI, IMEI, WLAN Id, Phone Id, S60 version, CPU, memory, screen resolution, available fonts

PhoneInfo is a free utility for Symbian S60 that displays several technical information about your phone: IMSI, IMEI, WLAN Id, Phone Id, S60 version, CPU, memory, screen resolution, available fonts, etc... In short, many information you don't need to know except if you are curious (and/or a developer!).
The application is Symbian Signed so you can use it on any of your phone (S60 3rd Edition and later).

来自
http://www.newlc.com/en/phoneinfo

下载地址:
http://www.newlc.com/files/PhoneInfo_s60_v1.0.0.sisx