search for: istead

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

Did you mean: instead
2006 Mar 10
3
Sweave scientific real display format (e.g. 5e-12)
Dear All, I couldn't figure and couldn't google out how to make construct a pair of \Sexpr s or a LaTeX macro that would include 5\cdot 10^{-12} into the LaTeX output istead of 5e-12 . Any ideas? Thank you G?bor
2008 Aug 05
1
rss behaving weird
guys, the rss of the website is a little weird when i click in an item it redirects me to the news archive istead of just the single news that I cliked, even if the url seems to specify witch news i wanted and when i click on the link that is suposed to bring me to the wine site it show me the rss instead I should report this in the bugzilla? if not where i'm suposed to report bugs in the website? than...
2002 Mar 14
3
Samba PDC on FreeBSD problem?
...far as i have understood the PDC should refuse since the computer does not have a account in the domain regardless that the user have a user account? Can it somehow be that i have named the computers as the users, user bob with computer bob But samba shuld not do that since it require a $ and W istead of U in smbpasswd file? Also i get this in the samba.log??? [2002/03/13 16:08:49, 0] smbd/password.c:domain_client_validate(1517) domain_client_validate: could not fetch trust account password for domain DOMAIN /Erik Ran? --copy of smb.conf-- [global] log level = 10 message command...
2007 May 17
2
How to analyse simple study: Placebo-controlled (2 groups) repeated measurements (ANOVA, ANCOA???)
...(t-test), ignoring baseline 2) Comparing the difference t4 minus t0 between the two groups (t-test) 3) Comparing the endpoint t4 with t0 as a covariate between the groups (ANOVA - how can this model be calculated in R?) 4) Taking a summary score (im not sure but this may be a suggestion of Altman) istead of t4 5) ANOVA (repeated measurements) times t0 to t5, group placebo/verum), subject as random factor - interested in interaction times*groups (How to do this in R?) 6) as 5) but times t1 to t5, ignoring baseline (How to do this in R?) 7) as 6) but additional covariate baseline t0 (How to do this i...
2016 Dec 30
0
[cfe-dev] Modernizing LLVM Coding Style Guide and enforcing Clang-tidy
...e-dev < cfe-dev at lists.llvm.org> wrote: > Thanks for very accurate responses. > - I totally agree what Dave and Chandler said about explicit and implicit > operations, this is what I meant my first email. > I believe there are places like > v.emplace_back(A, B); > istead of > v.push_back(make_pair(A, B));b > That can make code simpler. > Do you have examples? The only ones i can come up with are the ones where the push_back variant literally can't compile because the type isn't movable. Perhaps it would be useful to break down categories of...
2016 Dec 30
2
[cfe-dev] Modernizing LLVM Coding Style Guide and enforcing Clang-tidy
Thanks for very accurate responses. - I totally agree what Dave and Chandler said about explicit and implicit operations, this is what I meant my first email. I believe there are places like v.emplace_back(A, B); istead of v.push_back(make_pair(A, B));b That can make code simpler. I think in cases like this we can leave it for judgement of contributor. Having said that I think the case Chandler and Dave mentioned should be in LLVM style guide. @Daniel does this argument seem good enough to prefer push_ba...
2011 Nov 10
5
Named components in a list
I'm studying lists and I came to an example where > L $name [1] "Fred" $wife [1] "Mary" $no.children [1] 4 $child.ages [1] 4 7 9 then following the instructions to extend the list with a new component, I executed: > L[5] <-list(NewName="something") and the new list I got was: > L $name [1] "Fred" $wife [1] "Mary"
2016 Dec 30
3
[cfe-dev] Modernizing LLVM Coding Style Guide and enforcing Clang-tidy
...llvm.org> wrote: > >> Thanks for very accurate responses. >> - I totally agree what Dave and Chandler said about explicit and implicit >> operations, this is what I meant my first email. >> I believe there are places like >> v.emplace_back(A, B); >> istead of >> v.push_back(make_pair(A, B));b >> That can make code simpler. >> > > Do you have examples? The only ones i can come up with are the ones where > the push_back variant literally can't compile because the type isn't > movable. > > Perhaps it wou...
2017 Jan 09
2
[cfe-dev] Modernizing LLVM Coding Style Guide and enforcing Clang-tidy
...; > cfe-dev at lists.llvm.org> wrote: > > Thanks for very accurate responses. > - I totally agree what Dave and Chandler said about explicit and implicit > operations, this is what I meant my first email. > I believe there are places like > v.emplace_back(A, B); > istead of > v.push_back(make_pair(A, B));b > That can make code simpler. > > > Do you have examples? The only ones i can come up with are the ones where > the push_back variant literally can't compile because the type isn't > movable. > > Perhaps it would be useful...
2006 Jan 18
1
alias for *table*_id
I have a table contacts, in another controller I refer to a particular contact_id as transfer_attorney_id or electrical_inspector_id - how do I create the necessary alias in the Contacts model?
2010 Aug 31
0
Export Results to a txt file applying a function to a list
...m helpful suggestion of Joris Meys ) results<-list() ffor(i in 1:5){ tmp <- try(fun(data=S[[i]])) results[[i]] <- ifelse(is(tmp,"try-error"),NA,tmp) } #####and so I can see using "cat" the results for each dataset. #####I want to use lapply at the last step istead of for to make faster my program results <- lapply(S,function(x){ tmp <- try(fun(data=x)) ifelse(is(tmp,"try-error"),NA,tmp) } ) ##### My question is how can I export results to a file knowing exactly for which of the element of the list these are (for some element of a li...
2000 May 19
1
samba->windows->cache, problem !!!
...ems the windows don't know "kk" is changed. and still cache the old data ?? i try to use dos 6.22 as samba client. (use ms-lanmanager) and it is good. no problem.. how could i do the solve this problem ?? This is a big problem for us. becasue we may use the old data istead of new one. it is terrible .... thanks for ur help !!! Best Regards, Tbsky
2012 Jan 19
1
Mirc crash on Ubuntu 10.04
I use mirc 6.03 on Ubuntu 10.04 with Wine 1.2.2 .The mirc crash with this message : http://imageshack.us/f/842/mirccrashsushell.jpg I think that i found the problem,but i neade to resolve it,the mirc when recive a query from somebody goes in crash this is the error i get on mirc " Quit (Ping timeout)".Befor useing the mirc on the Ubuntu 10.04 i was useing the same mirc on another server
2003 Sep 05
0
2.2.8a+Debian woody PDC share permission / print$ wizard does not work as it will
...First, I defined some share with the option valid users = user1, user2 ecc. accordigly with this user1 and user2 con access the share, but when all the other users 'click' on that share a logon window open requiring username and password (i like to obtain an 'acces denied' response istead as WinNT4.0 Server). Is it possible to do? Second, I setted up cups as printer manager and i defined some printers as 'raw' to be visible to the clients, i've also defined a [print$] share to contain the windows drivers, when i log on as a print-admin and i start a wizard to upload the...
2000 Jul 03
1
Matching rows?
At 01:15 PM 03/07/00 +0200, gb wrote: > >I have a matrix X with many rows and a vector y, which I want >to match against the rows of the matrix. I especially want >to know if there is a match or not. I can do this with 'all' >and a 'while' construct: > >row.match <- function(y, X) >{ > found <- FALSE > j <- 0 > while ( (!found)
2006 Mar 23
1
Estimation of skewness from quantiles of near-normal distribution
I have summary statistics from many sets (10,000's) of near-normal continuous data. From previously generated QQplots of these data I can visually see that most of them are normal with a few which are not normal. I have the raw data for a few (700) of these sets. I have applied several tests of normality, skew, and kurtosis to these sets to see which test might yield a parameter which
2016 Dec 29
0
[cfe-dev] Modernizing LLVM Coding Style Guide and enforcing Clang-tidy
Dave pointed out that I didn't complete one aspect of my argument on the push_back vs. emplace_back: On Thu, Dec 29, 2016 at 2:04 PM Chandler Carruth <chandlerc at gmail.com> wrote: > Still another way to see the consequence of this is to look at the nature > of compiler errors when a programmer makes a mistake. > > With emplace_back, if you fail to call the constructor
2005 Dec 01
8
Impaired boxplot functionality - mean instead of median
Hello to all users and wizards. I am regulary using 'boxplot' function or its analogue - 'bwplot' from the 'lattice' library. But they are, as far as I understand, totally flawed in functionality: they miss ability to select what they would draw 'in the middle' - median, mean. What the box means - standard error, 90% or something else. What the whiskers mean -
2013 Nov 20
0
[PATCH -tip v3 02/23] kprobes: Introduce NOKPROBE_SYMBOL() macro for blacklist
...Since the data structures are not fully initialized by the macro (because there is no "size" information), those are re-initialized at boot time by using kallsyms. Changes from previous version: - Rename in_nokprobes_functions to within_kprobe_blacklist and it returns a bool value istead of an error. Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt at hitachi.com> Cc: Ananth N Mavinakayanahalli <ananth at in.ibm.com> Cc: "David S. Miller" <davem at davemloft.net> Cc: Rob Landley <rob at landley.net> Cc: Jeremy Fitzhardinge <jeremy at goop.o...
2014 Aug 18
8
[LLVMdev] C Backend Ressurected
Hi All, 2 of my summer interns (Aimee Dipietro and Greg Simpson) used their time over the summer to resurrect the LLVM C Backend: https://github.com/draperlaboratory/llvm-cbe Improvements include recovery of simple for/while loops (instead of goto), better variable naming, inline asm support, and making it work on a more recent version of llvm. I believe they used the repository here as a