search for: fluffy

Displaying 20 results from an estimated 24 matches for "fluffy".

Did you mean: fluff
2010 Apr 18
1
Comparing data frames
Dear very helpful friends, It is Sunday, there is no air traffic in Europe, what better to do than try and learn me some more R. I have the following example: owner <- c(1:4) animal <- c("cat", "dog", "cat", "dog") char.1 <- c("fluffy", "playful", "mean", "stupid") food <- c("cat food", "left-overs", "cat food", "dog food") char.2 <- c("lazy", "destructive", "antisocial", "goofy") color <- c("white&quo...
2007 Aug 06
2
used the described Class in a shared behavior
Is it possible to access the described class in a shared behavior? I''m trying to do something like this: describe "Siberian feline", :shared => true do described_class_instance_as :feline, :name => "fluffy", :breed => "Siberian" # or maybe before(:all) do @feline = described_class.new(:name => "fluffy", :breed => "Siberian") end it "should have long hair" do @feline.should be_long_haired end end describe SiberianCat, "(a...
2006 May 03
11
Curse words
Hello, I just had a problem with someone cusing on my rail app now is there somthing like Red Cloth that I can use to disable ''dirty words'' -- Posted via http://www.ruby-forum.com/.
2005 Jun 02
0
Windows logon doesn't work, Samba says it's fine
...The strange thing is that I can mount volumes from that server without a problem -- it's only domain logons that are broken. Googling didn't turn up much, but it seemed in general to be a problem with mismatched SIDs. Here are mine: >From the server: # net getlocalsid SID for domain FLUFFY is: S-1-5-21-2946021175-1172358965-46922411 In my LDAP backend (all of these were copied directly from the results of ldapsearch): The machine account: sambaSID=S-1-5-21-2946021175-1172358965-46922411-3048 The user account: sambaSID=S-1-5-21-2946021175-1172358965-46922411-5546 The domain accoun...
2005 Dec 21
1
ustack() issues && correlating SIGSEGV activity?
...); sz[arg0] = 0; } to: pid24169::free:entry / ! sz[arg0] / { printf("[ * ] A bad function is Freeing memory at address %p\n",arg0); ustack(); } When I created a test program [1] and attempted to run the new script, I got the following output: $ dtrace -q -s foo.d -c ./fluffy fluff: 20a30 [ * ] A bad function is Freeing memory at address ff3f1298n ld.so.1`free ld.so.1`setup+0x13ac ld.so.1`_setup+0x3b0 ld.so.1`_rt_boot+0x88 Does anyone happen to know why the ustack() doesn''t show lex, yak, main and _s...
2006 Jul 25
3
Ruby hangman (was Re: List etiquette question)
...ing (or pointless) that in a complete bastardization of rails'' main reason for being it doesn''t use a db. To make up for that heresy it only works in Firefox and there''s a good chance of pornography appearing for words like "children''s books" and "fluffy bunnies". I hope I am redeemed. http://rubyman.texxors.com/ Bryan On 7/24/06, Dennis_Byrne@ak.blm.gov <Dennis_Byrne@ak.blm.gov> wrote: > > > Don''t worry. > > Let''s see this beast ! > > Dennis Byrne > > > > *"Bryan Tec" &lt...
2011 Jul 17
6
some of my programs dont work
these apps dont have an install you just download them and they run but when i click on the app it has a pinwheel like its loading and then that goes away and nothing happens am i doing anything wrong or does wine just not run those types of programs i have wine 1.2.2 and im useing ubuntu 11.04
2011 Oct 26
1
Starcraft 2, oblivion, potentially skyrim and dota2?
...start up skyrim at the release date without TOO much work? Does starcraft 2 run easily? Oblivion? and potentially DoTA2? I know it might be difficult to answer about the Elder Scrolls V: Skyrim, but since I think you guys know your sh***. I thought you'd might have an idea :) Best regards; FLUFFY! [Rolling Eyes]
2003 Nov 02
2
dies on start-up: Auth process
I was digging through some of the archives and ran into someone who was having the same problem, but for completely different reasons....i think. dovecot: Nov 02 07:58:51 Info: Dovecot starting up dovecot: Nov 02 07:58:52 Error: Auth process died too early - shutting down dovecot: Nov 02 07:58:52 Error: child 27673 (login) killed with signal 11 dovecot: Nov 02 07:58:52 Error: child 27672 (login)
2010 Jan 11
0
Fwd: [codec] WG Review: Internet Wideband Audio Codec (codec)
...nternet Wideband Audio Codec (codec) ------------------------------------------------------------------------- Last Modified: 2009-12-17 Proposed Chair(s): * TBD Real-time Applications and Infrastructure Area Director(s): * Robert Sparks <rjsparks at nostrum.com> * Cullen Jennings <fluffy at cisco.com> Real-time Applications and Infrastructure Area Advisor: * Cullen Jennings <fluffy at cisco.com> Mailing Lists: General Discussion: codec at ietf.org To Subscribe: codec-request at ietf.org In Body: subscribe Archive: https://www.ietf.org/mailman/listinfo/codec Descriptio...
2010 Jan 11
0
Fwd: [codec] WG Review: Internet Wideband Audio Codec (codec)
...nternet Wideband Audio Codec (codec) ------------------------------------------------------------------------- Last Modified: 2009-12-17 Proposed Chair(s): * TBD Real-time Applications and Infrastructure Area Director(s): * Robert Sparks <rjsparks at nostrum.com> * Cullen Jennings <fluffy at cisco.com> Real-time Applications and Infrastructure Area Advisor: * Cullen Jennings <fluffy at cisco.com> Mailing Lists: General Discussion: codec at ietf.org To Subscribe: codec-request at ietf.org In Body: subscribe Archive: https://www.ietf.org/mailman/listinfo/codec Descriptio...
2009 Mar 12
7
Is Mongrel dead?
...l on the head however, when they introduced “Passenger Enterprise License”. Folks responsible for strategic long term decisions regarding technology need to be sure that the company won’t be left high and dry when Mogrel drowns (just look at that picture on http://mongrel.rubyforge.org/wiki - poor Fluffy is drowining). Rails proved to be a viable framework, that survived time test (although I would certainly prefer to see less frequent version releases). However, I am puzzled by the lack of interest in offering a commercial app server for Rails. There is certainly room for such a thing. Folks like...
2006 Nov 04
0
Pure-DOM JS based rich text editor
...o do what I want. Looking at the code for these editors, they all seem horrendously browser specific, full of workarounds and multiple methods of doing things. So, I''ve written a proof-of-concept rich text editor, using Prototype, which works through DOM manipulation. http://www.fluffy.co.uk/stediting/ This shows it''s possible to do structured and styled text editing without resorting to those nasty browser specific things like contentEditable and designMode. Not using the browser''s editing removes the need to do the markup cleaning and continually adjust...
2003 Nov 09
1
openssl decryption failed
...s any difference here, but I don't have string for 'login = imaps' or 'login = pop3s' to match with my protocols string I also don't have any specific imaps_listen interface defined, but since there's something in the logs, I assume that this is not a problem. SETUP fluffy:~ # egrep "^\w" /usr/local/etc/dovecot.conf base_dir = /var/run/dovecot/ protocols = imap imaps pop3s log_path = /var/log/dovecot.log info_log_path = /var/log/dovecot.info login = imap login = pop3 verbose_ssl = yes auth = default auth_mechanisms = plain auth_userdb = passwd auth_passdb =...
2004 Nov 18
0
Difficulty joining domain
...PDC running, and when I try to join a Windows computer to the domain, I get the following error: "The specified domain either does not exist or could not be contacted" That's from Win2K. WinXP gives more information: ------------------------------------------- The domain name NWU_FLUFFY might be a NetBIOS domain name. If this is the case, verify that the domain name is properly registered with WINS. If you are certain that the name is not a NetBIOS domain name, then the following information can help you troubleshoot your DNS configuration. The following error occurred when DNS...
2009 Apr 16
2
Authorship and Attribution
A question on authorship and attribution policy for the Wiki. I originally credited Alan Bartlett for the page content on HowTos/ConfigureNewVideoCard, but he was not comfortable with that and the reference got removed in the edit process. I generally do not include my name on Wiki pages I create, but it is fairly common practice. Should there be a statement in the Guidelines covering this
2009 Feb 13
3
forward the dbus session?
Am I crazy for thinking about forwarding the DBUS session over an ssh connection much like the X session is forwarded? I've proven the concept with socat (to use the unix socket that dbus normally listens on rather than reconfiguring dbus to use a tcp socket) and it works just as expected. Any reason we wouldn't want openssh doing this natively? b.
2009 Oct 23
5
PSARC 2009/571: ZFS deduplication properties
I haven''t seen any mention of it in this forum yet, so FWIW you might be interested in the details of ZFS deduplication mentioned in this recently-filed case. Case log: http://arc.opensolaris.org/caselog/PSARC/2009/571/ Discussion: http://www.opensolaris.org/jive/thread.jspa?threadID=115507 Very nice -- I like the interaction with "copies", and (like a few others) I think
2010 Dec 10
2
News: Heroku bought: Salesforce wants some Ruby love: $212m goes a long way
...antastic." So far, the company has aimed to partner with those who bring technology add-ins to the basic Heroku service and to provide developers with additional capabilities. These include a Memecache add- in from Membase, formerly NorthScale, in April. You can see more here [1]. So far, so fluffy. But back to the question. What does Salesforce.com get for $212m plus $27m in stock? In short, Salesforce is buying its way into developers and those who know them. Salesforce.com''s background is sales people using its CRM software-as-a-service - still it''s most successful servi...
2005 Aug 15
1
MSDFS redirection WinXP SP2
.../etc/samba/msdfs_links/hosts/faraday2k msdfs root = yes [fennel] path = /etc/samba/msdfs_links/hosts/fennel msdfs root = yes [filemaker] path = /etc/samba/msdfs_links/hosts/filemaker msdfs root = yes [filmout] path = /etc/samba/msdfs_links/hosts/filmout msdfs root = yes [fluffy] path = /etc/samba/msdfs_links/hosts/fluffy msdfs root = yes [freddy] path = /etc/samba/msdfs_links/hosts/freddy msdfs root = yes [galahad] path = /etc/samba/msdfs_links/hosts/galahad msdfs root = yes [gandalf] path = /etc/samba/msdfs_links/hosts/gandalf msdfs root =...