search for: status1

Displaying 18 results from an estimated 18 matches for "status1".

Did you mean: status
2010 Apr 18
4
[LLVMdev] create two Twine object
I need to generate variables like status1, status2, status3, ...... request1, request2, request3, ...... this is my code, other unrelated detail are eliminated. static int varNum; static const char *getVarNum() { ++varNum; std::stringstream ss; ss << varNum; std::string *varname = new std::string(ss.str()); return varname->c_str...
2007 Aug 27
2
validate (package Design): error message "subscript out of bounds"
...197,201,201,203,203,203,209,210,214,219,227,233,4,18, 49,113,147,1,1,2,2,2,2,2,3,4,6,6,6,6,6,6,6,6,9,9,9,9,9,10,10, 10,11,12,12,12,13,14,14,17,18,18,19,19,20,20,21,21,21,21,22,23, 23,24,28,28,29,29,32,34,35,38,38,48,48,52,52,54,54,56,64,67,67, 69,70,70,72,84,88,90,114,115,140,142,154,171,195), status1 = c(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1...
2005 Dec 20
1
imlib2-loader_jpeg RPM Needed
Hi All, was trying to install eterm rpm, and got the below dependencies errors, Eterm-0.9.3-1.i386.rpm [root at status1 eterm]# rpm -Uvh Eterm-0.9.3-1.i386.rpm error: Failed dependencies: imlib2 is needed by Eterm-0.9.3-1.i386 imlib2-loader_jpeg is needed by Eterm-0.9.3-1.i386 imlib2-loader_png is needed by Eterm-0.9.3-1.i386 libImlib2.so.1 is needed by Eterm-0.9.3-1.i386 liba...
2010 Apr 18
0
[LLVMdev] create two Twine object
...(varNum), entry_inst); Instruction *sreqInst = new AllocaInst(ReqTy, Twine("request") + Twine(varNum), entry_inst); btw, your getVarNum() leaks. Eugene On Sun, Apr 18, 2010 at 5:55 AM, Yuanfang Chen <tabloid.adroit at gmail.com> wrote: > I need to generate variables like > status1, status2, status3, ...... > request1, request2, request3, ...... > this is my code, other unrelated detail are eliminated. > static int varNum; > static const char *getVarNum() { > ++varNum; > std::stringstream ss; > ss << varNum; > std::string *varname = new std::stri...
2010 Apr 18
1
[LLVMdev] create two Twine object
...= new AllocaInst(ReqTy, Twine("request") + > Twine(varNum), entry_inst); > > > btw, your getVarNum() leaks. > > Eugene > > On Sun, Apr 18, 2010 at 5:55 AM, Yuanfang Chen <tabloid.adroit at gmail.com> wrote: >> I need to generate variables like >> status1, status2, status3, ...... >> request1, request2, request3, ...... >> this is my code, other unrelated detail are eliminated. >> static int varNum; >> static const char *getVarNum() { >> ++varNum; >> std::stringstream ss; >> ss << varNum; >> std:...
2005 Dec 05
2
Permission Denied: /proc/cpuinfo
...tos-bounces at centos.org [mailto:centos-bounces at centos.org] On > Behalf Of Mark Sargent > Sent: Sunday, December 04, 2005 10:38 PM > To: CentOS mailing list > Subject: [CentOS] Permission Denied: /proc/cpuinfo > > HI All, > > why do I get the below, > > [root at status1 ~]# /proc/cpuinfo > -bash: /proc/cpuinfo: Permission denied It's not an executable program. Try 'cat /proc/cpuinfo'. -- Marc
2006 Feb 04
0
form_tag_with_upload_progress
...39;'" end end . . . end and the model: class Picture < ActiveRecord::Base . . def self.save(picture) #save the picture here end . . end and the view: <%= form_tag_with_upload_progress({:action => ''upload''}, {:begin => "new Effect.Appear(''status1'')", :finish => "new Ajax.Request(''/picture/upload'', {asynchronous:true});" }) %> . . <%= file_field ''picture'', ''file'' %> <%= submit_tag ''Upload'' %> <div id="status1" st...
2001 Oct 21
1
/proc/sys/fs/binfmt_misc/register: no such file or directory
...is during booting? Anyone have any ideas? I'm running redhat 7.1 w/ kernel 2.4.9-6 and the wine version from the powertools cd. Latest version of wine does it also. I get this error when installing from redhat powertools too: "execution of %post scriplet from wine 20010131-3 failed, exit status1" but it installs and seems to work... just my windows service doesn't start. I have the /pro/sys/fs/binfmt_misc directory but after reading some search engine results on my probem I don't seem to have the "register" and "status" files that are supposed to be in th...
2009 Feb 23
1
predicting cumulative hazard for coxph using predict
Hi I am estimating the following coxph function with stratification and frailty?where each person had multiple events. m<-coxph(Surv(dtime1,status1)~gender+cage+uplf+strata(enum)+frailty(id),xmodel) ? > head(xmodel) id enum dtime status gender cage uplf 1 1008666 1 2259.1412037 1 MA 0.000 0 2 1008666 2 36.7495023 1 MA 2259.141 0 3 1008666 3 0.3026852 1 MA 2295.891 0 4 10...
2012 Feb 09
1
Finding all the coefficients for a logit model
Let's say I have a variable, day, which is saved as a factor with 7 levels, and I use it in a logistic regression model. I ran the model using the car package in R and printed out the results. mod1 = glm(factor(status1) ~ factor(day), data=mydat, family=binomial(link="logit")) print(summary(mod1)) The result I get is: Coefficients: Estimate Std. Error z value Pr(>|z|) (Intercept) -0.4350 0.0379 -11.48 <2e-16 *** factor(day)Monday -0.6072 0.0479 -12....
2008 Jan 02
6
problem when editing record in polymorphic relation
...C Logix - AT1 | Status2 | 1.0 2 | RR Logix AT2 | Status3 | 2.3 The table, hardware_cis ,contains the following records ===================================================== id | asset_tag | status | version ----+-------------------+---------+--------- 1 | HCL - AT1 | Status1 | 1.0 2 | IBM - AT2 | Status1 | 2.3 The controller, ci_controller, contains the edit method as follows ================================================================ def edit @ci=Ci.find(1) end My Problem =========== In the edit.rhtml file, I am trying to populate the value of '...
2016 Dec 08
3
[PATCH] linux/types.h: enable endian checks for all sparse builds
On 12/07/16 21:54, Michael S. Tsirkin wrote: > On Thu, Dec 08, 2016 at 05:21:47AM +0000, Bart Van Assche wrote: >> Additionally, there are notable exceptions to the rule that most drivers >> are endian-clean, e.g. drivers/scsi/qla2xxx. I would appreciate it if it >> would remain possible to check such drivers with sparse without enabling >> endianness checks. Have you
2016 Dec 08
3
[PATCH] linux/types.h: enable endian checks for all sparse builds
On 12/07/16 21:54, Michael S. Tsirkin wrote: > On Thu, Dec 08, 2016 at 05:21:47AM +0000, Bart Van Assche wrote: >> Additionally, there are notable exceptions to the rule that most drivers >> are endian-clean, e.g. drivers/scsi/qla2xxx. I would appreciate it if it >> would remain possible to check such drivers with sparse without enabling >> endianness checks. Have you
2006 May 31
1
Creating Multiple Child objects on a single form
...9;', :order => [:day, :month, :year ] %> <label for="evaluation_comment"> Comments:</label> <%= text_area ''evaluation'', ''comment'' %> This produces a set of ''status'' objects like status1, status2, status3 in params, which I then loop through again in the create function in my evaluations controller: def create @evaluation = Evaluation.new(params[:evaluation]) @goal = Goal.find_by_id(params[:goal_id]) if @evaluation.save for objective in @goal.objectives...
2016 Dec 08
0
[PATCH] linux/types.h: enable endian checks for all sparse builds
..._frame_size = cpu_to_be32(eiter->a.max_frame_size); size += 4 + 4; ql_dbg(ql_dbg_disc, vha, 0x20bc, "Max_Frame_Size = %x.\n", eiter->a.max_frame_size); printed too late, it's be by that time. Here's another suspicious line ctio24->u.status1.flags = (atio->u.isp24.attr << 9) | cpu_to_le16(CTIO7_FLAGS_STATUS_MODE_1 | CTIO7_FLAGS_TERMINATE); shifting attr by 9 bits gives different results on BE and LE, mixing it with le16 looks rather strange. Another: ha->flags.dport_enabled =...
2016 Dec 09
2
[PATCH] linux/types.h: enable endian checks for all sparse builds
...x_frame_size); > size += 4 + 4; > > ql_dbg(ql_dbg_disc, vha, 0x20bc, > "Max_Frame_Size = %x.\n", eiter->a.max_frame_size); > >printed too late, it's be by that time. > >Here's another suspicious line > > ctio24->u.status1.flags = (atio->u.isp24.attr << 9) | > cpu_to_le16(CTIO7_FLAGS_STATUS_MODE_1 | > CTIO7_FLAGS_TERMINATE); > >shifting attr by 9 bits gives different results on BE and LE, >mixing it with le16 looks rather strange. > >Another: > >...
2016 Dec 09
2
[PATCH] linux/types.h: enable endian checks for all sparse builds
...x_frame_size); > size += 4 + 4; > > ql_dbg(ql_dbg_disc, vha, 0x20bc, > "Max_Frame_Size = %x.\n", eiter->a.max_frame_size); > >printed too late, it's be by that time. > >Here's another suspicious line > > ctio24->u.status1.flags = (atio->u.isp24.attr << 9) | > cpu_to_le16(CTIO7_FLAGS_STATUS_MODE_1 | > CTIO7_FLAGS_TERMINATE); > >shifting attr by 9 bits gives different results on BE and LE, >mixing it with le16 looks rather strange. > >Another: > >...
2007 Apr 18
1
[Bridge] recent crashes? Linux kernel 2.6.18-1.2239.fc5 (Linux Fedora Core 5)
At the risk of angering the crash Gods, my sustem has NOT crashed again since I downgraded the kernel from 2.6.18-1.2239.fc5 to 2.6.18-1.2200.fc5. Given that newfound stability, and my lack of time, I'm going to put on hold any further diagnostics, until the next kernel revision is released. I have submitted a report at bugzilla.redhat.com (bug 218128). (Ah, nuts; accidentally created a