search for: writting

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

Did you mean: writing
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) &gt...
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/Hello but these changes doesn't reflect
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
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 user...
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) AI...
2008 Mar 21
1
sample codes for writting a function with unknown number of arguments
Hi, I need to scan some files, and then do a boxplot graph of them. I also save the output from the boxplot function, so I can process the data later. For example, I need to scan 2 (it can be x, 0<x) files here. A<-scan(F1)/100; B<-scan(F2)/100; Now let's try graph it. N1 is the label for F1, and so on. bitmap(file=Name, type="png16m")
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 this worked fine. With 2.8.0 it still works, but I get a warning
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
...lihood 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 '' >'' turned to be '' + ''. and it did not work. I am looking for the help to solve this tast by writting a likelihood function. Thanks a lot. Best regards. edward sun
2004 May 18
4
granulepos start/end revisited
Hi all, I noticed the following Subversion commit today: r6719 | xiphmont | 2004-05-18 16:04:53 +1000 (Tue, 18 May 2004) | 11 lines Updated doc to reflect current proposal... Not as much a proposal at this point actually; this is the way I'm now implementing it. Although we're still in the 'RFC'/'look for horrible lossage' stage, this is close to being
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? ? --
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 Parameter...
2003 Aug 20
0
Ogg Traffic for August 20, 2003
Hi everybody, below is the latest installment of news from the Xiph.org community. The HTML version is at http://www.vorbis.com/ot/20030820.html. Enjoy! -Carsten <p>Ogg Traffic for Wednesday, August 20, 2003 Author: Carsten "Purple" Haese Contact: [1]carsten@xiph.org Date: August 20, 2003 Table of Contents 1 Status Updates 1.1 Monty
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, current...
2009 Jun 10
1
Weird behavior in receive_data function
...Interval = 4; > nAdjust = 256; > > printf("\nstart to build origin files!\n"); > ch = 0; > for(l = 0; l < count; l++) > { > memset(buffer,0, 256); > sprintf(buffer,"media-test-3MB-file/origin/test/test%02d.dat",l); > printf("writting %s \n",buffer); > fd = open(buffer, O_RDWR|O_CREAT|O_EXCL, S_IRUSR|S_IWUSR); > for(lll = 0; lll < nSize; lll++) > { > for(mmm = 0; mmm < nAdjust; mmm++) > { > for(nnn = 0; nnn < nBlock; nnn++) > { > write_fhead_char(fd, &ch,...
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