search for: kaste

Displaying 19 results from an estimated 19 matches for "kaste".

Did you mean: paste
2006 Jun 21
7
Mongrel 0.3.13.1 -- Quick Small Fixes
Hi Everyone, This is a small release that fixes a little bug, some of the documentation, and adds the new RedirectHandler code and a @redirect@ call for the mongrel.conf files. It''s fresh so don''t rely on it. Everyone should upgrade with the usual *gem update* command (which tells you it''s "Upgrading...") and tell me how it works. This release fixes: * The
2006 Jun 12
15
Mongrel Now Recommended Setup?
I see that the RubyOnRails.com site has migrated to Mongrel with Apache as a front-end proxy. Is that now the/a recommended setup for Rails apps? We''re still using FCGI but I''m always interested to learn more about other folk''s successful deployment choices. Across all of our sites we''re pumping out about 300k pages per day so anything that saves memory or has
2006 May 29
2
Convert bytes to kb or mb in words
Using File.size(myfile) I can get the size of the uploaded file in _bytes_. Does anybody know of a function to convert bytes into a more human readable format? If I had a wish list for a "file_size_in_words()" function, it would do this: 10752 bytes becomes "10.5 Kilobytes". 2213814 bytes becomes "2.1 Megabytes". 238 bytes becomes "Less Than 1 Kilobyte".
2006 Jul 23
6
how do you give focus to a form field?
When you put up a page with a form on it and the top item is a text field it would be nice to have that field already focused instead of forcing the user to click in it before they start typing. Is there a rails (i.e. probably Prototype) way of giving focus to a field? I did some searching and found nothing. thanks, jp P.S. I''m on a Mac. Perhaps a winoze and/or unix automatically
2006 Jun 12
2
starting WEBrick
I''m doing some testing and want to start WEBrick as a daemon on my RHEL 4 server. How can I start this to run as a daemon from the command line so that I can close my ssh session and leave WEBrick running? Thanks, David
2007 Dec 16
1
Working with ranges of a list
Dear everybody! Please find attached a tiny R-program. It returns: [,1] [,2] [1,] 53.55 NA [2,] 53.55 NA [3,] 53.55 NA How can I manage the first column to show the second component not only of the first list in k??ste but of the second component of every list in k??ste respectively, such as to get the following array returned: [,1] [,2] [1,] 53.55 NA [2,] 53.87 NA [3,] 53.87
2010 Feb 20
1
Add lines (contours) to lattice wireframe plot
Hi, I draw a surface corresponding to bivariate density of independent variables (rho=0) using persp(). Then I add a contour line (i.e., circle in my case) at a particular density. Below is a minimal example of what I have so far. # Bivariate density dnorm2d <- function(x, y, rho = 0) { xoy = (x^2 - 2 * rho * x * y + y^2)/(2 * (1 - rho^2)) density = exp(-xoy)/(2 * pi * sqrt(1 - rho^2))
2006 Jun 30
4
Serious noob question. Any help would be great
Hi All, I''m working on building an app that can log and edit phone call information. I''ve got the creating and editing parting working great, and I''ve started an attempt to add searching. I can''t seem to figure out how to get an [:id] parameter from a form and passed between two controller methods. Right now I have a web page with a single text field in it
2006 Nov 14
16
memory issues -- mongrel part of the problem?
Hi. I''m a fairly new mongrel user and have a scenario that I wanted to run by you all, see if anyone''s synapses connect -- mine def. aren''t! I''m running a fairly simple rails app through a mongrel cluster (2 mongrels). This site is consistently sloooow -- memory on the server is regularly paging (and shouldn''t be). ssh-ing in and running top shows
2006 May 28
14
Lightbox and RJS
Hi, I am trying to include lightbox functionality in my app, but there is a slight complication. Apparently lightbox initializes all the links to lightbox events on page load. However, in my case, some new links to lightbox events will be rendered to the page through ajax events (obviously this means after the page loads). So I figure I need to find a way to call lightbox''s
2006 Jun 06
11
Instant Rails speed on my puter..
Hi. I''ve installed Instant Rails, and when testing my rails apps, I''m noticing the load time is quite noticable. I''m concerned when I convert to real produciton, going live, if there''s going to be the same delay, plus additional bandwith traveling time. I am running on a pentium 4.. Insights on speed.. Thanks Dominic Son -- Posted via
2006 Jul 20
17
The Debian Plan
Hello Folks, After all the troubles people have had with Debian I realize that what I''ve done still isn''t enough for smooth sailing. I''m now going to hold back the 0.3.13.4 release in order to put an end to the Debian problem once and for all. I''m currently planning the following changes: 1) Specific documentation for Debian. Debian will become the only
2006 May 22
2
I've broken voicemail
I went to put in the new sound files over the weekend, but forgot to backup the custom folder and lost my custom digital receptionist files. I then had to copy the old files back from a duplicate machine. The problem is now though that voicemail just hangs up when I dial it. Other apps work - *70 for example gives me 'call waiting...activated' so I know it's accessing the files
2006 Jul 17
0
Re: Who owns the web application after it code''s distributed
Philip Schalm wrote: You may do anything you want with the source code you create - you may licence it in any form you wish and distribute it in anyway you wish. The MIT licence only applies if you are extending Rails itself. (Although, if you really need legal advice, go ask a lawyer :), as one I am not) I''m not a lawyer either, but I think you become bound by the MIT license
2006 Jun 15
0
Re: rails question
Hi Shelby, No prob, You are having trouble b/c you don''t call @festival.valid? before this line: if !(@festival.errors.invalid? :name ) # => true if name is invalid I wasn''t clear about it in my post, but ActiveRecord::Errors#invalid? doesn''t actually do validations. It just looks at the associated errors object (which is empty if validation hasn''t
2006 May 23
1
Free/Open pci telco card
Hi List, While I was surfing the net last week, I found a link for "open source" pci telco cards. I'm not sure if it were isdn or analog related. The layout an all the stuff was free downloadable, so that you can build your own cards. Does anybody have the link? Yes, I know there is google, but i searched for over an hour, but can't find anything. maybe i use the wrong
2006 Jun 12
1
problem dialing out thru sip - using isdn on internal
hi, i've a wirded problem, i try to dial out, using this dialplan [default] exten => _*7.,1,Macro(anrufextern-sip,${EXTEN:2}) [macro-anrufextern-sip] exten => s,1,SetCallerID(SIP-ID) exten => s,n,Dial(SIP/${ARG1}sip-out) exten => s,n,Hangup() when i use my analog telephone, everything is okay: - Starting simple switch on 'Zap/3-1' -- Executing
2006 Jun 16
0
isdn and PARK
Hi outa there, when i park a call which i picked up at an isdn line , the call never comes back, -- Stopped music on hold on mISDN/9-u73 -- Added extension 'mISDN/2' priority 1 to park-dial == Timeout for mISDN/9-u73 parked on 701. Returning to park-dial,mISDN/2,1 -- Executing Dial("mISDN/9-u73", "mISDN/2| |t") in new stack Jun 18 18:55:36
2006 Jun 16
0
CALLERID problems asterisk segfaults
Hi all, i use asterisk 1.2.7 and i have a problem with callerid. i use sangoma a200 cards. one fxo one fxs module i have these scenario - bob calls adam, where bob calls into my asterisk and adam picks up "from" my asterisk - bob and adam are speaking to each other - meanwhile eve calls adam, adam hears a beep, and knows there is an other caller on line. - bob and adam stop seaking