search for: csk

Displaying 12 results from an estimated 12 matches for "csk".

Did you mean: cs
2009 Jun 11
3
deSolve question
...Fun_ODE <- function(t,y, pars){ with (as.list(c(y, pars)), { It <- dose/doseduration Car <- Aar/Var Cve <- Ave/Vve Clu <- Alu/Vlu Cli <- Ali/Vli Cbr <- Abr/Vbr Ch <- Ah/Vh Cpa <- Apa/Vpa Csp <- Asp/Vsp Cgi <- Agi/Vgi Ck <- Ak/Vk Cm <- Am/Vm Cad <- Aad/Vad Csk <- Ask/Vsk Kpbbr <- s*fp*Kpfbr Kpbli <- s*fp*Kpfli Kpbh <- s*fp*Kpfh Kpbpa <- s*fp*Kpfpa Kpbsp <- s*fp*Kpfsp Kpbgi <- s*fp*Kpfgi Kpbk <- s*fp*Kpfk Kpbm <- s*fp*Kpfm Kpbad <- s*fp*Kpfad Kpbsk <- s*fp*Kpfsk Kpblu <- s*fp*Kpflu dAar <- (Clu/Kpblu - Car)*Qar dAv...
2008 Dec 05
9
Bar Chart in Rails
Hi Everyone, Can anyone tell me how to draw a bar chart in Rails? Is there any in-built method in Ruby on Rails (or) should i go for 3rd party plugins? I searched and came across this "open flash chart" - i don''t know how to customize it according to my requirement. PS: I have attached my requirement sample for you reference. Thanks, Vasanth Attachments:
2001 Mar 15
1
AW: samba on win2k
...Gesendet am: Donnerstag, 15. M?rz 2001 10:04 An: samba@lists.samba.org Betreff: samba on win2k I setup samba on rh6.2, and when i try to access the linux m/c from win2k n/w nhbrhood, i get the message: the account is not authorised to log in from this station. what could be the problem ? tia, -csk ===== -- Santosh Cheler __________________________________________________ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices. http://auctions.yahoo.com/ -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/l...
2008 Sep 22
1
Help for SUR model
...model in R framework. subset(esasp500, Obs <=449 & Obs>=197, select = -Date) ->ev13sub c(Obs>=397) & c(Obs<=399) ->d13 c(Obs>=400) & c(Obs<=449) ->f13 SP500*f13 ->SP500f13 BBC~SP500+d13+SP500f13 ->sur132 BOW~SP500+d13+SP500f13 ->sur133 CSK~SP500+d13+SP500f13 ->sur134 DTC~SP500+d13+SP500f13 ->sur135 GP~SP500+d13+SP500f13 ->sur136 HAN~SP500+d13+SP500f13 ->sur137 IP~SP500+d13+SP500f13 ->sur138 KMB~SP500+d13+SP500f13 ->sur139 LPX~SP500+d13+SP500f13 ->sur1310 MWV~SP500+d13+SP500f13 ->sur1311 PCH~S...
2006 Dec 08
4
select_date method
Hi Everyone, I used "select_date" method in my application and got 3 select boxes for Date, Month and Year. Code : <td><%= text_field ''content'', ''title'' %></td> <td><%= text_field ''content'', ''description'' %></td> <td><%= select_date %></td>
2001 Mar 15
4
samba on win2k
I setup samba on rh6.2, and when i try to access the linux m/c from win2k n/w nhbrhood, i get the message: the account is not authorised to log in from this station. what could be the problem ? tia, -csk ===== -- Santosh Cheler __________________________________________________ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices. http://auctions.yahoo.com/
2008 Mar 05
7
Display result without reloading page
Hi all... I have a tabbed interface for showing the details of an Item. By default the ''Details'' tab is selected. The code for displaying each tab is in a partial file. In one tab named ''status'', i''m showing the list of status history of that item. I am trying to implement pagination for this list. When i click on the ''next'' link
2006 Sep 01
1
Players having RTP payload support for Speex
Hi, We are trying to use Speex for voice encoding along with network streaming in our live-streaming software. We have had little luck trying to find players which can support demuxing of RTP payload for speex (draft-herlein-speex-rtp-profile-02.txt) . Can someone please let me know if any such players are available which have support for this draft? Thanks in advance! -Kiran --------------
2011 Aug 18
3
Rails 3 - Production Environment
Hello Everyone, I need some help related to the below requirements: -> I need to setup production environment without installing Ruby or Rails or other related gems into it. I did accomplish the same using JRuby, bundler and warbler plugin. And deployed the WAR file into Apache Tomcat server. But now I have to do this without JRuby & Apache Tomcat. -> I have to setup Apache with
2007 Oct 24
2
Shared listening sockets
On 10/23/07, Robert Mela <rob at robmela.com> wrote: > Several years back I accidentally discovered that multiple processes can > listen on the same TCP/IP socket. The trick of course is that all the > processes are in the same process group, and the socket is opened by a > shared parent. The OS somehow was managing queuing up the various > calls to accept() on that
2006 Apr 01
8
ROR on solaris 10 gem installation error
On my Sun Enterprise 450, I installed ruby-1.8.4 from sunfreeware.com. That installed like a dream. I then downloaded rubygems-0.8.11. Untarred into /usr/local/src and tried to do a /usr/local/bin/ruby install.rb this is what followed and can someone help me figure out what to do? bash-3.00# /usr/local/bin/ruby setup.rb ---> bin <--- bin ---> lib ---> lib/rubygems <---
2010 Jun 01
1
SMTP Configuration in Rails 2.3.4
Hello Everyone, I have a problem with SMTP configuration for my application. Previously I was using Rails version 1.1.6, and the SMTP settings would be configured in environment.rb as follows: ActionMailer::Base.delivery_method = :smtp ActionMailer::Base.server_settings = { :address => "localhost", :port => 25, :domain => "HELO" } Now, my new application is