similar to: cut data into sevral group and assign calculated values individually

Displaying 20 results from an estimated 140 matches similar to: "cut data into sevral group and assign calculated values individually"

2013 Aug 22
7
[LLVMdev] [RFC PATCH] X32 ABI support for Clang/compiler-rt
Hi, I'm working on bringing up complete coverage for a Gentoo x32 "desktop" system. I've been cooking up quite a few patches for various packages to push upstream, but right now, the biggest blocker is the lack of support for building with/codegen targeting x32 in llvm/clang. Since the x32 patches were sent last year, I see support code has landed in LLVM, and basic handling of
2013 Aug 22
0
[LLVMdev] [RFC PATCH] X32 ABI support for Clang/compiler-rt (Clang patch)
Clang patch for X32 support. Applies against current trunk. --- ./tools/clang/include/clang/Driver/Options.td.orig 2013-05-16 21:51:51.286129820 +0000 +++ ./tools/clang/include/clang/Driver/Options.td 2013-05-16 21:53:24.875004239 +0000 @@ -841,6 +841,7 @@ HelpText<"Enable hexagon-qdsp6 backward compatibility">; def m3dnowa : Flag<["-"], "m3dnowa">,
2006 May 12
2
Help In Function
Hi All, I need a basic help from you. I've built a function like this, windowlength<-function(x) { z <- rep(seq(0,331,by=x-1)+1, each=2) zz <- z[-c(1,length(z))] ind <- as.data.frame(matrix(zz, nr=2)) j<-lapply(ind, function(x) mat[x[1]:x[2],]) cat("For",x/4,"month
2013 Aug 22
3
[LLVMdev] [NEW PATCH] X32 ABI support for Clang/compiler-rt (Clang patch)
This patch is still not creating elf32_x86_64 objects. No idea why. :( It does however, fix elf_x86_64 (-m64) code generation on x32 hosts which is nice. :) --- ./tools/clang/include/clang/Driver/Options.td.orig 2013-05-16 21:51:51.286129820 +0000 +++ ./tools/clang/include/clang/Driver/Options.td 2013-05-16 21:53:24.875004239 +0000 @@ -841,6 +841,7 @@ HelpText<"Enable hexagon-qdsp6
2009 Jan 19
1
behavior of dovecot with Openldap
Dear team, I'm sorry if this is a stupid question, but I'd like to know the behavior of dovecot in a particular stuation. My questions are as follows. In /etc/dovecot-ldap.conf, 'hosts=' field is the one which can be used to specify availabled ldap server to access from the clients to authorize. And also sevral ldap servers can be specified in 'hosts =' field as shown
2006 May 15
1
Object call
Hi All, I have a function like this: windowlength<-function(x) { mat <- matrix(rnorm(331*12),331,12) z <- rep(seq(0,331,by=11)+1, each=2) zz <- z[-c(1,length(z))] ind <- as.data.frame(matrix(zz, nr=2)) lapply(ind, function(x) mat[x[1]:x[2],]) cat("For",x/4,"month i.e",x,"week, number of windows is = ",length(ind),"\n")
2015 Aug 27
1
Samba AD firewalld services
Am 27.08.2015 um 13:06 schrieb Rowland Penny: > On 27/08/15 11:51, Reindl Harald wrote: >> >> Am 27.08.2015 um 12:07 schrieb Rowland Penny: >>> Well, I don't think I will ever be able to help you with firewalld, it >>> sounds like it has something to with systemd and I will never use that >>> abortion, I may have to start using freebsd. >>
2011 Oct 17
2
[LLVMdev] Compile llvm-gcc fortran backend using mingw
Thank you for quick reply. I see, llvm-gcc is frozen.... Is there Fortran front-end for LLVM then? On Mon, Oct 17, 2011 at 5:09 PM, Duncan Sands <baldrick at free.fr> wrote: > Hi Pavel, > > > BTW, it is little bit strange that llvm-gcc doesn't support CMake > building system. > > LLVM does and it is extremely convenient.... > > llvm-gcc is dead, deprecated
2011 Oct 17
0
[LLVMdev] Compile llvm-gcc fortran backend using mingw
Hi Pavel, > Is there Fortran front-end for LLVM then? yes, dragonegg: http://dragonegg.llvm.org The development version (i.e. the upcoming 3.0 release) works better than llvm-gcc ever did. Ciao, Duncan.
2011 Oct 17
2
L9 - what is a value
This code: var('i') = string; boolean($i); '<br>'; var('i') = array; boolean($i); '<br>'; gives: > false > true So an empty array gives "true" but an empty string "false". This is different from L8. Is this intentional? If so, why? - Jussi
2011 Oct 17
1
Spammers attempting SASL Auth
Hi This is a new one on me - I've never seen spammers attempt to use to SASL Auth to inject spam. None of the users they are trying (newsletter, dummy, test, etc.) exist, but what worries me is the illegal chars error - is this a known vulnerability in dovecot they are trying to exploit? I'm running 1:1.2.15-7 installed from apt-get.. Oct 17 15:07:16 mail postfix/smtpd[14422]: connect
2011 Oct 17
1
Independent component analysis with only one "source" of data
Hi, Looking at the fastICA library. I want to test separating out different sounds from a recorded wav file. But, I only have a SINGLE stream of data (one channel wav.) It appears as if the fastICA won't let me separate more sounds than I have columns in my data matrix. is this correct? If so, is there a work around that is commonly used? Thanks. -- Noah Silverman UCLA Department of
2005 Sep 22
1
Noob help with backup command syntax
Hi guys: I'm new to rsync. I have downloaded and read sevral how-to snippits, and the man pages. I got a little confused though trying to figure out how to do what I need. Can someone show me the syntax for doing the following:? Given: localserver = server that has data I want backed up, and I'm logged in as root on it remoteserver = server where the data is to go, into it's
2004 Mar 29
1
StepAIC
Dear list, here is an example of stepAIC that I do not understand. The data is n=42, Lage is the only factor and there are four other variables treated as continuous. First you see the stepAIC-forward solution (fs7). The strange thing here is that apparently not all interactions are tried for inclusion, but only WQ:Lage. In particular, I think that WFL:Lage should be tried in the last two
2011 Oct 17
2
Foreach (doMC)
Hello, I am trying to run a small example with foreach, but I am having some problems. Here is the code: *library(doMC) registerDoMC() zappa = list() frank = list() foreach (i = 1:4) %dopar% { zappa[[i]] = kmeans (iris[-5],4) frank[[i]] = warnings() }* The code runs without error. However the zappa and frank will be empty lists. If I use regular *for *instead, the list will be filled up
2007 Feb 12
4
Proper use of "send" method
I have the following models: class MainService < ActiveRecord::Base has_one :travel_service end class TravelService < ActiveRecord::Base belongs_to :main_service end I can use the following: @main_service.travel_service = TravelService.new But I can''t use the following: @main_service.send("travel_service") = TravelService.new It says " unexpected
2015 Aug 27
2
Samba AD firewalld services
Am 27.08.2015 um 12:07 schrieb Rowland Penny: > Well, I don't think I will ever be able to help you with firewalld, it > sounds like it has something to with systemd and I will never use that > abortion, I may have to start using freebsd. can you please stop your systemd-trolling or at least assume something has to do with systemd because it has a 'd' letter in the name
2001 Dec 08
0
Resource temporarily unavailable (fwd)
Hello i upploaded the binaries to: http://www.termografinett.no/thinkboxx.tar.gz The program is supposed to connect to and controll a home automation system called Thinkboxx over the serial port, nifty little thing that can control most of the electronic/electric devices in your house, lighting, heating, video recorder and so on. using an linux based wideo surveilance unit, We are trying to
2013 Mar 15
2
[LLVMdev] Disable LNT tests individually
Hi Daniel, David, Is there any way of disabling some individual tests on specific architectures? Zero cost exception handling on ARM is known to be broken and there isn't anyone I know working on it with high priority, so it's likely to be that way for a long time. For that reason, I'd like to disable them on ARM, so that I can get a green LNT, making it easier to spot regressions.
2013 Mar 16
0
[LLVMdev] Disable LNT tests individually
On Mar 15, 2013, at 7:57, Renato Golin <renato.golin at linaro.org> wrote: > Hi Daniel, David, > > Is there any way of disabling some individual tests on specific architectures? > > Zero cost exception handling on ARM is known to be broken and there isn't anyone I know working on it with high priority, so it's likely to be that way for a long time. > > For that