search for: llllllllll

Displaying 3 results from an estimated 3 matches for "llllllllll".

2006 Jun 21
4
Yet another data structure + pack/unpack question (win32-service)
...e in the toplevel repository path), I''ve got this bit of code, which succeeds, but I can''t seem to unpack the data structure properly. Did I pack it wrong to begin with? I should know this but I''m spacing out. proc_status = [0,0,0,0,0,0,0,0,0,0].pack(''LLLLLLLLLL'') enum_service = [0.chr, 0.chr].pack(''pp'') + proc_status service_buf = enum_service * 1000 bytes_needed = [0].pack(''L'') services_returned = [0].pack(''L'') resume_handle = [0].pack(''L'') bool = EnumSe...
2006 Jan 26
3
Chan_capi on builds 7955>8320 strangeness
Hello All, I am having an odd problem with Armin's chan-capi_cm on builds higher than 7955. It would seem that this happens on anything higher than 7955. What is happening is the isdn is ringing, then asterisk does a goto-if and just hangs. Asterisk itself is ok, but the isdn then rings out or busys out on the other side. Outgoing works fine, this only seems to effect incoming. I
2011 Aug 21
1
Multiple R linear models into one Latex table
...t.all, digits=3); dimnames(mat.all)[[1]][c(seq(1,dim(mat.all)[1], by=2))]<-final.varnames cat("\\begin{table}[!hbt]", "\n","\\caption[Short for List of Tables]{Long for this title}","\n","\\begin{center}","\n","\\begin{tabular}{llllllllll}","\n") cat("&",paste(model.names[1:length(model.names)-1],"&"),model.names[length(model.names)],"\\\\","\n","\\hline","\n") for(i in 1:dim(mat.all)[1]) { if(i %in% c(seq(1,dim(mat.all)[1], by=2))) { # Odd ro...