search for: acg

Displaying 20 results from an estimated 25 matches for "acg".

Did you mean: ac
2004 Aug 06
3
automatic gain control
At 11:40 AM 11/14/2001 -0500, sublime@mac.com wrote: >the ACG function that the compressor provides is limited at best. its >adjustment is way too audible to make full use of it in balancing levels. >yes, it is last in the chain. i'm just wondering if there's anything out >there in the way of software. if a minidisc recorder can do it, why ca...
2008 Oct 08
5
ParallelR
...to ParallelR? I was looking at the page and found nothing really useful! http://www.revolution-computing.com/sitegenius/topic.php?id=195 I want to see if I can run R on a cluster of workstation, and use batch systems like Grid Engine or Xgrid: http://gridengine.sunsource.net/ http://ww.apple.com/acg/xgrid/ --Chi
2007 Jan 28
2
reposTools
Dear List, I tested the example in the reposTools vignette: library(reposTools); Loading required package: tools genRepos("Test Repository", "http://biowww.dfci.harvard.edu/~jgentry/","newRepos"); Error in rep.int(colnames(x), nr) : unimplemented type 'NULL' in 'rep' Could someone help me out with this one? I'd appreciate all help.... I am
2004 Aug 06
5
automatic gain control
>Fromwhat you describe, your comp/limiter can't possibly be working correctly. It should be the last unit in line before the sound card, and needs to be adjusted properly. You also need to balance the levels on your mixing board (so that the correc t level comes at predictable place on the slider). It might be worthwhile to find someone with some sound-mixing or radio engineering experience
2005 Apr 06
7
Can really anyone help ?
...esent) Password: [root@pcp423960pcs html]# ls /mnt/partage/ 01/ 5H/ 5Q/ 6S/ 9R/ D0/ J1/ Login/ 02/ 5M/ 6H/ 6X/ AA/ H3/ J2/ V0/ 4D/ 5P/ 6M/ 8A/ ADMINNT/ H5/ J4/ [root@pcp423960pcs html]# ls /mnt/partage/6H/ACG/Directions/ [root@pcp423960pcs html]# before the command, /mnt/partage is empty I'm not at all an expert of Active Directory but maybe it is impossible to see the files of a filer if the source machine doesn't belong to the same ActiveDirectory Domain. And the docs i found about kerber...
2012 Feb 29
1
codon usage bias
...i can't get it to work in even the simplest case. for example, if i have a string read in: > newdata5 $testseq [1] "agtgagatgatagatagatagatagatagatagatagaccccccagata" and then i perform an RSCU analysis on it... > uco(newdata5,index="rscu") aaa aac aag aat aca acc acg act aga agc agg agt ata atc atg att caa cac cag cat NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA cca ccc ccg cct cga cgc cgg cgt cta ctc ctg ctt gaa gac gag gat gca gcc gcg gct NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA gga...
2013 Dec 16
3
[LLVMdev] How can I obtain upper bound of a pointer?
Hi, How can I obtain the upper bound of a pointer in the code? For example, I have a pointer Ptr which points to a block of memory that is allocated by malloc, say, Ptr = malloc(size); Then what should I do if I am going to get the upper bound of the memory block that is pointed to by Ptr in the runtime? Thanks, Ben -------------- next part -------------- An HTML attachment was scrubbed...
2002 Feb 14
1
W2K problems
...cs Europe * : (01628) 504700 (recep) * * Network House * fax : (01628) 504777 * * Norreys Drive * CVNS : (79540) 4781 * * Maidenhead Berks. SL6 4FJ. U.K. * * * email : mailto:andrew.kemp@acg.fujitsu-fme.com * ************************************************************************ -------------- next part -------------- # Samba config file created using SWAT # from buffy (141.187.60.43) # Date: 2002/01/25 09:49:01 # Global parameters [global] workgroup = MIXED ser...
2010 Feb 16
1
[LLVMdev] LLVM+OCaml Bindings for the latest LLVM is slower than 2.6
...LVM (I am using r95712) takes 34s. I attached the code. But the new LLVM fixed a problem of dispose_module in 2.6. I got this error in 2.6, but the new LLVM works well. While deleting: [14 x i8]* %greeting An asserting value handle still pointed to this value! UNREACHABLE executed at /mnt/eclipse/acg/users/jianzhou/download/llvm-2.6/lib/VMCore/Value.cpp:492! Aborted I had some problem to debug assertions in C++ from OCaml, so did not figure out the root cause yet. But it is fixed anyway. Do we need to expliciltly release (dispose_module) a module in OCaml at the end of a program? The C++ tuto...
2005 Apr 06
0
Strange Problem with samBa client to access Windows shared Files ...
...esent) Password: [root@pcp423960pcs html]# ls /mnt/partage/ 01/ 5H/ 5Q/ 6S/ 9R/ D0/ J1/ Login/ 02/ 5M/ 6H/ 6X/ AA/ H3/ J2/ V0/ 4D/ 5P/ 6M/ 8A/ ADMINNT/ H5/ J4/ [root@pcp423960pcs html]# ls /mnt/partage/6H/ACG/Directions/ [root@pcp423960pcs html]# before the command, /mnt/partage is empty I'm not at all an expert of Actif Directory but maybe it is impossible to see the files of a filer if the source machine doesn't belong to the same ActiveDirectory Domain. And the docs i found about kerbero...
2013 Dec 16
0
[LLVMdev] How can I obtain upper bound of a pointer?
This is rather off-topic for LLVM, it's a C programming question and the C answer is: you can't. C doesn't expose any way to find the upper limit of 'Ptr' you just have to keep track of what size you used yourself. On Sun, Dec 15, 2013 at 6:22 PM, 李永超 <lyc364 at gmail.com> wrote: > Hi, > How can I obtain the upper bound of a pointer in the code? For example, I
2009 Oct 23
0
[LLVMdev] project based in trusted computing
...a). The source code isn't publicly distributed yet (I'm working on it), but we can get you an early copy if you need it. 2) The SoftBound project, which provides dynamic array bounds checking for code compiled to LLVM. This is publicly available for LLVM 2.5 from http://www.cis.upenn.edu/acg/softbound/. 3) The Clang static analyzer, which is a source-level analyzer that looks for bugs in programs. It is publicly available at http://cfe.llvm.org. It is based on Clang; the new C frontend built for LLVM. There are numerous projects that you could do that are security related. Some of...
2009 Oct 22
2
[LLVMdev] project based in trusted computing
Sir, I am a M.tech student of Computer Science and Engineering Department ,Indian Institute of technology, Kharagpur(India). I have to do a project in trusted computing field. I went through LLVM Project site. and I want to work in some project of LLVM. Can u suggest me some project which is somehow related to trusted computing and i can work on that ? In hope of your reply, Amit Suthar
2004 Aug 06
0
automatic gain control
the ACG function that the compressor provides is limited at best. its adjustment is way too audible to make full use of it in balancing levels. yes, it is last in the chain. i'm just wondering if there's anything out there in the way of software. if a minidisc recorder can do it, why can't a $1...
2013 Sep 10
0
[LLVMdev] Intel Memory Protection Extensions (and types question)
On 10 Sep 2013, at 12:13, Kostya Serebryany <kcc at google.com> wrote: > Well, ok, you can treat this as a 192-bit fat pointer, but AFAICT this is not the real intention of the MPX developers > since a fat pointer will break all ABIs, and MPX tries to preserve them. MPX is an implementation of the HardBound concept from UPenn, where this was a design goal (see also their 'low-fat
2006 Jun 22
4
Quality monitoring
Does anyone out there have a recommendation for tools that will monitor the quality of VoIP systems? I am looking for jitter and MOS monitoring. I have a custom Nagios plugin that is alerting me if the jitter jumps out of a 20ms but I am looking for a little more detail. I would not be against writing something in Perl for Nagios to do but I don't really know where to start on measuring jitter
2004 Aug 06
2
automatic gain control
...;d have to hack liveice pretty extensively to use it in that situation. Software dynamics processing is pretty complex (& processor-intensive). The mini-disc recorder you speak of almost certainly uses a dedicated DSP chip (or even analog AGC). -bg www.radioparadise.com www.kpig.com > the ACG function that the compressor provides is limited at best. its > adjustment is way too audible to make full use of it in balancing levels. > yes, it is last in the chain. i'm just wondering if there's anything out > there in the way of software. if a minidisc recorder can do it, why...
2006 Nov 17
1
gjournal on 6.x wont build
Hi all, I was intending on trying out gjournal on a new disk i've added in my desktop. I had a look to see what the most recent patch provided by Pawel and found http://people.freebsd.org/~pjd/patches/gjournal6_20061024.patch I created the directories as per Pawel's original post (http://lists.freebsd.org/pipermail/freebsd-fs/2006-June/001962.html) and the patch succeeded with no failed
2013 Sep 10
3
[LLVMdev] Intel Memory Protection Extensions (and types question)
On Tue, Sep 10, 2013 at 1:47 PM, David Chisnall <David.Chisnall at cl.cam.ac.uk > wrote: > On 10 Sep 2013, at 10:28, Kostya Serebryany <kcc at google.com> wrote: > > > > > > > > > On Tue, Sep 10, 2013 at 1:19 PM, David Chisnall < > David.Chisnall at cl.cam.ac.uk> wrote: > > On 10 Sep 2013, at 10:13, Kostya Serebryany <kcc at
2012 Mar 30
0
[LLVMdev] Google Summer of Code proposal: Adding memory safety checks to the LLVM bitcodes
...hey are not sufficiently robust. While initially designed to protect applications during production, SAFECode has a generic pass to add debug information to its run-time checks, essentially make it a valgrind replacement like ASAN. 3) SoftBound and its CETS extension (http://www.cis.upenn.edu/acg/softbound) have been integrated into the SAFECode compiler and can be enabled with options in SAFECode's clang. It provides array bounds checking and, with CETS, optional dangling pointer detection. While I don't think we need another memory safety checker for LLVM, I do think that th...