Displaying 20 results from an estimated 1000 matches similar to: "[Bug 844] the client copy is over written during scp"
2007 May 23
1
(no subject)
Hello Sir/Madam,
I wish to use the speex codec on eclipse(c/C++ environment). The aim of my
project is to encode speech data using speex, the drop some packets
randomly and then decode the data and the see the effects of dropping the
packets. Could you please letme know how I can setup the source code on
eclipse.
Thanks
Nihar
2014 Feb 02
1
Trouble implementing ov_callbacks, endless loop calling seek_func
Hello list,
I've been having a tough time adding windows resource support to my ogg
vorbise decoder, although I think I am close. Basically when I call
ov_open_callbacks(), it doesn't ever return and repeatedly calls my
seek_func.
I'm hoping it is something obvious, but I can't see why my seek_func is
being called endlessly. If the file is seekable, I should return 0, right?
If
2010 Jan 09
4
parsing pdf files
I have a pdf file that I would like to parse into R:
http://www.williams.edu/Registrar/geninfo/faculty.pdf
For now, I open the file in Acrobat by hand, then save it "as text"
and then use readLines(). That works fine but a) I am concerned that
some information may be lost and b) I may be doing this a lot, so I
would rather have R grab the information from the pdf file directly.
So: is
2004 Dec 06
3
[Bug 941] Poor transfer from Windows to Linux
http://bugzilla.mindrot.org/show_bug.cgi?id=941
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From djm at mindrot.org 2004-12-06 17:08
2011 Aug 25
3
Very Basic Source Question
I'm having an issue sourcing an R file from my workbench using StatET in the
Eclipse IDE. All I'm trying to do is get comfortable with 'source' and run
"source(C:/Program Files (x86)/Eclipse/eclipse/ProjectName/SourceFile.R)".
When I try to call the path for the file i get the error: "unexpected '/' in
"source(C:/". I've looked around but
2003 Aug 24
2
wxRuby 0.1.0 Alpha has been released!
http://rubyforge.org/project/showfiles.php?group_id=35&release_id=46
The code itself has been quite stable for several weeks. This release
includes Gour''s excellent MinGW README notes, along with various updates
to the README, and clarification of the LICENSE.
Thanks to everyone for your help in putting this together. It was
definitely a team project. I look forward to getting lots
2009 Oct 31
2
[LLVMdev] Determine branch coverage information
Hello everybody,
I am a beginner in LLVM and need to know how to use LLVM to instrument a C
program and execute this instrumented program with different test cases to
determine the branch coverage information for each test case.
Any suggestion or help is more than welcomed.
Thanks in advance.
Ahmed Raafat.
--
View this message in context:
2005 Aug 28
1
[LLVMdev] how to read the llvm source-file?
I am a new user of the llvm .
where should I to start the llvm -sourcefile.
As there is many tools .What are the most important?
what the order of reading the sourcefile is most efficienc?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050828/ec0bf27e/attachment.html>
2010 Jun 01
2
[LLVMdev] How to create global string array? (user question)
I am trying to create such module with API (it's equivalent to c++:
const char* ss[] = {"s1","s2"};):
@ss = global [2 x i8*] [i8* getelementptr inbounds ([3 x i8]* @.str1,
i32 0, i32 0), i8* getelementptr inbounds ([3 x i8]* @.str2, i32 0, i32
0)] ; <[2 x i8*]*> [#uses=0]
@.str1 = private constant [3 x i8] c"s1\00", align 1 ; <[3 x i8]*> [#uses=1]
2009 Jul 09
5
[LLVMdev] Source file information.
Dear All,
To add to this, what you want to do is find the appropriate debug stop
point intrinsic and then use it to look up the information for that
instruction.
Here is some sample code from SAFECode that finds the debug information
associated with a CallInst (LLVM call instruction) held in the variable
CI. It uses the findStopPoint() function in llvm/Analyis/DebugInfo.h:
//
// Get the
2020 Jul 13
2
[PATCH v2 12/24] scsi: virtio_scsi: Demote seemingly unintentional kerneldoc header
This is the only use of kerneldoc in the sourcefile and no
descriptions are provided.
Fixes the following W=1 kernel build warning(s):
drivers/scsi/virtio_scsi.c:109: warning: Function parameter or member 'vscsi' not described in 'virtscsi_complete_cmd'
drivers/scsi/virtio_scsi.c:109: warning: Function parameter or member 'buf' not described in
2020 Jul 13
2
[PATCH v2 12/24] scsi: virtio_scsi: Demote seemingly unintentional kerneldoc header
This is the only use of kerneldoc in the sourcefile and no
descriptions are provided.
Fixes the following W=1 kernel build warning(s):
drivers/scsi/virtio_scsi.c:109: warning: Function parameter or member 'vscsi' not described in 'virtscsi_complete_cmd'
drivers/scsi/virtio_scsi.c:109: warning: Function parameter or member 'buf' not described in
2009 Nov 04
0
[LLVMdev] Determine branch coverage information
Hi Ahmed!
Adventure wrote:
> Hello everybody, I am a beginner in LLVM and need to know how to use
> LLVM to instrument a C program and execute this instrumented program
> with different test cases to determine the branch coverage information
> for each test case. Any suggestion or help is more than welcomed. Thanks
> in advance. Ahmed Raafat.
(In the following instructions you
2009 Jul 09
0
[LLVMdev] Source file information.
Dear All,
To add to this, what you want to do is find the appropriate debug stop
point intrinsic and then use it to look up the information for that
instruction.
Here is some sample code from SAFECode that finds the debug information
associated with a CallInst (LLVM call instruction) held in the variable
CI. It uses the findStopPoint() function in llvm/Analyis/DebugInfo.h:
//
// Get the
2012 Jul 26
1
converting HVM ubuntu 10.04 desktop 64 bit to Paravirtualised
Please tell me any link which I can follow to convert the Ubuntu 10.04 64
bit Desktop as paravirtual guest. I have tested it . But after conversion
it comes to text mode.
* *
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
2007 Apr 18
2
[Bridge] new ioctl
Hi, all,
I am a newbie. i wish to add another ioctl into brctl for doing some
manipulations. How do i do so??
Please advise on the steps.
Regards,
Munro
2007 Apr 18
1
[Bridge] Possibility of copying over fdb entries.
Hi, all,
I wish to copy over fdb(forwarding database entries) learnt over from
one interface onto as they are from another interface.
Like for eg :
brctl showmacs br0
port no mac addr is local? ageing timer
1 00:30:1a:01:6f:e4 no 0.46
1 00:30:1a:1c:3d:b7 yes 0.00
2 00:30:1a:1c:3d:b8 yes
2004 Sep 10
2
[Flac-users] FLAC in the news
FYI,
Unless you've been checking the FLAC site you might have
missed some encouraging things that have happened in the
last few months. I haven't really been announcing things
in the lists along the way, but to summarize:
- Primus and Phish have been selling soundboard recordings
of shows in FLAC
- Magnatune (an indie label) offers their whole catalog in
FLAC and Vorbis now
- More
2004 Sep 10
2
[Flac-users] FLAC in the news
FYI,
Unless you've been checking the FLAC site you might have
missed some encouraging things that have happened in the
last few months. I haven't really been announcing things
in the lists along the way, but to summarize:
- Primus and Phish have been selling soundboard recordings
of shows in FLAC
- Magnatune (an indie label) offers their whole catalog in
FLAC and Vorbis now
- More
2007 Apr 18
1
[Bridge] bridge stp problem
Hi, ppl,
I am using kernel 2.4.25 and having this peculiar problem on my
ixp425. When i have 2 ethernet ports of the board connected to the same
linksys switch running STP. ixp0 and ixp1 are the name of my ethernet
ports enslaved to the same bridge( br0)and my PC is also connected to
the switch.
IXP425 -br0 (192.168.2.1)
|_ixp0|--- |