search for: seth

Displaying 20 results from an estimated 904 matches for "seth".

Did you mean: set
2008 Jan 14
0
[LLVMdev] Multiple definitions of _floor_log2
....12, using dmd 0.125) Since there is no binary for llvm-gcc I am following the directions in the tar file for the 4.2 version. - I built llvm (but not the optimized version) - I untarred the src for llvm-gcc4.2-2.1, made the proper directories and ran ../llvm-gcc4.2-2.1.source/configure --prefix=/seth/courses/745/srcs/llvm-gcc/install \ --enable-llvm=$LLVMOBJDIR --enable-languages=c,c++$EXTRALANGS --enable-checking and then make It chugs along for quite some time and then gets the following when trying to link cc1-dummy.exe: libbackend.a(toplev.o): In function `floor_log2': /seth/cours...
2006 Aug 12
5
Rmagick not handling GIF files properly...
...d ImageMagick and tried to compile GraphicsMagick by hand, then reinstall the rmagick gem. This also isn''t working, and it''s driving me nuts. The same code works perfectly on my OS X dev machine. Does anyone have pointers to get this working properly? Please help! Thanks... -- seth at subimage interactive http://www.subimage.com/sublog/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060812/45b2e41f/attachment.html
2005 Mar 21
1
Buglet in install.packages warning message
...dependencies 'foo' are not availabledependencies 'bar' are not available ^^^^^^^^^^^^^^^^^^^^ With the following change (see below) I get what I suspect is the intended warning message: dependencies 'foo', 'bar' are not available + seth Index: packages2.R =================================================================== --- packages2.R (revision 33678) +++ packages2.R (working copy) @@ -125,7 +125,7 @@ cat(sprintf(ngettext(sum(miss), "dependency %s is not available&qu...
2006 Sep 22
1
Possible bug in base::namespaceImportFrom?
...has length > 1 and only the first element will be used in: if (mustFind) stop(gettextf("no generic function found for \"%s\"", Execution halted I'm having trouble reproducing it on my local system, but thought I would bring it to the team's attention. Best, + seth
2006 Dec 14
1
A possible improvement to apropos
...ad the following apropos alternative in my ~/.Rprofile for some time, and have found it more useful than the current version. Basically, my version ignores case when searching. If others find this useful, perhaps apropos could be suitably patched (and I'd be willing to create such a patch). + seth Here is my version of apropos: APROPOS <- function (what, where = FALSE, mode = "any") { if (!is.character(what)) stop("argument ", sQuote("what"), " must be a character vector") x <- character(0) check.mode <- mode != "any...
2006 Mar 22
2
Controller instance variables falling in and out of scope
...> generates no errors, but within the partial reports @post.comments as nil WinXP Ruby 1.8.2 Edge Rails (behavior has existed over several iterations now) I''ve not run into anybody else with this problem, and have not had much luck with IRC and my own debugging efforts. Any clues? -- Seth Thomas Rasmussen http://sethrasmussen.com/
2006 Feb 21
7
Validation issues
...gt; 17: <option value="" selected="selected"></option> 18: <% for @focus in @focuses %> 19: <option value="<%= @focus.id %>"><%= @focus.name %></option> 20: <% end %> 21: </select> Seth Buntin Web Resources Coordinator Kentucky Academy of Technology Education Murray State University -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060221/dae6adf0/attachment-0001.html
2006 Feb 17
4
Why doesn''t this work!
...ch_standard in @tech_standards %> <option value="<%= @tech_standard.id %>"><%= "#{@tech_standard.category} #{@tech_standard.point}.#{@tech_standard.subpoint }" %></option> <% end %> </select> Am I missing something? Seth Buntin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060217/664ffd71/attachment-0001.html
2009 Jun 02
5
Help please- Post - Login Script--- Migration
Hi all I am in the process of migrating Courier to Dovecot, am using courier-dovecot-migrate.pl<http://www.dovecot.org/tools/courier-dovecot-migrate.pl>it works fine. I want to migrate each user as they login using post-login script (As i have huge no of users). We are using NFS storage, users are authenticated using mysql, User home directories as passed using variable mail ( usign mysql
2003 Oct 20
1
Group authentication
I have installed samba 3.0.0 on a RedHat 9.0 box. I have used the rpm binary i got from Canada mirror. The server is a dual Pentium II 400 IBM NetFinity 5000. Installation was easy. Testparm outputs: [root@seth root]# testparm Load smb config files from /etc/samba/smb.conf Processing section "[desenv]" Loaded services file OK. 'winbind separator = +' might cause problems with group membership. Server role: ROLE_DOMAIN_MEMBER Press enter to see a dump of your service definitions # Global...
2006 Aug 29
1
PATCH: Add fields argument to installed.packages and available.packages
...SCRIPTION file. One use for this would be for repository hosters to include the License field in their PACKAGES file. In this way, end users could query a repository and only download packages that they have a license to use. Below is a patch against svn 38996 that attempts to implement this. + seth Index: src/library/utils/R/packages.R =================================================================== --- src/library/utils/R/packages.R (revision 38996) +++ src/library/utils/R/packages.R (working copy) @@ -1,5 +1,6 @@ available.packages <- - function(contriburl = contrib.url(getOptio...
2013 Sep 15
1
Data labels in R
...e excel file and loaded into "lables" library(xlsx) library(zoo) fPTAnalysis<-"Input.xls" data<-read.xlsx(fPTAnalysis,9) lables<-subset(data, select=c(Labels)) data<-subset(data, select=c(Date,col1, col2 )) data<-read.zoo(data) plot(data) -- Regards, Ankur Seth [[alternative HTML version deleted]]
2006 Feb 10
3
RoR, Apache 2, FastCGI
...king and I am really excited about learning Ruby and Rails. But whenever I access my different defs in my controller it takes ~ 5 seconds before they are returned. I am working locally so I don''t know what the issue is. System Details: Windows XP Apache 2.0.55 Ruby 1.8.2 Rails 1.0 Seth Buntin Web Resources Coordinator Kentucky Academy of Technology Education Murray State University -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060210/cd56f366/attachment-0001.html
2006 Jul 10
1
Add .git to SCM excludes for build and INSTALL scripts
...f(-d $_ && /^\.arch-ids$/); + print EXCLUDE "$File::Find::name\n" if(-d $_ && /^\.git$/); ## Windows DLL resource file push(@exclude_patterns, "^src/" . $pkgname . "_res\\.rc"); my $filename = $File::Find::name; -- + seth
2013 Jul 10
2
36-Year-Old Seth Vidal Tragically Killed
This is a big loss to the open source community. I sure hope they catch the driver. http://www.businessinsider.com/36-year-old-seth-vidal-tragically-killed-2013-7
2006 Mar 04
7
Get ID after save
This is simple (I am sure) but how do you get the id of the inserted element after the element has been save? I thought it was something like this: @product = Product.new(params[:product] if @product.save add_image(product.id, params["image"]) flash[:notice] = ''Product was successfully created.'' redirect_to :action => ''list_products'' end
2006 May 05
4
STI and HABTM
...< ActiveRecord::Base Product < Item Deal < Item ----- Each product or deal can have categories. Would I then setup Item with has_and_belongs_to_many :categories, then create a table categories_items ??? Is there a better way to do it? Haven''t done this with STI yet - Thanks. -- seth at subimage interactive http://www.subimage.com/sublog/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060505/f18259af/attachment.html
2004 Jul 17
1
Using a group variable for a groupofextension to dial
...exten => 6001,1,Dial(${PHONES0&PHONES1),20,trf) When I dial 6001 I see my debugger tell me that I am using the wrong syntax. Do you know the correct syntax for ringing them all at once? I will check out the queue system you referenced. Thanks! Wiley -----Original Message----- From: Seth Remington [mailto:sremington@saberlogic.com] Sent: Saturday, July 17, 2004 7:45 PM To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] Using a group variable for a groupofextension to dial It would ring all three at the same time. You are probably looking for a roundrobin call queue...
2006 Mar 16
3
ACLSystem and session variables
...tion schemes and I was doing it like this: @session[:user][:role] = @user.roles When I print out this variable I get: #<Role:0x3262d80> How can I turn this into a readable value? I tried .to_i because I think it is an integer but that method isn''t valid. Thanks. Seth -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060316/30f8f760/attachment-0001.html
2010 Aug 13
2
64 bit RSQLite
Hi folks, Ubuntu 10.04 64 bit Where can I find 64 bit RSQLite? It seems not there; RSQLite: SQLite interface for R http://cran.r-project.org/web/packages/RSQLite/index.html TIA B.R. Stephen L