search for: uniqid

Displaying 7 results from an estimated 7 matches for "uniqid".

2006 Feb 27
0
Example code for select_from_db (a.k.a. combo box)
...end choices.insert(0,"") if options[:include_blank] choices << ["Other...","other"] if options[:include_other] if options[:selected] selected = "#{options[:selected]}" else selected = "" end uniqid = "#{html_options[:uniqid]}" if html_options[:uniqid] tag = "#{object}_#{method}_#{uniqid}" output = Array.new output << tag(''div'', options = { :open => true }, html_options = { :id => "#{tag}_di...
2005 Jan 19
3
importing files, columns "invade next column"
...dump.data). But data.restore doesn't exist as a function. Is it because I'm using a Mac? details of what I did: ## a) importing a shorter version of my file (58 columns); I get the "invading" behaviour and a column of row.names that I don't understand where it comes from. (UNIQID should be empty and 1006 should be in All.FB.Id > AllFBImpFields <- read.table('AllFBAllFieldsNAShorter.txt', fill=T, header=T, + row.names=paste('a',1:15797, sep=''), + as.is=T, nrows=15797) > AllFBImpFi...
2006 Jun 15
7
Echo Problem with T411P
Hello, There are 3 PRI's connected to the card each from different operators. Especially echo occured on span 3 is really annoying. Configuration files are as follows. Is there something wrong in conf ? Zapata.conf -------------------------- [channels] context=default switchtype=euroisdn usecallerid=yes hidecallerid=no callwaiting=yes usecallingpres=yes callwaitingcallerid=yes
2008 Dec 10
2
Confusion with Converting Factors to Dates using as.date
...date variables to factors; when I use the as.Date command, most of the values are converted "correctly" (and by this I guess I mean converted "as I wish them to be") but some have not been. Here's what I have: str(pk.df) 'data.frame': 206 obs. of 134 variables: $ uniqid : int 010 015 120 130 210 245 320 330 415 ... $ st_date : Factor w/ 154 levels "01/01/48","01/01/51",..: 46 27 NA 12 118 NA 63 127 NA NA ... ... I then convert them to a date class using st_date.new<-as.Date(st_date, "%m/%d/%y") This _seems_ to wor...
2007 May 15
1
read.table() can't read in this table (But Splus can) (PR#9687)
...k, which suggests that perhaps something is going on with the data file structure: DF <- read.table("http://llmpp.nih.gov/DLBCL/NEJM_Web_Fig1data", header = TRUE, sep = "\t", fill = TRUE) > str(DF) 'data.frame': 4734 obs. of 295 variables: $ UNIQID : int 27481 17013 24751 27498 27486 30984 17293 28329 27459 27482 ... $ NAME : Factor w/ 4040 levels "||*AA037178|Hs.179661|FK506 binding protein 1A (12kD)",..: 3444 3445 3446 3444 3445 657 1788 3121 3119 3119 ......
2007 Dec 10
0
problem using "by" with custom function?
...ion like summary within by, there is no error. Can anyone provide me with some assistance in interpreting this error? Any suggestions on alternative commands to use would be appreciated as well, as I'm not commited to using by, it was just the one that seemed to work. Data table example: uniqid animal month animonth x y 1 11748 W079 12 W079_12 1494206 12134126 2 11749 W079 12 W079_12 1494123 12134051 3 11750 W079 12 W079_12 1493639 12133705 4 11751 W079 12 W079_12 1493353 12135892 5 11752 W079 12 W079_12 1495157 12137797 6 11753 W0...
2013 Jul 15
21
[PATCH 00 of 21 RESEND] blktap3/drivers: Introduce tapdisk server.
This patch series copies the core of the tapdisk process from blktap2, with updates coming from blktap2.5. Signed-off-by: Thanos Makatos <thanos.makatos@citrix.com>