Displaying 20 results from an estimated 26 matches for "simlarly".
Did you mean:
similarly
2006 Mar 21
4
activerecord - mysql blobs...
I''m struggling with activerecord and mysql blobs (uploading files)...
blobs 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
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.
2000 Jun 19
1
outer problem
why does teh following code not work?
a<-rnorm(50)
dim(a)<-c(10,5)
mycov<-function(mat,i,j){
sum((mat[,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
2007 Oct 16
1
data structure for plsr
All,
I am working with NIR spectral data and it was great to find that the example in ?plsr also used spectral data. Unfortunately, I am having difficulty figuring out how the "yarn" dataset is structured to allow for the plsr model to read:
library(pls)
data(yard)
yarn.oscorespls <- mvr(density ~ NIR, 6, data = yarn, validation = "CV", method = "oscorespls")
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."?
We know that in C++, the constructor of a static member will get called
when the program starts up. I checked the generated IR code and found this
is implemented by defining a __cxx_global_var_init() function and marked it
as section ".text.startup" and assign it to @llvm.global_ctors.
We also know that in C++, the constructor of a static thread_local member
will *not* get called when
2017 Dec 18
2
interval or event to evaluate free disk space?
Hi all,
with the option "cluster.min-free-disk" set, glusterfs avoids placing files bricks that are "too full".
I'd like to understand when the free space on the bricks is calculated. It seems to me that this does not happen for every write call (naturally) but at some interval or that some other event triggers this.
i.e, if I write two files quickly (that together
2004 Dec 20
1
muliple plots with pairs (matrix of scatter plots)
I am trying to make a graph with 4 scatter matrixes plots and
couldn't do it. While trying to find a solution for this I also came
across the idea of giving different values to the same argument for
each of the lower and upper function but couldn't do it. (Examplified
below with the col argument). The first problem of plotting 4 scatter
matrixes in a graph is a problem of real
2007 Jan 24
1
vesamenu samples?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
I've been using the standard isolinux.cfg file for some time with
great success. Have it currently display a file at the beginning with
a little .lss graphic file, and some basic info then with the image
names and info. Also have 4 of the help files linked to the F1 - F4
keys.
But I just had a number of emails back
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
Hi,
I am trying to find an efficient way of applying a linear regression
model to different factor combinations in a data frame.
I want to obtain the output with minimal or no use of loops if
possible. Please let me know if this query is unclear.
Thanks,
Murtaza
2011 Apr 08
0
Time Series Clustering for SAR data
Hi!
I'm very new user of R! I need to learn more about! My problems are to
create a time series with exiting data and to make an study:
1 ) I have column with DD-MM-YR, to transform from string text to date,
and use it as to use as time series, I've made the transformation with
command "as.date" but how i can say To R that the column "date" is the time
column to
2017 Dec 19
0
interval or event to evaluate free disk space?
On 19 December 2017 at 00:11, Stefan Solbrig <stefan.solbrig at ur.de> wrote:
> Hi all,
>
> with the option "cluster.min-free-disk" set, glusterfs avoids placing
> files bricks that are "too full".
> I'd like to understand when the free space on the bricks is calculated.
> It seems to me that this does not happen for every write call (naturally)
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 def...
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