Diff software for Mac [closed] - macos

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
not sure if this is the right place to ask this. I have been looking for a good "Diff"ing software for Mac OSx 10.8.3, something like "Meld", which has a clear GUI and it is possible to edit the files directly in the GUI. I failed to install Meld on Mac. And I couldn't find any good alternatives. Opendiff works not badly, but it is a bit slow to edit the files directly.
Any sugggestions?

You can use FileMerge application found at "/Developer/Applications/Utilities/FileMerge.app".

Related

Is there some simple developer tools / IDE for mac ? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I need to write simple application that will run on mac.
The application need to take some text file and send it over http ( using REST ).
Is there some free IDE that i can download and use ?
If i will write it in java - is it run on mac ?
Thanks.
Not sure if the question applies here, but if you want to write Java use Eclipse. It is free and runs on Mac.

Best lightweight Ruby IDE for Mac OSX? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
Anyy recommendations on a IDE to use for the MAC?
I currently use TextMate and its ok. Is tere a ay though for it to auto suggest tags?
For example.. typing pu.. would bring up puts etc.
I also tried RubyMine and Komodo but they are both way to bloated for my liking.
You can try MacVim with this set of plugins: https://github.com/akitaonrails/vimfiles . It`s rather lightweight, supports easy navigation and can be customized to any needs.

openAL tutorial for Mac OS X [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I need tools to learn how to use OpenAL in Mac OS X applications. I have done a decent amount of iOS and Mac development, and am usually good at learning new things quickly. could anyone supply a site or two that would have some tutorials?
How about this one ? It seems the most highly ranked on Google. Its pretty easy to understand, and the entire tutorial is explained quite well.
http://www.edenwaith.com/products/pige/tutorials/openal.php

Best F# IDE for a Mac [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm trying to convince a friend of mine to switch from OCaml to F#, however they are programming on a Mac. What is the best F# development experience on top of OS X?
From looking at a similar question on SO, it appears that the F# Addin for MonoDevelop is my best bet. Are there any better alternatives?
The answer is now slightly out of date. There now is a proper "F# Mode" for Emacs, see:
http://sourceforge.net/projects/fsharp-mode/
Emacs and tuareg mode:
http://www.palladiumconsulting.com/blog/sebastian/2007/04/f-mono-and-mac-os-x-warmups.html

Initial skeleton for Firefox extensions? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I always seem to have a hard time starting a new Firefox extension. Can anyone recommend a good extension skeleton, scaffold, or code generator? Ideally one that follows all the best practices for FF extensions?
This one works nice: https://addons.mozilla.org/en-US/developers/tools/builder
Of course googling for "firefox extension generator" is where I found it ;)
Look up this eclipse plugin:
SPKet
It will take care of the skeleton and 50 other things, you will love it.

Resources