search for: somet

Displaying 20 results from an estimated 207 matches for "somet".

Did you mean: some
2006 Jul 26
1
Seek Error ?
anyone ever got this error ? [Wed Jul 26 17:36:25 2006] [error] [client 192.168.11.100] (eval):21:in `seek'', referer: http://rf.mathieu.mv.sha/diary.cgi/edit/1?someting=true [Wed Jul 26 17:36:25 2006] [error] [client 192.168.11.100] : , referer: http://rf.mathieu.mv.sha/diary.cgi/edit/1?someting=true [Wed Jul 26 17:36:25 2006] [error] [client 192.168.11.100] Illegal seek, referer: http://rf.mathieu.mv.sha/diary.cgi/edit/1?someting=true [Wed Jul 26 17:36:25 2006...
2013 Jun 06
3
Pregunta sobre paquetes portables
Hola, Estoy creando un paquete de R que incluye código C++. Lo he instalado tanto en Linux (Fedora) como en Windows y todo funciona correctamente. El código C++ lo cargo desde el NAMESPACE utilizando useDynLib. Así que ahora estoy revisándolo por última vez antes de someterlo al CRAN. Lo que pasa es que he leído en http://cran.r-project.org/doc/manuals/R-exts.html#Writing-portable-packages lo siguiente: ?It is not portable to call compiled code in R or other packages via Internal, .C, .Fortran, .Call or .External, since such interfaces are subject to change wit...
2006 Mar 27
0
Re: Re: multiple isp. masqueraded machines somtimes work and somet
...ess ( make your config dhcp for your external ip address even if it is static ) ( If your dsl link is up you sould have an address if not you should not ) If for some reson you cannot do that, ping your isp''s default gw or someone closer. With google you never know what is going on. I do something similar with -m condition and the ipt_condition module in a daemon mode; ping my assigned ip address if I decide that the link is down I mark the packets. I don''t touch routing. Anyway I still don''t like it marking the packets in prerouting .... I think this way we are mis...
2013 Apr 09
2
[LLVMdev] get the identifies of the unnamed temporaries from the instruction of LLVM IR
hi, Duncan: thanks for your patience. i have tried it. using instuction: errs()<<i->getOperand(0); but it prints the address: someting like 0x1139700; i checked the defination of getOperand() is Value* getOperand( unsigned int i); so is there someting i missed? -- View this message in context: http://llvm.1065342.n5.nabble.com/get-the-identifies-of-the-unnamed-temporaries-from-the-instruction-of-LLVM-IR-tp56572p56579.html Se...
2006 Jan 30
1
how to get column_for_attribute?
Hi all, In the code below I don''t understand: 1. Why I have to prepend overriden method content_columns with "self." to get it working? 2. Why column_for_attribute method is not working (no such method?) even if SomeTable is subclass of ActiveRecord::Base which have public column_for_attribute method? > class SomeTable < ActiveRecord::Base > > def self.content_columns > column = column_for_attribute(''sometable_id'') > super > end > end Any help is appreciate...
2012 Mar 28
1
Is it possible to de-select with sqlQuery from the RODBC library?
...ry function from the RODBC library. As I cannot make a working example with a database here is an illustrative example, library(RODBC) mdbConnect<-odbcConnectAccess("S:/data/ ... /databse.mdb") data <- sqlQuery(mdbConnect, "select id, DOB, V1, V2, ..., V1009, V1011, V1013 from someTable") I want everything in the table (someTable), except 'V1010' and 'V1012,' but I can't figure out how to make a negative or reverse SQL select statement. I have a lot of someTables and I have two or three variables in each table that I do not want R to fetch, Is there...
2007 Jun 13
4
network raid file system/server
...8 hdd. we'd like to create one big file server on these server hard disks and we'd like to create it in a redundant way ie: - if one (or more) of the hdd or server fails the whole filesystem still usable and consistent. - any server in this farm can see the same storage/filesystem. it's someting a big network raid5-6... storage where we have about 40<partition added to the same network volume. and there is an fs over it which hide all internal network raid functionality. is there any such solution? i can't find any way to do this on our linux servers. thank you for your help in a...
2019 Apr 30
3
HERE document in docker script file
I am trying to use a HERE document in a docker script file to generate a text file but must be doing something wrong since I get a warning message that I did not expect: EOF: line 6: warning: here-document at line 0 delimited by end-of-file (wanted `EOF') This is the sample script I am testing in my docker file: RUN bash -c "$(/bin/echo -e "cat << 'EOF' | tee -a /test.txt...
2006 Feb 12
2
Aastra phones and common directory?
Does anyone know if it is possible to upload a common directory to all Aastra phones (480i, 9133)? Is there someting equivalent to the way Polycom phones do it? -- Carlos Chavez Director de Tecnolog?a Telecomunicaciones Abiertas de M?xico S.A. de C.V. Tel: +52-55-91169161 Ext 2001
2007 Oct 22
2
VMware not correctly configured for running kernel
Something happened over the weekend power-related on my VMware test server, and when I came back and restarted my VMware server box (running CentOS), I got the following message: "VMware Server is installed, but it has not been (correctly) configured for the running kernel. To (re-)configure it, in...
2007 Mar 02
2
plot with fixed axis proportion
I want to plot something (eg a circle) with a fixed ratio of the x and y axis, or (even better) with a fixed size when I print it. Output should then be a circle (actually it'll be someting more complicated) with radius 5cm and not an ellipse. I'm _sure_ this is not new, but after looking 45min for a solution,...
2007 Aug 24
2
Applying a function to an array
...y according to the help file. I can use a loop to cut the array in matrices and then use apply for each replication, but it's not very nice. A small example: a <- array(runif(1200),c(3,4,100)) b <- matrix(NA,3,4) for(j in 1:3){ b[j,] <- apply(a[j,,],1,sd) } Is there someting better than the use of a loop ? Thanks
2006 Jul 03
6
macro facility in R
...3 y5-y6=x1+x2+x3, etc. I know I can write a function to perform the analyses, however in order to make the analyses easy to do, I really need a macro scripting language that will allow preprocessing of the function and substitution of macro variables with parameters passed to the macro, i.e. I need someting akin to the macro facility in SAS. Is there a macro facility that I can use with R? I have tried help.search("macro") and did not have any success. Thanks, John John Sorkin M.D., Ph.D. Chief, Biostatistics and Informatics Baltimore VA Medical Center GRECC, University of Maryland Sch...
2005 Oct 04
2
Problem with Matrix package
...or message came out: /usr/bin/ld: cannot find -lblas-3 collect2: ld returned 1 exit status make: *** [Matrix.so] Error 1 ERROR: compilation failed for package 'Matrix' ** Removing '/usr/lib/R/library/Matrix' ** Restoring previous '/usr/lib/R/library/Matrix' It seems that someting is missing. Have anybody idea where we can find this missing piece? We have Debian Linux. Jari Haukka
2003 May 12
2
on.exit(par(old.par)) warnings
I often use something like old.par <- par(set someting) on.exit(par(old.par)) but in R 1.7.0. I now get warnings: > old.par <- par() > par(old.par) Warning messages: 1: parameter "cin" can't be set in: par(args) 2: parameter "cra" can't be set...
2007 Apr 30
2
Structuring a rails application
I try to structure my rails application with modules, but i have problems to define the routes. Is'' it possible to use someting like this: <%= link to ''...'', :module => :module_name, :controller => :ctrl_name [...] -%> ? The controllers i want to access are in app/controllers/module_name. I thougt i could define something like this: map.connect '':module/:controller/:action''...
2015 Mar 19
2
[LLVMdev] Clang flag to either print/omit nop instruction in llvm backend
I have created custom Clang flag -no_nop_optimise which can be passes with clang on command line. I am planning to implement someting like: when -no_nop_optimise flag is passed on the command line do not emit a nop instruction. i.e. inside SelLowering class if ( !OPT_no_nop_optimise) { BuildMI(*BB, MI, DL, TII->get(Mips::NOP)); } Any clues on how can I pass the flag to the LLVM backend from clang? Thanks, Ambuj ---...
2017 Jun 25
5
Samba freezes
...h. > > I use Samba to load games over my local network from my Debian machine > > to my Playstation 2 (using OpenPS2Loader: > > https://github.com/Jay-Jay-OPL/OPL-Daily-Builds). > > > > From time to time, the game freezes, then after 5 minutes it comes > > back (sometimes it doesn't, depends on the game). > > > > > > And here is the syslog at the same time: > > > > > Jun 25 16:39:01 serveur CRON[23116]: (root) CMD ( [ -x > > > /usr/lib/php5/sessionclean ] && /usr/lib/php5/sessionclean) > > > Jun...
2008 Jun 11
7
applying a function recursively
...] "d" "e" "f" $II$A$c [1] "g" "h" "i" $II$B [1] "d" "e" "f" $II$C [1] "g" "h" "i" I would like to apply a function recursively to that list, in a way that the function does someting with each vector (eg. rev()) and returns a list of modified vectors that has the same structure as the input list, in my example: $I $I$A [1] "c" "b" "a" $I$B [1] "f" "e" "d" $I$C [1] "i" "h" "g" $II...
2019 Nov 26
2
Como enfocar un problema
Buenas Tengo que analizar unos datos, donde tengo unas piezas fabricadas y el n?mero de ciclos qie aguantan hasta q se parten. Algunas piezas son de un fabricante, otras de otro,.. En cada ciclo a algunas piezas se le somete a algun tipo de tratamiento termico, a otras a otro, algunas se pintan, otras no... Por ejemplo, para una pieza tengo los siguientes datos: Ciclo. Tratamiento. Pintado. ... 1. A. Si,.... 2. A. Si,.... 3, B. No,... Y asi para todas. He pensado en usar un analisis de supervivencia, pero en este...