similar to: Is Ruby on Rails our solution?

Displaying 20 results from an estimated 130 matches similar to: "Is Ruby on Rails our solution?"

2002 Dec 11
2
more music in ogg format
haven't seen this one mentioned; here's a cool musician that's put some of his work online in ogg format. http://www.alphaconspiracy.com/ (follow the http://aux.planetmath.org/freeculture/ac/ link from the 26 aug news item and click on "cipher") -- slothradio. synthpop / 80's / good stuff http://www.slothradio.com/ <p><p>--- >8 ---- List archives:
2023 Dec 16
1
Samba 4.19.2: "Unwilling to perform" password change
Hello All, I have a custom built version of Samba 4.19.2 running on Rocky Linux 9. When I attempt to change a password via LDAP, I get an error, "Unwilling to Perform". In Google searches I found that this is due to password complexity requirements. However, in my case, I get the error no matter how complex the password. Also, I have the following line in my smb.conf file: ldap
2006 Mar 26
0
Shunya.in - a slashcode on rails
Hi, I wanted to do a slashdot like site for the tech community in India. Looked at slashcode, but wanted my own engine which I could tweak. Had used ruby earlier so gave rails a try. Loved it. The site is shunya.in, and have released the source on rubyforge under the project called "shunya". Will appreciate any comments or criticisms. Thanks again Kulpreet P.S. - The only
2009 Nov 07
0
anyone here using the virtualmin script?
Hi! Has anyone here using the: http://www.webmin.com/vinstall.html Virtualmin's script? http://software.virtualmin.com/gpl/scripts/install.sh Are there any opinions about it? How can I save the configs, data, etc, when I want to make a backup of the server? Regards and Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Mar 09
2
mean reverting model
dear useRs, i'm working with a mean reverting model of the following specification: y = mu + beta(x - mu) + errorterm, where mu is a constant currently I estimate just y = x (with lm()) to get beta and then calculate mu = estimated intercept / (1-beta). but I'd like to estimate mu and beta together in one regression-step and also get the test-statistics (including parameter
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
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
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)
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
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
2002 Jun 27
1
jailing transfer-only accounts
hello, we need to transfer files in a secure way with different partners and clients. at the momet we're using commercial ssh because we found it the only way to transfer files in a jailed environment and without offering a login shell. we'd like to use openssh but found only some patches and wrapper scripts but nothing "official" to do what we need. i could image (and read on