Displaying 20 results from an estimated 104 matches for "pecking".
Did you mean:
packing
2008 Aug 16
4
Dealing with NaN's in data frames
I am looking for the most efficient way to replace all occurrences of NaN in a data frame with NA. I can do this with a double loop, but it seems that there should be a higher level and more efficient way. With is.na, I could use ifelse, but if.nan seems not to have similar capabilities.
TIA,
Jon Peck
Jon K. Peck
jkpeck@aya.yale.edu
[[alternative HTML version deleted]]
2009 Mar 17
0
Interview: Jon Peck on SPSS, R ,Python ...
Dear List,
I recently got the chance to interview Jon Peck of SPSS Inc, a pioneering
technical statistician working since 1983 (when there were only two
substantial statistical software companies as per him ;) (not anymore ;)
and currently he is a Principal Software Engineer and Technical Advisor at
SPSS.
Jon talks of SPSS Inc's involvement with the Open Source, of scripting
languages
2010 Feb 26
2
[LLVMdev] VIM mode line comments
Is it kosher to include vim mode line comments inside of LLVM source files? I would like to do this inside of the MicroBlaze backend to ensure that tabs are expanded into exactly two spaces. I see that right now the following files have these vim mode line comments:
include/llvm/ADT/SetVector.h
lib/Archive/ArchiveInternals.h
lib/Linker/LinkModules.cpp
lib/Transforms/IPO/DeadTypeElimination.cpp
2013 Feb 05
9
[LLVMdev] The MBlaze backend: can we remove it?
The MBlaze backend seems to be essentially unmaintained since 2011. The
maintainer (Wesley Peck who is BCC'ed) seems to have vanished, and in fact
all emails to him are bouncing.
I propose to remove the MBlaze backend on Friday if none step forward as a
maintainer. Currently, folks are having to keep it up to date when changing
shared parts of the backend with no help.
-Chandler
2010 Oct 22
2
[LLVMdev] [PATCH] Configurable machine type in ELFObjectWriter
I've been working on ELF object support for the MicroBlaze backend and found that ELFObjectWriter assumes the x86/x86-64 architecture. Attached is a patch that makes the 16-bit e_machine value in the ELF header configurable by the target backend.
Right now the target backend simply passes the 16-bit value that it would like to use in the ELF header. I have considered a second approach where
2002 Jun 15
3
refman.pdf - bookmarks & links broken (PR#1677)
Full_Name: Michael Peck
Version: 1.5.0 (12 Jun patch)
OS: win2k + sp2
Submission from: (NULL) (65.113.251.175)
Bookmarks from table of contents as well as links in text and index do not
work.
Using Acrobat Reader 5.0.5 9/24/01. [Same behavior was noted in Acrobat reader
4.0, so I downloaded the most recent version].
OS is Win 2k, R was installed from SetupRpatched.exe dated 12 June 02.
This
2010 Nov 17
2
[LLVMdev] LLVM build failure when using CMake
Recently I have been getting a build failure while trying to link lli when performing a cmake based build. The failure is:
Undefined symbols:
"_LLVMLinkInMCJIT", referenced from:
(anonymous namespace)::ForceMCJITLinking::ForceMCJITLinking()in lli.cpp.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[2]: *** [bin/lli] Error 1
I have fixed this with the
2009 Feb 28
1
Cannot install some packages (PR#13559)
Full_Name: Robert Peck
Version: 2.8.1
OS: XP Home
Submission from: (NULL) (71.168.114.196)
There are some packages that I cannot install on my PC.
Example: LearnBayes
The following output is sent back:
> utils:::menuInstallPkgs()
trying URL 'http://www.ibiblio.org/pub/languages/R/CRAN/bin/windows/contrib/2.8/LearnBayes_2.0.zip'
Content type 'application/zip' length 379068
2010 May 05
1
member server, doesn't show full browse list
Hello,
I don't know how to put this on words, so maybe an example is better:
On a PDC:
zoolook at venkman:~$ smbclient -L localhost -U%
Domain=[BENSA] OS=[Unix] Server=[Samba 3.4.7]
Sharename Type Comment
--------- ---- -------
print$ Disk Printer Drivers
IPC$ IPC IPC Service (venkman server (Samba,
2010 Nov 18
3
[LLVMdev] MC ELFObjectWriter backend refactoring
I have been working on getting ELF object file writing working for the MBlaze backend. Currently, each supported backend calls ELFObjectWriter::createELFObjectWriter from within the backend's TargetAsmBackend::createObjectWriter method. The createELFObjectWriter method then creates a new backend specific ELFObjectWriter class (either X86ELFObjectWriter or ARMELFObjectWriter) by decoding a
2011 Sep 09
4
[LLVMdev] git Status Update?
On Sep 8, 2011, at 7:47 PM, Chris Lattner wrote:
> I don't see the conversion to Git actually happening until someone can clearly demonstrate a win for the open source project.
I would think that using git would allow LLVM to setup a system whereby commits are pushed to a special buildbot repository instead of the main repository. If a commit fails to pass the test suite then it would be
2008 Aug 15
4
[LLVMdev] Which linux distribution required the least effort to install LLVM 2.3?
Hi!
I'm a new LLVM user.
I want to start using the LLVM System v2.3. However, I don't want to spend
all my time hunting, pecking, downgrading, and/or upgrading packages to get
LLVM v2.3 running. I was wondering which Linux distrubutions(FC7, Ubuntu,
NetBSD, etc) have required the least effort out of the box to start running
LLVM v2.3.
tia,
Bernardo Elayda
-------------- next part --------------
An HTML attachment was scrub...
2004 Sep 28
3
Quicktime + FLAC?
I bought myself a PowerBook and hoped to play my FLAC-encoded library via
iTunes. Alas -- it doesn't work.
My understanding is that iTunes uses QuickTime for playback; does anyone
know where to find a FLAC codec for QuickTime?
I noticed that there was some discussion about this ~1 year ago on flac-dev.
Did any dev projects get underway, or should I roll up my sleeves and give
it a go?
-Dave
2010 Apr 22
0
[LLVMdev] 2.7 release notes
> Ok, the LLVM 2.7 release notes are in near final shape. Please take a look and suggest improvements (or, better yet, just commit improvements if you have commit access):
I committed several typo fixes / rewording fixes to the release notes just now. The following paragraph under the "New Useful APIs" section needs to be reworded but I am not sure what is trying to be expressed so
2010 Nov 13
0
[LLVMdev] Ahoy JIT Users
Will this poking include converting the JIT to use the MC framework?
I've added an MC based asm parser, disassembler, and code emitter recently to the MBlaze backend and it would be nice to get JIT support automatically :)
-- Wesley Peck
On Nov 12, 2010, at 7:42 PM, Daniel Dunbar wrote:
> Hi,
>
> I am starting to poke at the LLVM JIT, which seems to be in need of some TLC.
>
2010 Nov 13
1
[LLVMdev] Ahoy JIT Users
On Fri, Nov 12, 2010 at 6:01 PM, Wesley Peck <peckw at wesleypeck.com> wrote:
> Will this poking include converting the JIT to use the MC framework?
That is the motivation for me poking at things, yes.
> I've added an MC based asm parser, disassembler, and code emitter recently to the MBlaze backend and it would be nice to get JIT support automatically :)
I agree, that would be
2010 Nov 17
0
[LLVMdev] LLVM build failure when using CMake
Wesley Peck <peckw at wesleypeck.com> writes:
[snip]
> I have fixed this with the attached patch. It anybody else getting
> this error? Should I commit the patch?
Yes, please.
[snip]
2010 Nov 19
2
[LLVMdev] MC ELFObjectWriter backend refactoring
> Would you mind start by adding code to the existing file? Once we have
> at least two working architectures we should have a better idea on how
> to split it.
I can do that. As a note, I just sent another email (before I saw this one) showing how much code was needed to add support for the MBlaze backend. Do you want to take a look at that before I merge the MBlaze stuff into
2010 Nov 19
2
[LLVMdev] MC ELFObjectWriter backend refactoring
On Nov 19, 2010, at 2:05 PM, Rafael EspĂndola wrote:
> The rest is already in Target, so LGTM :-). Move the
> MBlazeELFObjectWriter code to ELFObjectWritter.ccp and lets go from
> there.
Will do. Again, thank for taking a look at this.
--
Wesley Peck
University of Kansas
SLDG Laboratory
2004 Nov 24
1
vm notification no longer contains calling party
Hello all,
I recently updated * to 1.0.x from a CVS version downloaded in July, at
the request of BroadVoice. Every since the upgrade, the email
notifications that a voicemail has been left only contains CIDName and
not CIDNum. Here's an example:
"Just wanted to let you know you were just left a 0:06 long message
(number 3) in mailbox 1 from PECK JASON , on Tuesday, November 16,