Displaying 20 results from an estimated 700 matches similar to: "nothing seems to work"
2002 Jul 12
0
Errors running notepad.exe
I received the following exception when trying to run notepad.exe using the command line:
wine /mnt/win_c/windows/notepad.exe
I also got it using:
wine "C:\\windows\\notepad.exe"
fixme:reg:_nt_dump_lf unknown Win XP node id 0x686c: do we need to add support for it ?
fixme:reg:_nt_dump_lf unknown Win XP node id 0x686c: do we need to add support for it ?
fixme:reg:_nt_dump_lf unknown
2002 May 17
2
acrobar reader under wine
hi,
this is the outcome when I try to run acrobat reader under wine
fixme:ole:CoRegisterMessageFilter stub
fixme:heap:RtlCompactHeap stub
fixme:win32:PE_CreateModule Security directory ignored
err:win32:PE_fixup_imports No implementation for GDI32.dll.402(NamedEscape)
imported from C:\winnt\system32\dllcache\atmlib.dll, setting to 0xdeadbeef
err:win32:PE_fixup_imports No implementation for
2002 Nov 11
5
Newbie Help
Ok, i have the programs installed on a working (albeit crashes a lot)
WinXP install... the problem is DLL loading... its clearly not loading
DLLs in the same dir as the exe... see below
ACDSee (Registered Version):
# wine ACDSee.exe
Could not stat /mnt/cdrom (No such file or directory), ignoring drive E:
err:module:PE_fixup_imports Module (file) MFC42.DLL (which is needed by
C:\Program Files\ACD
2010 Sep 09
0
UseR groups: NewJersey R - LondonR - BaselR
NewJerseyR
Mango Solutions is pleased to announce the inaugural meeting of "NewJerseyR" a networking and social event for all local and regional R users.
Thank you to those of you already registered to attend the first NewJerseyR meeting on Thursday 16th September and to those of you who have already joined our mailing list for future NewJerseyR events. Please note that we are
2004 Jan 06
1
[PATCH] possible bug in bindresvport
nfsmount doesnt work anymore for me. This patch fixes at least udp nfs
mounts. tcp does still hang. client and server is 2.6.
--- /dev/shm/bindresvport.c 2003-12-08 02:33:24.000000000 +0100
+++ klibc/inet/bindresvport.c 2004-01-06 21:05:02.283779072 +0100
@@ -23,7 +23,7 @@ int bindresvport(int sd, struct sockaddr
if (sin == NULL) {
sin = &me;
2003 Jul 30
1
S & R Public Training Courses in the UK
(Apologies for cross posting)
Mango Solutions are pleased to announce the following public courses in
the UK.
Date
Course
Location
29th - 31st October
Advanced <http://www.mango-solutions.com/pubadvanceds.htm> S-PLUS
Programming
Oxford
11th - 13th November
R <http://www.mango-solutions.com/pubrprogramming.htm> Programming
London
14th November
R for
2006 Nov 22
0
Mango Solutions Announces R Public Training Course in Paris
Mango Solutions are pleased to announce the above course in Paris as
part of our schedule for Q1 2007.
-----------------------------------------------------------------------
Introduction to R and R Programming - 12th February 2008-14th February
-----------------------------------------------------------------------
(Please find a french version of this announcement from
2001 Oct 17
3
SourceSafe
I am trying to run ss.exe using builtin DLLs. No luck at all:(
It seems it fails to send the message (sendmsg?) somewhere.
At the end, I get windows message box with the error.
Any ideas?
BTW, why does it ask username and password in console?
Regards,
Sergey
FIXME:pthread_rwlock_rdlock
FIXME:pthread_rwlock_unlock
FIXME:pthread_rwlock_rdlock
FIXME:pthread_rwlock_unlock
2011 Jan 03
1
Mango 0.5
Hi folks,
Mango 0.5 <http://mango.io/mango-0.5-released/> was released a week ago. It
includes several improvements including support for multiple time zones and
the "magic" video syntax Waylan suggested on this mailing list several
months ago.
Mango <http://mango.io/about/> is a blogging application which draws content
from Markdown documents. It's high performance,
2006 Apr 17
6
acts_as_taggable confused
Ahoy,
So i''ve installed the acts_as_taggable module and everything is fine,
but i''m a bit confused about this bit of code described in the API
"photo = Photo.new
# splits and adds to the tags collection
photo.tag "wine beer alcohol"
# don''t need to split since it''s an array, but replaces the tags
collection
# trailing and leading
2001 Dec 06
2
Terminal Services are extremely slow!
Hi there,
I've been trying to run Terminal Services using wine and it seems to work
but it's sloooow. I'm running dual boot system with Caldera Workstation 3.1,
Windows2000 Professional and Wine 20011106.
Any ideas or success stories?
Here some output lines:
wine --winver win2k "MTSC.exe"
fixme:imm:ImmAssociateContext (0x00010025, 0x00000000): stub
2007 Feb 09
0
Senior R/S Programmer - Mango Solutions (UK)
Mango Solutions, providers of R and S-PLUS consulting, systems
development and Training Services, are looking for a senior R/S
Programmer to join their UK - Wiltshire based technical team. We are
looking for highly motivated individuals to work in a customer-focused
environment.
This is a unique opportunity to develop within a dynamic company which
has been expanding rapidly and profitably
2007 Feb 09
0
R/SPLUS Finance Consultant - Mango Solutions (UK)
Mango Solutions, providers of S-PLUS and R consulting, development and
Training Services, are looking for consultants to join their UK-based
technical team. We are looking for highly motivated individuals to work
in a customer-focused environment. This is a unique opportunity to
develop within a dynamic company which has been expanding rapidly and
profitably since it's inception in 2002.
2009 Nov 12
0
Mango Solutions' 2010 public R training schedule
Mango Solutions' 2010 public R training schedule is now available.
Introduction to R 11th - 12th January, Bath
R for Financial Data Analysis 19th - 20th January, London
Introduction to R 2nd - 3rd February, Basel, Switzerland
R for Pharmacometrics 16th - 17th February, Manchester
The R Language 2nd - 3rd March, Edinburgh
Validating Open Source software applications for the
2010 May 19
1
Calling R-tists
Participants in the R User Conference, useR! 2010, July 21-23,
(http://R-project.org/useR-2010) will each receive a t-shirt, thanks to
the sponsorship of Mango Solutions (http://www.mango-solutions.com/).
This email is a call for designs for the front of the t-shirt. The design
should be made using a single color of your choice. The design should be
in the form of a high-resolution (at least
2006 Jul 06
3
Comparing two matrices [Broadcast]
It might be a bit faster to do matrix indexing:
R> tbm <- as.matrix(tb) # turn it into a character matrix
R> tmat[cbind(match(tbm[,2], rownames(tmat)), match(tbm[,1],
colnames(tmat)))] <- 1
> tmat
Apple Orange Mango Grape Star
A 1 1 1 0 0
O 1 1 0 0 0
M 0 0 1 0 0
G 0 0 0 0 0
S 1 1 1 0
2007 Feb 09
0
R/S Programmer - Mango Solutions (UK)
Mango Solutions, providers of R and S-PLUS consulting, systems
development and Training Services, are looking for a R/S Programmer to
join their UK - Wiltshire based technical team. We are looking for
highly motivated individuals to work in a customer-focused environment.
This is a unique opportunity to develop within a dynamic company which
has been expanding rapidly and profitably since
2007 Feb 09
0
R/S-PLUS Pharmaceutical Consultant - Mango Solutions (UK)
Mango Solutions, providers of S-PLUS and R consulting, development and
Training Services, are looking for consultants to join their UK-based
technical team. We are looking for highly motivated individuals to work
in a customer-focused environment.
This is a unique opportunity to develop within a dynamic company which
has been expanding rapidly and profitably since it's inception in 2002.
2008 Oct 02
1
R Training Courses
There are still places available on the following courses. For more
detailed information and a registration form please contact
training@mango-solutions.com, or visit our website at
www.mango-solutions.com <http://www.mango-solutions.com/> .
R for Finance
****************************************************
Dates: 21st to 23rd October 2008. Duration: 3 days. Location: London.
2006 Jul 06
3
Comparing two matrices
hi:
I have matrix with dimensions(200 X 20,000). I have
another file, a tab-delim file where first column
variables are row names and second column variables
are column names.
For instance:
> tmat
Apple Orange Mango Grape Star
A 0 0 0 0 0
O 0 0 0 0 0
M 0 0 0 0 0
G 0 0 0 0 0
S 0 0 0 0 0