search for: ather

Displaying 20 results from an estimated 20 matches for "ather".

Did you mean: other
2005 Dec 15
0
bivariate kernel density estimates at point locations ( r ather than at grid locations)
You can try `locfit', though it does local likelihood, rather than garden-variety kernel density estimation. Here's an example: library(locfit) data(cldem) den.fit <- locfit(~ x1 + x2, data=cltrain) predict(den.fit, newdata=cltrain) Andy From: Strickland, Matthew > > Hi, > > My data consists of a set of point locations (x,y). >...
2008 Jul 05
18
Java Bridge Itext Example Anyone?
I MAY be able to derive something out of the present example given here : http://blog.codeinmotion.com/index.php/2006/12/22/pdf-generation-in-ruby-on-rails/ but this deals with filling out forms. Is there a simpler example that just allows you to talk to itext , send it some plain text and get back a pdf and then send that pdf to the user as downloadable / renderable data? -- Posted via
2002 Jan 10
2
question about survival datas with repeated mesurements
I have to study censured datas concernig the occurence of infection at the point of insertion of catheter in patients with renal disease. Catheter may be removed for ather reasons than infection, in this case, the observation is censored. Each has exactly 2 observations. The question are the pronostic factors of infection (the other variables are; age, sex, type of renal disease...). Could you indicate me what is the R function to use in case of repeated consored da...
2007 Nov 27
0
zpool detech hangs causes other zpool commands, format, df etc.. to hang
...) zfs_ioc_objset_stats+0x3d() zfsdev_ioctl+0x13e() cdev_ioctl+0x1d() spec_ioctl+0x50() fop_ioctl+0x25() ioctl+0xac() sys_syscall32+0x101() I have asked customer to provide a core dump. Still waiting for it to arrive. I would like to know if it is a known bug. -- Amer Ather TSC-KERNEL amer.ather at Sun.COM 408-276-9780 (x19780) email Pager: 4082306720 at messaging.sprintpcs.com " If you fail to prepare, prepare to fail"
2007 May 18
1
subset arg in (modified) evalq
Hi, When using evalq to evaluate expressions within a say data.frame context I often wish there was a 'subset' argument, much like in lm() or any ather advanced regression model. I would be grateful for a tip how to do this. Here is an illustration of what I want: n <- 100 data <- data.frame(x=rnorm(n), y=rnorm(y), z=rnorm(z)) # this works evalq({ i <- 0<x; summary(y[i] + z[i]) }, data) # I want to do the above w/o explicit s...
2006 May 09
2
regarding freepbx
Hello, In older version of freebpx if you write somethng manually in the configuration files it was flushed by amp, i.e. you can configure it through the interface only. Is this this thing still present in freepbx? _________________________________________________________________ Don't just search. Find. Check out the new MSN Search!
2006 Nov 28
1
Different click2call?
...and sellers of proprieities) in aplication, agent have hard IP phone or dual-mode phone. The Idea is when he/she click on number in contact in aplication, number shuld be forwarder to asterisk and if is connected to other side agent phone will ring. If call faild asterisk should informe agent that ather side is busy. Please can anyone give us BEST IDEA HOW TO develop this? Sorry for my English Best regards Darko
2006 May 25
0
Test redirect_to fails
...n => :edit, :id => users(:vincent).id And when I run test I have this error (users(:vincent).id = 4) response is not a redirection to all of the options supplied (redirection is <{:controller=>"/param/user", :action=>:edit, :id=>4} >), difference: <{}> AThere is no difference but it raises a failure. Did I do something wong? Seb -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060525/d7b45790/attachment.html
2011 Jul 28
0
Radius billing for asterisk
Hi Any company proving radius based billing for asterisk only for accounting ,not authenication and atherization.Please provide some links Thanks Nikhil
2008 Jun 23
1
ActionMailer Fails To Send Emails Post Authentication
I am trying to send emails via actionmailer. It was working fine before and now suddenly what was working is no longer working! I have one version of the application running in production and whenever I try to run it in production I get the error No connection could be made because the target machine actively refused it. - connect(2) (see details in the attached text file) Now when I try to
2004 Apr 16
1
File Sharing(Write Accress) Across WANS
Hi Guys, I would like to implement File Sharing in a WAN environment, however there are some issues which I can't figure out. 1. Users are distributed across 3 countries. (Server is physically located in CountryA) 2. Logins are different across all 3 countries. a) They are logging into different domains. eg: DomA; DomB; DomC etc 3. My File Share is running Samba 2.2.7 4. Local
2008 Jul 25
4
Any Flash/ SilverLight Flex Equivalent for ROR?
I was wondering if there are any equivalents to flash/silverlight or flex (would ajax be an equivalent?) for ROR? for creating RIAs? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2006 Feb 20
46
Ruby + Apache Lucene using XMLRPC?
Please excuse me if this has been answered before. Is there a "how-to" guide or a walkthrough on integrating Lucene with ROR via XMLRPC? I got Ferret to work but I am worried that it''s not going to be as scalable. I highly appreciate your assistance. Thanks Frank --------------------------------- Relax. Yahoo! Mail virus
2009 Jan 14
0
zpool upgrade while some disks are faulted
What happens when zpool upgrade is run on a zpool that has some faulted disks? I guess it is safe to run zpool upgrade while zpool is online. Thanks,
2008 Jun 06
0
FREE Entity Relationship Diagram Software
Does anyone know of a free entity relationship diagram software? My pencil and paper diagrams are getting rather elaborate and overlapping and hard to update. I used to use WO Modeler and it had an Entity Relationship Diagram tool which auto synched with the DB and drew the relationships and allowed you to see the model files in a visual way. Cayenne was a off shoot of that ; if anyone knows of something si...
2008 Jul 14
0
How to Send Itext Generated PDF to Browser?
I am still attempting to figure out how to send an Itext generated pdf Document to the browser. I am looking at the following blog posting where someone is using jruby and iText to create a pdf file and then sending it to the browser : http://codersifu.blogspot.com/2007/06/howto-generate-pdf-files-in-ruby-on.html Unlike the above example I am using only ruby / on rails. I would like to do
2008 Jul 17
0
How to Reverse Engineer ER Diagram from Mysql
Morning everyone, I was going to ask someone here about how to reverse engineer a schema diagram from Mysql and visio because its hard to locate such information (http://techpanacea.blogspot.com/2008/07/creating-entity-relationship-diagram.html and the one place where its listed by google requires payment or registration) So i put it up here :
2008 Jun 13
4
How to Print A Document Only
I am using PDF::writer to convert text to pdf files for printing. What I would like to do is to be able to print it without allowing the user to be able to read the files in pdf. What options do I have ? If I send the files directly to the printer will I have difficulty down the road with formatting text or embedding pictures in the printable document? Is there some workaround where I make the
2008 Jun 18
3
Best Way of Extracting Key Value from File
What is the best way of extracting a key value pair from a file. For example I have an email text file which goes like so : -- Return-Path: <atharshiraz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Delivered-To: test-ovehrGOUempiNnqEydH9iw@public.gmane.org Date: Sat, 3 May 2008 18:25:13 -0400 From: "Athar Shiraz Siddiqui" <atharshiraz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2008 May 08
5
Simple Generated Component Suddenly Gives Errors
What am I doing wrong here when I wrote a very simple component so : C:\ruby\letter4sure>ruby script\generate scaffold pso_printers printing_setting_id:integer pso_id:integer exists app/models/ exists app/controllers/ exists app/helpers/ create app/views/pso_printers ... Then I did a rake db:migrate And then I simply went to take a look at the url for the above :