search for: yingfeng

Displaying 7 results from an estimated 7 matches for "yingfeng".

Did you mean: jingfeng
2011 Jan 03
1
Errors in installing Matrix package
...the "Matrix" package on R (version 2.12.1). Here are the errors: > > Library(Matrix) > > Error in length(label) : could not find function ".extendsForS3" > Error: package/namespace load failed for 'Matrix' > Any help would be appreciated. Thanks, Yingfeng [[alternative HTML version deleted]]
2006 Jul 05
3
Is there any schema of full-text search that support utf-8?
Is there any schema of full-text search that support utf-8 especially for Asia language such as Chinese,Japanese,etc. Ferret/acts_as_ferret can not work when these language key words are searched,and also, it is difficult to implement pagination-which need both the count of search results and offset. Very grateful! -- Posted via http://www.ruby-forum.com/.
2006 Jul 07
4
How to add Asia token analyzer to ferret simply?
...principles,which means that every Chinese character will be a token,although this is not so well in some cases,my database column to be full-text searched include at most tens of UTF-8 characters,therefore i think it can works well. Thanks a lot! David Balmain wrote: > On 7/5/06, Charlie <yingfeng.zhang at gmail.com> wrote: >> Is there any schema of full-text search that support utf-8 especially >> for Asia language such as Chinese,Japanese,etc. >> Ferret/acts_as_ferret can not work when these language key words are >> searched,and also, it is difficult to implemen...
2006 Feb 25
3
Is there any projects that implement the social bookmarking?
scuttle is written in php,delirious is written in perl,rails has tealeaf which has not published any files until now,is there any other rails social bookmarking with ajax characteriscs? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060225/0e082cd5/attachment.html
2006 Jul 17
0
Ruby-GetText-Package-1.7.0
...ed bugs, code cleanup. * Update translations * Chinese(zh), Czech(cs), Dutch(nl), English(default), French(fr) Spanish(es), Japanese(ja), Korean(ko), Russian(ru) Thanks to: Translators: David Espada, Karel Miarka, Laurent Sansonetti, Yuri Kozlov, Gyoung-Yoon Noh, Menno Jonkers, Yingfeng Bug reports and suggestions: arton, OZAWA Sakuro, kdmsnr, Gyoung-Yoon Noh, Kouhei Sutou Website ------- http://rubyforge.org/projects/gettext/ * Download http://rubyforge.org/frs/?group_id=855&release_id=2856 * Ruby-GetText-Package HOWTOs http://www.yotabanana.com/hiki/ruby-gettex...
2006 Jun 09
0
Ruby-GetText-Package-1.6.0
...e and ancestors. You don''t need to call bindtextdomain in each files. # A textdomain belong to a file in previous version. # And a message is looked up in the file which called # GetText functions only. Thanks to: babie, charlie, Nobuhiro IMAI, Hiroyuki Iwatsuki, Yingfeng, Marco Lazzeri, Nobu Nakada, Gudao Luo, markus koller, and others. Website ------- http://rubyforge.org/projects/gettext/ * Download http://rubyforge.org/frs/?group_id=855&release_id=2856 * Ruby-GetText-Package HOWTOs http://www.yotabanana.com/hiki/ruby-gettext-howto.html * Ruby-GetText...
2006 Mar 13
0
How to integrate layouts?
I am a newbie of rails and now am confused about the layouts'' integration. Suppose that in the current projects,I have imported the plugin of "Login Engine", and then created the scaffold files. now I want the default layout-- suppose to be "application.rhtml" to include both the module that the two module can be displayed on single page,how can I do with that?tks