Displaying 20 results from an estimated 3000 matches similar to: "Synchronization in Mac OS X"
2006 Feb 16
2
Not working with intel macs (PR#8608)
Full_Name: Dina Rego
Version: R Cocoa GUI 1.14
OS: Intel Mac 10.4.4
Submission from: (NULL) (24.199.98.228)
I recently bought the new intel imac and every program I had on my old computer
(shareware and all) works on my new computer except R. When you double click
it, it seems like it's going to launch (it does that box rushing to the screen
thing) but nothing happens. I need this program
2007 Jun 13
0
Speex has been added to Softonic
Greetings from Softonic,
We just wanted to let you know that Speex has recently been added to our online software listing.
You can see the entry for your program here:
http://en.softonic.com/ie/42915
Softonic is the largest download portal in Europe and the only one in the world offering free software downloads and reviews for the Spanish, German and English speaking markets.
Feedback
We
2012 Feb 27
2
compare two data frames of different dimensions and only keep unique rows
Dear list,
I am still struggling with something that should be easy: I compare two data frames with a lot of common rows and want to keep only rows that are NOT in both data frames, unique.
Here are an example of these data frame.
reported <-
structure(list(Product = structure(c(1L, 1L, 1L, 1L, 2L, 2L, 3L, 4L, 5L, 5L), .Label = c("Cocoa", "Coffee C", "GC",
2004 Feb 06
0
starcraft runs faster from winedbg than from wine?
Hi, I have discovered i can run starcraft at (almost) full speed on my system.
This only works one time, directly after reboot. When tried a second time
it's all choppy again. My guess is there're some stale wine processes after
the first attempt.
When i reboot and start wine instead of winedebug the game video performance
is choppy. When i start the game with winedbg after that The
2004 Dec 16
0
[Fwd: Re: Ruby Cocoa (OS X) questions: deployment & interface builder]
This is a re-post (slightly edited) from the ruby-talk list. I think I''m
going to add a wiki page on the topic.
-------- Original Message --------
Subject: Re: Ruby Cocoa (OS X) questions: deployment & interface builder
Date: Fri, 17 Dec 2004 07:48:26 +0900
From: Nick <devel@nicreations.com>
Reply-To: ruby-talk@ruby-lang.org
To: ruby-talk@ruby-lang.org (ruby-talk ML)
2006 Apr 19
1
Thousands Separator
I am a new R user, and am struggling with how to add a comma to the
tick mark labels in a bwplot or a boxplot.
I think the default values of the labels are fine, I just want them
to appear with commas.
If I use the function boxplot, I can then use
axis(2,labels=format(axTicks(2),big.mark=","))
but that just overlays them on the existing labels which I don't know
how to
2010 Apr 27
0
R-help Digest, Vol 86, Issue 28
On 4/26/10 21:45:55 R P Herrold wrote:
> Date: Mon, 26 Apr 2010 21:45:55 -0400 (EDT)
> From: R P Herrold<herrold at owlriver.com>
> To: Marshall Feldman<marsh at uri.edu>
> Cc:r-help at r-project.org
> Subject: [R] Upgrading R using the "global library folder" strategy -,
> what do you think about it?
> Message-ID:<alpine.LRH.2.00.1004262141510.25472
2020 Oct 19
1
usage of #import in grDevices/src/qdCocoa.h
I happened to notice that this header file uses
#import <Cocoa/Cocoa.h>
This is the first time I came across the preprocessor directive #import;
the first thing I found about it is this Q&A suggesting it's not portable
nor standard C:
https://stackoverflow.com/q/39280248/3576984
On the other hand, this exact invocation seems pretty common on GitHub
2006 Nov 21
4
Embedding Rails in a Cocoa app.
Hi,
Has anyone tried to embed rails into a Cocoa app? I have got this
working to a very primitive point using RubyCocoa. After about half an
hour of playing I was able to get WEBrick to serve the rails starter
page inside of a Cocoa app, but that is as far as I have got.
I have an idea for a client/server app where the server is a Cocoa
application that embeds WEBrick (or another server solution
2012 Feb 27
1
compare two data frames with same columns names but of different dimensions
Dear List,
I want to compare and return the rows which are NOT in the two data frames. Classic methods don't work as the df have NOT the same dimensions.
Here are one example of my df:
reported <-
structure(list(Product = structure(c(1L, 1L, 1L, 1L, 2L, 2L,
3L, 4L, 5L, 5L), .Label = c("Cocoa", "Coffee C", "GC", "Sugar No 11",
"ZS"),
2011 May 26
1
How to resolve conflicts between Cocoa and WineLib...?!
Hello
Can you please tell me if it is possible to resolve the following Cocoa framework / WineLib 1.3.20 conflicts?
I am trying to a port a game from Windows to OS X and I would like to use WINE's Windows Kernel32 library implementation in a Cocoa application [Embarassed]
I think I can probably solve the problem by creating a C++ code only Cocoa framework and linking it with WineLib and my
2012 May 07
0
[LLVMdev] Running Objective-C in the JIT
Le 7 mai 2012 à 17:07, Jules a écrit :
> Hello, I've been trying to get some OSX code to execute within the JIT,
> and it's been causing me some major headaches!
>
> I'm attempting to JIT-compile some code which uses external OSX obj-C
> classes (Cocoa, etc), and also contains its own embedded obj-C classes.
>
> My first hurdle in doing this was that when the
2009 Nov 26
1
compiling on snow leopard: Cocoa errors?!?!?!
Dear R-gurus,
I'm trying to compile R on my new mac. It's snow leopard. So far I've seemed to be doing pretty well. I've looked at
http://cran.r-project.org/bin/macosx/tools/
http://r.research.att.com/exp/
http://r.research.att.com/building.html
http://r.research.att.com/tools/
All of which have been very helpful. Looking at the threads I've got around some X11 issues
2009 Jan 22
2
wine for linux and Mac the same or different? (problem)
Hello
preface: sorry for my english, but that is not my native language...
I want to have a nice photo editor running named FiXfoto.
(a Shareware-Download can be found is here:
german shareware = http://www.j-k-s.com/stats/getfile.php?id=41 )
There is a english shareware version too, but i didnt tried it.
Normally i use Mac Osx and want to use it there. I can install this application
2009 Jun 05
0
[LLVMdev] Using LLVM JIT inside a Cocoa application
Hello,
I'm not an LLVM expert, but I think you can build a Cocoa/LLVM project
by using the LLVM's libraries and headers the same way you did with
any other third party library.
In fact, that's what the clang Xcode project does. It does not use any
makefile.
In short:
- Add the llvm/include folder in you header search path (in the
project's build settings).
To add
2013 Nov 15
0
Wine release 1.6.1
The Wine maintenance release 1.6.1 is now available.
What's new in this release (see below for details):
- Translation updates.
- Various bug fixes.
The source is available from the following locations:
http://prdownloads.sourceforge.net/wine/wine-1.6.1.tar.bz2
http://mirrors.ibiblio.org/wine/source/1.6/wine-1.6.1.tar.bz2
Binary packages for various distributions will be available
2007 Dec 06
2
R-Cocoa Bridge
I had seen old posts on the list (circa 2002) regarding a Cocoa-R
bridge that was under development, but I can't find anything recent
about it. Does anyone know if this is available somewhere? If not,
does anyone have any experience/pointers calling R functions from Cocoa?
Thanks for your time,
Lee Falin
2012 May 08
0
[LLVMdev] Running Objective-C in the JIT
And also, the hook to load/unload image is installed in objc-os.m using dyld_register_image_state_change_handler() function.
Le 8 mai 2012 à 15:07, Julian Storer a écrit :
> Thanks for the info!
>
> Yes, the problem is certainly that the JITed code isn't registering
> its classes, but even after digging through all the runtime code I
> can't find anything that seems
2001 Oct 29
2
vorbis players (or lack of) for mac
Perhaps the devel list would be better, but a) i'm not subscribed to it
just now and b) I'm lazy (dons flame-retardant clothing)...
frankly, i'm rather tired of the lack of free ogg vorbis players for Mac
OS; it doesn't look like iTunes is going to support the format anytime
soon (and i have some real issues with its interface, too)...so, since
I've decided to learn Mac OS
2004 Feb 04
0
wine-20040121 & starcraft, a collection of dumps
Hi all, I have compiled a new version of wine, and have done a number of tests
with them. The test setup and results are below.
I've also added the instrucions i used to compile wine
At the end of this mail i have a list of all packages i've compiled. As i run
lfs-5.0 this might be usefull.
Regards, cedric
Test 1 : default config, oss
bash-2.05b$ wine SCDemo.exe
Could not stat