search for: 19x

Displaying 4 results from an estimated 4 matches for "19x".

Did you mean: 19
2007 Aug 22
1
mount.ocfs2: Value too large ...
...g /dev/sdb1 on /ext_arrays/ds3200_1/. Check 'dmesg' for more information on this error. --------------- In serv_x86_64's dmesg are following lines ---------------- ocfs2_dlm: Nodes in domain ("892E82953F2147A4BD75E2AAC5750BD3"): 1 o2net: connected to node serv_i386 (num 0) at 19X.XXX.69.194:7777 ocfs2_dlm: Nodes in domain ("892E82953F2147A4BD75E2AAC5750BD3"): 0 1 kjournald starting. Commit interval 5 seconds (11637,3):ocfs2_broadcast_vote:434 ERROR: status = -75 (11637,3):ocfs2_do_request_vote:504 ERROR: status = -75 (11637,3):ocfs2_mount_volume:1117 ERROR: statu...
2006 Apr 20
0
LLVM 1.7 Release!
...ther individual bits are actually used to simplify code. 14. Nate reimplemented post-dominator analysis using the Lengauer and Tarjan algorithm, replacing the old iterative implementation. On one extreme example (PR681) his implementation is 40x faster than the old one and uses 19x less memory. 15. Daniel Berlin contributed an ET-Forest implementation, which replaces the old LLVM DominatorSet with a far more efficient data structure (in both space and time). 16. Andrew wrote a new "reg2mem" which transforms an LLVM function so that there are no SSA va...
2003 Sep 17
3
Fractals in R and having fun! (and more persp and color)
Well, I started playing with fractals in R, and wrote a function to generate de Mandelbrot set, which might be of interest to some people ########################################################################### # Mandelbrot set ########################################################################### mandelbrot <- function(x = c(-3.0, 1.0), # x coordinates y =
2010 May 08
19
mb_chars.upcase and Ruby 1.9.2
I''m testing ruby-head through rvm but can''t get ''ação''.mb_chars.upcase == ''AÇÃO''... I get ''AçãO'' instead... This happens both for Rails 2.3.5 and Rails 3 beta 3... How can I get upcase to work correctly? Thanks in advance, Rodrigo. -- You received this message because you are subscribed to the Google Groups "Ruby