Displaying 4 results from an estimated 4 matches for "xprogramming".
Did you mean:
programming
2006 Jul 29
2
comments on my first context
I have been curious about rSpec for a while, so I thought I''d give it a try...
I started reading Ron Jeffries'' articles on Sudoku
(http://www.xprogramming.com/xpmag/OkSudoku.htm), and noticed he was
doing TDD, I thought, this would be fun to do with BDD...
Can you comment on the following? (note that I added a method in the
Game class called cells which return @cells) to make the first spec
work)
Thanks!
Dominique
---------------------------------...
2008 Jul 24
3
How do I do this?
I'm new to Linux and Wine, so I need a little help. How do I run a program under Wine that performs an operation on a third file? IOW, I need to run the following DOS command line:
C:\Program Files\Xprogram> mod.exe r64.dll
How do I do this under Wine? I tried opening a terminal window and typing
$ wine home\[restofpathname]\mod.exe r64.dll
But I got an error saying it couldn't find
2005 Sep 16
5
Table belongs_to self - good idea?
Hi,
I have a somewhat complicated relationship question. I''ve been banging
my head about this for some time and have given in and decided to ask
the list :)
Here''s what I''m trying to achieve:
Products can have variants. For example, a t-shirt could come in
small, medium and large, but also black, green and blue in the first
two sizes, but only blue in large.
2005 Sep 14
9
Sending Emails via Cron
I''m developing an application using RoR that will generate enough email
notifications that I don''t want them in the actual web application. So, I''m
thinking about having an outgoing queue that a cron job would pick up and
deliver. My question is if this is possible with a ruby script that uses
ActiveRecord and ActiveMailer?