search for: dsourc

Displaying 18 results from an estimated 18 matches for "dsourc".

Did you mean: dsource
2010 Apr 15
0
nested (hierarchical) anova
...ightforward to follow the equations from the book step by step to obtain those results. Now, when trying the 'aov()' function in R: ## creating the data frame zar <- data.frame( cChol=c(102, 104, 103, 104, 108, 110, 109, 108, 104, 106, 105, 107), drug=gl(3, 4, 12), dsource=gl(6, 2, 12, labels=c("A", "Q", "D", "B", "L", "S")) ) ## This gives the relevant SS, DF and MS values, but only the F and P corresponding to drug ## effect (Zar's Groups) summary( aov(cChol ~ drug + Error(dsource/drug), data=zar) )...
2005 Jan 21
1
Webmin Module for Asterisk (and thirdlane)
...ll.net Sent: Friday, January 21, 2005 10:28 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Webmin Module for Asterisk (and thirdlane) Henry Devito wrote: > > www.thirdlane.com <http://www.thirdlane.com> has already written a > close dsource webmin module. I have no idea how much it costs or how > well it works. > > > I've attempted to contact thirdlane to get pricing on their GUI and can't seem to get anyone to reply. My personal feeling is that if it's closed source, the support better be excellent....
2013 Dec 03
1
[LLVMdev] Please update LDC references on LLVM website
...ubsubsection"> -By the <a href="http://groups.google.com/group/ldc-dev/">LDC Community</a> +By the <a href="http://wiki.dlang.org/LDC">LDC developers</a> </div> <div class="www_text"> -<p><a href="http://www.dsource.org/projects/ldc">LDC</a> is a compiler for - the <a href="http://www.digitalmars.com/d">D programming Language</a>. It is - based on the latest DMD frontend and uses LLVM as its backend. LLVM provides - a fast and modern backend for high quality code gen...
2012 Sep 12
4
[LLVMdev] PDB debug info
Hi people, Unlike GCC, LLVM has seemingly good support for interoperability with MSVC built windows code. This makes LLVM particularly attractive to my company/project, but it seems LLVM doesn't support writing PDB debug into into it's COFF output. It seems Win64 exception handling has been added recently, which perhaps makes PDB the only outstanding feature for effective use with
2013 Dec 03
0
[LLVMdev] Please update LDC references on LLVM website
Can you send a patch? On 2 December 2013 06:44, Kai Nacke <kai at redstar.de> wrote: > Hi! > > I like to submit some updates to the LLVM website regarding the LDC > compiler. All links are currently out-of-date. The following pages need > updates: > > On page http://www.llvm.org/Users.html, please replace the existing entry > "LLVM D Compiler" in section
2012 Sep 12
0
[LLVMdev] PDB debug info
....com> wrote: > >> On 12 September 2012 18:19, Nathan Jeffords <blunted2night at gmail.com>wrote: >> >>> This project seems to have some ability to convert to PDB, though it >>> looks like the project stalled years ago... >>> >>> http://www.dsource.org/projects/visuald >>> >> >> Years ago? Latest release was only 2 months ago. >> > > My mistake, I was referring to cv2pdb which according the the web-page > last had news in 2006. I had not looked in a few years. According to the > repository, the project...
2013 Dec 02
3
[LLVMdev] Please update LDC references on LLVM website
Hi! I like to submit some updates to the LLVM website regarding the LDC compiler. All links are currently out-of-date. The following pages need updates: On page http://www.llvm.org/Users.html, please replace the existing entry "LLVM D Compiler" in section "Open Source Projects" with: <tr> <td><a href="http://wiki.dlang.org/LDC/">
2010 Dec 13
0
[LLVMdev] ldc a D compiler search contributor
hi LLVM community, Maybe it is the wrong place, sorry LDC it is a D compiler D1 : http://www.dsource.org/projects/ldc D2 : http://bitbucket.org/prokhin_alexey/ldc2 We need some LLVM developper for help this project, they are an ric channel on freenode #ldc Any help are welcome Thanks for all Yours sincerely, -- jonathan MERCIER <bioinfornatics at gmail.com>
2011 Jan 21
1
[LLVMdev] goto in inline asm
Is goto from inline asm supported in LLVM 2.8 ? I am searching for something similar to what gcc 4.5 does: http://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html#Extended%20asm%20with%20goto http://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html#Extended%20asm%20with%20goto which allows jumping from inline assembly to a label defined in C. I want to jump from inline asm to a basic block in LLVM.
2007 Oct 24
0
[LLVMdev] va_arg on x86-64
...on this mailing list. So here it is :) I hope I'm not the only one with an interest in getting this to work. Or at least that some people are willing to discuss it further (or help me out if I end up reading up on things to eventually do it myself) Thanx - Tomas Lindquist Olsen [1] http://www.dsource.org/projects/llvmdc
2009 Jan 09
0
[LLVMdev] LLVM based D compiler released
Maybe it's time to add it to the LLVM projects list. :) The original annoucement on digitalmars.D.announce and http://www.incasoftware.de/~kamm/projects/index.php/2009/01/09/ldc-09-released/ was: --- The first version of LDC (http://www.dsource.org/projects/ldc), the LLVM based compiler for version one of the D programming language has been released for x86-32 Linux. Get it here: http://www.incasoftware.de/~kamm/ldc/ldc-0.9.tbz2 We had already announced this release during the Tango conference in September (we hope the video of our pres...
2009 Jan 09
1
[LLVMdev] naked assembler / function written entirely in asm
...of a single asm block. Module level assembler could probably be used for this, but it would be nice if we could get away with using a single asm translator in the compiler. Thanx in advance, - Tomas Lindquist Olsen ---------------------- (1): http://digitalmars.com/d/1.0/index.html (2): http://dsource.org/projects/ldc -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090109/e4d76103/attachment.html>
2008 Oct 28
0
[LLVMdev] ldc (LLVM backend for the D Programming Language) has x86-64 support
On Oct 27, 2008, at 11:03 PM, Kelly W wrote: > Hello everyone, > > I just thought I would let people here know that ldc (llvm backend > for the D Programming Language) is getting pretty usable (a few > larger libraries compile) and it now has x86-64 support added. I > decided to run some timings on some D and C++ code to compare ldc to > dmd (the mainline compiler),
2008 Oct 28
2
[LLVMdev] ldc (LLVM backend for the D Programming Language) has x86-64 support
Hello everyone, I just thought I would let people here know that ldc (llvm backend for the D Programming Language) is getting pretty usable (a few larger libraries compile) and it now has x86-64 support added. I decided to run some timings on some D and C++ code to compare ldc to dmd (the mainline compiler), gdc (the gcc based D compiler) and g++. I used a ray tracing program found in this
2008 Jun 03
4
[LLVMdev] Why llvm-gcc? Another beginner's question.
What is the reason for llvm-gcc? Will regular gcc work (except for the releases that are broken, of course)? Does llvm in any way depend on features of llvm-gcc instead of gcc? Or is it optional? Was it conceived to give llvm itself a through shakedown? Is it there just in case you really want llvm code in some form from a C program? Is such llvm code necessary for some kind of use --
2008 Jun 06
2
[LLVMdev] Trouble with inline asm
...inline expr I try to create is like: call void asm sideeffect "movl %eax, $0", "=m" (i32* var) Any clues would be much appreciated! I'd like to say that I'm very new with this format of assembler, constraints etc. Thanx, Tomas Lindquist Olsen [1] : http://www.dsource.org/projects/llvmdc
2012 Sep 12
2
[LLVMdev] PDB debug info
...;>> On 12 September 2012 18:19, Nathan Jeffords <blunted2night at gmail.com>wrote: >>> >>>> This project seems to have some ability to convert to PDB, though it >>>> looks like the project stalled years ago... >>>> >>>> http://www.dsource.org/projects/visuald >>>> >>> >>> Years ago? Latest release was only 2 months ago. >>> >> >> My mistake, I was referring to cv2pdb which according the the web-page >> last had news in 2006. I had not looked in a few years. According to the...
2010 Apr 15
4
Does "sink" stand for anything?
Hello Everyone,   Learning about R and its wonderful array of functions. If it's not obvious, I usually try to find out what a function stands for. I think this helps me remember better.   One function that has me stumped is "sink." Can anyone tell me if this stands for something?   Thanks,   Paul         __________________________________________________ [[alternative HTML