search for: romildo

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

2010 Dec 09
4
String to array
Hello, how convert x in xarray (numbers)? > x [1] "0 - 13" > y [1] "11 - 23" > z [1] "220 - 9" > xarray [1] 0 13 > yarray [1] 11 23 > zarray [1] 220 9 Thanks, RMB
2004 Jun 01
3
2 passwords when loging from Windows 98 to samba PDC
...passwords in one workstation and then login in another workstation, the passwords will be different. I would like to eliminate the need for second password and kepp only the first. Is it possible? If not, I would like to keep the desktop passwords at the samba server. Is that possible? Regards. Romildo
2012 Nov 24
2
[LLVMdev] LLVMConfig not found
...I cannot install jllvm. Checking the sources of llvm-3.1 and llvm-3.0 one find the files llvm-3.1.src/cmake/modules/LLVM-Config.cmake and llvm-3.1.src/cmake/modules/LLVMConfig.cmake.in. Why LLVMConfig.cmake is not installed? How can I get this file installed so that jllvm can also be installed? Romildo
2001 Nov 04
3
2.4.13 kernel on Redhat 7.2
I have tried everything to compile a new kernel on my 7.2 base system. I have used 2.4.13-ac6 and 2.4.13 w/ ext3 patch. I have compiled with ext3 built-in and with ext3 as module (with the initrd). I have a SCSI system so I have done the previous variations with both SCSI support built-in and modular (with the initrd). The error I get is: Remounting root filesystem in read-write mode: mount: no
2009 Jun 23
2
values in graph points
Hello, How to add x values in graph points? Thanks a lot, Romildo x <- c(22.44, 20.14, 15.85, 15.97) plot(x, type="n", axes=FALSE, ann=FALSE, labels=c(22.44, 20.14, 15.85, 15.97)) par(lwd=1) lines(x) points(x, pch=5, bg="grey", cex=1.5) axis(2, las=1) axis(1, at=1:4, lab=c("none", "50-50", "80-20", "90-10...
2009 Oct 22
1
Intersection an Sum between list and matrix
Hello, I need to do an intersection between the list elements (partitionslist) and the columns and rows of a matrix (mm), so that the result will be the sums of the rows and columns. Thanks a lot, Romildo Martins Example 1.The Intersection and sum betweeen partitionslist[[1]][[2]] and mm is indicated in bold. 2.The Intersection and sum betweeen partitionslist[[1]][[2]] and mm is indicated in red italic. > partitionslist[[1]][[1]] [1] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 19 20 21 >...
2013 Feb 21
1
[LLVMdev] Installing ocaml bindings with cmake
Hello. How can the ocaml bindings distributed with llvm can be installed when using cmake to build llvm? The page at http://llvm.org/docs/CMake.html does not mention that. Romildo
2010 Mar 30
2
Finding positions in array
Hello, I need a function to check what positions of the array are greater than "y" and return to positions in another array "z". > x<-array(E(gaux)$weight) > x [1] 3 8 10 6 If y = 7 >z [1] 2 3 Thanks a lot! Romild [[alternative HTML version deleted]]
2012 Nov 14
2
[LLVMdev] Generating code for Sequence expression
...ence expression be translated to the llvm IR? After translating each expression ei from the sequence, how would the resulting values be combined to evaluate in sequence? If a more realistic scenario is needed, consider it as a new construction from the kaleidoscope language used in the tutorial. Romildo
2012 Nov 18
1
[LLVMdev] Java bindings for llvm
Hello. Which Java bindings for LLVM do you recommend for use in an undergraduate compiler construction course? Romildo
2010 Nov 26
0
CPU Scheding package
Hi everybody, I would like to know if there is any CPU scheduling package in R. Anybody knows? Thanks, Romildo
2003 Aug 16
7
sharing an ext3-partition with windows?
Hello, is anyone successfully sharing a ext3 partition between windows and linux? Which software do you use under (which) windows? Was it easy to setup? TIA and Regards, Helge