search for: tab

Displaying 20 results from an estimated 10546 matches for "tab".

2007 Aug 04
2
multiple nls - next fit even after convergence problem
...problem : among the more than 1000 curves I have, obviously for some of them I encounter conversion problems. I'd like for my function to keep going to the next curve and store the fact that for curve number X I had a convergence problem. This is my original function : comp.fit.2<-function(tab) { fit.log<-nls(surf.vert.tot ~ 100/(1+exp(((log(81))/a)*(sum.T.levee-b))), start=list( a=ifelse(sum(tab$surf.vert.tot>76)<1 | sum(tab$surf.vert.tot<15)<1,400,-max(tab$sum.T.levee[tab$surf.vert.tot>76],na.rm=T)+min(tab$sum.T.levee[tab$surf.vert.tot<15],na.rm=T)), b=tab$sum.T.l...
2017 Oct 20
1
[PATCH v1 01/27] x86/crypto: Adapt assembly for PIE support
...2017 at 09:24, Ingo Molnar <mingo at kernel.org> wrote: > > * Thomas Garnier <thgarnie at google.com> wrote: > >> Change the assembly code to use only relative references of symbols for the >> kernel to be PIE compatible. >> >> Position Independent Executable (PIE) support will allow to extended the >> KASLR randomization range below the -2G memory limit. > >> diff --git a/arch/x86/crypto/aes-x86_64-asm_64.S b/arch/x86/crypto/aes-x86_64-asm_64.S >> index 8739cf7795de..86fa068e5e81 100644 >> --- a/arch/x86/crypto/aes-x86_64-a...
2017 Oct 20
1
[PATCH v1 01/27] x86/crypto: Adapt assembly for PIE support
...2017 at 09:24, Ingo Molnar <mingo at kernel.org> wrote: > > * Thomas Garnier <thgarnie at google.com> wrote: > >> Change the assembly code to use only relative references of symbols for the >> kernel to be PIE compatible. >> >> Position Independent Executable (PIE) support will allow to extended the >> KASLR randomization range below the -2G memory limit. > >> diff --git a/arch/x86/crypto/aes-x86_64-asm_64.S b/arch/x86/crypto/aes-x86_64-asm_64.S >> index 8739cf7795de..86fa068e5e81 100644 >> --- a/arch/x86/crypto/aes-x86_64-a...
2006 Jan 11
4
[LLVMdev] Re: [llvm-commits] CVS: llvm/lib/AsmParser/Lexer.cpp Lexer.l
...639.html http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20060109/030654.html Build terminated with messages: --8X---------------------------------------------- llvm[2]: Compiling Lexer.cpp for Debug build In file included from /Users/sabre/llvm/lib/AsmParser/Lexer.l:31: llvmAsmParser.tab.h:274:1: warning: "ESINT64VAL" redefined /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:130:1: warning: this is the location of the previous definition llvmAsmParser.tab.h:275:1: warning: "EUINT64VAL" redefined /home/wanderer/pkg/build/llvm/src/llvm/lib/As...
2006 Jan 11
0
[LLVMdev] Re: [llvm-commits] CVS: llvm/lib/AsmParser/Lexer.cpp Lexer.l
...S. Reid do you have any idea how we can solve this? -Chris > Build terminated with messages: > > --8X---------------------------------------------- > llvm[2]: Compiling Lexer.cpp for Debug build > In file included from /Users/sabre/llvm/lib/AsmParser/Lexer.l:31: > llvmAsmParser.tab.h:274:1: warning: "ESINT64VAL" redefined > /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:130:1: > warning: this is the location of the previous definition > llvmAsmParser.tab.h:275:1: warning: "EUINT64VAL" redefined > /home/wanderer/pkg/build/...
2006 Jan 11
1
[LLVMdev] Re: [llvm-commits] CVS: llvm/lib/AsmParser/Lexer.cpp Lexer.l
...can solve this? > > -Chris > >> Build terminated with messages: >> >> --8X---------------------------------------------- >> llvm[2]: Compiling Lexer.cpp for Debug build >> In file included from /Users/sabre/llvm/lib/AsmParser/Lexer.l:31: >> llvmAsmParser.tab.h:274:1: warning: "ESINT64VAL" redefined >> /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:130:1: >> warning: this is the location of the previous definition >> llvmAsmParser.tab.h:275:1: warning: "EUINT64VAL" redefined >> /home/wan...
2006 Jan 11
1
[LLVMdev] Re: [llvm-commits] CVS: llvm/lib/AsmParser/Lexer.cpp Lexer.l
...e this? > > -Chris > > > Build terminated with messages: > > > > --8X---------------------------------------------- > > llvm[2]: Compiling Lexer.cpp for Debug build > > In file included from /Users/sabre/llvm/lib/AsmParser/Lexer.l:31: > > llvmAsmParser.tab.h:274:1: warning: "ESINT64VAL" redefined > > /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:130:1: > > warning: this is the location of the previous definition > > llvmAsmParser.tab.h:275:1: warning: "EUINT64VAL" redefined > > /home...
2010 May 25
1
Lattice: relation = 'free' in scales
...ources (scen 2 in my example). I want to specify the ylim of my plot and have relation = 'free' for the yaxis but I would to avoid plotting the axis for each subplot. I include an example to clarify my problem. require(lattice) nmethods <- 3 nscen1 <- 3 nscen2 <- 2 gens <- 1:10 tab <- expand.grid(method = 1:nmethods, scen1 = 1:nscen1, scen2 = 1:nscen2, gen = gens, rep = 1:3) tab$value <- rnorm(nrow(tab),mean = with(tab,method*1000 + scen1*10 + scen2*10 + gen*100),sd = 100) tab$color <- facto...
2006 May 05
7
vim: space or tab in indenting?
...mmer_book: id: 1 title: Pragmatic Programmer description: Best book for the programmer image_url: http://localhost:3000/images/pp.jpg price: 29.95 date_available: 2006-05-01 00:00:00 ^^ ^^^^ the culprit is there were tabs in my code, before the key (id, title,...). replaced it with space and now my program/testing worked. im using vim and i was thinking of changing my preferences on tabbing/indenting. instead of tabs, it will insert spaces. but i want to know if there are any implications on using space instead...
2006 Aug 16
2
adding multiple fitted curves to xyplot graph
....set(list(superpose.symbol=list(pch=c(15:17,21,25)))) xyplot(y1 ~ x1, data=df, groups=factor1, type = "p", auto.key = list(space = "right", points = TRUE, lines = FALSE)) For each level of factor1 I fit a growth curve: fit.curve<-function(tab) { res.fit<-nls(y1 ~ 100/(1+exp(((-log(81))/a)*(x1-b))), start=list(a=min(tab$x1[tab$y1>76],na.rm=T)-max(tab$x1[tab$y1<15],na.rm=T),b=tab$x1[abs(tab$y1-50)==min(abs(tab$y1-50),na.rm=T)][!is.na(tab$x1[abs(tab$y1-50)==min(abs(tab$y1-50),na.rm=T)])]),data=tab) coef(res.fit) } by(df,list(df...
2007 Jan 03
0
[823] trunk/wxruby2/doc/textile: Remove docs for some deprecated classes
...; <dt>Date</dt> <dd>2007-01-02 20:38:59 -0500 (Tue, 02 Jan 2007)</dd> </dl> <h3>Log Message</h3> <pre>Remove docs for some deprecated classes</pre> <h3>Removed Paths</h3> <ul> <li><a href="#trunkwxruby2doctextiletabbeddialogtxtl">trunk/wxruby2/doc/textile/tabbeddialog.txtl</a></li> <li><a href="#trunkwxruby2doctextiletabbedpaneltxtl">trunk/wxruby2/doc/textile/tabbedpanel.txtl</a></li> <li><a href="#trunkwxruby2doctextiletabcontroltxtl"&gt...
2012 Sep 19
2
drop zero slots from table?
I find myself doing --8<---------------cut here---------------start------------->8--- tab <- table(...) tab <- tab[tab > 0] tab <- sort(tab,decreasing=TRUE) --8<---------------cut here---------------end--------------->8--- all the time. I am wondering if the "drop 0" (and maybe even sort?) can be effected by some magic argument to table() which I fail to disc...
2017 Oct 20
0
[PATCH v1 01/27] x86/crypto: Adapt assembly for PIE support
* Thomas Garnier <thgarnie at google.com> wrote: > Change the assembly code to use only relative references of symbols for the > kernel to be PIE compatible. > > Position Independent Executable (PIE) support will allow to extended the > KASLR randomization range below the -2G memory limit. > diff --git a/arch/x86/crypto/aes-x86_64-asm_64.S b/arch/x86/crypto/aes-x86_64-asm_64.S > index 8739cf7795de..86fa068e5e81 100644 > --- a/arch/x86/crypto/aes-x86_64-asm_64.S > +++ b/a...
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...
2006 Aug 04
4
Tabs
I''m new to Ruby/Rails I want to create Tabs similar to these... http://demo.raibledesigns.com/struts-menu/tabbedMenu.jsp;jsessionid=aM2yeUTgLeTbY7WLAZ;jsessionid=aBFrrGHWQim4pwSPAZ?People Can someone outline the best method? Specifically, Is creating a tabs.html in \..apps\views\layouts and using class PhotoController < ApplicationCo...
2005 Aug 01
2
disable ''tab'' key wish for incremental autocomplete of textareas
I''m absolutely in love with the incremental autocomplete feature in the new scriptaculous. My one wish would be for some way of disabling the TAB key to prevent users from being able to tab out of an autocompleting textarea. (If they''re using TAB to select the autocomplete choice they end up tabbing straight out of the input field if autocomplete doesn''t find any options). use case: User needs to enter N email addresses...
2001 Mar 28
0
smbd is not started
...running. I followd the instructions as follows ans I see no smbd running. nmbd is running but not smbd. 1. I created locks in /usr/local/samba/var 2. created /share chmod 777 /share, chmod +t /share, chown sys /share, chgrp sys share 3.created smb.conf in /usr/local/samba/lib/ #Gloabal parameters [tab]workgroup = HOME (this pc workgroup) [tab]security = share [tab]hosts allow = localhost,hostname, xxx.xxx.1. hosts deny = All [root] [tab]path = / [tab]comment = Solaris root [tab]guest ok = Yes [tab]read only = Yes [share] [tab]path = /share [tab]comment = Solaris share [tab]guest ok = Yes [tab]re...
2005 Dec 07
2
concatenate data frame
hi all Here is a small part of my code: tab_tmp<-tab[1:(no[off_set[i-1]+1]+(no[off_set[i]+1]-no[off_set[i-1]+1])),length(tab)]; tab_tmp1<-tab[(no[off_set[i-1]+1]+(no[off_set[i]+1]-no[off_set[i-1]+1])):length(TotalFillTimeHours),length(tab)]; tab<-c(tab_tmp,tab_tmp1); attach(tab); Here is the output: Error in attach(tab) : attach...
2006 Nov 02
1
avoiding a loop: "cumsum-like"
Hello Rhelpers, I need to run the following loop over a large number of data-sets, and was wondering if it could somehow be vectorized. It's more or less a cumulative sum, but slightly more complex. Here's the code, and an example dataset (called tab in my code) follows. Thanks in advance for any suggestions! res<-0 for (i in min(tab$Date):max(tab$Date)) { if (is.na(tab$posit.lat[tab$Date==i])==T) { res<-c(res,res[length(res)]+tab$x.jour[tab$Date==i]) } else { if (res[tab$posit.lat[tab$Date==i]+1]<30) { res<-c(res,res...
2008 Dec 09
2
Replacing tabs with appropriate number of spaces
Colleagues, Platform: OS X (but issue applies to all platforms) Version: 2.8.0 I have a mixture of text and data that I am outputting via R to a pdf document (using a fixed-width font). The text contains tabs that align columns properly with a fixed-width font in a terminal window. However, when the PDF document is created, the concept of a tab is not invoked properly and columns do not align. I could use brute force as follows: 1. identify lines of text containing tabs 2. strsplit on tabs 3....