search for: liker

Displaying 15 results from an estimated 15 matches for "liker".

Did you mean: like
2013 Sep 26
1
Lot of connections IMAP
Hi to all, i have dovecot 2.2.5 when i digit doveadm who i see a lot of connections IMAP for single user liker the example below xxxxx.yyyyyy at mail.cgilfe.it 9 imap (20572 20614 19120 20653 19136 20655 19138 20661 20471) (192.168.x.xxx) Why so many IMAP? -- *Davide Marchi* *T*eorema *F*errara *Srl* Via Spronello, 7 - Ferrara - 44121 Tel. *0532783161* Fax. *0532783368* E-m at il: *davide.marchi at mai...
2012 Jul 31
0
[LLVMdev] mcjit
...u cannot have any code generation after that. Creation of the ExecutionEngine should be the last thing you do (before calling getPointerToFunction). * MCJIT supports only a single Module. You need all your code to be self-contained, If you call functions in other Modules there will be a ("liker" type) error. * Because only one Module is supported the function addModule doesn't do anything useful. You need to create a new ExecutionEngine for each module. I'm working with LLVM 3.1, but I don't think much has changed in trunk. Hope this helps, Verena On 31/07/2012 11...
2012 Jul 31
3
[LLVMdev] mcjit
Thu Jul 12 03:42:12 CDT 2012, Verena Beckham verena at codeplay.com : > I would not say it is trivial, having done it myself. > > MCJIT also doesn't support multiple modules, and it does not do JITing > on demand, instead, it does all of it at the same time in the > constructor (unless that is what you call "not lazy"). > So depending on how you've written your
2010 Oct 07
1
[LLVMdev] Status of PTX Backend
...c copiler. Of cause the nvcc compiler is superior in a lot of cases, however only by a small margin. And there are even cases(e.g. a phong surface shader) where our PTX backend is faster, without any particular optimization! It seems like the NVIDIA driver does a good job at late optimizations liker register allocation etc. I can give you some numbers if you are intrested. I'll push the newest version of the backend to sourceforge during the next days. What kind of optimizations are you planning to do? If you want to apply high level (on llvm bitcode) optimizations, you can start with...
2014 Oct 27
1
winbind winbindd remote desktop
...tart a session. If the samba service is started, all other services operate without a problem. getent passwd In getent group commands,although the local user and domain users are enabled in samba 4.1.X versions, only the local users are enabled in 4.2.rcX versions. It only responds to a command liker "gettent passwd michael command" The smb.conf file is as below: [global] server services = s3fs, winbindd, rpc, nbt, wrepl, cldap, ldap, kdc, drepl, ntp_signd, kcc, dnsupdate dcerpc endpoint servers = +winreg +srvsvc +netlogon +samr +epmapper +rpcecho +lsarpc +dssetup +unixinfo +b...
2007 Sep 03
0
adehabitat version 1.7
Dear all, I have uploaded to CRAN the version 1.7 of the package 'adehabitat'. Significant changes are listed below: * The Brownian bridge kernel estimation algorithm has been greatly improved. It now takes more than 80% less time than the previous version. A new function "liker" has also been added, which estimates the one of the two smoothing parameters of the bridge kernel using a maximum likelihood approach (recommended in Horn et al., Ecology, in press). Examples of the help page demonstrate the use and interest of this function. Comparison between kernelbb a...
2007 Sep 03
0
adehabitat version 1.7
Dear all, I have uploaded to CRAN the version 1.7 of the package 'adehabitat'. Significant changes are listed below: * The Brownian bridge kernel estimation algorithm has been greatly improved. It now takes more than 80% less time than the previous version. A new function "liker" has also been added, which estimates the one of the two smoothing parameters of the bridge kernel using a maximum likelihood approach (recommended in Horn et al., Ecology, in press). Examples of the help page demonstrate the use and interest of this function. Comparison between kernelbb a...
2012 Dec 07
0
apply a function at: dateX, dateX+1, dateX+2, ....
...NULL myframe3 str(myframe3) # and this is what I did with the help of Dennis Murphy last week: myframe3$day <- as.Date(myframe3$myframestime) hrfun <- function(d) { dxy <- d[, c("Long", "Lat")] d_ltraj <- as.ltraj(dxy, d$myframestime, id = d$AnimalID) dLiker <- liker (d_ltraj, sig2 = 18, rangesig1= c(1, 100) ) dBB <- kernelbb(d_ltraj, sig1=dLiker$Ernie$sig1, sig2=18) data.frame(AnimalID = unique(d$AnimalID), day = unique(d$day), h = kernel.area(dBB, unout=c("km2"))) } ddply(myframe3, .(day), hrfun) # i.e. I calculated the size o...
2003 Dec 04
1
Streaming Audio Player for SBC environment?
I have been seeking streaming audio playing capability in a single board computer environment. I have not yet found any player hardware that exists for this environment. ie. a player card in a PMC format or other hardware that can be used in a VME bus application. Is anyone aware of any such hardware? Thanks. Jim <p>--------------------------------- Do you Yahoo!? Free Pop-Up Blocker -
2010 Oct 06
0
[LLVMdev] Status of PTX Backend
Hi Justin, I am upstreaming the PTX backend. My plan is to have a working prototype (that mean you may compile non-trivial code with some workarounds) by the end of this year or by January 2011. I hope I could catch up next release of LLVM (version 2.9), so I will adjust my plan according to the release schedule once it is announced. Regards, Che-Liang On Wed, Oct 6, 2010 at 11:16 PM, Justin
2010 Oct 06
2
[LLVMdev] Status of PTX Backend
I read on the archives that a PTX back-end was discussed around August and I see that some initial code has been checked into LLVM trunk. What is the status of this project? Is it being actively worked on? I am ultimately interested in using LLVM for GPU code optimization/generation and am very interested in this particular project. -- Thanks, Justin Holewinski -------------- next part
2007 Apr 19
2
error: *** zlib missing
I am very new to linux and openSSH ,, i am trying to compile openssh for jungo openrg IXP45. but while configuring i am getting following error,, hecking for libgen.h... yes checking for getspnam... yes checking for library containing basename... none required checking for deflate in -lz... no configure: error: *** zlib missing - please install first or check config.log *** if anybody will me
2010 May 08
0
[LLVMdev] docs build (doxygen redux)
...tionally, stick with the same scripts but update them to work with the new build layout. === I realize these layout changes may seem heavy handed, but before passing judgement, I invite reviewers to try the patch. Try building API docs; install them. uninstall them. for your collaborative diagram likers, tune doxygen.cfg.in to your liking, generate again. Switch to clang's docs/ tree. build there. Then try something useful like adding doxygen comments to source code and regenerating the docs to see if doxygen outputs your API doc changes as expected. Hint: 'make help' in any of the OB...
2019 May 08
2
Where to send emails with questions about WebAssembly?
Okay, so where should I send questions for WebAssembly? Is it this mailing list or a different one? I want to ask about how to compile WebAssembly modules with Clang directly, without Emscripten, for situations like what I have currently where I have a problem with generating WebAssembly and/or JavaScript glue code (I have a problem with the gen_struct_info stuff; I asked on the Emscripten
2012 Nov 27
5
loop with date
Hello, I tried to construct my very first loop today and completly failed :-( Maybe someone can help me? I have a dataframe somewhat like this one: myframe <- data.frame (Timestamp=c("24.09.2012 09:00", "24.09.2012 10:00", "24.09.2012 11:00", "25.09.2012 09:00", "25.09.2012 10:00", "25.09.2012