Displaying 20 results from an estimated 200000 matches similar to: "This is a test"
2009 Jul 08
0
[LLVMdev] Cray is Hiring!
Hi, David,
Is the LLVM-based back end you have been working on for the Cascade
system used by this or any other Cray installations? Is the XT5
related to Cascade in any way? Thanks,
--Vikram
Associate Professor, Computer Science
University of Illinois at Urbana-Champaign
http://llvm.org/~vadve
On Jul 8, 2009, at 3:59 PM, David Greene wrote:
> Hey compiler peeps,
>
> Cray is
2009 Jul 08
4
[LLVMdev] Cray is Hiring!
Hey compiler peeps,
Cray is ramping up a number of exciting projects and we're looking
for new hires. Obviously parallelism has been our core focus, but
the challenges of manycore and accelerator technology are presenting
new twists requiring us to bring new solutions to bear.
After the successful launch of the Jaguar machine (the fastest for
open science,
2005 Feb 03
2
I wonder if this uses Wine?
http://techworld.com/opsys/news/index.cfm?NewsID=3064
The fact that they talk about Notes (the client) rather than Domino
(the server) suggests that they may be running the Notes client (as I
and many others do) under Linux, and the only way I know of to do this
is to use Wine.
David
2017 Sep 04
0
JSM 2018 Invited Session Proposals on Statistical Graphics and Data Visualization Due by September 7, 2017
Dear Colleagues,
If you work in the statistical graphics and/or data visualization fields, please consider organizing an invited session for the JSM 2018 conference in Vancouver, whose
theme is ?#LeadWithStatistics.?
ASA's Section on Statistical Graphics will sponsor 3 invited sessions at JSM 2018, with a further 1-2 proposals having the potential to be included in the JSM 2018
conference
2011 Jul 08
5
Wine Conformance Test on Windows 9x, how to report?
I've run two conformance test binary (winetest-latest and winetest-8cbb8cc38d01) on Microsoft Windows Me 4.90.3000,
both warned that Win9x was not supported, and I wouldn't be able to submit results.
The lastest one said that there were about 67 tests failed (some wscript and msi error dialog appeared during the test)
and it also said that there might be some problem with my
2011 Jan 22
0
how to call BayesX in R to see the graph
Hi Everybody,
please can you help me how to call BayesX in R in order to see the graph
already exist in BayesX
Thanks
---------- Forwarded message ----------
From: <r-help-request@r-project.org>
Date: Sat, Jan 22, 2011 at 5:00 AM
Subject: R-help Digest, Vol 95, Issue 22
To: r-help@r-project.org
Send R-help mailing list submissions to
r-help@r-project.org
To subscribe or
2008 Dec 11
3
Logical "in" test
OK, this should be trivial but I'm not finding it. I want to compress
the test,
if (i==7 | i==10 | i==30 | i==50) {}
into something like
if (i in c(7,10,30,50)) {}
so I can build a "excludes" vector
excludes <- c(7,10,30,50)
and test
if (i in excludes) {}
However, I'm not finding a clue on how to accomplish this, if it can
be done. Would someone with more R
2001 Jul 17
0
Change to PostScript driver - please test!
I am about to submit a patch which makes a significant change to the way
the Wine PostScript driver deals with code pages, character sets, etc.
Since I am an ugly American, I can't really test it with non-ASCII
characters, but I would like to get some confirmation that it doesn't
break things horribly before I send it in.
I'm looking for people who regularly build Wine from source and
2007 Mar 19
4
Newbie Problem: need Windows Printer Driver?
Hi friends
I just started using wine on my Linux-machine. Mostly because I want to
switch finally from Windows to Linux on my computer at work. There is just
one single application I want to "take with me" and that is "GraphPad
Prism" (http://www.graphpad.com/prism/Prism.htm).
So I installed wine0.9.20 on my Mandriva2007. Then I used wine to install
Prism in its most recent
2011 Jan 21
3
complex transformation of data
Dear [R] people
Could you please help with following data transformation.
Any suggestions, hints, references and even guessing on performing any
of the following steps are highly appreciated. Those transformations are
crucial for my work.
(n_, _n, j_, k_ signify numbers)
SOURCE DATA:
id cycle1 cycle2 cycle3 ? cycle_n
1 c c c c
1 m m m m
1 f f f f
2 m m m NA
2 f f f NA
2 c c c NA
3 a a
2010 Aug 06
1
[R-SIG-Mac] Question about line type in contour() function (R 2.11.1)
On 05/08/2010 8:46 PM, David B. Thompson, Ph.D., P.E., D.WRE, CFM wrote:
> On Aug 5, 2010, at 5:20 PM, Duncan Murdoch wrote:
>
>> On 05/08/2010 7:18 PM, David B. Thompson, Ph.D., P.E., D.WRE, CFM wrote:
>>> I'm running R 2.11.1 (MacBook Pro and OS X 10.6.4) and am trying to set a line type in the contour() function. What I did was:
>>>
>>>> >
2002 Feb 23
1
"Out of memory" install error message
Hi folks,
I've been trying to install a legacy 16-bit Windows app called
Expensable, published about 7 years ago by Intuit. Over the years I've
run it natively, under Win-OS/2, and under Wine with a native Windows
partition. Never a problem.
Now that I've removed the Windows partition from my Linux box, I've set
up Wine to work with fake Windows. The installation is fine, and
2004 Nov 01
1
Time zone info problems...
Hi,
Installed Caesar 3 this morning under wine-20041019. C3 has worked
for a long time, but doesn't work under this version due to, of all
things, time zone information that's missing???
caesar@flash caesar $ wine .wine/drive_c/SIERRA/Caesar3/c3.exe
fixme:ntdll:TIME_GetTZAsStr Can't match system time zone name "PST" to
an entry in TZ_INFO
fixme:ntdll:TIME_GetTZAsStr
2007 Jul 20
2
Announcing Digium/Asterisk World's Conference Program
Is this replacing Astricon this year?
If so it looks like a pretty poor showing in comparison to Astricon
Dallas last year.
Cheers,
Dean
________________________________
From: Carl Ford [mailto:carlf at vonmag.com]
Sent: Wednesday, 18 July 2007 9:09 AM
To: Dean Collins
Subject: Announcing Digium/Asterisk World's Conference Program
2006 Jul 18
2
2-column select lists (Available/Selected)
I''m trying to get one of those 2-column select lists (where there''s an
"Add>>" and a "<<Remove" button between them) working for a Rails
application. First of all, what the heck is this thing called?
You''d list all of the available items in one select list, and the
selected ones in the other.
Items move from one list to the other, but
2015 Jul 17
2
[LLVMdev] how to transform elf binary to llvm IR?
For every level of translation [in terms of "human readable -> machine code
translation", not someone translating a literary work from one language to
another - although often some subtle details are lost here too], a little
bit of the semantic meaning is lost. This means that you can almost never
completely reconstruct the code in original form from the machine-code, or
the C-code
2018 Jun 13
0
two samba servers just stopped working :-(
I have two samba centos7 samba server VMs. One at work, one at home.
These are ansible servers and I have a share on them that I mount from
windows 10 workstations where I use sublime text to edit my playbooks.
They are domain joined (different domains) and use AD authentication - think
they are setup with Kerberos iirc , sssd realmd.
So this was all working find two weeks ago, then
2015 Jun 23
0
Ipsos Sr. Data Scientist - Culver City, CA
Hello All,
Ipsos is currently hiring a Data Scientist, if this position is of interest, please apply using the link below.?? If you have any questions, please do not hesitate to reach out to me directly.
Senior Data Scientist - Culver City, CA
Summary:
A capable and creative leader who is experienced in designing, conducting and selling Data Science analytics.? Role includes sales and
2008 Sep 21
1
Error message has be baffled.
If you can help me in any way, it would be much appreciated.
e3po at e3po-linux:/media/UDF Volume$ wine Startup.exe
fixme:powrprof:DllMain (0x7e8c0000, 1, 0x1) not fully implemented
fixme:ole:CoInitializeSecurity ((nil),0,(nil),(nil),1,3,(nil),0,(nil)) - stub!
fixme:msxml:bsc_QueryInterface interface {6d5140c1-7436-11ce-8034-00aa006009fa} not implemented
fixme:win:WIN_CreateWindowEx Parent is
2009 Dec 01
0
SafiServer and SafiWorkshop 1.2 With Web Services Released
SafiServer and SafiWorkshop 1.2 is here!
This is a seminal release for us as the product is now more stable,
powerful, and easy to use than ever. We've also added a new ActionStep
"CallWSByWSDL" that allows you to easily consume Web Services from your
Saflet, providing you with even more integration possibilities for your
IVR/Callflow applications. The release of this ActionStep