search for: shark

Displaying 20 results from an estimated 293 matches for "shark".

Did you mean: share
2009 Mar 25
1
Requesting help with lattice again
...Long ECB Wet 0.447002596 34 East Slough WBLong CERP Ave 0.313215457 35 East Slough WBLong CERP Dry 0.046917053 36 East Slough WBLong CERP Wet 0.046917053 37 Shark Slough WBLong NSM Ave 0.479722873 38 Shark Slough WBLong NSM Dry 0.232024256 39 Shark Slough WBLong NSM Wet 0.449336931 40 Shark Slough WBLong ECB Ave 0.479722873 41...
2008 May 17
7
SAMBA PDC with LDAP backend syncing unix/samba accounts ...
...ainst LDAP server which works. The system in question uses default debian etch packages. As My Linix/unix accounts can authenticate against it. The LDAP works. I Used the default shipped smbldap-populate script to setup SAMBA. Everything seems to work as Anonymous User or as user root. shark:/etc/samba# smbclient -L shark -N Anonymous login successful Domain=[LDAPBIOMAX] OS=[Unix] Server=[Samba 3.0.24] Share name Type Comment --------- ---- ------- netlogon Disk Network Logon Service knoppix Disk IPC$...
2012 Oct 23
4
[LLVMdev] Here need your help
...1, Is any function which can replace the "make_function" in the following function, 2 , Or is there any different paramters in make_function with the similar action with the following one 3 ,Is there a function similar with "nop" which can return a address in LLVM or Shark , Value* SharkBuilder::memory_barrier() { return make_function( #if defined(ARM) (address) 0xffff0fa0, // __kernel_dmb #else "llvm.memory.barrier", #endif // ARM "11111", "v"); } what's more the Dir of the function is :/o...
2013 Oct 09
0
habitat mapping of sharks
Dear All, I am trying to model the habitat mapping of 4 sharks species and my data are zero inflated and positively skewed. The zero percentages in my data vary between 56-77%. I did some tests fitting GAMs with negative binomial family (with theta between 1-10). Is this the best way to go? Some people have used VGAM (with zero inflated negative binomial) bu...
2009 Apr 08
4
[LLVMdev] What is the state of LLVM's ARM backend
...better picture why the ARM backend don't pass the whole testsuite: I have run the failing tests manually on my arm board and can now categorize most of the thirteen unexpected CodeGen failures in four categories: 1. llvm don't lower MVT::i64 properly on arm errors http://labb.zafena.se/shark-testing/llvmARMCodeGenFailures200904/i64armLoweringRelatedErrors/ example: root at overo:/home/xerxes/llvm-test/fail/CodeGen/notnativelysupported# llvm-as < 2008-02-04-ExtractSubvector.ll | llc llc: /usr/src/openembedded/overo/tmp/work/armv7a-angstrom-linux-gnueabi/llvm2.6-2.6-r0/llvm-2.6/incl...
2006 Aug 17
3
New Improved Chime
This marks the first community contribution to the Chime visualization tool for DTrace. A huge thanks to Bill Rushmore for creating a new main window for Chime. Previously a simple stack of buttons, Chime now uses the Netbeans Matisse layout to present a scrollable list and a description pane. When you create a new display, you can now provide helpful descriptive text. Bill also pointed out
2006 Jul 07
7
[PATCH] xenconsole fix
xenconsole fix. reference of tty->count in xencons_close() is racy. It must be protected by tty_sem semaphore like con_close() in drivers/char/vt.c -- yamahata _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Feb 16
4
file_column :: changing image with object.update
...However, I cannot get file_column to work the same way with object.update when trying to change image. It only updates my field with the image file name. However, the new image is not copied into the correct public folder. Does anyone have an example on how to get this to work? Thank you, Shark
2006 Apr 23
3
Does AJAX form_remote_tag remove "\r\n"?
When I submit textarea with "\r\n" inside its content, all the "\r\n" are gone at the receiving end? Is there a known behavior I should be aware off? Or should I start looking some where else. Thank you, Sharkie
2009 May 18
2
Superscripts and subscripts in trellis graphics
I'd like to annotate an xyplot with an R^2 value, but can not find the syntax to define the superscript format for the text. I'd appreciate suggestions, xyplot(SharkSloughEggs.df$Sharkeggs.rel + SharkSloughEggs.df$SharkHatched.rel + SharkSloughEggs.df$SharkFlooded.rel + HSI.shark$MEAN ~ Year, pch=c(1,9,5,4), lty=c(1,6,3,4), lwd = c(2), col = c("black", "blue", "green", "red"), scales=list(tick.number...
2007 Oct 26
1
ABE, Sangoma, T-1 no recognizing calls
Hello All, I have a setup of ABE on rPath linux,Sangoma A101D, and a T-1 line (Not PRI) which is all happily coexisting and all lights are green. The T-1 comes in from the world into a "Shark Box" which splits the T into 384K data and 6 channels voice. The data side is working great. The voice side, not so great. It was originally broken out to 6 pots line and Verizon came back and swapped cards in the shark and now it is a T-1 out. Wanrouter, zaptel and asterisk are all ap...
2006 Feb 13
3
file_column: uninitialized constant Magick
...llowing the instruction here: http://rmagick.rubyforge.org/install-osx.html From command line, rmagick_test works fine. However, it Rmagick seems to not work from file_column. I even tried openning up environment.rb to add require ''RMagick'', but nothing helps. Thank you, Shark Fin Soup
2012 Dec 03
2
[LLVMdev] What does LLVM ERROR: Cannot select.. mean?
Hello, I am currently working on Shark, a backend for the Hotspot VM of OpenJDK, which uses LLVM to generate target machine code. I am currently running into an LLVM error message, and I don't know exactly what it means or what I am doing wrong: LLVM ERROR: Cannot select: 0x7ffff01295d0: f32,ch = AtomicLoad 0x7fffcc071b10:1, 0x7ff...
2009 Apr 01
0
[LLVMdev] What is the state of LLVM's ARM backend
LLVM ARM v6 backend is in fairly good shape. Even the JIT passes nearly the entire llvm test suite. There are some known missing bits: 1. Exception handling 2. Atomic Not sure: 3. Debugging support (should be trivial to hook up if it's not done) Also the thumb backend is not awesome. Its performance is not great. Evan On Apr 1, 2009, at 6:34 AM, Robert Schuster wrote: > Hi, > the
2009 May 08
2
Probit cluster-robust standard errors
...I wanted to do the same thing with a probit model? ?robcov says the input model must come from the Design package, but the Design package appears not to do probit? Thanks very much! ____________________________________________________________ FREE 3D MARINE AQUARIUM SCREENSAVER - Watch dolphins, sharks & orcas on your desktop! Check it out at http://www.inbox.com/marineaquarium
2008 Aug 27
1
[LLVMdev] Include file error
Dear LLVM developers, Gary Benson has been doing some great work recently on a project known as Shark. This takes Sun's OpenJDK and uses LLVM as a JIT to allow it to target new architectures such as PowerPC. This morning, I tried building this and ran into an issue with the latest svn checkout of LLVM. Although it builds fine, it seems that Argument.h is missing a vital header file which cau...
2006 Apr 23
0
Problem with dovecot-lda with imap and Maildir
Hello all, I've installed dovecot-lda today and it's working fine. But with Maildir mailboxes and imap (connected) I have some strange log messeges : Apr 23 14:28:49 shark postfix/pipe[3211]: A244E3040A2: to=<angel at coffeejob.com>, relay=dovecot, delay=0, status=sent (coffeejob.com) Apr 23 14:28:49 shark postfix/qmgr[26922]: A244E3040A2: removed Apr 23 14:28:49 shark dovecot: imap(angel at coffeejob.com): Corrupted transaction log file /var/spool/mail/cof...
2007 Mar 27
1
samba on intel nas box and windows share browsing hanging
Hi I have a intel S400-e nas box, that runs the Linux / samba, as supplied with the latest updates form Intel.. When browsing the folders in a share, explorer will hang, sometime recover other wise some just hang in glorious windows fashion .. so i ran wire shark to see what the network traffic looked like, because both the nas box and the windows box logs didn't show any logical reason for the behavior ... i have attached a screen capture of the wire shark output.. what is depicted continues until i kill the running explorer session that was attemptin...
2012 Jul 07
11
Splitting a character vector.
...ow how to escape a "(" properly in an effort to at least get "XXY" "(mat harry)" Any pointers would be appreciated Thanks John Kane Kingston ON Canada ____________________________________________________________ FREE 3D MARINE AQUARIUM SCREENSAVER - Watch dolphins, sharks & orcas on your desktop!
2009 Apr 01
4
[LLVMdev] What is the state of LLVM's ARM backend
Hi, the ARM backend lacks some stuff like support for atomic intrinsics. I learned the hard way (crash). Lately I was told that the ARM backend of LLVM is generally in its early stages of development. I would like to know more about this. Which stuff is missing, known to be unstable and the like. Thanks in advance for taking the time. Regards Robert -------------- next part -------------- A