search for: saem

Displaying 19 results from an estimated 19 matches for "saem".

Did you mean: sae
2011 Sep 05
0
saemix: SAEM algorithm for parameter estimation in non-linear mixed-effect models (version 0.96)
saemix implements the SAEM (stochastic approximation EM) algorithm for parameter estimation in non-linear mixed effect models, used to model longitudinal data. Longitudinal data are particularly prominent in pharmacokinetics (study of drug concentrations versus time) and pharmacodynamics (study of...
2011 Sep 05
0
saemix: SAEM algorithm for parameter estimation in non-linear mixed-effect models (version 0.96)
saemix implements the SAEM (stochastic approximation EM) algorithm for parameter estimation in non-linear mixed effect models, used to model longitudinal data. Longitudinal data are particularly prominent in pharmacokinetics (study of drug concentrations versus time) and pharmacodynamics (study of...
2004 Aug 06
3
different play lists on different ports?
I'm running icecast 3.1.10 (from the ports collection) on a freebsd 4.3 machine with a hacked version of iceplay doing the encoding. With older version of icecast you could start multiple instances and tell iceplay to broadcast to each one of those instances with a different playlist. This version of icecast seems to only run one instance, even if I try to start more than one. So, I've
2006 Apr 14
2
[LLVMdev] [DRAFT] LLVM 1.7 release announcement notes [DRAFT]
...gisters. * The inliner can now inline functions that have dynamic 'alloca' instructions in them (without increasing stack usage). * The -reassociate pass knows how to factor expressions in several ways, e.g. turning (A*A+A*B) into (A*(A+B)) and (X+X+Y+Y) into ((X+Y) << 1) * Saem Ghani contributed support to allow different implementations of the abstract callgraph interface, e.g., based on pointer analysis. Debugging Support Improvements: * Jim implemented almost complete debugging support in the llvm-gcc 4.0 front-end and the x86/powerpc darwin backends. This...
2016 Jul 27
1
samba-tool domain provision --use-rfc2307 --interactive fail
...; >> Thomas > >> > >> > >> > >> -- > >> To unsubscribe from this list go to the following URL and read the > >> instructions: https://lists.samba.org/mailman/options/samba > > -- > Thomas MASSIP - Alternant Ingenieur réseau > SAEM e-tera > 46 rue Sere de rivieres 81000 ALBI > > email: thomas.massip at e-tera.com
2006 Apr 20
0
[LLVMdev] [DRAFT] LLVM 1.7 release announcement notes [DRAFT]
...inliner can now inline functions that have dynamic 'alloca' > instructions in them (without increasing stack usage). > * The -reassociate pass knows how to factor expressions in several ways, > e.g. turning (A*A+A*B) into (A*(A+B)) and (X+X+Y+Y) into ((X+Y) << 1) > * Saem Ghani contributed support to allow different implementations of > the abstract callgraph interface, e.g., based on pointer analysis. > > > Debugging Support Improvements: > > * Jim implemented almost complete debugging support in the llvm-gcc 4.0 > front-end and the x86/po...
2006 Jan 10
3
[LLVMdev] passmanager, significant rework idea...
The patch below basically hammers out some ideas as to where I'd like to take the passmanager in LLVM. I've tried thinking things through, but I'm still a n00b, so some criticism would be more than welcome. =) Starting from line 191 down. If you're wondering why I created a patch, well that's because I found thinking in passmanagert.h the most productive. -- Regards.
2004 Aug 06
0
different play lists on different ports?
...web interface for creating, editing, and choosing playlists, requesting songs, etc, but that's not part of iceplay, that's just the stuff that wraps around it. Very similar to dj lizard). jack> We do everything on one port, but you can specify multiple ports. Each jack> port is the saem as the others. However, requestings different jack> mountpoints on the any port should get you the different streams. I'll see what I can do with that mount points instead of using different ports. Thanks for the info. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast...
2006 Apr 20
0
[LLVMdev] First draft of release notes done
...and time). * Andrew wrote a new "reg2mem" which transforms an LLVM function so that there are no SSA values live across basic blocks. * The -reassociate pass knows how to factor expressions in several ways, e.g. turning (A*A+A*B) into (A*(A+B)) and (X+X+Y+Y) into ((X+Y) << 1) * Saem Ghani contributed support to allow different implementations of the abstract callgraph interface, e.g., based on pointer analysis. * Evan added support for -fpic and -static codegen on Darwin. * Evan added initial support for subtargets in the X86 backend, including a broad range of -mcpu=* v...
2006 Apr 20
0
LLVM 1.7 Release!
...rs. 18. The inliner can now inline functions that have dynamic 'alloca' instructions in them (without increasing stack usage). 19. The -reassociate pass knows how to factor expressions in several ways, e.g. turning (A*A+A*B) into (A*(A+B)) and (X+X+Y+Y) into ((X+Y) << 1) 20. Saem Ghani contributed support to allow different implementations of the abstract callgraph interface, e.g., based on pointer analysis. Debugging Support Improvements: 21. Jim implemented almost complete debugging support in the llvm-gcc 4.0 front-end and the X86/PowerPC Darwin backends. T...
2006 Apr 19
4
[LLVMdev] First draft of release notes done
Please take a look: http://llvm.org/docs/ReleaseNotes.html -Chris -- http://nondot.org/sabre/ http://llvm.org/
2004 Jul 08
1
x100p and two hfc isdn cards
hello, i have a problem starting asterisk with one x100p digium and two hfc chipset isdn cards with bri-stuff.0.0.2. "ztcfg -vv" shows me a this info: Zaptel Configuration ====================== SPAN 1: CCS/ AMI Build-out: 399-533 feet (DSX-1) Channel map: Channel 01: FXS Kewlstart (Default) (Slaves: 01) Channel 02: Individual Clear channel (Default) (Slaves: 02) Channel 03:
2006 Jan 10
0
[LLVMdev] passmanager, significant rework idea...
On Mon, 9 Jan 2006, Saem Ghani wrote: > The patch below basically hammers out some ideas as to where I'd like > to take the passmanager in LLVM. I've tried thinking things through, > but I'm still a n00b, so some criticism would be more than welcome. =) > > Starting from line 191 down. If you&...
2005 Dec 22
1
[LLVMdev] passmanagert and co improvement...
Okay, I've been studying passmanagert and company for quite a while. Here are my conclusions. It's actually not nearly as bad as I thought. I'll outline the problem as I see it. We want to be able to manage the way passes traverse things, in particular a module's worth of functions. As was in your example, we want inliner and mem2reg calls interleaved, as we traverse functions
2005 Jan 26
2
Any danger in having two shares with same name?
Hi, Don't ask why I'm posing this question -- actually, I WILL explain below -- but is there any danger in having two shares in Samba with the same name? Here's our situation. We have a bunch of production machines out in the field. On those machines, we are constantly setting up "special project shares" for each user (different from the user's Home directory) that
2010 Jul 01
6
Close Modalpopup with RJS
hi guys: I''m scratching my head on this one: I have a twitter app where I''m trying to open a modalpopup with a twitter sign in, get them to sign in, then close the popup and refresh the main window. My code however refreshes the main window with the popup window result, which I thought was really strange: application.html.erb function OpenModalPopUP() {
2016 Jul 27
2
samba-tool domain provision --use-rfc2307 --interactive fail
Hi all, I try to install a samba4 AD DC, but when I try: samba-tool domain provision --use-rfc2307 --interactive I have this: Realm [DOMAINTEST.LAN]: Domain [DOMAINTEST]: Server Role (dc, member, standalone) [dc]: DNS backend (SAMBA_INTERNAL, BIND9_FLATFILE, BIND9_DLZ, NONE) [SAMBA_INTERNAL]: DNS forwarder IP address (write 'none' to disable forwarding) [127.0.1.1]:
2006 Jul 18
6
backgroundrb - Connection closed
Hello, maybe someone can help with backgroundrb. I''ve written an application, which makes use of backgroundrb. Everything works fine on my development machine, but it crashes on my production server. Something seems to be wrong with backgroundrb, but I don''t know the cause. All I get is the error message attached below, which is extracted from the production.log. I
2006 Jan 10
1
[LLVMdev] Re: passmanager, significant rework idea...
On 1/10/06, Chris Lattner <sabre at nondot.org> wrote: > Interesting approach. :) Thanks. > Comments below, with ***'s before the notes: > +class LoopPass : public Pass {}; // Temporary. > > *** I wouldn't worry about loop passes yet. Sure. > +class PassUnit { > + Pass *pass; > + > + enum Traversal { > + LINEAR, // Standard top down