search for: bookshelf

Displaying 20 results from an estimated 55 matches for "bookshelf".

2010 Mar 26
1
coursesmart bookshelf on gentoo
For some reason I couldn't post this to the mailing list. Two attempts failed, but i'm getting posts from others --- Hello peeps, I need to run this software for school, and am attempting it under wine. It installs fine, but first attempt to run said i needed windows version of mono. I installed that, and now I see this: http://dpaste.com/175845/ [+] i'm not understanding the
2007 Oct 05
20
RSpec Book(s) on the radar
I just found this one: http://tinyurl.com/3c3mfa David, are there any other RSpec books in the works? With Regards, Cody Skidmore
2008 Aug 18
3
FXRuby FXScintilla question
Hello, I have started learning FXRuby about 2 weeks ago. Now I''m trying to launch the scintilla_test.rb from the fxruby-1.6 installation directory (/usr/lib/ruby/gems/1.8/gems/fxruby-1.6.16/examples) and get this error: /usr/lib/ruby/gems/1.8/gems/fxruby-1.6.16/lib/fox16/kwargs.rb:2007:in `old_initialize'': wrong number of arguments (8 for 0) (ArgumentError) from
2008 Jul 12
4
problem
Hi -- I just got your book FXRuby and am trying to get it working on Leopard -- I had no problems getting it to work on Vista or Ubuntu but when I tried to follow the post on your blog for Leopard I got the following error -- I don''t know enough about Leopard or Ruby for that matter to troubleshoot this myself so I was hoping someone may have run into this before and can offer a solution.
2006 Mar 17
1
Congratulations!Both Rails book and framework win Jolt Award
http://www.sdmagazine.com/jolts/2006index.html BOOKS TECHNICAL Jolt Winner: Agile Web Development with Rails by Dave Thomas, David Hansson, Leon Breedt and Mike Clark (Pragmatic Bookshelf) Productivity Winners: ? Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries by Krzysztof Cwalina and Brad Abrams (Addison-Wesley) ? Practical Common Lisp by Peter Seibel (Apress) ? Why Programs Fail: A Guide to Systematic Debugging by Andreas Zeller (Morg...
2010 Apr 30
1
Reverse engineering USB devices
I'm pretty sure this is the wrong list, but maybe some clever people here can redirect me... I have a "RCA RS2100 Bookshelf Audio System" http://www.woot.com/blog/viewentry.aspx?id=2744 This is radio/CD/mp3 player... PLUS it can stream audio wirelessly. You plug a USB device into your PC and you can remote control what gets played from the RS2100 remote control ("Wireless Musiclink"). BUT only with Win...
2005 Oct 25
0
Can I get a copy of manuals.rubyonrails.com sorce
...9;ve been asked to work on a web based document reivew system, that appears to be a reasonably good mach for Hieraki. I''ve installed Hieaki on my system, and it''s running fine. Now I''d like to be able to use the kind of document navigation I see in the ''Hieraki Bookshelf''. Is is possible for me to get a copy of the code used in the Bookshelf - specifically the controllers and the views (with any stylesheets)? Thanks in adVance Vance
2007 May 09
3
Allocating shelf space
...;catalogue" of hundreds of books, where each "entry" has author and title (or equivalent ID), and also Ia) The dimensions (thickness, height, depth) of the book Ib) A sort of classification of its subject/type/genre II: Given also a specification of available and possibly potential bookshelf space (numbers of book-cases, the width, height and shelf-spacing of each, and the dimensions of any free wall-space where further book-cases may be placed), where some book-cases have fixed shelves and some have shelves with (discretely) adjustable position, and additional book-cases can be design...
2007 Mar 01
2
Another newbie book recommandation question
...m the other requests for book recommendations that it's not repetitious. If not, I apologize in advance. I'm curious what standard reference books working statisticians, or biostatisticians, have within easy reach of their desk. I'm a computer systems administrator, and have a two-foot bookshelf directory under my monitor that contains 13 paperback manuals that I refer to frequently, some once or twice a day. Are there standard reference works for statisticians that are used the same way? From reading this list, I'm guessing that one might be W. N. Venables and B. D. Ripley (2002), &qu...
2010 Jan 10
7
IIS + Apache + Mongrel: Problem with big data submit form
...eb-sites at default port 80. Therefore, I used ISAPI Rewrite to forward requests from IIS (at port 80) to the Apache (and therefore towards the Mongrels) => I can access the website at URL http://mywebsite/ (To do these steps, I followed the guide in book Deploying Rails Application - Pragmatic Bookshelf) Everything seems to work fine until I find out the following problem: In my application, the user register form page allows user to upload his/her avatar. But whenever the file size is bigger than ~30KB, the browser keeps waiting for response from the server until getting timeout error. This er...
2005 Oct 05
1
Analyses of covariation with lme() or lm()
...turally want to be able to do some sort of discussion on the impact of covariates... ;-) What is the wise solution? Or, if this is trying to make other people do my homework, could anyone tell me where the homework is? (I??ve got both Pinhiero & Bates and MASS as well as some others in the bookshelf.) Cheers /CG -- CG Pettersson MSci. PhD.Stud. Swedish University of Agricultural Sciences (SLU) Dep. of Crop Production Ecology (VPE). http://www.slu.se/ cg.pettersson at evp.slu.se
2007 Oct 17
15
Any tips on teaching BDD with RSpec?
Hi I hope this is not OT. I''m training my replacement at work to do BDD Rails development. He''s done a CS/maths degree but has no professional programming experience, so he''s never NOT done a project without BDD. In a way I am jealous of his unspoilt situation :) I''ve gone about things this way: * first teach him some Ruby (he did mainly Java at
2008 May 18
8
FXTable::fitColumnsToContents
...they''re good questions and things that aren''t obvious from the documentation. I always learn something when I have to dig in and figure out these problems. ;) Hope this helps, Lyle --- "FXRuby: Create Lean and Mean GUIs with Ruby" Now available from the Pragmatic Bookshelf! http://www.pragprog.com/titles/fxruby
2008 Nov 30
1
Cannot run Win16 installer for Judaic Classics
Hi, I am trying to install Davka Judaic Classics IIc, a bookshelf kind of software with Hebrew books. It is a win32 program that was designed for running also on win3.11, hence the installer is, I believe, win16. I have used this software on Win95 and Win98. The program happily runs off emulated cdroms. I have now tried to install this program under wine, but ca...
2006 May 26
9
What syntax is this? belongs_to :Person
so when I''m reading the pick axe book second edition I don''t see anything like the syntax you see people using in rails code. Specifically when you see. belongs_to :Person has_many :Phones etc these are methods on ActiveRecord right? Why is this invocation syntax never described in the Pick Axe book? I do see things like attr_reader :some_attribute etc but you
2008 May 03
9
Any news on the rSpec books?
I admit it, when it comes to rSpec, I''m lazy. I''ve made a few feeble attempts to use it, but for once I''m waiting for a book-length treatment. At least two books were announced, I think. Can anyone in the know please report on their progress? Thanks Michael -- Michael Schuerig mailto:michael at schuerig.de http://www.schuerig.de/michael/
2009 Jul 06
3
Rspec book issue (mastermind example)
Hey Everyone, Just a simple question. I have read and re-read the examples and I''m not getting the proper output. I''m on page 73/74 of the Rspec book and it says I should have "4 steps passed". I think the problem is within my /step_definition/mastermind.rb" file. It''s definitely not beyond me to make a mistake, but I have checked and double checked my
2008 May 02
0
A word about compatibility with JRuby and Ruby 1.9
...by versions, OS versions, etc. The result is that it can make it difficult to know which components will work properly with each other. Hopefully this situation will improve over time. Thanks, Lyle --- "FXRuby: Create Lean and Mean GUIs with Ruby" Now available from the Pragmatic Bookshelf! http://www.pragprog.com/titles/fxruby
2008 May 20
0
At InfoQ: Interview about FXRuby, plus an exclusive chapter from the FXRuby Book
...d FXRuby''s implementation: http://www.infoq.com/articles/johnson-fxruby-book-excerpt The article also includes an exclusive sample chapter from the new book, "FXRuby: Create Lean and Mean GUIs with Ruby". To read more about the book, please see its web page at the Pragmatic Bookshelf site: http://www.pragprog.com/titles/fxruby/ If you''re interested in reviewing the book for your web site or blog, please let me know!
2008 May 21
0
What ever have I done wrong now?
...your create() method, e.g. def create super @table.fitColumnsToContents(0,2) @table.fitRowsToContents(0,2) show(PLACEMENT_SCREEN) end You should get the desired result. Hope this helps, Lyle --- "FXRuby: Create Lean and Mean GUIs with Ruby" Now available from the Pragmatic Bookshelf! http://www.pragprog.com/titles/fxruby -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/fxruby-users/attachments/20080521/8e9600b4/attachment.html>