search for: 1_4

Displaying 14 results from an estimated 14 matches for "1_4".

Did you mean: 14
2011 Aug 10
0
[LLVMdev] Handling of pointer difference in llvm-gcc and clang
...th nsw is a trap value. > > Is this a bug in llvm-gcc? in llvm-gcc (and dragonegg) this is coming directly from GCC's gimple: f (int * p, int * q) { long int D.2718; long int D.2717; long int p.1; long int q.0; int D.2714; <bb 2>: q.0_2 = (long int) q_1(D); p.1_4 = (long int) p_3(D); D.2717_5 = q.0_2 - p.1_4; D.2718_6 = D.2717_5 /[ex] 4; D.2714_7 = (int) D.2718_6; return D.2714_7; } Signed overflow in the difference of two long int (ptrdiff_t) values results in undefined behaviour according to the GCC type system, which is where the nsw flag c...
2011 Aug 10
3
[LLVMdev] Handling of pointer difference in llvm-gcc and clang
Hi, We are developing a bounded model checker for C/C++ programs (http://baldur.iti.kit.edu/llbmc/) that operates on LLVM's intermediate representation. While checking a C++ program that uses STL containers we noticed that llvm-gcc and clang handle pointer differences in disagreeing ways. Consider the following C function: int f(int *p, int *q) { return q - p; } Here's the
2010 Jul 14
2
some beginner questions
Hi, I'am new to ocfs2 filesystem and I have some questions about it. I installed three server according to the user guide from http://oss.oracle.com/projects/ocfs2/dist/documentation/v1.4/ocfs2-1_4-usersguide.pdf For every single server I have a working ocfs2 partition /dev/sdb1 on /mnt/oc1 type ocfs2 (rw,_netdev,heartbeat=local) As I understand the ocfs2 system I can use now these partition as a single data storage. But it doesn't work. When I create a file or directory on the ocfs2...
2011 Apr 12
2
split string into individual valus while reading in R
...AAHHAHHAHAHHHAAHHAHAAAAHAAAHHAHHAAHAHHAAAAHAAAHHHAAAHHAHHHAAAHHHHAHHAAHAAAAHAHHHHHAAAHAHHAHHHHAHHHHHHHHHAAHAAHHHAHAAAAAHHHHHHAHHHHHAHHHH 1_3 ch1 0.1 HAAAHHAAAHHAAAAAHHAHHAHAHHHAAHHAHAAAAHAAAHHAHHAAHAHHAAAAHAAAHHHAAAHHAHHHAAAHHHHAHHAAHAAAAHAHHHHHAAAHAHHAHHHHAHHHHHHHHHAAHAAHHHAHAAAAAHHHHHHAHHHHHAHHHH 1_4 ch1 0.2 HAAAHHAAAHHAAAAAHHAHHAHAHHHAAHHAHAAAAHAAAHHAHHAAHAHHAAAAHAAAHHHAAAHHAHHHAAAHHHHAHHAAHAAAAHAHHHHHAAAHAHHAHHHHAHHHHHHHHHAAHAAHHHAHAAAAAHHHHHHAHHHHHAHHHH 1_5 ch1 0.2 HAAAHHAAAHHAAAAAHHAHHAHAHHHAAHHAHAAAAHAAAHHAHHAAHAHHAAAAHAAAHHHAAAHHAHHHAAAHHHHAHHAAHAAAAHAHHHHHAAAHAHHAHHHHAHHHHHHHHHAAHAAHHHAH...
2007 Apr 04
2
selection of character
...a character vector like this [1] "10_1" "1_1" "11_1" "2_1" "3_1" "4_1" "5_1" "6_1" "7_1" "8_1" [11] "9_1" "1_3" "2_3" "3_3" "4_3" "1_4" "2_4" "3_4" "4_4" "5_4" [21] "6_4" "7_4" "1_5" "2_5" "10_6" "11_6" "12_6" "1_6" "2_6" "3_6" [31] "4_6" "5_6" "6_6&qu...
2014 Oct 27
2
como pasar de data.frame -> cast -> data.frame
...021092822 5 con 0 2 1 16 0 s 0.6005446999 6 con 0 2 1 18 0 s 0.3394979487 2. A partir del df y usando la funcion "cast" obtengo unas tablas como las que siguen: cast(datEnd[datEnd$dia%in%c(1,5),], sol ~ dia + con, fun.aggregate=length) sol 1_0 1_1 1_2 1_3 1_4 1_5 5_0 5_1 5_2 5_3 5_4 5_5 1 con 10 0 0 0 0 0 11 0 0 0 0 0 2 dec 0 6 6 6 8 6 0 9 11 13 14 17 3 dol 0 8 6 10 9 10 0 17 16 17 19 19 4 lim 0 10 6 7 6 16 0 11 9 13 10 9 en la primera fila de la tabla, qu...
2019 Dec 03
1
Centos 8 install of squirrelmail
.../31/Everything/source/tree/Packages/s/squirrelmail-1.4.23-2.fc31.20190710.src.rpm and install the resulting RPM. For the source https://sourceforge.net/p/squirrelmail/code/HEAD/tree/ the last commit was 6 days ago. you can use https://sourceforge.net/p/squirrelmail/code/HEAD/tree/branches/SM-1_4-STABLE/squirrelmail/contrib/RPM/squirrelmail.spec if you are interested in hacking, as the default configuration is different from CentOS. thanks --- Thomas Stephen Lee Note: this for internal use only. Not for accessing from the www. On Tue, Dec 3, 2019 at 1:26 AM Valeri Galtsev <galtsev a...
2014 Oct 27
2
como pasar de data.frame -> cast -> data.frame
...0 s 0.3394979487 > > > > 2. A partir del df y usando la funcion "cast" obtengo unas tablas como > las que siguen: > > cast(datEnd[datEnd$dia%in%c(1,5),], sol ~ dia + con, > fun.aggregate=length) > > sol 1_0 1_1 1_2 1_3 1_4 1_5 5_0 5_1 5_2 5_3 5_4 5_5 > 1 con 10 0 0 0 0 0 11 0 0 0 0 0 > 2 dec 0 6 6 6 8 6 0 9 11 13 14 17 > 3 dol 0 8 6 10 9 10 0 17 16 17 19 19 > 4 lim 0 10 6 7 6...
2009 Sep 10
0
Quick update regarding (RH)EL5 U4
...ckages for OCFS2 1.2 for (RH)EL5 U4. Users still on OCFS2 1.2 and looking to upgrade to the (RH)EL5 U4 should upgrade the file system to OCFS2 1.4. Please refer to the user's guide for more information on upgrading to OCFS2 1.4. http://oss.oracle.com/projects/ocfs2/dist/documentation/v1.4/ocfs2-1_4-usersguide.pdf This is _not_ to suggest that OCFS2 1.2 is being de-supported. That is not the case. We will continue to provide OCFS2 1.2 packages for newer (RH)EL4 kernels. The OCFS2 Team OCFS2: http://oss.oracle.com/projects/ocfs2 TOOLS: http://oss.oracle.com/projects/ocfs2-tools DOCS : http:/...
2009 Sep 10
0
Quick update regarding (RH)EL5 U4
...ckages for OCFS2 1.2 for (RH)EL5 U4. Users still on OCFS2 1.2 and looking to upgrade to the (RH)EL5 U4 should upgrade the file system to OCFS2 1.4. Please refer to the user's guide for more information on upgrading to OCFS2 1.4. http://oss.oracle.com/projects/ocfs2/dist/documentation/v1.4/ocfs2-1_4-usersguide.pdf This is _not_ to suggest that OCFS2 1.2 is being de-supported. That is not the case. We will continue to provide OCFS2 1.2 packages for newer (RH)EL4 kernels. The OCFS2 Team OCFS2: http://oss.oracle.com/projects/ocfs2 TOOLS: http://oss.oracle.com/projects/ocfs2-tools DOCS : http:/...
2014 Oct 28
2
como pasar de data.frame -> cast -> data.frame
...; >> >> 2. A partir del df y usando la funcion "cast" obtengo unas tablas como >> las que siguen: >> >> cast(datEnd[datEnd$dia%in%c(1,5),], sol ~ dia + con, >> fun.aggregate=length) >> >> sol 1_0 1_1 1_2 1_3 1_4 1_5 5_0 5_1 5_2 5_3 5_4 5_5 >> 1 con 10 0 0 0 0 0 11 0 0 0 0 0 >> 2 dec 0 6 6 6 8 6 0 9 11 13 14 17 >> 3 dol 0 8 6 10 9 10 0 17 16 17 19 19 >> 4 lim 0...
2019 Dec 02
2
Centos 8 install of squirrelmail
> > > On 2019-12-02 13:15, Earl Terwilliger via CentOS wrote: >> Hi, >> >> I am trying to install Squirrelmail on Centos 8 but it seems that >> package >> is missing in the EPEL repo for Centos 8? Anyone know if this was on >> purpose or how to tell which packages won't be created? > > As far as I know, squirrelmail is noT actively maintained
2011 May 26
1
JGR/Deducer Installation
...exp | 1.8.2-21.1 ant-apache-resolver | 1.8.2-21.1 ant-commons-logging | 1.8.2-21.1 ant-javadoc | 1.8.2-21.1 ant-javamail | 1.8.2-21.1 ant-jdepend | 1.8.2-21.1 ant-jmf | 1.8.2-21.1 ant-junit | 1.8.2-21.1 ant-manual | 1.8.2-21.1 ant-scripts | 1.8.2-21.1 ant-swing | 1.8.2-21.1 geronimo-j2ee-1_4-apis | 1.2-11.5 jakarta-commons-logging | 1.0.4-637.1 java-1_5_0-gcj-compat-devel | 1.5.0.0-128.4 java-1_6_0-openjdk | 1.6.0.0_b20.1.9.7-1.2.1 java-1_6_0-openjdk-devel | 1.6.0.0_b20.1.9.7-1.2.1 java-1_6_0-openjdk-plugin | 1.6.0.0_b20.1.9.7-1.2.1 javacc | 4.0-226.1 jdepend | 2.9.1-153.1 log4...
2012 Mar 09
1
Multiple Correspondence Analysis
You should send this to r-help@stat.math.ethz.ch. On 03/09/2012 09:21 AM, Andrea Sica wrote: > Hello everybody, I'm looking for someone who is able with MCA and > would like to gives some help. > > If what I'm doing is not wrong, according to the purpose I have, I > need to understand how to create a dependence matrix, where I can > analyze the > dependence between