search for: eide

Displaying 20 results from an estimated 141 matches for "eide".

Did you mean: aide
2007 Nov 07
1
Dealing with schema in RODBC
Is there a way to get a table in a certain schema? The Oracle database I am using has a table by the same name in two different schemas. This creates problems in sqlUpdate because to sqlUpdate there are duplicate columns. The following is part of the output of sqlColumns: sqlColumns(eids, "TEST_ARTCL_INST")[,1:4] TABLE_CAT TABLE_SCHEM TABLE_NAME COLUMN_NAME 1
2011 Nov 06
1
Deleting rows dataframe in R conditional to “if any of (a specific variable) is equal to”
Dear list, I have been struggling for some time now with this code... I have this vector of unique ID "EID" of length 821 extracted from one of my dataframe (skate). It looks like this: > head(skate$EID) [1] "896-19" "895-8" "899-1" "899-5" "899-8" "895-7" I would like to remove the complete rows in another dataframe
2011 Nov 06
1
Combining some duplicated rows & summing one of their column
Dear list, I have this dataframe: > names(events) [1] "EID" "X" "Y" "trip" "tow" "catch" "effort" "depth" [9] "season" Where some of my unique ID "EID" appears more than once in 162 cases. > length(events$EID)-length(unique(events$EID)) [1] 162 I would like to combined
2015 Apr 21
2
[BUG] imap-login segfault when running nmap -sV
Hi, I've noticed that nmap crashes my imap-login (also pop3-login) and narrowed it down to `nmap -sV -p 993 $host`. I've noticed that if I remove "ssl_protocols = !SSLv2 !SSLv3" from my config or enable SSLv3 rather than disabling it the segfault disappears. I'm running on Arch Linux with dovecot 2.2.16-1 and openssl 1.0.2.a-1. I've also attached a network capture, but
2006 Jan 10
1
Eid Mubarak
Dear All, For those who celebrate Eid. I would like to wish you a very Happy Eid Mubarak. For those who do not know what it is, Its a Prayer in memory of Ishmael son of Abraham, when he attempted to sacrifice his beloved son on request by god. Muslim's celebrate it with a sacrifice of a goat every year. I belive Christians & Jew's belive in the same. Peace and Harmony to all.
2007 Jun 29
0
DUNDi problem: offline peers still in request EID/EID_DIRECT field?
hi all! I have the following situation: 1 -------- 2 ? ? ? ? 3----------4 ? ? ? ? 5----------6 where 1 ... 6 are nodes and every direct neighbor is specified as a dundi peer (in *). When I start a dundi request, every queried node is mentioned in the dpdiscover. For example 1 sends a discover to 2 and 3, so 2 sees in the EID or
2007 Feb 20
1
Digital Audio (via EIDE ribbon cables) supported in Kernel in CentOS 5.0?
Hello: Will Digital Audio (via EIDE ribbon cables) be supported in the Kernel in CentOS 5.0? I'm now using CentOS 4.4 on a Dell Dimension 2400 box (Celeron 2.6 GHz CPU). This is a dual boot box, rarely booted into Windows XP, but when I do use Windows, and I place an Audio CD into the DVD drive or CD-RW drive, I can hear the musi...
2007 Feb 27
0
Digital Audio (via EIDE ribbon cables) supported in Kernel in CentOS 5.0? (Johnny Hughes)
Message: 27 Date: Mon, 26 Feb 2007 02:08:34 -0600 From: Johnny Hughes <mailing-lists at hughesjr.com> Subject: Re: [CentOS] Digital Audio (via EIDE ribbon cables) supported in Kernel in CentOS 5.0? To: CentOS ML <centos at centos.org> Message-ID: <1172477314.6958.19.camel at myth.home.local> Content-Type: text/plain; charset="us-ascii" >It works with xmms that way now ... Johnny: Thank you! Jay Leafey to...
2006 Jan 23
4
Delete row without th eid field
Hi all, I have a table structure with me not having an id column. When I try to delete the row i get an error ''Unknown column "table.id"''. Can i do the action with any other method than destroy/delete? Or with the same method and any other conditions? Thanks. Sainaba. -- Posted via http://www.ruby-forum.com/.
2003 Sep 10
2
coef names in lm
Dear all, I am interested in finding out how to change the names of coefficients in the lm function. I have a design matrix which I called "design" where each variate has its own name. However when I issue the command: lm.1<-lm(response~design-1, weights=some.weights) and follow it with: summary(lm.1) it seems to paste as a character the names of the variates with design i.e I
2012 Mar 09
2
Create a list object in a loop
Dear all, I'm trying to create a list of point patterns ppp.object {spatstat} in a loop. My dataset looks like this: > names(OT1);head(OT1);dim(OT1) [1] "EID" "latitude" "longitude" "month" "year" "CPUE" "TSUM" [8] "fTSUM" EID latitude longitude
2015 Jan 15
4
[LLVMdev] Registration for Euro LLVM 2015 now open
We are happy to announce that Euro LLVM 2015 is now open for registration. https://www.eventbrite.com/edit?eid=15350278095 Details at: http://llvm.org/devmtg/2015-04/ We would reccomend registering early as places are limited. Andy Thomason, Goldsmiths. --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com
2006 Apr 04
7
Not getting the whole RJS-based partial rendering concept ...
I have been trying all kinds of different ways to produce what I think should be a simple effect, but have not had any luck yet and apparently I am not following the general idea... What I am trying to accomplish is the following (part 1 works and part 2 does not): 1. One of my views has a link_to_remote which updates a div container with a table of data my example is <div
2005 Mar 23
4
non-derivative based optimization and standard errors.
Hi AlL, I ahve this problem that my objective function is discontinous in the paramaters and I need to use methods such as nelder-mead to get around this. My question is: How do i compute standard errors to a problem that does not have a gradient? Any literature on this is greatly appreciated. Jean,
2004 Sep 23
2
gsub
Hi A while back I used gsub to do the following temp<-"000US00231" gsub("something here", "", temp) "00231" I think it involved the `meta characters' somehow. I do not know how to do this anymore. I know strsplit will also work but I remember gsub was much faster. In essence the question is how to delete all characters before a particular
2006 Feb 23
4
form_remote_tag params not passed .. PLEASE help!
This problem is driving me nuts Here is my code for the view: <div class="signW"> <div class="sign"> coming soon! <br/> <div class="stxt"> Email address: </div> <div id="result"> </div> <%= form_remote_tag(:update => ''result'', :url => { :controller =>
2005 May 20
4
issues with identical()
Hi all, hope you having a nice day, I ahve this weird results with identical (probably I am not understanding correctly what it does ...) I have these two data frames and I issue : > identical(temp, temp1) [1] FALSE However, these data frames are Nx2 and when I issue: > identical(temp[,2], temp1[,2]) [1] TRUE > identical(temp[,1], temp1[,1]) [1] TRUE and the results from str >
2001 Aug 26
2
ext2 vs. ext3
Hi, I just tested ext2 and ext3(2.4-0.9.6) with 2.4.8-ac8, using bonnie++-1.01. The hardware is an old Pentium 100 box with 48M RAM and a 16.6MB/s EIDE harddrive. The test results(see attachment) show ext3 is a lot slower than ext2 in most aspects. Does anybody get better results? Wenzhuo
2002 Dec 07
6
kjournald using up majority cpu%.
We run several RH7.2/7.3 servers & recently 2 of them, although still working fine, have started to show kjournald as generally using over 50% cpu% on 'top' - virtually continuously. Free cpu% generally less than 25% now! Both machines are also using software RAID5 EIDE ....... otherwise are standard server installs. Any info on what kjournald is & why it should have recently become so active would be gratefully received. Regards, Nico Morrison Micronicos Limited, London, UK.
2007 Dec 22
3
collection_select validation problem
I''m trying to assign a parent foreign key value using collection_select from my child "new" form. The problem I''m having is if I do not make a selection, I get the following error instead of the Rails validates_presence_of error: You have a nil object when you didn''t expect it! You might have expected an instance of Array. The error occurred while evaluating