Displaying 20 results from an estimated 2000 matches similar to: "Importing IDL Structures"
2005 Sep 14
2
Scan and Lists
This may be a newbie question - although I did search for this error
message in the archives and via google and didn't see this error:
The help page for "scan" indicates that among the types of data
capable of being read are:
> "The supported types are 'logical', 'integer', 'numeric', 'complex', 'character', 'raw' and
2004 Jan 27
2
Samba as a client to Windows2000 + special characters on filenames
Greetings!
I have been troubleshooting this for over a week, and what follows is a rather
long, detailed description. The short description to the problem I have been
dealing with is: I can't access files on a windows2000 server from a Linux
client when their filenames have some specific special characters such as "?" I
can list them, but not copy.
The setup:
server: Windows 2000
2012 Jul 23
2
translating IDL to R
I would appreciate
* guidance regarding translation of IDL routines to R, generally
* assistance translating two IDL routines to R, specifically
Why I ask:
I'm slowly learning how to do atmospheric modeling. One language that
has been been popular in this space is IDL
http://en.wikipedia.org/wiki/IDL_(programming_language)
which unfortunately is proprietary (not to mention butt-ugly, IMHO
2015 Feb 08
2
[LLVMdev] Fwd: Improper Function::iterator increment
Input to this pass is the bitcode format of simple code below :
int sum_single_loop (int a){
int su = 0, i;
for (i=0;i<a;i++)
su = su + i;
return su;
}
On Mon, Feb 9, 2015 at 2:32 AM, David Blaikie <dblaikie at gmail.com> wrote:
>
>
> On Sun, Feb 8, 2015 at 11:23 AM, Pranav Kant <pranav913 at gmail.com> wrote:
>
>> So, you mean to say that the
2015 Feb 08
2
[LLVMdev] Fwd: Improper Function::iterator increment
So, you mean to say that the above implementation is correct and should
work fine.
I initially thought that the above way is not the correct way anymore since
3.5.0 might have changed few things.
Anyways here is my dirty code I have written for my research project that I
took the above snippet from :
https://github.com/pranavk/spatial-computing/blob/master/waves.cpp#L105
On Sun, Feb 8, 2015
2010 May 04
0
[LLVMdev] llvm-ld (and pthreads) problem
Hi,
I'm having some problems with producing native executables with
llvm-ld. Both TimberLLVMLIB and TimberLLVMRTS is compiled into bitcode
files and archived with llvm-ar. Everything works fine when using the
flag -disable-opt
llvm-ld -Xlinker='-pthread' -Xlinker='-m32' -native -disable-opt
-L/home/capitrane/local/timber-llvm//share/timberc-1.0.3/rtsPOSIX
ConcMap.bc
2015 Feb 08
2
[LLVMdev] Fwd: Improper Function::iterator increment
void Wave::init (const Function &F){
Function::const_iterator ie = F.end();
outs() << ie << "\n\n";
for (Function::const_iterator I = F.begin(), IE = F.end(); I != IE;
I++, K++){
outs() << I << "\n";
// some manipulation with I
}
}
I used the above shown function in my pass in LLVM 3.4.2 and it used to
work fine but
2004 Feb 12
1
Importing BSQ/BIP/BIL files into R
I was hoping I could get some help with an import question. I work with
remote sensing imagery which commonly comes in binary form in various
interleaving formats (byte interleaved by line, by pixel, etc..). These
files are 2d spatial x B bands in size, and I want to be able to extract the
band values from various pixels (so each line of data into R would be one
pixel x B bands).
What's the
2011 May 09
2
[Bug 37031] New: no graphics in IDL
https://bugs.freedesktop.org/show_bug.cgi?id=37031
Summary: no graphics in IDL
Product: Mesa
Version: 7.10
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy:
2010 Nov 19
1
Set colour in tcl variable
Hello all,
using package tcltk this is my problem:
I want to set a colour of a tclVar().
I have a tklabel (fixed in position) which should display two variables
occasionally.
If a constraint is fulfilled, the tklabel should display
correct<-tclVar('correct') in green, otherwise it should display
wrong<-tclVar('wrong') in red!
To display the variables is no
2011 Aug 03
2
cdplot error
Fairly new at this.
Trying to create a conditional density plot.
>cdplot(status~harvd.l,data=phy)
Error in cdplot.formula(status~harvd.l,data=phy):
dependent variable should be a factor
What does this error mean? Status is a binary response of infestation (0/1)
and harvd.l is the log of timber harvest density per catchment.
Thanks.
--
View this message in context:
2011 Jun 10
1
ggplot2 avoid automatic color selection
Hey all,
I'm trying to replicate some plots with ggplot2. The problem is that I
need to specify the color for every
attribute (drug). If I use the code below the colors get automatically
assigned but I need to plot drug1 in black drug2 in blue
etc.
How do I do that?
q = qplot(days,vol,data = cellLine7064, color = drug, geom = c("line", "point"))
best regards,
Immanuel
2006 Feb 22
2
Ctrl+C does not work in virtual console
Hi all,
I have a problem with the virtual console. I run Xen 3.0.1 (compiled
from the sources) on debian 3.1 (as dom0 and domU) on an AMD Athlon 64.
I can''t terminate programs with ctrl+c. If I try for example to ping a
machine, ping runs forever and cannot be stopped from the console.
ctrl+z does then not work either. But if I do the same with ssh,
everything works fine. There are
2007 Nov 20
2
No longer able to browse windows share via Nautilus
I used to be able to browse the windows shares on the network through
Nautilus. I can see them as computers, but when I click on them, it
fails. (I'm on Ubuntu 6 LTS, AMD64)
About 3 months ago, this failed. But, the windows boxes can all still
access my shares on my Linux box.
I was going through the trouble shooting, and found this out, but I'm
not sure what to do next.
I am
2010 Jul 07
3
use sliding window to count substrings found in large string
Hello together,
I'm looking for advice on how to do some tests on strings.
What I want to do is the following:
(just an example, real strings/sequence are about 200-400 characters long)
given set of Strings:
String1 abcdefgh
String2 bcdefgop
use a sliding window of size x to create an vector of all subsequences
of size x
found in the set (order matters! ).
Now create, for every string
2006 Mar 06
2
DO NOT REPLY [Bug 3584] New: base64 function does not pad output correctly
https://bugzilla.samba.org/show_bug.cgi?id=3584
Summary: base64 function does not pad output correctly
Product: rsync
Version: 2.6.6
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: mathijs@crooked.net
2010 Oct 25
4
zoo.read intraday data
Hello all,
I'm trying to use zoo.read but can't figure out
how to deal with the time format. (example below)
would be nice if someone could help.
best regards,
Immanuel
---------------------------
L <- "Date,Time,Open,High,Low,Close,Up,Down
05.02.2001,00:30,421.20,421.20,421.20,421.20,11,0
05.02.2001,01:30,421.20,421.40,421.20,421.40,7,0
2011 Aug 26
1
kernlab: ksvm() bug?
Hello all,
I'm trying to run a gird parameter search for a svm.
Therefore I'M using the ksvm function from the kernlab package.
----
svp <- ksvm(Ktrain,ytrain,type="nu-svc",nu=C)
----
The problem is that the optimization algorithm does not return
for certain parameters.
I tried to use setTimeLimit() but that doesn't seem to help.
I suspect that ksvm() calls c code that
2010 Aug 26
1
equalize function with zero and convert it
Dear all,
I want to equalize a symbolic derivative (of a function with two
variables) with zero and convert it to a variable, e.g. x.
I'm computing the derivative by: (found it in the archive)
library(Ryacas)
f <- function(x,y) (100-x-y)*x-10*x
yacas(f) # register f with yacas
Df <- f
body(Df) <- yacas(expression(deriv(f(x,y),x)))[[1]]
Df
R-Output:
function (x, y)
100 - x - y -
2011 Aug 22
1
Threads in R
Hello all,
I posted a questions on how to terminate a function call that does not
return after a certain time ( I can not modify the function code) some
time ago.
Since I didn't find a solution I just came up with the idea to run the
functions call in a separate thread who I could terminate a will.
Would this be possible? Any pointers in the right direction? A looked
briefly a snow and Rmpi