search for: poets

Displaying 20 results from an estimated 36 matches for "poets".

Did you mean: poet
2009 Apr 17
2
Error messages 3.0.6pre1
I compiled 3.0.6pre1, including the crtimes and fileflags patches for use on Intel OS X 10.5.6, as described by Mr. Bombich (thanks!) here: <http://www.bombich.com/mactips/rsync.html> I want to use 3.0.6 because it seems that this bug: <https://bugzilla.samba.org/show_bug.cgi?id=5365> has been resolved (yay!). ----- [~]$ rsync --version rsync version 3.0.6pre1 protocol version 30
2011 Mar 04
5
How to intercept an instance method from StdLib (1.9.2)
Hi, I''m struggling with something that seems to be simple, and I''ve not had any joy following the RSpec books suggestions (p. 187). I''d like to test that a method raises and error when a file is not found. I''ve tried adding this in my example just before I call my method, but it never seems to get invoked. Pathname.stub(:exist?).and_return(false) The whole
2003 May 08
1
SIP client registration
Hello, I'm trying to register some dynamic SIP softphone (SJphone) but it's not very clear to me where (sip.conf??) I have to configure the registration. Can you give me an example of configuration file to register a dynamic SIP phone? Thanks Marco Poet QiNet SRL Via Oulx 30/A 10139 Torino Italy Email marco.poet@qinet.it Phone +39 0117410856 Fax +39 0117571140 Mobile +39 3493009702
2010 Nov 07
2
Hooks before a scenario but not the background: possible or bad practice
Hi, I''d like to activate FakeFS for some scenarios, which I tag @fakefs, however it seems Before(''@fakefs'') runs before the background of the feature - unfortunately this clobbers Grit, and I can''t Grit::Repo.new(...) in the backbround. Is it currently possible to get a hook to run before a scenario, but not the Background of the feature? Or am I mistaken in
2006 Oct 30
2
SVN requiring authentication
I can''t get to the code anymore. Devjavu''s svn is asking for a username and password. http://svn.devjavu.com/backgroundrb/ Authorization Required This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn''t understand how to supply the credentials
2008 Oct 18
3
Cucumber "standard base" setup?
I''m trying to set up cucumber so we can try it in some Ruby automation scripts I''m working on. These will be straight Ruby, for use in BBEdit and TextMate (on the Mac). NOT Rails. The big early-stage stumbling block I''m having is setting up the initial Rakefile and directory structure. I think I''m rtfm''ing, but clearly I''m missing
2006 Dec 13
4
Unintended thread forked in autostart
Hello all, I''ve got the problem about the following simple application using autostart and repeat_every. A thread(?) is forked for processing task at first, but at sencond time two threads seem to be forked. My simple application code is... - In worker class class FooWorker < BackgrounDRb:Rails repeat_every 2.minutes first_run Time.now def do_work puts Time.now.to_s +
2011 Mar 03
1
Does RSpec interfere with Pathname#dirname or Pathname#realpath ?
Hi, I starting a new project, and have run into behavior I cannot replicate in irb, (i.e. outside of using rspec) when the directory? returns true, so I thought I''d ask here, in case any one has seen this badhavior. ruby-1.9.2-p136 rspec (2.5.0) rspec-core (2.5.1) rspec-expectations (2.5.0) rspec-mocks (2.5.0) When I try to run this spec: require Pathname(__FILE__).ascend { |d|
2002 Apr 03
0
[광고]openssh-unix-dev님지금신청하시면 무료샘플을 드립니다.
...?? 2002.02.18??) ? ????? ? impression Murder in the First Did he, in any way, give the impression of one who was insane? (??, ?? ???? , ??? ????? ?? ??????) LongKiss Goodnight She might be under the mistaken impression Mommy gives a fuck. (??? ?? ? ? ??? ???? ????) Dead Poets Society But I don't think I have to warn you boys his age are very impressionable. (? ??? ???? ???? ???? ???? ? ???.) Dead Poets Society Well, your reprimand made quite an impression, I'm sure. (?????? ??? ?? ?? ??? ?? ??? ????.) -------------- next part -----...
2011 Oct 14
1
and life goes on
they say that deaths come in threes... for me, it was these: 1. scott wannberg, los angeles poet, one of my favorite performers 2. michael hart, founder of project gutenberg, icon and iconoclast 3. steve jobs, seemingly the only guy who made stuff work correctly i'm sure that for others, dennis ritchie is on their list, for his own trio: 1. c 2. k&r 3. unix godspeed to all
2001 Sep 03
1
Missing values in time series
Apologies for this - I'm sure I'm missing something somewhere... I've got a time series with several of missing values in it that I want to torture with R. But ts doesn't like the NA's, and I can't find any documentation telling me what to do about it. Help! Bob -- Bob O'Hara Metapopulation Research Group Division of Population Biology Department of Ecology and
2006 Oct 30
3
Question about new results hash
Is it really a hash? As in, can I pass it into a method that a worker is calling so that, for example, a method in my ActiveRecord that''s actually doing the work? Really liking the new code. Does rubyforge or devjavu have the rdocs anywhere? -- Joshua Warchol Code Poet, Zaadz Inc. http://joshua.zaadz.com/
2006 Oct 30
1
Testing
With the 0.2.0 code, unit testing of workers isn''t working out of the box. I created a bare rails project (dubbed "ninja") and generated one worker "FirstWorker" and did rake test rake test (in /home/joshua/tmp/20061030-bdbtest/ninja) /usr/bin/ruby1.8 -Ilib:test "/usr/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake/rake_test_loader.rb"
2002 Feb 13
3
Verba Volant
We have been requested to insert the following email address, "samba@samba.org", in the Verba Volant Newsletter database. Through this daily service you will receive a quotation, selected from amongst the most celebrated philosophers, writers and poets of all time and translated into many languages and dialects by volunteers worldwide. If you would like to confirm your subscription to Verba Volant, please click on the following link: http://www.logos.net/owa-l/press.subscribe?lang=en&email=samba@samba.org If you do not wish to click on the...
2019 Jan 17
1
Reloading dovecot after certificate renewal?
Is it enough to issue a `service restart dovecot` when a certificate renews or do I need to service stop/start? -- "A thousand years ago we thought the world was a bowl. Five hundred years ago we knew it was a globe. Today we know it is flat and round carried through space on the back of a turtle. Don't you wonder what shape it will turn out to be tomorrow?" [Lord Vetinari]
2006 Oct 27
0
double runs from repeat_every
I''m just starting out with BackgrounDRB and I''m pretty excited. I know there''s some development going on, but would patches against the released code be welcome? Nothing profound, just some documentation errors. Now for the real reason I''m writing. I''m testing the new(ish) repeat_every code and it appears to be having a problem. I''ve got a
2007 Apr 10
0
AFS maildirs & GSSAPI?
...---------------- Troy Benjegerdes 'da hozer' hozer at hozed.org Somone asked me why I work on this free (http://www.fsf.org/philosophy/) software stuff and not get a real job. Charles Shultz had the best answer: "Why do musicians compose symphonies and poets write poems? They do it because life wouldn't have any meaning for them if they didn't. That's why I draw cartoons. It's my life." -- Charles Shultz
2007 Apr 18
0
Wallstreet inside news
rear.The Cowperwoods, father and mother, were not so lean and narrow thatThe growth of young Frank Algernon Cowperwood was through years of whatand because as a clerk his duties necessitated his calling at other FACT CORP CL A (FCTOA.OB) Get Prepared!! FCTOA continues! Don't you dare take your eyes off this morning. When this St0ck moves... LOOK OUT!... Stock symbol: FCTOA.OB Company
2011 Sep 13
2
Reading R Code aloud
Dearfolks-- I have been told by an experienced R programmer and teacher whom I trust that it is easier to understand R code if you read it aloud, as the language that it is. However, she was clear that reading it aloud was not simply reading the marks on the screen: you read A.df[5,] as "the fifth row of A.df" (or "the fifth row of data frame A"), not as "A dot df left
2005 Oct 10
0
Why pay big bucks? Create your OWN website now!
Looking for cheap high-quality software? that will be accessing this feed. Poets are the unacknowledged legislators of the world. I'd give my right arm to be ambidextrous. By all means, let's not confuse ourselves with the facts! Life is anything that dies when you stomp on it. Big thinking precedes great achievement. To be idle requires a stro...