search for: lance

Displaying 20 results from an estimated 672 matches for "lance".

2009 Sep 08
12
Winetricks not connecting to M/soft
Hello all, newbie at linux. have installed Wine 1.1.17 and trying to use Winetricks to install the windows components to use with autoCAD 2006. When winetricks gets to the part where it connects to M/soft, it times out while waiting for a connection. Is there a solution to this or just keep trying? Cheers and TIA
2006 Jan 24
6
R vs. Excel (R-squared)
...lt; 2.2e-16 > version _ platform powerpc-apple-darwin7.9.0 arch powerpc os darwin7.9.0 system powerpc, darwin7.9.0 status major 2 minor 2.1 year 2005 month 12 day 20 svn rev 36812 language R ====================== Thank you very much for your time! -Lance ____________________ Lance M. Westerhoff, Ph.D. General Manager QuantumBio Inc. WWW: http://www.quantumbioinc.com Email: lance at quantumbioinc.com "Safety is not the most important thing. I know this sounds like heresy, but it is a truth that must be embraced in order to do explorati...
2006 Jan 22
7
: Indexed Search Engine 0.1.3 Released
...observation frequency of the live search field should be. (Thanks to Jim Elliott) * Improved context display on search results by using the rails "excerpt" method. (Thanks to Jim Elliott) * Improved error handling. For more information, please view the project page at: http://lance.langwell-ball.com/pages/indexed-search Regards, Lance Ball -- Lance Ball http://lance.langwell-ball.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060122/5b76c952/attachment.html
2007 Aug 08
25
Problems with RESTfully generated helpers
...o pass params[:page_id], but it still says it needs parameters. I did fill in the parameters like it asked and the test passed, but I think my views look cleaner without the arguments being passed everywhere. Do I have to stub these methods to get my views to pass, or is there some other way? TIA, Lance
2009 Nov 06
4
Hadoop Cluster on Xen
Hi all, Has anyone created a Xen cluster to run a hadoop vm cluster? I would be interested in how it performs Thanks Lance -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2006 Jan 11
17
Different Types of Users and User Engine
My question is how have people implemented different types of users in their Web applications using user-engine? As for my application, I use single table inheritance in order to derive several different types of users, such as "moderators," "editors," etc ... For example, let''s say that I want to create a moderator. I define a new moderator class and Controller like
2007 Nov 21
6
failing rake task
...devs on my team are now experiencing the same problem. All the spec''s are passing, but the rake task is aborting. Anyone know why this could be happening? Finished in 8.396101 seconds 422 examples, 0 failures, 25 pending rake aborted! Command ruby etc. etc. " --options "/Users/lance/Sites/feedvuz/spec/spec.opts" failed (See full trace by running task with --trace) The trace produced the following results: " --options "/Users/lance/Sites/feedvuz/spec/spec.opts" failed /Users/lance/Sites/feedvuz/vendor/plugins/rspec/lib/spec/rake/spectask.rb:173:in `define...
2007 Sep 04
3
Model Specs: Fixtures vs Mocks + Stubs?
What is the general opinion about fixtures versus mocking and stubbing in model specs? I heard from agile on IRC that they save the database testing for integration testing, but I also see that the caboose sample applicaiton uses fixtures. I also noticed that on the rspec site, it says "Ironically (for the traditional TDD''er) these are the only specs that we feel should actually
2006 Jan 04
3
ActiveRecord delete_all With Sanitized Parameters?
...ach object, and there are individual SQL statements for each delete. Am I missing something obvious? contexts = Context.find(:all, :include => :terms, :conditions => ["uri IN (?)", uris]) contexts.each do |context| context.destroy end Thanks Lance
2016 Feb 17
2
Tinc Router Mode - PING RESULT is destination host unreachable
Dear Lance, It is not work. Any idea? Regards, Eric -----Original Message----- From: Lance Fredrickson [mailto:lancethepants at gmail.com] Sent: Wednesday, February 17, 2016 12:53 AM To: tinc at tinc-vpn.org Subject: Re: Tinc Router Mode - PING RESULT is destination host unreachable On 2/16/2016 9:04 AM,...
2005 Jun 02
3
asterisk on internet sip phone behind nat - doessomeone even have this working
Lance, Have you configured your sip.conf to use these aprameters under General? ;externip=66.213.227.66 ;localnet=192.168.1.0 ;localmask=255.255.255.0 -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Lance Grover S...
2006 Oct 12
7
Evil Scaffold
I read the Amy Hoy''s presentation on why scaffold is not a good thing for beginners. For admin application, is it ok to use scaffold? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2005 Aug 24
2
asterisk in Taiwan
...bout 40% of the time when we make a call - even if it is one that we have made recently - we get back "That number can not be compleeted as dialed" or something like that in Chinese. Any help would be nice - and my zaptel.conf does have language=tw and defaultlanguage=tw. -- Thanks, Lance Grover
2007 Oct 09
2
Asterisk Realtime woes
...nnected to in the MySQL DB. This works great as long as the clients are 1. On the same network 2. Behind a NAT and connected to the same asterisk server as the caller. However I need this configuration to work for "NAT-ed" clients on different asterisk servers in an HA environment(Loadbalanced). Through packet "sniffing" I have observed that traffic is not being passed to the clients via the asterisk server they are registered to, hence breaking the call. Any insight on this would be great as the documentation on this subject is almost non-existent. Here's all the con...
2009 Jul 30
2
Any more details on Lance? (just curious; no pressure)
A friend of mine sent me this link: http://linux.slashdot.org/story/09/07/30/130249/CentOS-Project-Administrator-Goes-AWOL I went to the main page and read the letter and the "Facts." Are there any more details, mainly along the lines of CentOS sticking around - I know you folks all work really hard on this, and you know better than me how many others depend on you - but - there's
2008 Jun 19
7
getDimensions() fails for elements with ancestors with display: none
Prototype v1.6.0.2 If any of an element''s ancestors are hidden, Element.getDimensions() returns misleading values. In order to address this in my own project, I made the following modification: getDimensions: function(element) { element = $(element); var display = element.getStyle(''display''); + var hiddenAncestor = element.ancestors().any(function(e) {
2009 Jul 30
5
Open Letter to Lance Davis
I seem to be having network and email issues tonight; please excuse any duplication -- Russ herrold -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 HTML dump on Thu Jul 30 00:30:33 EDT 2009 http://www.centos.org/ Open Letter to Lance Davis July 30, 2009 04:39 UTC This is an Open Letter to Lance Davis from fellow CentOS Developers It is regrettable that we are forced to send this letter but we are left with no other options. For some time now we have been attempting to resolve these problems: You seem...
2006 Nov 21
5
strange puppetd error
...load -- puppet (LoadError) from /usr/sbin/puppetd:152 I''m very familiar with ruby so I''m not sure how to go about debugging this. I have ruby-1.8.4-1.c4 and ruby-libs-1.8.4-1.c4 installed from CentOS 4 development and puppet 0.20.1-2 RPM from dlutter''s site. --[Lance] -- GPG Fingerprint: 409B A409 A38D 92BF 15D9 6EEE 9A82 F2AC 69AC 07B9 CACert.org Assurer
2009 Jul 21
5
File Size Limit - Why/How?
...connecting over 10GBit Ethernet from a Windows Server 2003/X64 client. If I try to read the 22TB file, I get the message "Access Denied", but if I try to read 100GB files from the same volume, they read with no problems - please help...Note that I'm not trying to write - only read... Lance
2003 Dec 29
5
include a file ?
...iting this thing. Can I use the include command to include a file in order to break extensions.conf up into more manageable pieces ? Is breaking up the extension.conf file an OK thing to do ? Maybe something like this: include /etc/asterisk/includes/extension.conf.context -- .~. /V\ Lance C. Arbuckle // \\ /( )\ ^'~'^