Displaying 20 results from an estimated 63 matches for "continuum".
2005 Nov 18
1
Having A Problem Installing Continuum
I have recently tried to install continuum. Unfortunately, every time i
attempt to install, I get the errors that are at the end of this message. If
there is any way that I could get this installer to work, I would be most
apreciative of your help.
Corey McClymonds
----------------------------------------------------------
fixme:advapi:Che...
2005 Nov 30
0
Running Continuum/Subspace
As of version 0.9.2 the program continuum has started, and not failed right
at the beginning like it did in 0.9.1. Now, due to its anti cheating
measures, it goes through many kernel32, ntdll, gdi32, advapi32, and
comctl32 calls along with some winex11drv calls. For some reason, when i
try to log it to a file, it grows to 2 GB or greater...
2018 Nov 19
2
[Bug 108783] New: Nouveau crash in X server / display system with PAGE_NOT_PRESENT/NULL_DMAOBJ running Minecraft Feed The Beast Continuum
https://bugs.freedesktop.org/show_bug.cgi?id=108783
Bug ID: 108783
Summary: Nouveau crash in X server / display system with
PAGE_NOT_PRESENT/NULL_DMAOBJ running Minecraft Feed
The Beast Continuum
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: major
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at lists.freedesktop.org...
2009 Jul 26
7
Wine 1.1.23 OS X NVIDIA String Error
Code:
Last login: Sun Jul 26 02:37:47 on ttys000
christopher-burkes-macbook-pro:~ cpburke$ wine /Users/cpburke/.wine/drive_c/Program\ Files/Continuum/Continuum.exe
***err:d3d_caps:IWineD3DImpl_FillGLCaps Invalid nVidia version string: "2.0 NVIDIA-1.5.44"***
fixme:win:EnumDisplayDevicesW ((null),0,0x32f2fc,0x00000000), stub!
fixme:winsock:WSACancelAsyncRequest (0xdeba),stub
fixme:winsock:WSACancelAsyncRequest (0xdec2),stub
err:winso...
2005 Dec 01
0
Wine creating new preloaders under Continuum
it would appear that the reason that my log file grows to such enormous
sizes is that it loops and creates new preloaders. As a guess, its supposed
to enter the actual game but doesn't, and instead, goes back to the
beginning or some other place. I do not have nearly enough experience to do
more than guess, and any help would be greatly appreciated.
Corey McClymonds
-------------- next part
2004 May 10
6
SIP calls-per-second performance test tool
http://sipp.sourceforge.net/
Anyone care to throw this at Asterisk to see what happens? I would,
but I am having significant temporal shortfalls recently due to the
apparent warping of the space/time continuum when I answer the phone
with clients/associates. It seems that entire days pass by before I
hang up... very odd, and very counter-productive to getting good
Asterisk work done.
JT
2016 Apr 04
5
Optimization bug when byte compiling with gcc 5.3.0 on windows
...isnan() is
called with an int it emits a UD2 instruction to force a crash, so let us
just cast the input value to a double to prevent that. The code for this
can be seen here:
https://github.com/Alexpux/mingw-w64/blob/master/mingw-w64-headers/crt/math.h#L612-L622
--
Best regards,
Ray Donnelly,
Continuum Analytics Inc.
2012 Jul 11
0
[LLVMdev] Introductions to everyone and a call for Python-LLVM enthusiasts
...e mailing
list that seems like it might be relevant to your interests:
<http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-June/051298.html>
Direct link to the project page: <http://code.google.com/p/pymothoa/>
--Sean Silva
On Wed, Jul 11, 2012 at 12:37 AM, Travis Oliphant <travis at continuum.io> wrote:
> Hi all,
>
> First, I just want to say thank you for the excellent LLVM project. I have
> been playing with LLVM for the first part of this year and have been quite
> impressed with what I've seen and what is possible. I've been coding for a
> long time,...
2016 Apr 04
2
Optimization bug when byte compiling with gcc 5.3.0 on windows
...n all.equal method that know that the vector
direction is not relevant could be written for it
Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Mon, Apr 4, 2016 at 11:39 AM, Jeroen Ooms <jeroen.ooms at stat.ucla.edu>
wrote:
> On Sun, Apr 3, 2016 at 6:44 PM, Ray Donnelly <rdonnelly at continuum.io>
> wrote:
> > I've started to look into building R for Windows using MSYS2 as both the
> > build environment and tools + libraries provider (where possible).
>
> Thanks for your reply, and for the patches.
>
> Last time I had a look at this (a few months ago) an...
2016 Dec 26
1
Multiple simplifycfg pass make some loop significantly slower
...pt to
narrow it down, I found that using `opt -simplifycfg -sroa -simplifycfg`
will trigger the slowdown. Removing the second simplifycfg solves it and
both versions of the code run fast.
Is there a known issue for this? Or, any idea why?
Regards,
Siu Kwan Lam
--
Siu Kwan Lam
Software Engineer
Continuum Analytics
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161226/1756da55/attachment.html>
2012 Jul 11
4
[LLVMdev] Introductions to everyone and a call for Python-LLVM enthusiasts
...to get Numba working, I first ported the work of Mahadevan R. who wrote rather complete Python bindings to LLVM called llvm-py. Unfortunately, these bindings had not been updated since LLVM 2.8. Now, however, these bindings have been updated for LLVM 3.1 and are now sitting at https://github.com/ContinuumIO/llvm-py We plan to continue to maintain these bindings. Perhaps we could discuss how we might help with the official Python bindings as well as maintain these bindings. As an anecdote to the power and functionality of the llvm-py bindings: a few weeks ago, Dave Beazley (a Python guru) ta...
2009 Nov 16
2
fitting a logistic regression with mixed type of variables
Hi,
I am trying to fit a logistic regression using glm, but my explanatory
variables are of mixed type: some are numeric, some are ordinal, some are
categorical, say
If x1 is numeric, x2 is ordinal, x3 is categorical, is the following formula
OK?
*model <- glm(y~x1+x2+x3, family=binomial(link="logit"), na.action=na.pass)*
*
*
*Thanks,*
*
*
*-Jack*
[[alternative HTML version
2016 Apr 11
1
Optimization bug when byte compiling with gcc 5.3.0 on windows
...ovide a prototype for
all.equal.eigen ?
Martin
> Bill Dunlap TIBCO Software wdunlap tibco.com
> On Mon, Apr 4, 2016 at 11:39 AM, Jeroen Ooms
> <jeroen.ooms at stat.ucla.edu> wrote:
>> On Sun, Apr 3, 2016 at 6:44 PM, Ray Donnelly
>> <rdonnelly at continuum.io> wrote: > I've started to look
>> into building R for Windows using MSYS2 as both the >
>> build environment and tools + libraries provider (where
>> possible).
>>
>> Thanks for your reply, and for the patches.
>>
>&...
2007 Sep 16
4
How far to go with ActiveRecord unit tests without hitting the database?
I''m currently try to push my limits a little bit with some of my unit
testing -- trying to avoid saving ActiveRecord objects to the database and
take advantage of mock/stub objects.
How far should I expect to get in this direction? From what I can tell,
ActiveRecord seems to fight me when it comes to associations. In other
words, many associations seem to require database queries.
2016 Mar 31
0
llvmlite 0.10.0
...able both as source code and as binaries for a number
of platforms. Source code is available on PyPI and Github:
https://pypi.python.org/pypi/llvmlite/
https://github.com/numba/llvmlite/
Binaries for Linux, Windows and OS X are available through the
anaconda.org service and can be downloaded using Continuum's open
source package manager "Conda"
("conda update -c numba llvmlite" or "conda install -c numba llvmlite").
Documentation is at http://llvmlite.pydata.org/en/latest/
There is an adaptation of the Kaleidoscope tutorial for llvmlite by Eli
Bendersky: https://git...
2015 Feb 05
0
Another Fedora decision
...e shell attacks, and arbitrary command execution vulnerabilities do not exist. I?m pointing out that each of these classes of vulnerabilities are rare on their own, and rare times rare equals scarce.
There?s no such thing as absolute security. There is only better and worse; somewhere along that continuum is a point labeled ?sufficient.? Policies like the one we?re arguing over merely attempt to set a sane minimum level.
2016 Apr 11
0
Optimization bug when byte compiling with gcc 5.3.0 on windows
...ovide a prototype for
all.equal.eigen ?
Martin
> Bill Dunlap TIBCO Software wdunlap tibco.com
> On Mon, Apr 4, 2016 at 11:39 AM, Jeroen Ooms
> <jeroen.ooms at stat.ucla.edu> wrote:
>> On Sun, Apr 3, 2016 at 6:44 PM, Ray Donnelly
>> <rdonnelly at continuum.io> wrote: > I've started to look
>> into building R for Windows using MSYS2 as both the >
>> build environment and tools + libraries provider (where
>> possible).
>>
>> Thanks for your reply, and for the patches.
>>
>...
2009 Jun 24
2
[Classification] lifting score in R
Hi all,
Could anybody give me some pointers to Cross Validation using Lifting
Score as error function, as commonly used in data-mining and
classification field in marketing and e-commerce research?
Thanks!
2010 Oct 24
1
best predictive model for mixed catagorical/continuous variables
...ybody be able to advise on which package would offer the best
approach for producing a model able to predict the probability of species
occupation based upon a range of variables, some of them catagorical (eg.
ten soil types where the numbers assigned are not related to any
qualitative/quantitative continuum or vegetation type) and others continuous
such as field size or vegetation height.
I have tried using the TREE package but the models produced seem too
simplistic and discard most variables with the result that there is no
predictive power in the result.
I would expect that there will be interact...
2006 May 18
0
?hist and $density explanation
...imation of what? Of course,
I understand an untold model by which "density" estimates the density of
some continuous distribution out of which the "x" values were sampled,
before the "hist()" function was called. But "x" is not necessarily
a sample of a continuum, it may well be the population, and the
densities in the histogram may well be exact, and not an approximation.
So it might be simpler to drop the "^" as well.
The concept of relative frequency is explained in case of equal width
cells only, and not otherwise. This concept is not re...