search for: blair

Displaying 20 results from an estimated 215 matches for "blair".

2005 Aug 31
4
Oddities with Debian unstable dovecot
...ls that were moved from the Inbox to another folder back into the Inbox. These have seen gone away since I removed all dovecot.* files and .index* files from my Maildir's and let Dovecot regenerate them as needed. The most current thing are these errors: dovecot: Aug 30 11:38:33 Error: IMAP(blair): file mail-transaction-log-view.c: l ine 183 (mail_transaction_log_view_set): assertion failed: (max_file_offset == ( uoff_t)-1 || max_file_offset <= file->sync_offset) dovecot: Aug 30 13:05:21 Info: imap-login: Login: ashley [127.0.0.1] dovecot: Aug 30 13:14:06 Error: IMAP(ashley): Corrupt...
2006 Jul 17
7
Ajax Tabbed Browsing
I was wondering if anyone has done this, namely make tabbed browsing exactly like a web browser, but have it within the page. I would like to make a search function that updates a section of the page with the results, as well as makes a new tab that displays those search results. Then, if a user did 5 searches, there would be 5 tabs. Each tab would hide the other 4 results and show the
2006 Feb 03
5
Limiting the columns loaded from a legacy db
...com and didn''t see anything. The app will not be making any inserts or updates to the database, so I don''t have to be concerned about an AR instance having all the data needed to successfully create a new row without violating a database constraint (NOT NULL, etc). Thanks, Blair -- Blair Zajac, Ph.D. CTO, OrcaWare Technologies <blair@orcaware.com> Subversion training, consulting and support http://www.orcaware.com/svn/
2006 Jun 19
6
to_xml depth ...
hello, The "render :xml => myFriends.to_xml", return something like: <people> <person> <id type="integer">2</id> ... <person> But a Person has a "has_many" relationship and they are not in the xml, => so is it possible to change the depth of the marshall process ? if it not possible, what are the "rails
2003 Dec 17
2
Assert in Fedora dovecot-0.99.10.4-1
Hello, I'm seeing this in my dovecot log file: imap(blair): Dec 16 13:53:06 Panic: file istream.c: line 93 (i_stream_set_read_limit): assertion failed: (stream->v_size == 0 || v_offset <= stream->v_size) I get this consistently when I search for the string "unknown C primitive" across 10 mailboxes using the Windows Netscape 4.80 clie...
2006 Jun 23
2
WEBrick hangs with OCI8?
Has anyone experienced "hangs" with the WEBrick/OCI8 combination? The sequence of actions I perform to consistently get WEBrick to hang is: 1. start WEBrick 2. list a table form my Oracle 10g DB 3. startup sqlplus and update a few records in the table 4. go back to my browser and reload the table Here none of the chances I made directly to the table are reflected in the listing.
2006 Jun 09
2
Timzones, UTC, and to_xml()
Does anyone know a good way to hook into the AR to_xml() method to allow for adjusting datetimes to a user''s timezone? Basically I want a user to be able dump all their data before cancelling an account. I store all datetime info as UTC as per the recommendations of Jamis Buck and Scott Barron in the Rails Recipe article "Dealing with Timezones". Come to think of it I bet
2009 Oct 05
3
unit testing for R packages?
...here any suggestions out there? Currently I have several (a lot?) classes/methods that I keep tinkering with, and I'd like to run a script frequently to check that I don't cause any unforeseen problems. Right now I'm writing the classes/methods, but will be packaging it up soon. Thx, Blair
2005 Mar 16
3
Cisco gateways and hairpinning
...transfer problems and yet I cannot find clear instructions for how the configuration is done. Thanks,Steve -- ISC Network Engineering The University of Pennsylvania 3401 Walnut Street, Suite 221A Philadelphia, PA 19104 voice: 215-573-8396 215-746-8001 fax: 215-898-9348 sip:blairs@upenn.edu
2005 Dec 29
3
Why do plugins use class_eval?
...is used to add the plugin into ActiveRecord::Base since self is not ActiveRecord::Base: ActiveRecord::Base.class_eval do include Foo::Acts::Fox end but even here, couldn''t this be used instead? ActiveRecord::Base.include Foo::Acts::Fox Can anybody shed any light on this? Regards, Blair -- Blair Zajac, Ph.D. <blair-szbw9MROnEZWk0Htik3J/w@public.gmane.org> Subversion and Orca training and consulting http://www.orcaware.com/svn/
2006 Jun 29
13
Ideal Ruby on Rails Development Environment on Linux
Hello, I''m not a developer myself, but I work for a hosting company that tries to cater to the needs of developers and basically right now I am trying to create a hosting platform that will be perfect for ruby developers. This is a linux VPS service and I create the base templates to make the system look however i want it after install. I was hoping some of you could give me
2006 Jul 12
11
ruby-debug 0.1.3
Hello Everyone, I''m pleasant to announce the release of ruby-debug 0.1.3. If you think that ruby-breakpoint is too limited for your needs and debug.rb brings your application to its knees, you might find this small extension useful. INSTALL It''s a usual procedure: $ gem install ruby-debug DOCS This library has almost identical interface with the standard debug.rblibrary.
2006 Apr 20
9
How to change project location?
I moved a project from /var/www/mypro to /home/user1/mypro ... what do I have to change in config? The server does not start anymore. Thank you - Eric -- Posted via http://www.ruby-forum.com/.
2010 May 13
1
[LLVMdev] Building llvm using non-system gcc/binutils
...as my system gcc/binutils And it gets built without any errors with them. --- On Thu, 5/13/10, Eli Friedman <eli.friedman at gmail.com> wrote: > From: Eli Friedman <eli.friedman at gmail.com> > Subject: Re: [LLVMdev] Building llvm using non-system gcc/binutils > To: "john blair" <mailtome200420032002 at yahoo.com> > Cc: llvmdev at cs.uiuc.edu > Date: Thursday, May 13, 2010, 1:00 PM > On Thu, May 13, 2010 at 12:28 PM, > john blair > <mailtome200420032002 at yahoo.com> > wrote: > > I am trying to build llvm-2.7 using non-system >...
2009 Dec 10
3
find latest version of rpms from a mirror
I want to write a script to find the latest version of rpm of a given package available from a mirror for eg: http://mirror.centos.org/centos/5/os/x86_64/CentOS/ Is there any existing script that does this? Or can someone give me a general idea on how to go about this?
2011 Jan 24
2
how to slice a zoo object
..."COL2", "COL5", etc.. I've tried various syntactical combinations such as those for data.frames and also tried manipulating the coredata(). What would be nice would be the ability to do this by column names and not their indexes. Any help appreciated and thanks in advance, Blair
2010 May 14
1
[LLVMdev] Building llvm using non-system gcc/binutils
...all] Error 1 Hmm, it shouldn't be looking for libstdc++ in /usr/lib --- On Thu, 5/13/10, Eli Friedman <eli.friedman at gmail.com> wrote: > From: Eli Friedman <eli.friedman at gmail.com> > Subject: Re: [LLVMdev] Building llvm using non-system gcc/binutils > To: "john blair" <mailtome200420032002 at yahoo.com> > Cc: llvmdev at cs.uiuc.edu > Date: Thursday, May 13, 2010, 1:00 PM > On Thu, May 13, 2010 at 12:28 PM, > john blair > <mailtome200420032002 at yahoo.com> > wrote: > > I am trying to build llvm-2.7 using non-system >...
2006 Feb 15
36
Rubuntu Live CD for Rails
Friends- I am almost finished with a custom live cd called Rubuntu ;-) This is an ubuntu live cd variant that comes preloaded with ruby and rails developers in mind. I already have it working with all the basics but I was wondering what extras people would like to see on this distro. What editors with what configurations? What other tools do people really like for rails development on a
2010 May 13
0
[LLVMdev] Building llvm using non-system gcc/binutils
On Thu, May 13, 2010 at 12:28 PM, john blair <mailtome200420032002 at yahoo.com> wrote: > I am trying to build llvm-2.7 using non-system gcc/binutils. My gcc version is 4.1.2, and binutils is 2.17.50.0.15. I get the following errors That version of gcc is known to have issues building LLVM; see http://llvm.org/docs/GettingStarted.ht...
2009 Oct 25
1
Segfault reporting: memory not mapped error
...y thoughts would be appreciated. I have no personal C code, and it looks like the matrix I pass to solve is too ill conditioned? Let me know what other info I can use to help figure out the problem. I saw several of these on the R-help but wasn't sure which was the best place to report. Thx, Blair [[alternative HTML version deleted]]