search for: rai

Displaying 20 results from an estimated 112 matches for "rai".

Did you mean: arai
2001 Sep 14
1
Rai and Van Ryzin Model
R-users, Has anyone implemented (coded) the Rai and Van Ryzin dose-response model from their 1985 Biometrics paper. I'm trying to avoid re-inventing the wheel. If not any hints on coding this would be greatly appreciated. Thanks, -- ==================== Calvin L. Williams, Ph.D. ==================== Department of Mathematical Scie...
2007 Sep 20
1
winbind and local groups
Hello, I got a Samba setup with an samba server being part of a Windows Domain, which is working great. I can authenticate using all domain users and so on without any problem. Now I added a local group named "rai-additional" to my samba system and added a domain user to that group (using DOMAIN+username). "getent passwd DOMAIN+username" the domain groups and "rai-additional" as groups, which is exactly what I want. Unfortunately, when I set "valid users = @rai-additional",...
2015 Mar 30
3
[LLVMdev] Invalid or unaligned stack
Hi, I am encountering a problem that I do not know how to debug. I would greatly appreciate any guidance on this issue. On Windows when I run Lua test cases from JITed code I am getting following error: Unhandled exception at 0x00007FFCEEEAC500 (ntdll.dll) in lua.exe: 0xC0000028: An invalid or unaligned stack was encountered during an unwind operation. This is happening when the Lua code is
2007 Nov 20
9
Testing Models without fixtures
...ld like to do is create 2 users and load the test database with just those 2 users, so that I can call User.search("john") and it would return those two users. Not sure how to clear the test database and populate it just with these 2 users for that specific spec. Thanks in advance! Rai
2004 Jul 18
2
bootstrap and nls
Hi, I am trying to bootstrap the difference between each parameters among two non linear regression (distributed loss model) as following: # data.frame > Raies[1:10,] Tps SolA Solb 1 0 32.97 35.92 2 0 32.01 31.35 3 1 21.73 22.03 4 1 23.73 18.53 5 2 19.68 18.28 6 2 18.56 16.79 7 3 18.79 15.61 8 3 17.60 13.43 9 4 14.83 12.76 10 4 17.33 14.91 etc... # non linear model (work well) RaiesLossA.nls<-nls(SolA~a/(1+b*Tps)^c...
2012 Jun 13
2
need help
...ollowing problem I want to replace same consecutive words by a single word in a sentence.. for example --- my name name name is micky so I want the output like this--my name is micky I want this solution for a text file can you tell me the code for it?? thanking you in anticipation -- Shilpa Rai MSc.(2011-2013) Applied Statistics and Informatics Indian Institute of Technology,Bombay [[alternative HTML version deleted]]
2015 Apr 01
2
[LLVMdev] Invalid or unaligned stack
...ibyendu Majumdar <mobile at majumdar.org.uk> wrote: > Hi, > > I constructed a minimal Lua program that reproduces the problem. > Essentially the problem occurs if a JITed function is recursively > called - and there is a longjmp from the inner call. Example: > > function rais(n) > if n == 0 then error() > else rais(n-1) > end > end > ravi.compile(rais) > > function caller(n) > pcall(rais,n) > end > ravi.compile(caller) > > caller(1) > > Here the call to error() triggers a longjmp. The pcall() calls setjmp. > The erro...
2016 Sep 16
3
SCEV cannot compute the trip count of Simple loop
...ple test case for UB error, still it didn’t unroll void foo(int x) { int p, i = 1; int mat[9][9][9]; for (p = (x+1) ; p < (x+3) ;p++) mat[x][p-1][i] = mat[x][p-1][i] + 5; } Regard, Deepali From: Kevin Choi [mailto:code.kchoi at gmail.com] Sent: Friday, September 16, 2016 1:20 PM To: Rai, Deepali Cc: llvm-dev at lists.llvm.org Subject: Re: [llvm-dev] SCEV cannot compute the trip count of Simple loop void foo(int x) { int p, i = 1; int mat[6][6][6]; for (p = x+3 ; p<= x+6 ;p++) mat[x][p][i] = mat[x][p][i] + 5; } When x=0, max(p)=6, which is outside of allocated 3d arr...
2007 Apr 10
1
AWD page 624-626 Understanding how Apache, Mongrel and Rais work together?
I''m trying to understand the ''Big Picture'' of how Ruby on Rails applications are deployed and operate in distributed environment (one deployment server, many remote servers). I follow AWD by Dave Thomas'' explanation from pages 624-626. From reading these pages I have these questions; 1. How does the RonR instance on the ''remote'' se...
2008 Jan 03
7
Delete a busy worker
I thought I could delete a busy worker by calling MiddleMan.delete_worker, but doesn''t seem to end. I believe this was possible in 0.2, is it not in 1.0? thanks, Zach -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20080103/0c701f29/attachment.html
2017 Jul 21
4
Is there any pass existing in llvm which does machine copy propogation ?
Hi All, I was looking into MachineCopyPropagationPass.ccp file in llvm, which in first look, looks likes to me doing only redundant copy elimination in same basic block. I am interested in any pass which is doing copy propogation across the basic block in a function. Let me know if any such pass exist ? Thanks, Deepali -------------- next part -------------- An HTML attachment was scrubbed...
2012 Jun 15
3
spelling correction using R
...he spelling mistakes as well as grammatical mistakes in the sentences...that is if I am writing following sentence: I want too meet my frnd bt due to hectic shcedule I cant I want output in following way: I want to met my friend but due to hectic schedule I can't. Thanks in advance Shilpa Rai MSc IIT Bomaby -- View this message in context: http://r.789695.n4.nabble.com/spelling-correction-using-R-tp4633454.html Sent from the R help mailing list archive at Nabble.com.
2007 Aug 30
1
NFS Question and answers
...in the topic there :D I am planning to write more artciles in this series, already working on them, one is on YUM setups for LANs and another one is on XEN and Virt manager. But before I proceed I want to know about the format... will this Q&A format be appealing enough??? Kind Regards, Rohit Rai -- I am careful not to confuse excellence with perfection. Excellence, I can reach for; perfection is God's business. - Michael J. Fox -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070830/01d38b0f/at...
2012 Jun 13
2
separate the sentence after finding a particular word
...to watch movies of Hollywood should not be romantic I want to join you school due to bad financial condition I cant So whenever this but is coming in the sentence of a paragraph I want the sentence before but and after but in two different lines... Please help me.... Thanks in Advance Shilpa Rai Msc ( IIT Bombay) -- View this message in context: http://r.789695.n4.nabble.com/separate-the-sentence-after-finding-a-particular-word-tp4633240.html Sent from the R help mailing list archive at Nabble.com.
2010 Jun 10
9
Rails3 beta4 + Ruby 1.9
When I try rails console using Rails3 beta4 and Ruby 1.9.1-p378 I cannot save a record: > rails console Loading development environment (Rails 3.0.0.beta4) ruby-1.9.1-p378 > g = Game.new => #<Game id: nil, player_id: nil, versus_id: nil, finished: nil, created_at: nil, updated_at: nil> ruby-1.9.1...
2003 Jun 30
1
FW: mount -t smbfs
Is anybody can help me on this please. Can I mount a Fat32(Win XP) file system on my Linux server(Red Hat 8). I was able to mount windows 98 and not with Xp or NT. smbmount //xp/e test -o username=srai Password: 3870: session setup failed: ERRDOS - ERRnoaccess SMB connection failed mount -t smbfs //XP/e test -o username=srai Password: 3872: session setup failed: ERRDOS - ERRnoaccess SMB connection failed Any help or suggestions on this ? Thanks in advance Sadanand -----Original Message---...
2009 Oct 28
5
need a local tech
I am sure many of you have seen my post asking question that I cannot seem to resolve. While the responses i have been getting have been helpful i still cannot seem to get this working 100%. So I have waving the white flag here. I give up. I need someone to come to my office and help me get this working. If anyone is interested the office is in Lexington KY. If someone is interested we can
2013 Aug 25
1
Capturing the whole output using R
...o capture the whole 8 results in the same excel sheet. I used capture.output(Find_Max_CCF ( x [ i ], y [ i ] ) ), file="output.txt") But this is giving me only the last result that is cross correlation for last two time series, x[8], y[8]. Please help... Thanks in advance.. Shilpa Rai
2004 Apr 15
2
TE405P + Adit 600 and FXO module - should this work?
...to activate, but show a single flashing red alarm on the configured span. The Adit's TDM controller also displays a solid red LED. Here's its status: Adit 600> status a:1 SLOT A: Status for DS1 1: Receive: Loss of Signal Transmit: RAI/Yellow Alarm Loopback: OFF Adit 600> I'm not sure I have the DS1 configured appropriately. It says: Adit 600> show a:1 SLOT A: Settings for DS1 1: Circuit ID: CAC DS1# A:1 Up/Down: UP Framing:...
2008 Oct 30
1
Sangoma Question
Any advise on troubleshooting this: Oct 29 02:25:58 nurscarepbx kernel: wanpipe2: OOF alarm is OFF Oct 29 02:25:58 nurscarepbx kernel: wanpipe2: RED alarm is OFF Oct 29 02:26:05 nurscarepbx kernel: wanpipe2: RAI alarm is OFF Oct 29 02:26:05 nurscarepbx kernel: wanpipe2: RED alarm is OFF It happens nightly, and I have to reset asterisk to "clear" it. Zap/Dahdi channels wont' work until I do. Jeremy Mann Director of IT Texas Health Management Group Direct Line: 817-310-4956 Main Line: 817-31...