similar to: watch ruby/rails conferences' videos and slides on your iphone/ipad

Displaying 20 results from an estimated 500 matches similar to: "watch ruby/rails conferences' videos and slides on your iphone/ipad"

2012 May 22
1
rails-brakeman.com, an online service to find security issues in your rails projects
Hi, I just released rails-brakeman.com, it is an online service to find security issues in your rails projects, it works based on Justin''s great gem brakeman <https://github.com/presidentbeef/brakeman>. Rails developers always write code fast, but sometimes they leave some security issues in their rails project. Do you still remember mass assignment issues from github? Using
2010 Aug 16
0
rails_best_practices gem 0.4.0 released
Hi, I have released rails_best_practices 0.4.0, rails_best_practices is a code metric tool for rails codes, from 0.4.0, it can check the rails3 codes better. The project repository is here: http://github.com/flyerhzm/rails_best_practices In addition, if you want to add your rails best practices into the gem, please post your best practices on http://rails-bestpractices.com -- Best regards,
2010 Aug 22
0
Ask for best practices on rails-bestpractices.com
Hi http://rails-bestpractices.com added a new feature, asking for best practices, it allows users to ask for a best practice about any rails related work, such as "How to detect N+1 queries?" and "How to upload a large file with progress bar?". Then everyone can post your answer with your own best practice solution to the questions. Check it
2009 Aug 10
0
A rails sitemap plugin
Hi, guys: I wrote a sitemap plugin for rails yesterday. This plugin will generate the public/sitemap.xml from config/sitemap.rb whose format is very familiar to config/routes.rb. I think it is very helpful if you have a website written by rails and want it to be crawled by spiders such as google, yahoo and baidu. The home page of the plugin is http://github.com/flyerhzm/sitemap/tree/master The
2009 Sep 30
5
A rails plugin to generate css sprite image automatically
Hi guys, I have written a rails plugin/gem to generate css sprite image automatically. The project repository is here: http://github.com/flyerhzm/css_sprite It is based on RMagick and you need only define a rule from what source images to a destination image, as follows: forum_icon_vertical.gif: # destination image file sources: # source image file list - good_topic.gif
2009 Sep 13
0
regrex_crawler -- a crawler which uses regular expression to catch data from website
RegexpCrawler is a crawler which uses regular expression to catch data from website. It is easy to use and less code if you are familiar with regular expression. The project site is: http://github.com/flyerhzm/regexp_crawler/tree I give an example: a script to synchronize your github projects except fork projects, , please check example/github_projects.rb require ''rubygems''
2010 Jan 07
0
flyerhzm-metric_fu = metric_fu + rails_best_practices
I have forked metric_fu and add rails_best_practices to it. rails_best_practices is a great gem to check your rails app codes and give you some good suggestions for better rails codes. The repository of flyerhzm-metric_fu is here: http://github.com/flyerhzm/metric_fu The repository of rails_best_practices is here: http://github.com/flyerhzm/rails_best_practices -- You received this message
2008 Apr 30
3
pretty url
I want to write a permalink like /year/month/day/title, code is as follows: self.permalink = "#{now.year}/#{now.month}/#{now.day}/#{title}" in the view, I use restful url post_path(@post). And in the html source code, the url is /posts/2008%2F4%2F30%2FTest You can see, the ''/'' is replaced by "%2F", which is not I expect. How not to replace the
2007 Apr 26
2
Bitmap in Toolbar display only a quarter of picture on Windows XP
I don''t know why the bitmap in toolbar displays only a quarter of picture on Windows XP, but it displays OK on Ubuntu. The attachments are results both on Windows XP and Ubuntu -- flyerhzm@hotmail.com _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Apr 26
2
How to close Frame?
When I call frame.destory on Windows XP, I am told that CodeLineStatistics/init.rb:5: [BUG] Segmentation fault ruby 1.8.6 (2007-03-13) [i386-mswin32] This application has requested the Runtime to terminate it in an unusual way. Please contact the application''s support team for more information. What''s the correct way to close the frame? -- flyerhzm@hotmail.com
2007 May 01
1
Text of Status Bar always disappear
The first time I create the status bar by call @sb = create_status_bar @sb.set_status_text(''Welcome to use Code Line Statistics'') it works perfect. But when I click a tool bar button that trigger an event, and call @sb.set_status_text(''Finish'') if the mouse is on the button, the text of status bar is "Finish"; but once the mouse is out of the
2007 May 01
1
How to insert item to ListCtrl
The only way I know to use ListCtrl is to call ListCtrl#set_item_count and define a callback function on_get_item_text(item, col) How can I insert Listitem one by one, that each Listitem is composed with several string -- flyerhzm@hotmail.com _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2013 Apr 25
1
Install Tinc in iPhone / iPad.
Hi everybody, I have seen in some sites that Tinc can be downloaded and installed from Cydia, but I have tried and it not appear in Cydia. Knows somebody if I need add a special repo to Cydia to download and install tunemu and tinc? Do I need download both sources and compile them? Or do I have another way to install both packages? Best resgards, Rams?s -------------- next part
2011 Oct 02
1
Ipad on R
It is possible to install R on Ipad 2? -- Oscar Ramírez A. Universidad Nacional, Escuela de Ciencias Biológicas. M.Sc. en Conservación y Manejo de Vida Silvestre osoramirez@gmail.com [[alternative HTML version deleted]]
2011 Mar 26
1
xiph for ipad?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi folks, Looking at xbmc playing *.ogg files on the ipad I wonder if it would be possible to port Xiph to ios? Regards Harri -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk2Nt2MACgkQUTlbRTxpHjeKCwCeKrJysjJ5k0pdPQFef0Bzz2uQ
2011 May 07
0
Re: iPad and WINE
alabama_tuck71 wrote: > Dammit :( It would have a great work distraction...thank you, though! Second, the iPad doesn't have an x86 CPU in it. It has an ARM CPU in it. Wine barely even supports ARM natively. It certainly doesn't support running x86 programs--like World of Warcraft--on ARM hardware. Long story short: there is no way to run the Windows version of WoW on an iPad
2017 Sep 18
0
compiling for the ipad
On Tue, Sep 19, 2017 at 1:02 AM, jacob navia <jacob at jacob.remcomp.fr> wrote: > Le 18/09/2017 à 21:20, Bruce Hoult a écrit : > >> Weird. The xcode compiler has been llvm for a long time, and A64 has been >> supported since the iPhone 5s came out four years ago. >> >> Perhaps you're asking this because you have an existing project targeting >> A32
2011 Apr 05
1
CELT support for iPad
Hi, Does anyone have experience with running CELT decoder on iPad? thanks, Doron -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20110406/6e1af203/attachment-0002.htm
2011 May 02
1
iPad question
Hi, I am facing problem when using CELT for iPad. I wonder if someone have experience with that, or someone have idea why it happened. I was able to compile libCelt (and lib Ogg) for iPad (iOS 4.2) and for iPad Simulator I added those libraries to my application, and it was successfully compiled and linked, but once the application start it immediately crash (even if I am not using any of the
2011 Apr 03
2
iPad and WINE
I got an iPad for Valentine's Day and use it a lot. I want to play WoW while I'm at work, but not sure which version or type to download. Can someone help?