search for: peck

Displaying 20 results from an estimated 104 matches for "peck".

Did you mean: pack
2008 Aug 16
4
Dealing with NaN's in data frames
...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...
2010 Feb 26
2
[LLVMdev] VIM mode line comments
...e vim mode line comments: include/llvm/ADT/SetVector.h lib/Archive/ArchiveInternals.h lib/Linker/LinkModules.cpp lib/Transforms/IPO/DeadTypeElimination.cpp lib/VMCore/Function.cpp Since this does not seem to be a wide spread practice I thought I would ask before I made the changes. -- Wesley Peck University of Kansas SLDG Laboratory
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
...tage of requiring backends to edit the ELFObjectWriter source file if they want to add ELF support. I suppose that this is no different from editing ADT/Triple.h when you want to add a new ArchType. If the second approach is more desirable, then I can rework the patch as appropriate. -- Wesley Peck University of Kansas SLDG Laboratory -- Wesley Peck -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101022/2bc46d2f/attachment.html> -------------- next part -------------- A non-text attachment was scr...
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]. O...
2010 Nov 17
2
[LLVMdev] LLVM build failure when using CMake
...(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 attached patch. It anybody else getting this error? Should I commit the patch? -- Wesley Peck University of Kansas SLDG Laboratory -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101117/d9e12381/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: mc...
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/...
2010 May 05
1
member server, doesn't show full browse list
...EPSON_Stylus_CX5900 Printer EPSON Stylus CX5900 Domain=[BENSA] OS=[Unix] Server=[Samba 3.4.7] Server Comment --------- ------- EGON egon server (Samba, Ubuntu) GOZER gozer server (Samba, Ubuntu) PECK peck server (Samba, Ubuntu) VENKMAN venkman server (Samba, Ubuntu) WINDBLOWS windblows (Windows 2000 Professional SP4) WINSTONE winstone (Windows Server 2003 R2) Workgroup Master ---------...
2010 Nov 18
3
[LLVMdev] MC ELFObjectWriter backend refactoring
...prefer all of the MBlaze backend stuff to be contained inside of lib/Target/MBlaze so that I don't have to hunt around the LLVM source tree when I'm implementing/fixing the MBlaze backend. If #5 is preferred instead, then I can re-implement the MBlaze ELF stuff that way instead. -- Wesley Peck University of Kansas SLDG Laboratory -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101118/21ad2bf5/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: m...
2011 Sep 09
4
[LLVMdev] git Status Update?
...ected and never committed to the main repository, preventing it from causing issues with other developers. If a commit passes then the buildbots could automagically push the changes into the main repository. I'm not exactly sure how this would work, but I think it would be possible. -- Wesley Peck University of Kansas SLDG Laboratory
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 sc...
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
...that section would be better (?) resulting in the following: The optimizer uses the new CodeMetrics class to measure the size of code. Various passes (like the inliner, loop unswitcher, etc) all use this to make more accurate estimates of the code size impact of various optimizations. -- Wesley Peck University of Kansas SLDG Laboratory
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. > > If you are a "sophisticated" JIT user and are using either internal > APIs (either by integrating with LLVM, or by other C++...
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 g...
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
...ow > 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 ELFObjectWriter.c? Thanks for reviewing this. -- Wesley Peck University of Kansas SLDG Laboratory
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
...ion 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, 2004 at 04:12:59 PM so you might want to check it when you get a chance. Thanks!" I've installed 1.0.0, 1.0.2, and the latest CVS, and they all seem to be having this problem. I've searched through a couple months of the mailing list, and briefly...