martes, 24 de enero de 2012

Free software for Mac

YouTube to MP3



Go to the YouTube music video you want and copy the URL. You can then click the paste button in the app and hit the download button. A music MP3 will show up in your Music folder or, if you choose, iTunes. Super simple.


Download site




OpenOffice.org for Mac OSX

The popular productivity application OpenOffice.org is available for Mac OSX.

OpenOffice.org Aqua

OpenOffice.org Aqua aims for the best possible integration into OSX. You probably want this unless you are working with Mac OSX 10.3 or older.

OpenOffice.org X11

has been obsoleted by the native Aqua port wherever the Aqua port is available. If you are working with Mac OSX 10.3 or older versions you can get X11 port here.





To download the right package for your particular needs, make selections from the two dropdown lists below.


LibreOffice is distributed under this license.


 

GIMP for Mac OS X

GIMP

Getting and Installing GIMP

There are various ways to obtain and install GIMP for your Macintosh. In addition to the source code distribution here on www.gimp.org, there are various alternative sources for packaged and even commercially distributed CDs, which aim to make installation and setup an easier task. These include:
  • GIMP on OS X provides application bundles of of GIMP 2.6 for Mac OS X users.
  • MacPorts provide an easy way to install various open-source software products on Mac OS X. They have GIMP 2.6 in the latest revisions. 

ClamXav is a free virus scanner for Mac OS X. It uses the very popular ClamAV open source antivirus engine as a back end and has the ability to detect both Windows and Mac threats.

ClamXav can be setup up as passive or active: scan only the files you tell it to or your entire hard drive, whichever you prefer; you can also choose to activate Sentry to monitor your hard drive and scan new files as they arrive.


Introducing ClamXav 2


  • Clean, simple-to-use interface
  • Clearly lists infected files
  • Free virus definitions (usually updated daily)
  • Save your favourite scan locations for easy access
  • Customise the toolbar - or hide it entirely
  • Send selected files to quarantine or trash with one click
  • Specify files to exclude using plain text* or by using drag & drop from the Finder
  • Specify schedules to update virus definitions and perform scans
  • Use ClamXav Sentry to monitor your hard drive and scan new files as they arrive†
  • Use the bundled ClamAV engine or bring your own installation†
  • Compatible with Mac OS X 10.5, 10.6 and 10.7 Lion

* You can still use regular expressions if you want the extra flexibility.
† Feature not available in the App Store version.


ClamXav is available on the download page or in the Mac App Store.



Using NetBeans IDE on Mac OS X

The following is an overview of useful information that we hope will help you to get NetBeans IDE up and running in Mac OS X.

System Requirements and Installation

For the minimum and recommended hardware configuration, see the NetBeans IDE 7.1 Release Notes.
For Mac OS X installation instructions, see the NetBeans IDE 7.1 Installation Instructions for Mac OS X.

Issues and FAQs

See the following documents for Mac-related issues and FAQs.


Shortcuts on Mac OS X

The IDE has a default set of keyboard shortcuts that you can use to invoke functions. In some cases, the default IDE shortcuts can conflict with default Mac OS shortcuts. In particular, some function keys used by the Mac OS are known to conflict with some default IDE shortcuts. If you find that some keyboard shortcuts are not behaving as expected, you can modify the shortcut for a particular IDE function by choosing NetBeans > Preferences (Cmd-,) from the main menu and clicking Keyboard in the Options window. You can modify the default Mac OS shortcut by opening System Preferences and clicking Keyboard & Mouse. For more, see the Apple Help topic Using function keys on portable computers.
For a list of NetBeans' Source Editor keyboard equivalents on Mac OS X, see the following table:

Scrolling and Selecting
Keys Action
Cmd-[ Moves the insertion point to the highlighted matching bracket. Note that this shortcut only works when the insertion point is located immediately after the opening bracket.
Cmd-Shift-[ Selects the block between a pair of brackets. Note that this shortcut only works when the insertion point is located immediately after either the opening or closing bracket.
Ctrl-G Jumps to any specified line.
Cmd-A Selects all text in the file.


Modifying Text
Keys Action
Cmd-Shift-J Opens the Internationalize dialog box that you can use to insert an localized string at the insertion point.


Code Folding
Keys Action
Cmd-Minus (-) Collapses the block of code in which the insertion point is currently located.
Cmd-Plus (+) Expands the block of code which is adjacent to the insertion point.
Cmd-Shift-Minus (-) Collapses all blocks of code in the current file.
Cmd-Shift-Plus (+) Expands all blocks of code in the current file.


Recording Macros
Keys Action
Cmd-J then S Initiates the recording of key sequences for a macro.
Cmd-J then E Stops the recording of key sequence for a macro and opens the Recorded Macro dialog enabling you to name the new macro.


Cutting, Copying, Pasting, and Deleting Text
Keys Action
Cmd-Z Undo. Reverses a series of editor actions one at a time (excluding Save).
Cmd-Y Redo. Reverses a series of Undo commands one at a time.
Cmd-X Cut. Deletes the current selection and places it on the clipboard.
Cmd-C Copy. Copies the current selection to the clipboard.
Cmd-V Paste. Pastes the contents of the clipbard at the insert point.
Delete Delete. Deletes the current selection.
Cmd-E Deletes the current line.
Cmd-U Deletes text in the following order:
  1. the text preceding the insertion point on same line
  2. the indentation on the same line
  3. the line's linebreak
  4. the text on the preceding line
Cmd-K Copies the word preceding the insertion point and then pastes it after the insertion point (the insertion point must be in the whitespace preceeding or following a word). Press K multiple times to cycle through preceding words in succession.
Cmd-L Copies the word following the insertion point and pastes it at the insertion point (the insertion point must be located in the whitespace preceeding or following a word.) Press L multiple times to cycle through consecutive following words.


Searching for Text
Keys Action
Cmd-G Selects the next occurrence of the word found during the search.
Cmd-Shift-G Selects the previous occurrence of the word found during the search.
Cmd-F Opens the Find dialog box.
Cmd-R Opens the Find and Replace dialog box.


Setting Tabs
Keys Action
Tab Shifts all text to the right of the insertion point one tab stop to the right.
Cmd-T Shifts text in the line containing the insertion point to the right one tab stop.
Cmd-D Shifts text in the line containing the insertion point to the left one tab stop.


Modifying Code
Keys Action
Ctrl-Spacebar Opens the Java code completion dialog box.
Shift-Enter Enters the text that is selected in the code completion box into your file.
Ctrl-I Opens the Insert Code pop-up menu.
Ctrl-Shift-I Adds an import statement to the import section of the code when the cursor is over the class name to be imported.
Ctrl-K Goes to the previous entry in jump list.
Ctrl-L Goes to the next entry in jump list.
Ctrl-J then D A macro that selects the identifier under the caret. Then inserts debugging code on the previous line to print the value of that identifier.
Shift-Spacebar Adds a space without checking for abbreviations to expand.


Using Bookmarks
Keys Action
Cmd-F2 Sets or unsets a bookmark at the current line.
F2 Goes to the next bookmark.



Note:
For a complete list of NetBeans IDE keyboard equivalents, check the Keyboard Shortcuts pdf by choosing Help > Keyboard Shortcuts. Alternately, you can reference the Keyboard Shortcuts section of the NetBeans IDE built-in Help.

You can access the Options window on Mac OS X by selecting NetBeans > Preferences (⌘-,) in the main menu.

 

Brasero

Editor : The GNOME Project
Language : English
Release : 2.30.0 (latest version)
System : Mac OS X
License : Freeware
Webmasters: Link to Brasero 


Brasero is a tool that has been designed by The GNOME Project. Released in 2010, this application provides the ability to burn CD and DVD. Being used by various users, this tool has been awarded from various popular places.

Features
Brasero is a tool that provides the ability to burn data CD and DVD quickly. Simple and easy to use, the application supports multisession. Offering an intuitive interface to work with, this tool enables you to write image to hard drive. It provides the ability to edit CD-Text information. The application gives you the ease to erase CD and DVD.

Advantages
This tool provides the ability to display playlist including its contents
It has the ability to preview song, image and video
This tool provides the ability to check disk file integrity
The application provides the ease to save and load projects





No hay comentarios:

Publicar un comentario

Clima