search for: writ

Displaying 20 results from an estimated 352 matches for "writ".

Did you mean: write
1998 Nov 30
1
corrupt files when writting to samba server
Hi I'm having some problems running samba 2.0beta2: when I try to write files to the samba server aprox. 1/3 of the files get full of null characters. I'm using samba in Digital Unix 4.0d compiled with the native cc and the samba server is registered in a NT domain controlled by a NT machine (security=domain). Any ideas? Is this a known bug?
2002 Apr 15
1
Re: Writting R Function
..., to make sure it does NOT return anything? Cheers, Kevin On Mon, 15 Apr 2002, Ko-Kang Kevin Wang wrote: > Date: Mon, 15 Apr 2002 17:27:20 +1200 (NZST) > From: Ko-Kang Kevin Wang <kwan022 at stat1.stat.auckland.ac.nz> > To: R Help <r-help at stat.math.ethz.ch> > Subject: Writting R Function > > Hi, > > Suppose I have a function as below: > Fibonacci <- function(n, all = T) { > .Fortran("fibonacci", > ans = as.double(n), > as.character(all))$ans > } > which produces: > Fibonacci(10)...
2013 Jan 01
1
[LLVMdev] Help : Writting a LLVM pass
I'm working though http://llvm.org/docs/WritingAnLLVMPass.html, trying to write a very simple pass. I have followed all the steps mentioned in this document.But as mentioned I'm not getting any file named Hello.so in Debug+Asserts/lib folder(There is a file named LLVMHello.so only). I have also tried to modify Hello.cpp in lib/Transforms/...
2006 Jan 04
0
Writting a line in encoder with speex compression.
Hello, first of all, I am going to sum up what I am trying to do, so that best advice can be given. The final objective is to write a simple application to establish a VoIP communication over a GPRS link. So it would be to get a full duplex (capture/playback) sound application that captured from microphone, compresses speech with Speex, and sends it trough the socket API over the GPRS link. By now, I am trying to get the audio...
2015 May 19
0
Writting 16-bit PCM data to Ogg.
sorry for the mess created. So far I have installed these two library *libogg-1.3.2, libvorbis-1.3.4* successfully. When installing this *vorbis-tools-1.4.0 *: I am getting this error. Making install in man make[2]: Entering directory `/home/arunbalaji/Downloads/vorbis-tools-1.4.0/oggenc/man' make[3]: Entering directory `/home/arunbalaji/Downloads/vorbis-tools-1.4.0/oggenc/man' make[3]:
2007 Apr 13
2
How to dtrace which process is writting a veritas volume?
Hi all, How to dtrace a who is writing a veritas volume? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/zfs-discuss/attachments/20070412/dfd8c254/attachment.html>
2005 Nov 28
0
Re: [Bug 3002] problems writting to serial ports on 2005-05-24 release
On 11/25/05, Fernando Chmielewsky <ferchimi@gmail.com> wrote: > sorry I ask you this in this way... > I once tracked a bug in wine using CVS, but now I can't even get to > download the cvs tree, doing exactly the sama I did in the past: > creating ~/.cvspass with the single line > :pserver:cvs@cvs.winehq.com:/home/wine Ah<Z > and ~/cvsrc file containing: > cvs -z
2005 May 22
2
Killing ssshd seassions
Hello, First, I'd like to say sorry if this isn't the right mailing list to ask my question. I'm writting some application(on Linux) wich relys on sshd, so I thought there is nothing wrong in posting my mail here. The aplication i'm writting should, at some point, kill the user from his terminal line. To achieve this I read the users utmp entry and kill the ut_pid in it.. It works fine if the...
2007 Jun 11
15
[Bug 11240] New: doesn't start X - DMA Queue hang
...NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: notting at redhat.com QAContact: xorg-team at lists.x.org startx dies with: (II) Module already built-in crtc 0 1360 1360 writting vpll 00027109 writting vpll2 00000000 output 0 debug_0 31101111 savep->dither 000F0000 0: crtc 0 output0: 0001: twocrt 1 twomon 1 crtc 1 1360 1360 writting vpll 00027109 writting vpll2 00027109 output 1 debug_0 31101111 savep->dither 000F0000 0: crtc 1 output1: 0101: twocrt 1 twomon 1 (EE...
2008 Mar 21
1
sample codes for writting a function with unknown number of arguments
...nt arguments to boxplot, like STATS<-boxplot(A,B,C,c(A,B,C),col="red", main="MyMain", names=c(N1, N2, N3, "All"), xlab="Hardware", ylab="milliseconds") The function should look like: process<-function(Name, F1, F2...N1,N2...) How should I write a function that is flexible enough to handle this situation? Thank you in advance. [[alternative HTML version deleted]]
2008 Oct 28
2
writting null (\000 or ^@) to an external text file without the new warning
I have some functions that write an external text file for postprocessing by another program. Some instructions to the other program need to be indicated by null values (\000 or ^@). The function currently uses code like: writeChar(rawToChar(as.raw(0)), con) where con is a connection to the file. Previous to version 2.8.0 th...
2010 Jan 13
4
How can I store the results
Dear R users, I am running a R code which gives me 10 columns and 160 rows. I need to run the code for 100 times and each time I need to store the results in a single file. I do not know how can I store them in a single file without over writting the results? Thanks Alex [[alternative HTML version deleted]]
2004 Feb 22
6
help for MLE
Dear Sir/Madam, I am using R version 1.8.1. I am doing following tast: First generate 100 Gaussion(3,1) numbers, then write the likelihood function to estimate the parameters of Gaussian distribution by direct maximizing the likelihood function. My likelihood function is: >fn<-function(x) >(-50*log((sd(x))^2))-50*log(sqrt(2*pi))-(1/2*((mean(x))^2))*(sum((x-(mean(x))^2)) After I input above function, the &...
2004 May 18
4
granulepos start/end revisited
...ng it. Although we're still in the 'RFC'/'look for horrible lossage' stage, this is close to being set in stone unless we find something horribly wrong with it. Doc is still very light on detailed rationale and examples; I'd like to subcontract that part of the writing and get on with code. I'm a bit concerned about some of the multiplexing changes, specifically these paragraphs: A granule position represents the instantaneous time location between two pages. However, continuous streams and discontinuous streams differ on whether the granulepos r...
2005 Dec 21
6
Writting 0s
Hello zfs-discuss, When compression is set to on for a givef file system, then if block contains only 0s "nothing" is writen. I wonder if it would be beneficial if ZFS behaves that way not only for block which are going to be compressed but for all block regardless of compression. Or perhaps making this simple check would too much impact CPU for normal data? ? -- Best regards, Robert...
2005 Jul 19
1
Large Files vs. Speed
...y. The Server and Workstations are connected over 1GBit Ethernet. The Linuxserver runs Suse (9.2 if i'm not mistaken). The Shares in question are on two IDE Disks. Problem: The overall Speed of the System, esp. under a bit more Load, is way below the Windows System that was on the box before. Writting Two Files with about 300 MB each takes up to 2 Minutes each (which is just too long for 1Gbit). I know that a big part of this are using IDE - Disks, but still, why would WinXP be faster writting those than Linux? Any turns i could turn to make samba a bit faster saving the files? All Param...
2003 Aug 20
0
Ogg Traffic for August 20, 2003
...Karl Heyes 1.7 Mauricio Piacentini 1.8 Dan Miller 1.9 Ralph Giles 1.10 Jack Moffitt 2 Recent Developments 2.1 Neuros Firmware News 2.2 Speex ACM Codec and Netmeeting support 2.3 Oggsplit 2.4 Ogg Writ [2]Previous Issues of Ogg Traffic 1 Status Updates 1.1 Monty Monty was busy finishing up the optimizations of the Neuros firmware, which he delivered to Digital Innovations for integration into their official firmware. More details on the Neuros are below. Monty also found t...
2007 Sep 06
11
[Bug 12300] New: DMA queue hang (Quadro FX 4500)
...: [100] Virtual Channel Capabilities: [128] Power Budgeting ------------------------------- X output: (==) Using config file: "/etc/X11/xorg.conf" DCB size is 19, entries is 0A (II) Module already built-in (II) Module already built-in (II) Module already built-in crtc 0 1600 1600 writting vpll 00020601 writting vpll2 00000000 output 0 debug_0 01141191 savep->dither 00070000 1: crtc 0 output0: 0000: twocrt 0 twomon 0 (EE) AIGLX error: drmMap of framebuffer failed (Invalid argument)(EE) AIGLX: reverting to software rendering Fatal server error: DMA queue hang: dmaPut=1ff6, cur...
2009 Jun 10
1
Weird behavior in receive_data function
Dear List, I'm trying to get diff/removed data and it's offset out. So I write a functions in receive_data. When I run backup, I found there is a weird behavior which I don't understand. i = recv_token(f_in, &data) will receive (i = -1, offset2 = 0) some where in the middle of the transfer procedure. That's to say, it's going to transfer the first data block...
2012 Jan 05
22
[PATCH] Support Function Level Reset (FLR) in the xen-pciback module (v1) and some fixes.
The attached patches allow the pciback module to perform a reset whenever a PCI device is: - attached to the pciback module, as so: echo "0000:01.07.0" > /sys/bus/pci/devices/pciback/bind - detached from the pciback module, as so: echo "0000:01.07.0" > /sys/bus/pci/devices/pciback/unbind - and when the guest is done with (internally when the guest is not using