search for: simlar

Displaying 20 results from an estimated 26 matches for "simlar".

Did you mean: similar
2006 Mar 21
4
activerecord - mysql blobs...
...s over 400K-ish cause the below exception... ActiveRecord::StatementInvalid in File#upload Mysql::Error: Lost connection to MySQL server during query: I''ve tried blob, mediumblob, and longblob... I''m using windows xp for development - and have not installed the mysql gem... simlar google postings/solutions have not worked thoughts/suggestions? -- Posted via http://www.ruby-forum.com/.
2006 Jan 24
2
Is Ruby on Rails our solution?
We have been contemplating a complete rewrite of our web software, Noosphere, that runs PlanetMath (http://www.planetmath.org) and PlanetPhysics (http://www.planetphysics.org). The current development framework is simlar to slashcode (Apache-mod_perl-mysql). One big limitation is not being able to run different Noosphere modules installed for different sites on the same Apache server. This has led us to only two solutions, (1) each Planet has there own webserver, (2) try out some sort of jailing, like vinstal...
2000 Jun 19
1
outer problem
...,i]-mean(mat[,i]))*(mat[,j]-mean(mat[,j]))) } covmat<-function(X){ outer(1:dim(X)[2],1:dim(X)[2],function(v1,v2){mycov(X,v1,v2)})} from what i know covmat(a) should give the covariance matrix of a, but it gives a matrix with constant elements. mycov(a,1,2) ans simlar calls are doing the right thing. so somehow i am misunderstanding outer here. erich -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subs...
2007 Oct 16
1
data structure for plsr
...56 variables to be used in the model defined by NIR term. When I use dim(yarn) it claims [1] 28 3. When I call "yarn" there is WAY more data than 28 3. How does this work? I have 186 spectral bands to run in plsr and I would really like to be able to call them using NIR or something simlar. I have tried labeling my spectral data ASD.###, where ### is the wavelength, but I keep getting data.frame errors. Ross ******************************************************************* Ross Bricklemyer Dept. of Crop and Soil Sciences Washington State University 291D Johnson Hall PO Box 646...
2008 Dec 16
4
RDNIS and asterisk
I have a couple of numbers that are diverted to a number that is conected to an isdn30 card, running asterisk 1.4. eg. 123456 => 22334455 654321 => 22334455 What I would like to know is the number of the orginal number dialled (123456 or 654321). I thought that RDNIS was the answer, but it is always coming up blank. When I did a debug on the pri span, I saw the following message
2020 Jan 09
2
Is there some sort of "@llvm.thread_ctors."?
...but the first time this member is used, I also checked the IR code, this is implemented by calling it's constructor at the usage, and then call __cxa_thread_atexit to register it's destructor. Now I want to add thread_local feature to my own language, and I want my thread_local member acts simlar like a static member, that is, when a new thread is created, the constructors of thread_local members will automatically get called, instead get called when used? I read the LLVM Language Reference Manual, but it doesn't talk much in Thread Local Storage Models. -------------- next part -----...
2017 Dec 18
2
interval or event to evaluate free disk space?
...still tries to place file "aa" on the same brick dd if=/dev/zero of=a bs=1k count=15000 && sleep 60 && dd if=/dev/zero of=aa bs=1k count=15000 #this works.... #link file on brick1 to "aa" and the real "aa"-file on brick2 when is statfs (or a simlar call) evaluated? Thank you! best wishes, Stefan
2004 Dec 20
1
muliple plots with pairs (matrix of scatter plots)
...on: pairs (x, lower.panel=points(x, col=2), upper.panel=points(x, col=3))# only the diagonal is plotted pairs (x, lower.panel=points(x), upper.panel=points(x)) #once again only the diagonal is plotted pairs (x, lower.panel=points, upper.panel=points) #both panels are plotted, actually, this is simlar to pairs(x) #Another little observation that I thought was strange: pairs(x, lower.panel=points(x), col=2)# colours the outside box red pairs(x, lower.panel=points(x), col=2, xaxt='n', yaxt='n')# does what I want pairs(x, lower.panel=points(x, col=2))# doesn't change the colour...
2007 Jan 24
1
vesamenu samples?
...nfo at the bottom of the screen versus the top, but the text info isn't there, but could be added to the png file with some effort. The help files and using F? keys doesn't do anything. I'm thinking the cat.c32 would probable allow one to display the files in a simlar format, but have not been able to find a sample of how that would be done in the isolinux.cfg file. The G4L project that I currently handle has about 3,000 downloads per month from the freshmeat and sourceforge sites, and all kinds of users. I'd like to make it as easy...
2003 Jul 02
4
Asterisk and Hot Desks??
Hi, Has anyone worked out a way to use Asterisk in a Hot Desk environment?? I have not been able to think of a way for the user to have control over which IP phone will ring when that users extension is dialed without the user needing to reconfigure the phone.. Something like this would be cool.. User dials *8555 (or similar) and is prompted to enter their extension and then password, after
2008 Dec 26
3
lm() with same formula but different column/factor combinations in data frame
...32") * (TEST1[[2]]=="M") * (TEST1[[3]]=="1") ) * (TEST1[[4]]=="2X2"), ]) *********************************************************************************************************************************************************** Desired Output format (or something simlar): Factor1 Factor2 Factor3 Factor4 Intercept M1 M2 M3 M4 M5 M6 M7 M8 M9 M10 M11 1) 20232 x x x x x x x x x x x x 2) B x x x x x x x x x x x x...
2011 Apr 08
0
Time Series Clustering for SAR data
...http://www.terrafirma.eu.com/Documents/Workshops/WS%206/Advanced%20interpretation%20of%20PSI%20time%20series%20for%20mapping%20and%20characterization%20of%20geological%20hazards%20Naro%20(Italy).pdf HERE So it possible to built a TS? 3) It is possible to identify and to group TS that show simlar trend? and how I can make this? For Example all TS that show seasonal trend I assign class 1, all TS that show long term trend class 2, and so on? Thanks Davide -- View this message in context: http://r.789695.n4.nabble.com/Time-Series-Clustering-for-SAR-data-tp3436226p3436226.html Sent fro...
2017 Dec 19
0
interval or event to evaluate free disk space?
...gt; #link file on brick1 to "aa" and the real "aa"-file on brick2 > Are these being done in parallel? If yes, you can hit this problem as the value is calculated before the create at which point there is sufficient disk space. Regards, Nithya > > when is statfs (or a simlar call) evaluated? > > Thank you! > best wishes, > Stefan > > > > > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://lists.gluster.org/mailman/listinfo/gluster-users -------------- next part ------...
2007 Jul 16
0
[LLVMdev] [PATCH] Re: Pluggable Register Coalescers
...___________________________ > Name: svn:eol-style > + LF > > What's this? Its a property change. In Subversion every file and directory can have properties associated with them. For example the svn:ignore property on a directory tells svn to ignore certain non-versioned files. Simlarly svn:execute tells svn that the file is executable and so should have execute permissions on it when its checked out. This particular one is saying that the end-of-line style for this file should be just LF rather than CR-LF. Our standard is the Unix standard, LF and that is also the subversion d...
2004 Aug 06
1
icecast web site
Hi, I just tried to write to an e-mail address on the top if the icecast website, submit@icecast.org. It came back with user unknown. Maybe someone should fix the site? What I wrote about is the following. I hope the person responsible gets it through this list. I wrote an IceCast related piece of software, called DarkIce last fall. I wrote at that time if I could be added to the 3rd party apps
2001 Jan 20
2
Makefile.am patch
Since vorbiscomment is being resurrected in a new form, can someone please fix the vorbis-tools/vorbiscomment/Makefile.am? There's two things wrong: 1. Using _LDFLAGS doesn't allow the user to specify their own LDFLAGS. _LDADD or _LIBS should be used instead. 2. The order of libraries is wrong such that it won't link properly when compiled statically. Here's a trivial
2004 Feb 02
4
for loops?
Hello R people! How can one use a for loop (or something similar) in R? As I type in each line, I get syntax errors... I'm just confused how much to type in at each ">" prompt. Thanks for your help, cathy ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Catherine M. Stein Research Assistant, Tuberculosis Research Unit Doctoral Candidate in
2003 Nov 27
6
Help for oh323
Hi Friends, Hope you would help me out here, I have searched the asterisk user list for hours and also read the readme and test files that comes with the driver. I need a very simple scenario. I have SIP clients and want to use oh323 to dial out to PSTN using a h323 gateway. a)If I set the extention.conf like this: exten => _87.,1,Dial(OH323/16.52.153.206) oh323 dials out (I can ring a
2011 Jul 22
3
Cox model approximaions (was "comparing SAS and R survival....)
For time scale that are truly discrete Cox proposed the "exact partial likelihood". I call that the "exact" method and SAS calls it the "discrete" method. What we compute is precisely the same, however they use a clever algorithm which is faster. To make things even more confusing, Prentice introduced an "exact marginal likelihood" which is not
2007 Jul 16
4
[LLVMdev] [PATCH] Re: Pluggable Register Coalescers
Hi David, Sorry I should have replied earlier. I really don't like this dual interface approach. To me, this muddles things without offering any real useful new functionalities. IMHO, if a register coalescer is tied to a particular allocator. Then either it should simply belong to that allocator or that we have to allow the allocator to act as a pass manager itself, i.e. it can