search for: eid

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

Did you mean: edi
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 EIDS TEST_ARTCL_INST CHANNEL_ID 2 EIDS TEST_ARTCL_INST ARTICLE_TEST_ID 3 EIDS TEST_ARTCL_INST CHANNEL_OLD_ID 4 EI...
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 (t5) if any o...
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))...
2015 Apr 21
2
[BUG] imap-login segfault when running nmap -sV
...host > 78.46.56.141:80 => Operation now in progress > CONN (0.0427s) TCP localhost > 78.46.56.141:443 => Operation now in progress > NSOCK INFO [0.0650s] nsi_new2(): nsi_new (IOD #1) > NSOCK INFO [0.0650s] nsock_connect_udp(): UDP connection requested to 192.168.4.1:53 (IOD #1) EID 8 > NSOCK INFO [0.0650s] nsock_read(): Read request from IOD #1 [192.168.4.1:53] (timeout: -1ms) EID 18 > NSOCK INFO [0.0650s] nsock_trace_handler_callback(): Callback: CONNECT SUCCESS for EID 8 [192.168.4.1:53] > NSOCK INFO [0.0650s] nsock_trace_handler_callback(): Callback: WRITE SUCCESS...
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 &am...
2007 Jun 29
0
DUNDi problem: offline peers still in request EID/EID_DIRECT field?
...? 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 EID_DIRECT field that a discover has also been sent to 3. So much for that. Is this field also filled with the neighbour peers even if they are unreachable/offline? 1 ---x---- 2 ? ? ? ? 3----x-----4 ? ? ? ? 5----------6 My problem: Wh...
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 mus...
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 t...
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
...e it seems to do Age Place Occupation. P.S.. the reason I need this is because I am using the xtable library to turn output into latex tables and do not want to manually delete each and every single "design" word in the coefficients name vector. Thank you so much for any feedback, Jean Eid
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 month year CPUE TSUM fTSUM 1 167-1-1996-1135 67.70000 -61.81667 9 1996...
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
...ta 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 pattern. If anyone has some help file for this, it will be greatly appreciated. Jean Eid
2006 Feb 23
4
form_remote_tag params not passed .. PLEASE help!
...#39;, :url => { :controller => ''launch'', :action => ''process_email'' }, :with => "''blah='' + escape(value)", :complete => "Element.hide(''eid'');Element.hide(''sub'');Element.show(''result'')", :position => "top") %> <input type="text" id="eid" name="blah" value="" /> <input type="subm...
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
...Array. The error occurred while evaluating nil.map If I make a selection, everything works just fine. What do I need to do to get the Rails validationvalidates_presence_of error? Here''s the code: MODEL class Client < ActiveRecord::Base has_many :programs validates_presence_of :eid, :name end class Program < ActiveRecord::Base belongs_to :client validates_presence_of :client_id validates_associated :client end CONTROLLERS def new @program = Program.new @clients = Client.find(:all, :order=>"name") respond_to do |format| format.html #...