Displaying 20 results from an estimated 40 matches for "idd".
Did you mean:
id
2010 Dec 10
1
help with RSQLite adding a new column
I'm new to using sql so I'm having difficulties (and worries) in adding a
new column of data to a table I have. Its a very large file (around 5 Gb)
which is why I'm having to use SQL
I have a table with variables ID, IDrec and IDdes and the variables IDrec
and IDdes give a mapping of some other values but the other values are
associated with the ID variable (think of IDrec and IDdes being character
strings and ID being numeric)
(Imagine the transposed)
Table1:
ID: 1,2,3,4,...
IDrec: A,B,C,D...
IDdes: B,C,A,E...
So I've...
2006 Mar 05
2
Dialplan - strip IDD prefix and insert another
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: AbdelRahman el Tarzi.vcf
Type: text/x-vcard
Size: 4042 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20060305/58ac151f/AbdelRahmanelTarzi.vcf
2011 Dec 15
2
Data Manipulation - make diagonal matrix of each element of a matrix
...0 0 x25 0
0 0 x15 0 0 x25
where both tt and numco can change. (So if tt=5 and numco=4, then X
needs to have 20 columns and n*tt rows. Each diagonal matrix should be
5x5 and there will be 4 of them for the 4 covariates.) I wrote this
funky for loop:
idd <- length(diag(1,tt)) # length of intercept matrix
X <- matrix(numeric(n*numco*idd),ncol=tt*numco)
for(i in 1:numco){
X[,((i-1)*tt+1):(i*tt)] <- matrix(
c(matrix(rep(diag(1,tt),n),ncol=tt, byrow=TRUE)) *
rep(rep(x[,i],each=tt),tt)
, ncol=tt)
}
X
It works fine, bu...
2004 Jun 21
2
Restricting outbound dialing on a specific phone
Hi all,
I've been through the wiki and the archives and I've been unable to find what I'm looking for. Basically I have a phone that I don't want to be able to dial out. I've only got one context at the moment; but from my investigations I think I might need to create another for this specific phone.
Can anyone point me in the right direction?
Thanks
Matt
2008 Nov 13
0
sem and "simple variables"
...c2<->c2',NA,0,
'one -> d1', 'Md', 8.2,
'one -> c1', 'Mc', 1.5,
'd1 <-> d1', 'Sd_d', NA,
'c1 <-> c1', 'Sc_c', NA,
'd1 <-> c1', 'Sd_c', NA,
'one -> dd1', 'Idd', .1,
'one -> dc1', 'Idc', -.2,
'd1 -> dd1', 'd_dd', -.002,
'c1 -> dc1', 'c_dc', -.2,
'd1 -> dc1', 'd_dc', -.0007,
'c1 -> dd1', 'c_dd', .015,
'dd1 <-> dd1', 'Sdd_dd&...
2012 Feb 23
1
segfault when using data.table package in conjunction with foreach
...o.read,comment.char="")
DT <- data.table(df0)
setkey(DT,ID1,ID2)
ss <- DT[,sum(sharing),by="ID1,ID2"]
if (nrow(df0) == 0L)
break
chunk <- chunk + 1L
cat("Processing chunk", chunk, "... ")
idd <- as.matrix(subset(ss,select=1:2))
newvec <- as.vector(as.matrix(subset(ss,select=3)))
ans[idd] <- ans[idd] + newvec
cat("OK\n")
}
ans
}
require(foreach)
require(doMC)
registerDoMC(cores=2)
num <- 8891
nr <- 500000000L #500 million ro...
2007 Oct 17
3
Adding a "boot from local hard disk" option to syslinux menu, booted from USB
...how to do
it...
Thanks,
Cheers
///
int main(int argc, char *argv[])
{
char *mbr, *boot_sector = NULL;
struct part_entry *partinfo;
char *drivename, *partition, *endds, *endps,
*waittotals;
int hd, drive, whichpart;
static com32sys_t inreg; /* In bss, so zeroed
automatically */
int idd, idp, endd, endp;
FILE *f;
char *log = "/chsdlog.txt";
char logsc[1024];
char *logs = &logsc;
char logrc[10240];
char *logr = &logrc;
char inch[20];
int ix = 0;
int waittotal;
char cc;
FILE *pFile = NULL;
openconsole(&dev_null_r, &dev_stdcon_...
2015 Mar 16
2
[LLVMdev] GSOC:Control Flow integrity for kernal
...cts? I believe pursuing a project on
KCoFI will be worth because it is the only Control Flow Integrity
protection for commodity operating systems which does not uses any
expensive memory safety. I believe this project will have a wide scope for
the future.
Regards
Aditya Verma
Junior Undergraduate
IDD Computer Sc & Engg
IIT(BHU), Varanasi(UP)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150317/2477afd1/attachment.html>
2015 Mar 25
2
TRUNK Dial failed due to CONGESTION HANGUPCAUSE: 34
tnaks for your response but the number dialed exist and i can call this
number when i configure the trunk directly in x-lite and i call call also
this number from my cell phone .
any help
thanks and regards
2015-03-25 12:59 GMT+00:00 Matthew Jordan <mjordan at digium.com>:
> On Wed, Mar 25, 2015 at 7:35 AM, Salaheddine Elharit
> <salah.elharit200 at gmail.com> wrote:
> >
2015 Mar 25
0
TRUNK Dial failed due to CONGESTION HANGUPCAUSE: 34
...umber from my cell phone .
> any help
> thanks and regards
Make sure you are sending the number in the correct format, when you Dial()
via your trunk. Some providers want you to omit the leading zero from the STD
code. Others want you to include it. Others still want you to include the
IDD code (and then definitely leave out the 0, just like you were phoning home
from abroad).
My home phone number is (01332) XXXXXX. To call it, you might have to Dial()
any of the following (assuming OUTSIDE is defined elsewhere):
Dial(${OUTSIDE}/01332XXXXXX, 60) ; with leading 0
Dial(${OUTSID...
2010 Jan 02
1
Setting up a NIC driver domain
Hi,
I am trying to setup a Driver Domain for a NIC. I use ubuntu Jaunty Dom0 and
the same kernel for the Driver Domain as well.
I have successfully pass-through-ed the PCI device to the DomU ( Driver
Domain).
But i am not sure as to what i will have to do next to get the IDD
functional ?
--
--
With Regards ,
Amod Jaltade
Good, Fast, Cheap: Pick any two (you can''t have all three). -- RFC 1925
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2005 Feb 26
1
reshape without timevar argument?
....
Basically, I used the reshape function, but even in this convulated
way there is a step that I can't solve. I used a "fake" timevar using
the table function.
df <- data.frame(id=c(rep('IDa',3), rep('IDb', 5), rep('IDc', 2),
rep('IDd',5)), let=letters[1:5])
#add Freq to each id
xFreqdf <- merge(df, table(df['id']), by.x='id', by.y='Var1')
xFreq <- xFreqdf[,'Freq']
#general way of transforming xFreq into:
xFreq2 <- c(3:1, 5:1, 2:1, 5:1)
#substitute Freq by xFreq2
xFreqdf['Freq...
2010 Feb 26
0
possible arrangements of across sample ties for runs test
...Y X Y X Y Y X X X X Y Y --> 7 runs
50 50 53 55 56 58 59 60 60 60 62 67 72 73
How to I generate the other possible orderings? Thus, far, I've found a day
to identify cross sample duplicates...
# find the ties across samples
dd <- data[duplicated(data)] #find all duplicates
idd <- dd %in% X & dd %in% Y #determine found in both X and Y
duplicates <- dd[idd]
Thanks! --Dale
[[alternative HTML version deleted]]
2005 May 29
1
LCR
...;second choice" drop the leading
"0" and add "612" to the Freshtel trunk...
In other words...
USER - DIALS 0-9xxx xxxx
ASTERISK 1st choice dials PSTN drops 0 dials 9xxx xxxx
Freshtel 2nd choice drops 0 adds 612 9xxx xxxx
I guess once I can do it for local calls, STD and IDD numbers would follow
the same rules....
Please excuse me in advance if this is a lame question net I'm new to
Asterisk and I am still trying to get my head around it..
Thank You
Claudio Angeloni
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.di...
2008 Jan 08
1
Terminal Server entries in SambaPDC
Hello,
is it possible to modify Terminal Server entries like 'Terminal Server
Profile Path' and 'Terminal Server Home Directory' with 'pdbedit'? In
case of 'yes', idd like to know the syntax. In case of 'no', can it be
done otherwise (except for the usermanager in Windows)?
Thanks in advance,
Frank van Kruijl
___________________________________________________________
GeoDelft - National institute for geo-engineering
Stieltjesweg 2
P.O. Box 69
260...
2015 May 31
2
[LLVMdev] Error in building Gold on FreeBSD
...http://llvm.cs.uiuc.eduhttp://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
>
> --
> John Criswell
> Assistant Professor
> Department of Computer Science, University of Rochesterhttp://www.cs.rochester.edu/u/criswell
>
>
--
Regards
Aditya Verma
Junior Undergraduate
IDD Computer Sc & Engg
IIT(BHU), Varanasi(UP)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150531/1dd9fe17/attachment.html>
2003 Sep 13
2
SJphone DTMF?
Hi. I have sjphone installed on windows and working
except for dtmf. I read the docs for sjphone and it
uses inband dtmf. I configired dtmfmode=inband but it
still does not recognize it. Someone on the lists
said that inband only works using alaw or ulaw but i
tried only allowing that too but still no go. Hmm..
any other ideas? I can't get any other client to work
on windows :-/
I
2009 Dec 02
2
Error when running Conditional Logit Model
...al logit model using
"clogit " command.
I have more than 4000 observations in my dataset and try to predict the
dependent variable from 14 independent variables. My command is as follows
clmtest1 <-
clogit(Pin~Income+Bus+Pop+Urbpro+Health+Student+Grad+NE+NW+NCC+SCC+CH+SE+MRD+strata(IDD),data=clmdata)
However, it produces the following errors:
Error in fitter(X, Y, strats, offset, init, control, weights = weights, :
NA/NaN/Inf in foreign function call (arg 6)
In addition: Warning messages:
1: In Surv(rep(1, 4096L), Pinmig) : Invalid status value, converted to NA
2: In fitter(...
2013 Nov 26
1
How to keep idmapping, when Samba servers becomes part of a Windows AD from a larger organisation.
Hi
Since 2006, I used in my departement a Samba solutions based on NT4 style PDC, 2 BDCs and some files servers, desserving one hunderd persons. The backends for passwords and idd are a master and two slave openldap. Now i have to integrate a much larger organisation, an University Hospital, running with Windows AD. For political reasons, I should not maintain DCs anymore, but I will still maintain Windows stations, Linux stations and Linux servers. One point then is to...
2015 Mar 26
2
[LLVMdev] GSOC project on KCoFI
...help.
Sorry for being late I was busy with my mid semester examinations.
And unfortunately while installing FreeBSD on my system something went
wrong with the EFI file system and my entire HDD and windows was lost.
I will be uploading the proposal soon.
Regards
Aditya Verma
Junior Undergraduate
IDD Computer Sc & Engg
IIT(BHU), Varanasi(UP)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150326/05cfc063/attachment.html>