search for: etu

Displaying 20 results from an estimated 74 matches for "etu".

Did you mean: etc
2013 May 31
1
Configuration advice needed.
Hello, First, thanks for this great piece of software. I'm new to dovecot and i've just converted my old courier configuration on pop/imap server side, everithing is working just fine on this side and speed gain expected was found (not enough for our busy servers :). Setup is done with 3 dovecot virtual servers load balanced with a Hardware load balancer (this part is a big point of the question). Postfix and dovecot servers use an NFS share on a NetApp for mail, Postfix servers are writting directly to inbox maildirs. Load balanced is maintaining afinity betwen cl...
2006 Sep 21
1
No group in usermanager for NT (usrmgr.ese)
...x command like net groupmap list, smbldap-groupshow, getent group, or net rpc user info give me good informations net groupmap list ..... Backup Operators (S-1-5-32-551) -> Backup Operators Replicators (S-1-5-32-552) -> Replicators 1a (S-1-5-21-1013494363-2106538438-1688464621-5003) -> 1a etu (S-1-5-21-1013494363-2106538438-1688464621-5005) -> etu ..... smbldap-groupshow 1a dn: cn=1a,ou=Groups,dc=ge2i,dc=iut-tlse3,dc=fr objectClass: top,posixGroup,sambaGroupMapping cn: 1a gidNumber: 2001 sambaSID: S-1-5-21-1013494363-2106538438-1688464621-5003 sambaGroupType: 2 displayName: 1a membe...
2014 Mar 20
2
[LLVMdev] load bytecode from string for jiting problem
...tream object, you get a different result (maybe garbage). I would suggest that you put a watchpoint on mbjit->getBufferStart() and single step your program to make sure it is not freed, over written somewhere. thx Vikas. ======= On Thu, Mar 20, 2014 at 7:50 AM, Willy WOLFF <willy.wolff at etu.unistra.fr>wrote: > The stack trace is: > (gdb) bt > #0 0x00000000004fa8c8 in llvm::BitstreamCursor::Read(unsigned int) () > #1 0x00000000004fa1d2 in llvm::BitcodeReader:: > ParseBitcodeInto(llvm::Module*) () > #2 0x0000000000503ae9 in llvm::getLazyBitcodeModule(llvm::Memor...
2014 May 23
4
[LLVMdev] Selectively Jitting using MCJIT
...ring runtime. It is not sufficient for me to load it during JIT initialisation, but rather I want to load and JIT it during program execution. Hence my idea of declaring the function in the module as extern and load it through the lazy function creator. Quoting Willy WOLFF <willy.wolff at etu.unistra.fr>: > > On 23 May 2014, at 14:55, Jonatan Waern wrote: > >> Hello, I am a novice at using the llvm api to do much of anything. >> >> I am trying to lazily apply certain optimisation passes on select >> functions when jitting a large program. It is und...
2014 Mar 20
2
[LLVMdev] load bytecode from string for jiting problem
...BitcodeFile (mbjit, context); if (llvm::error_code EC = ModuleOrErr.getError()) { std::cout << ModuleOrErr.getError().message() << "\n"; } Module* Mjit = ModuleOrErr.get(); std::string eeError; ExecutionEngine* nee = EngineBuilder(Mjit).setEngineKind(EngineKind::JIT).setUseMCJIT(true).setErrorStr(&eeError).create(); if (!nee) { fprintf(stderr, "Could not create ExecutionEngine: %s\n", eeError.c_str()); assert(false); } Function f = ret_fct(Mjit); // Function* ret_fct (Module*); return the function we want to jit. uint64_t f_ptr = nee->...
2012 May 03
2
add an automatized linear regression in a function
Dear R users, For the moment, I have a script and a function which calculates correlation matrices between all my data files. Then, it chooses the best correlation for each data and take it in order to fill missing data in the analysed file (so the data from the best correlation file is put automatically into the missing data gaps of the first file (because my files are containing missing values
2014 Mar 19
2
[LLVMdev] load bytecode from string for jiting problem
...yBuffer::getMemBufferCopy() and not worry about validity of stringref or null-termination. Also, you can run your program through valgrind and check for any invalid reads. > > HTH > Vikas. > ======= > > > > On Wed, Mar 19, 2014 at 10:32 AM, Willy WOLFF <willy.wolff at etu.unistra.fr> wrote: > I mad the change, and still have the problem. > > I investigate more the source code of llvm. > > First, I change isRawBitcode function to print the content of the parameter like this: > original: http://llvm.org/docs/doxygen/html/ReaderWriter_8h_source.h...
2005 Aug 25
1
how to close connections?
Hi everybody, I am using gzipped files quite extensively and cannot figure out how I can close (or reuse) connections. Example: > for(i in 1:300) {cat(i, "\n"); a <- readLines(gzfile("file.gz"), n=1) } 1 2 ... 46 47 Error in gzfile("~/tyyq/andmebaasiq/ETU/ETU1997.tsv.gz") : all connections are in use To use just gzfile without any open/close should be OK as the help states: ... In general functions using connections will open them if they are not open, but then close them again, so to leave a connection open call open explicitly. I have al...
2006 Sep 21
2
AEC in WB mode fixed yet ?
> Today's Topics: > > 1. AEC with WB mode (Jean-Christophe.Berge@etu.enseeiht.fr) > 2. Multiple frame encode and decode (Reza Fatahillah) > 3. cant link speex_echo.h (jesus) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 20 Sep 2006 08:46:03 +0200 (CEST) > From: Jean-Christoph...
2014 Mar 19
2
[LLVMdev] load bytecode from string for jiting problem
...BE ok\n"; if (BufPtr[0] == 'B') errs() << "B ok\n"; if (BufPtr[1] == 'C') errs() << "C ok\n"; if (BufPtr[2] == 0xc0) errs() << "0xc0 ok\n"; if (BufPtr[3] == 0xde) errs() << "0xde ok\n"; return BufPtr != BufEnd && BufPtr[0] == 'B' && BufPtr[1] == 'C' && BufPtr[2] == 0xc0 && BufPtr[3] == 0xde; } Second, I change ParseBitcodeInto as this: original: http://llvm.org/docs/doxygen/html/Bitcod...
2012 Sep 26
5
create new column in a DF according to values from another column
Hi everyone, I have a small problem in my R-code. Imagine this DF for example: DF <- data.frame(number=c(1,4,7,3,11,16,14,17,20,19),data=c(1:10)) I would like to add a new column "Station" in this DF. This new column must be automatically filled with: "V1" or "V2" or "V3". The choice must be done on the numbers (1st column). For example, I would like
2012 Apr 03
3
filling small gaps of N/A
...ind_temp <- 1 tps <- time(x) for (i in 2:(length(x)) ){ if((tps[i]-tps[ind_temp] > 1)&(tps[i]-tps[ind_temp] <= 4)&(is.na(x[i]))){ met[i] <- na.approx(x) } else { temp <- met[i] <- x[i] ind_temp <- i } } return(met) } In this example, I would like to apply the function: na.approx(x) on my N/A, but only when I have maximum 4 N/A following each other. There's no error, but it doesn't work (it was working in the other way, when I had to detect aberrant data and replace it by N/A, but not now)....
2014 Mar 13
2
[LLVMdev] load bytecode from string for jiting problem
Hello, I having a weird problem while writing a bytecode module to a string, and after read/parse it for unsing on a jit. I write a pass to export function to module, and put this module inside a global variable. I use WriteBitcodeToFile for this. For debuging, after this write, I try to load the exported module with parseBitcodeFile. This two step works. After, while the compiled program is
2008 Nov 06
5
(1.0.13) fsync failed: Disk quota exceeded for some accounts
...log : (...) save failed to INBOX: Not enough disk space (...) Rejected: Not enough disk space So far, so good, except that for *some* users (and I can't seem to find anything unusual about their account), one gets this in /var/log/mail.log : Nov 6 10:42:24 vega deliver(studentx): fsync(/voletu/users/studentx/Maildir/tmp/1225964544.P25878Q0M80993.vega) failed: Disk quota exceeded Nov 6 10:42:24 vega deliver(studentx): msgid=<2254E7BC-665D-4599-B719-825E3A58DC1D at utc.fr>: save failed to INBOX: Internal error occurred. Refer to server log for more information. [2008-11-06 10:42:2...
2011 Jun 15
2
[LLVMdev] Inconsistency between LLVM Jit and pandaboard
Hi all, I'm one of the developers of the Jade project, a Jit decoder running with LLVM 2.9. We are currently testing our decoder on a pandaboard<http://pandaboard.org/> based on an OMAP 4430 and the Jit compilation seems to crash once there is a call to a function in the LLVM IR. We have already tested this issue with lli in its 2.9 version, and this bug still stays the same. LLVM
2006 Oct 03
1
AEC Patented ?
Hello Jean-Marc Valin and all the Speex-dev team, Today I have a little question about patents and the AEC. I' am not a lawyer, but after a deep research in esp@cenet.com, I found that in August 2003, an AEC called "Double talk insensitive NLMS algorithm" (DNLMS) have been patented by Gary Q Jin, Gordon J Reesor, and others (US 6.608.897 B1). It uses a continuous adaptation step
2008 Mar 03
1
How to include an externally defined NULL value in lm
Hello! I would love to be able to include an external variable to a lm call, I mean something: if(TRUE) a<-freeny.x[,4] else a<-NULL lm(freeny.y~freeny.x[,-4] +a) but it does not work with a<-NULL, whereas lm(freeny.y~freeny.x[,-4] +NULL) I don't understand why and did not find an answer in the manuals... do you see it? Any idea? Thanks!!
2005 May 18
1
problem to exclude
Hi, I want to mirror NetBSD on this server: ftp://ftp.univ-orleans.fr/logiciel-libre/netbsd-ftp/ The problem is I dont want to mirror old versions (1.5.x) There are 1.5* branches as subdirs of 'packages' and others at the root of the server called 'NetBSD-release-1-5' and 'NetBSD-1.5.3'. I want to avoid to sync them. The command I use to sync is: - - - - - - - - - - -
2005 Apr 29
0
variables in include linbes - still a bug?
...ords = yes include = /etc/samba/profile-%G [profiles] path = /var/samba/profiles [netlogon] path = /var/samba/netlogon [home] path = /home browseable = yes writeable = yes guest ok = no And profile-group is just: logon home = logon path = \\server\profiles\etu logon drive = h: This way, I want people who belongs to "group" use a mandatory profile, and other use local profile. But when I log in for the first time with a user on a fresh joined ws, it's always a local profile which is loaded. If I log in a second time, the included...
2005 Dec 16
0
tools to edit vorbis/theora/speex comments & icecast server adding arbitrary comments
...yet so well adopted...? Also what are the abilities of the icecast2 server for modifying meta-data? Are only "genre" and "artist" comments preserved, or do any comments added via the XML configuratoins end up in the streamed files? Thanks. B. > <mihamina.rakotomandimby@etu.univ-orleans.fr> > Subject: [Theora] concatenate ogg/theora files > To: theora@xiph.org > Message-ID: <1134640185.17180.222.camel@localhost.localdomain> > Content-Type: text/plain > > Hi, > I have multiple ogg/theora files, with different bitrate. That is the > big...