Displaying 20 results from an estimated 285 matches for "ubce".
Did you mean:
ubc
2005 Mar 10
1
Application crash - a problem about Delphi's BPLs
Hello
I've tried to run Delphi's application which uses it's own BPL-
libraries. Wine said:
err:module:import_dll Library odacvcl70.bpl (which is needed by L"C:\
\Program Files\\UBC.new\\Adwiser2Main.bpl") not found
err:module:import_dll Library odacvcl70.bpl (which is needed by L"C:\
\Program Files\\UBC.new\\Oracle.bpl") not found
err:module:import_dll Library
2006 Jan 20
1
indexing within a function
Hello all,
I've got a large set of data consisting of 2 continuous numerical
variables, and 2 factors. I'm trying to write a function that will
draw scatter plots of the 2 numerical variables for various
combinations of the factors. The problem is that my function doesn't
seem to understand what I want it to do even though the command works
fine outside the function. Here is
2008 May 14
3
[LLVMdev] Help needed after hiatus
Hi,
I've restarted my Elsa/LLVM project after three months of having real
life intrude. I upgraded my LLVM source to the current trunk. I had to
make a few changes to my source, e.g. LLVMFoldingBuilder became
IRBuilder and several instances of "new" became "Create".
Now, a test case that previously succeeded fails. I run the following
script:
#!/bin/sh
if [ 1 -ne 0 ]
2004 Jul 06
13
OGG/OGM media container
Hi all,
Xiph aims at developing open-standards media formats. Though xiph.org
tells about vorbis/theora/flac/speex, nothing is mentioned about container
to use (that is ogg/ogm). I have a few questions
Is there a difference between ogg and ogm? I guess its only the extension
that is different and everything else is same.
Some tools (like ogmtools) are available to create ogm files. What is
2006 Sep 22
3
how to store recursive results
Hi all,
How to store recursive resutls from a function for each step without using
global operators <<-? Thanks ahead.
Xiaohui Chen
Dept. of Statistics
UBC, Canada
_________________________________________________________________
Don?t waste time standing in line?try shopping online. Visit Sympatico / MSN
2016 Jan 20
4
Executing OpenMP 4.0 code on Nvidia's GPU
Hi Arpith,
That is exactly what it is :).
My bad, I thought I copied over the libraries to where LIBRARY_PATH
pointing but apparently it was copied to a wrong destination.
Thanks a lot.
On Wed, Jan 20, 2016 at 4:51 AM, Arpith C Jacob <acjacob at us.ibm.com> wrote:
> Hi Ahmed,
>
> nvlink is unable to find the GPU OMP runtime library in its path. Does
> LIBRARY_PATH point to
2006 Nov 03
9
eval(match.call()) (PR#9339)
Full_Name: Justin Harrington
Version: 2.4.0
OS: Fedora Core 6
Submission from: (NULL) (142.103.121.203)
When I type the (albeit stupid) command
eval(match.call())
R crashes with the following messages (truncated):
*** buffer overflow detected ***: /usr/lib/R/bin/exec/R terminated
The complete output is available at http://md.stat.ubc.ca/Routput.txt
For reference, here are the results from
2006 Dec 18
1
[PATCH] Disable GCC stack protection in kernel builds
# HG changeset patch
# User Brendan Cully <brendan@cs.ubc.ca>
# Date 1166470577 28800
# Node ID 18d9894cb78627cf743a2df98f29e22d3ffd7819
# Parent 469478194aef6e987f9281efbc0756749be6eb80
Disable GCC stack protection in kernel builds.
Without this flag, the kernel won''t build on Ubuntu 6.10.
Signed-off-by: Brendan Cully <brendan@cs.ubc.ca>
diff -r 469478194aef -r
2013 Mar 04
1
Choosing nlme or lme4?
Hi List,
I’ m analysing the selectivity of
resting site use by forest carnivores through mixed modelling techniques and I
wonder which will be the best r package to deal with several aspects simultaneously:
- binomial
variable response;
- possible
spatial and/or temporal correlation;
I have tried nlme (lme function) and
lme4 (lmer function) packages, however I realize that the
2015 Apr 08
5
[LLVMdev] CUDA front-end (CUDA to LLVM IR)
Hi,
I wanted to ask whether there is ongoing effort (or an already established
tool) that enables to convert CUDA kernels (that uses CUDA specific
intrinsics, e.g., threadId.x, __syncthreads(), ...) to LLVM IR. I am aware
that I can do this for OpenCL with the help of libclc but I can not find
something similar for CUDA.
Thanks
-------------- next part --------------
An HTML attachment was
2004 Jul 22
2
A script to convert existing video files to Ogg
(Theora/Vorbis) available.
Message-ID: <410011E4.2040904@hut.fi>
Hello,
I noticed that it's quite difficult currently to create Ogg format files
(Ogg Theora for video and Ogg Vorbis for audio). There's only the
encoder_example-program, which is included in the libtheora source
packages, but seemingly not in any libtheora/libtheora-devel packages
that are around the web for e.g.
2011 Apr 08
3
[LLVMdev] finding integer undefined behaviors using clang
Patch and documentation can be found here:
http://embed.cs.utah.edu/ubc/
John
1998 May 08
1
No subject
Hi,
I just downloaded R for windows and subscribed to this list. I would like to
know if it is possible to install an add-on package (e.g. spatial) in the Win95
version (0.61.1).
Thank you, Pierre
=======================================
Pierre Vernier
Research Associate / GIS Coordinator
Centre for Applied Conservation Biology
Forest Sciences, UBC
Phone 1: (604) 822-8288
Phone 2: (604)
2007 Oct 22
1
Meta-analysis mixed model
I have a meta-analysis dataset which I would like to analyze as a mixed
model, where the y-variable is a measure of effect size, the random effect
is the study from which the effect size was extracted, and the fixed
effect is a categorical explanatory variable. The complication is that we
often have multiple estimates of effect size from a single study (e.g. the
experiment was repeated in
2003 Aug 07
2
segmentation fault: formula() with long variable names (PR#3680)
R version: 1.7.1
OS: Red Hat Linux 7.2
In this example, I would expect an error for the overly long variable
name. This is always reproducable for me.
> formula(paste("y~",paste(rep("x",50000),collapse="")))
Segmentation fault
Sincerely,
Jerome Asselin
--
Jerome Asselin (Jérôme), Statistical Analyst
British Columbia Centre for Excellence in HIV/AIDS
St.
2015 Apr 08
2
[LLVMdev] CUDA front-end (CUDA to LLVM IR)
On Wed, Apr 8, 2015 at 10:12 AM, Dmitry Mikushin <dmitry at kernelgen.org>
wrote:
> A tool of this kind here: https://github.com/apc-llc/nvcc-llvm-ir
>
> 2015-04-08 19:01 GMT+02:00 Ahmed ElTantawy <ahmede at ece.ubc.ca>:
>
>> Hi,
>>
>> I wanted to ask whether there is ongoing effort (or an already
>> established tool) that enables to convert CUDA
2012 Jul 30
2
Alternating between "for loops"
Dear All,
I would like to apply two different "for loops" to each set of four columns
of a matrix (the loops here are simplifications of the actual loops I will
be running which involve multiple if/else statements).
I don't know how to "alternate" between the loops depending on which column
is "running through the loop" at the time.
## Set up matrix
J <- 10
N
2003 Feb 24
2
"trace" argument in legend() (PR#2578)
Full_Name: Jerome Asselin
Version: 1.6.2
OS: RedHat Linux 7.2
Submission from: (NULL) (142.103.173.179)
Should be an easy fix...
Consider the examble below:
plot(0,0)
legend(0,0,c("Hello!","Hi!"),pch=1:2,lty=1:2,trace=T)
It gives the following trace:
> plot(0,0)
> legend(0,0,c("Hello!","Hi!"),pch=1:2,lty=1:2,trace=T)
xchar= 0.05178 ;
2008 Aug 12
1
No answer in anova.nls
Dear R-helpers,
I am trying to check whether a model of the form y(t) = a/(1 +b*t) fits the
curve of downloads per day of a file in a specific online community better
than a model of the form y(t) = a*exp(-b*t). For that, I used nls to fit
both models and I am now trying to compare the fits with anova. The problem
I find is that anova does not report an F statistic or a p-value when I
compare
2006 Apr 01
5
Triple relationship
Hi list,
I need to represent a relationship between three tables:
Tags (id, name)
Users (id, name, email, ... )
Documents (id, title, ... )
I created a forth table called Assignments(id, tag-id, user-id,
document-id, date).
I have couple of questions:
Should I use belongs-to and has-many to capture this? If so, How can I
do that?
should I have the id as the primary key in Assignment table or