similar to: conversion of data structure between R and Perl

Displaying 20 results from an estimated 200 matches similar to: "conversion of data structure between R and Perl"

2006 May 23
1
Help with observe_field
Folks, When I use observe_field, I get a javascript error "Form is not defined". Any thoughts? __View: search.rhtml__ <label for="search">Search:</label> <%= text_field_tag :search %> <%= observe_field(:search, :frequency => 0.25, :update => :search_hits, :url => { :action =>
2007 Apr 13
0
[LLVMdev] "Name that compiler"
I don't like very much mithology or fantasy names. A portmanteau is more professional (even if it sounds funny). For now IMHO the best proposal is Omnipiler and OmniC, even if the last one reminds too much of C. Maybe Omnic (with the lowercase c), or Omnip are better. Simple, elegant and somehow reminds of something technological (to me at least :P). So my idea is to list some key words and
2007 Mar 30
7
Some additional attacks on Cookie Session
Aside from the replay attacks discussed, there are some other attack vectors on the cookie_session store. I appreciate (and admire!) Jeremy''s good humor on all of this: > Planting the seed here led to quick ripening and plenty of pesticide. > Thanks for the fish, all. > > jeremy Anyway, here''s what we came up with: 1. Brute Force SHA512 can be computed _very_ fast.
2018 Jan 19
1
IBM Power vs Markdown
Hi, folks. I was wondering if any of you could point me in the right direction. Using R 3.3.3 (and later), on an IBM Power LPAR, Red Hat 7 PPC64le, markdown build fails as below. > install.packages("markdown") trying URL 'https://cloud.r-project.org/src/contrib/markdown_0.8.tar.gz' Content type 'unknown' length 80583 bytes (78 KB)
2007 Apr 13
4
[LLVMdev] "Name that compiler"
me22 wrote: > One of the nicer project names I've seen recently is Alexandria, for a > book database program ( http://alexandria.rubyforge.org/ ). It > unfortunately fails the searchability test, but does brilliantly at > reminding you what it is. Along these lines, is there any mythical characters or historical persons which are associated with translation (which is the primary
2004 Jul 13
0
Samba-3.0.x: Strange problems with roaming profiles
Hello I've got some strange problems with Samba-3.0.4. When using roaming profiles, keyboard layout is set to english (instead of norwegian) and a lot of programs wont load correctly. Setting log level = 3 revealed a lot of errors after the netlogon-script had executed (and all shares correctly set up). I switched to log level = 10 to get a more detailed view of these errors (show below).
2010 Jun 13
2
Get a list of installed commands
I'm pretty new to R, but have experience with other languages, both OO and scripting. I'm trying to add support for R to my text editor of choice and to do this I need a list of installed commands I can markup with XML. I'd then simply feed in the marked up list into my text editor's library and I'm off. I've done this in Stata before using the following command: getcmds
2003 Aug 15
1
Netware CIFS nlm - linux samba
Dear Gurus, We're having bizarre problems/behaviour. Admittedly we have an unusual set-up: - users on linux desktops (RedHat/KDE) mounting files over SMB using samba-2.2.5-10 -client and -common rpms. - files are on a SAN, clustered behind 2 netware servers (6.5), wihch run the cifs.nlm (netware guy has gone home - can't tell you the version just now) Files are spontaneously
2015 Aug 07
0
Release for CentOS Linux 6.7 i386 and x86_64
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 We are pleased to announce the immediate availability of CentOS Linux 6.7 and install media for i386 and x86_64 Architectures. Release Notes for 6.7 are available at http://wiki.centos.org/Manuals/ReleaseNotes/CentOS6.7 - we recommend everyone review these release notes. CentOS Linux 6.7 is derived from source code released by Red Hat, Inc. for Red
2016 May 25
0
Release for CentOS Linux 6.8 i386 and x86_64
We are pleased to announce the immediate availability of CentOS Linux 6.8 and install media for i386 and x86_64 Architectures. Release Notes for 6.8 are available at: http://wiki.centos.org/Manuals/ReleaseNotes/CentOS6.8 We recommend everyone review these release notes. CentOS Linux 6.8 is derived from source code released by Red Hat, Inc. for Red Hat Enterprise Linux 6.8. All upstream variants
2016 May 26
0
CentOS-announce Digest, Vol 135, Issue 10
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2012 Oct 02
2
[LLVMdev] How best to represent assume statements in LLVM IR?
On 10/02/2012 12:52 AM, Duncan Sands wrote: > Hi Philip, > >> Does anyone have any suggestions on how to best represent an assumption >> statement(*) in IR? > > good question! There have been various attempts, for example Nick tried > teaching the optimizers to not prune the branch to unreachable in > > br %cond, label %assumption_holds, %assumption_doesnt_hold
2006 Jan 17
0
Perl array conversion in R to compare plots.
Hello all, I am using RSPerl package to display plots in R . I want to be able to compare some data in boxplot and in histogram and in probplot ( from e1071 package) - ( cumulative probability plot - normal) I have a nested arrray of data ... from perl like the following data[0][0] = (1,2,3,.....) data[0][1] = ( 2,1,2,2,2,2,2) - could be different lengths... etc ( could be more two sets to
2001 Jul 20
0
bug in predict.nnet?
Hi all I may have found a little problem in the code of predict.nnet, that comes up only if you have NA's in your dataset: the present code: z <- matrix(NA, length(keep), nout, dimnames = list(rn, ^^^^^^^^^^^^ dimnames(object$fitted)[[2]])) should be (at least if I understand things correctly) z <- matrix(NA, length(rn),
2012 Oct 02
0
[LLVMdev] How best to represent assume statements in LLVM IR?
On Tue, 02 Oct 2012 14:43:51 -0700 Philip Reames <listmail at philipreames.com> wrote: > On 10/02/2012 12:52 AM, Duncan Sands wrote: > > Hi Philip, > > > >> Does anyone have any suggestions on how to best represent an > >> assumption statement(*) in IR? > > > > good question! There have been various attempts, for example Nick > > tried
2012 Mar 19
4
[Arrray] grep -v
Hi everyone, I am trying to simulate the ''grep -v'' behavior in an array: Ex: vgrep([''aaa'',''bbb'',''ccc'',''aaaddd''], ''aaa'') Would return: [''bbb'', ''ccc''] So I tried to use ruby to do it: normally the ''-'' operation should be
2015 Aug 08
0
CentOS-announce Digest, Vol 126, Issue 3
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2017 Sep 08
3
Problems to configure IMAP Quota
Hello, We manage a mail server using Dovecot under Debian. Since a long time, we run nightly a script permitting to display the storage usage of each user on the webmail, using internal calls. The usage on each mailbox is stored in a Mysql database. For several reasons, we would now want to use the IMAP quota feature, not only to let users have the quota displayed from their Mail clients. But
2009 May 09
41
updating the db 6000 times will take few minutes ?
i am writing a test program for ActiveRecord, and it reads a document which is like 6000 words long. And then i just tally up the words by recordWord = Word.find_by_s(word); if (recordWord.nil?) recordWord = Word.new recordWord.s = word end if recordWord.count.nil? recordWord.count = 1 else recordWord.count += 1 end recordWord.save and so this
2016 Jan 13
1
FLAC__stream_decoder_seek_absolute calling write callback
Hello, The API documentation [1] `FLAC__stream_decoder_seek_absolute` says: "Flush the input and seek to an absolute sample. Decoding will resume at the given sample. Note that because of this, the next write callback may contain a partial block." I expected that subsequent `process_single` calls would return data starting exactly from the sample I've seeked to. To my surprise