Main > Free Download Search >

Free latest apple software for linux

latest apple

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1810
Snow-Apple

Snow-Apple


Snow-Apple provides an icon pack for Gnome. more>>
Snow-Apple provides an icon pack for Gnome.

Mark Finlay fairly converted the nautilus 2.0.x theme called Snow-Apple, to an icon theme for gnome 2.2.x. thanks to him.

<<less
Download (0.50MB)
Added: 2007-01-27 License: GPL (GNU General Public License) Price:
1010 downloads
MeteoSat 0.43

MeteoSat 0.43


Meteosat is a superkaramba theme that integrate latest meteosat image in the desktop. more>>
Meteosat is a SuperKaramba theme that integrate latest meteosat image in the desktop.

The fetched image is processed by imagemagick (required), to obtain a "soft start border", through png opacity.

<<less
Download (0.044MB)
Added: 2006-06-23 License: GPL (GNU General Public License) Price:
1224 downloads
CastPodder 5.0

CastPodder 5.0


CastPodder is a media aggregator that automatically downloads podcasts to your computer or portable device. more>>
CastPodder is a media aggregator that automatically downloads podcasts to your computer or portable device, leaving you one click away from the latest media feeds.

CastPodder is based on the iPodder idea of Adam Curry.

<<less
Download (2.88MB)
Added: 2006-04-29 License: GPL (GNU General Public License) Price:
1274 downloads
Eagle 4.16

Eagle 4.16


Eagle is an eagle EDA software for Linux. more>>
The Eagle EDA software is composed of tightly integrated modules for PCB design, including Schematic Capture, Board Layout, and Autorouter.
Eagle has a free full-function (only board size limited) non-commercial license available for hobby and educational use as well. Windows, DOS, and of course, Linux versions are available.
Enhancements:
- The latest version 4.16 fixes some problems.
<<less
Download (7.3MB)
Added: 2005-12-14 License: Free for non-commercial use Price:
859 downloads
Dissent Project 0.1

Dissent Project 0.1


Dissent Project is an software that attempts to be a full featured multimedia application that can play audio and video files. more>>
Dissent Project is an software that attempts to be a full featured multimedia application that can play audio and video files as well as internet radio streams by using powerful media engines such as GStreamer.
It also has robust functionality for both RSS feeds and Podcasts which can be viewed in the built in web browser.
The Dissent Project aims to tightly integrate services from various organizations such as Amnesty International.
However, the Dissent Project isnt only concerned with quality. The name Dissent was chosen for a reason, a reason that really needs no explanation.
Being dedicated to the Free Software movement spearheaded by GNU and to the inalienable rights of every person as declared in the Universal Declaration of Human Rights, we will naturally be biased in the type of content we post. For example, one should not expect a predefined news feed about Apples new product but rather about their products being environmentally friendly (or lack of, rather).
This does not mean, however, that we will let bias bleed into the content we do post. It is for this reason that we have for the time being omitted any content related to the Free Software Movement as it is quite easy to evangelize it, as Saint Ignucius would testify to.
Main features:
- Play and organize your media collection
- View the latest news
- Download and play Podcasts
- Watch any videos on your hard drive
- Listen to internet radio streams
<<less
Download (MB)
Added: 2007-03-05 License: GPL (GNU General Public License) Price:
967 downloads
PowerPack ;] Patchset 2.6.19-pp1

PowerPack ;] Patchset 2.6.19-pp1


PowerPack ;] Patchset is a Linux kernel 2.6 patch set designed for servers and network gateways. more>>
PowerPack ;] Patchset is a Linux kernel 2.6 patch set designed for servers and network gateways.
PowerPack ;] Patchset includes: grsecurity, openswan, p-o-m, cks, imq, layer7, esfq, wrr, srr, tproxy2, and many other enhancements over the vanilla kernel.
Enhancements:
- The latest patches are included.
<<less
Download (1.2MB)
Added: 2007-01-12 License: GPL (GNU General Public License) Price:
1017 downloads
k5n Desktop Calendar 0.9.4

k5n Desktop Calendar 0.9.4


k5n Desktop Calendar application is a calendar application for your desktop. more>>
k5n Desktop Calendar (k5nCal, for short) application is a calendar application for your desktop. It shares features with applications like Apple iCal and Microsoft Outlook, but it is open source.
This project is built upon Java Calendar Tools, and all data is stored in RFC 2445 iCalendar format.
Main features:
- Supports Mac OS X, Linux or Windows (requires Java 1.5)
- Saves all entries in iCalendar RFC 2445 format
- Simple and intuitive user interface similar
- Open source license so you can download and modify the source and use it free of charge.
<<less
Download (0.76MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
819 downloads
objc-bootstrap 3.2.8

objc-bootstrap 3.2.8


objc-bootstrap software is a bootstrap for objc package. more>>
objc-bootstrap software is a bootstrap for objc package.

Objective-C Compiler Commands

Whats the file suffix for Objective-C source ?

Its .m for implementation files, and .h for header files. Objective-C compilers usually also accept .c as a suffix, but compile those files in plain C mode.

How do I compile .m files with the Stepstone compiler ?

objcc -c class.m
objcc -o class class.o

See http://www.stepstn.com for more information.

How do I compile .m files with the Apple compiler ?

cc -c class.m
cc -o class class.o

See http://www.apple.com for more information.

How do I compile .m files with the GNU C compiler ?

gcc -c class.m
gcc -o class class.o -lobjc -lpthread

See http://www.gnu.org for more information.

How do I compile .m files with the POC ?

objc -c class.m
objc -o class class.o

See http://metalab.unc.edu/pub/Linux/devel/lang/objc/ for more information.
<<less
Download (0.34MB)
Added: 2007-02-15 License: GPL (GNU General Public License) Price:
586 downloads
iTMS-4-ALL 0.2

iTMS-4-ALL 0.2


iTMS-4-ALL is a Perl CGI script that allows you to search Apples iTunes Music Store from any Web browser. more>>
iTMS-4-ALL is a Perl CGI script that allows you to search Apples iTunes Music Store from any Web browser.

First of all, you can try the live script. Thanks to the people at Downhill Battle for hosting the script---they have also posted some interesting ideas about how the iTunes database can be used. Jason Terk has released a version of the script that uses CSS/XHTML, and you can try his live script.

You can also download the latest iTMS-4-ALL script package (v0.2, which works with Apples v4.5 server, thanks to nand). Three non-standard Perl modules are needed, but they are included (INET.pm and CBC.pm are pure Perl; Rijndael.pm needs to be compiled for your system). Extract the package, then run installRijndaelLocal.sh to build the Rijndael module. Copy the itms4all.pl script, the Crypt directory, the IO directory, and the auto directory into your servers cgi-bin directory. Make sure the itms4all.pl script is executable by your web server.

The script has been released under the GNU GPL.

You can can browse the store and access previews, but you cannot log in or purchase iTunes. David Hammerton has been working on logging in to iTunes.

Here is what I know about the iTunes Music Store Protocol so far:

1. iTunes communicates with Apple almost exclusively through HTTP [browsing the store and playing preview clips works through a web proxy, even with no direct connection to the Internet].
2. iTunes authentication (logging in so you can actually buy something) is not happening through HTTP [no requests hit my web proxy when iTunes tries to log in; logging in fails without a direct Internet connection].
3. iTunes fetches gzipped XML files from Apple to lay out its GUI (to display the store front, genre pages, and search results).
4. Every gzipped XML file is encrypted with AES-128 (Rijndael) in CBC mode. The CBC initialization vector is included in the HTTP header (x-apple-crypto-iv).
5. The AES key is 8a9dad399fb014c131be611820d78895. This key is hard-coded somehow in iTunes.
<<less
Download (0.054MB)
Added: 2006-06-24 License: GPL (GNU General Public License) Price:
1219 downloads
markNewestVersion 1.0

markNewestVersion 1.0


markNewestVersion offers a KISS extension which marks the latest file version in a webpages file list. more>>
markNewestVersion offers a KISS extension which marks the latest file version in a webpages file list.

This KISS extension marks the latest file version in a webpages file list. It is especially usefull if you download files frequently from ftp or http index files thet happen to be not natsorted. Click mark Latest Versionand youll find what you need. Try it!

<<less
Download (0.047MB)
Added: 2007-04-05 License: MPL (Mozilla Public License) Price:
934 downloads
Gyahtzee 980624

Gyahtzee 980624


Gyahtzee project is a gnomified version of yahtzee. more>>
Gyahtzee project is a gnomified version of yahtzee.
It is based on a curses version released by Orest Zborowski in 1992.
All versions can be compiled for curses or Gnome support.
Enhancements:
- CVS version.
- Color curses support.
- Update for latest gtk.
<<less
Download (0.082MB)
Added: 2006-11-30 License: GPL (GNU General Public License) Price:
1058 downloads
CastCluster 2007-05-14

CastCluster 2007-05-14


CastCluster provides access to additional content on iTunes, Apple TV, iPod, or a random podcast viewer. more>>
CastCluster provides access to additional content on iTunes, Apple TV, iPod, or a random podcast viewer.

The project currently supports YouTube, Google Video, local disks, and RSS feeds as sources of content. CastCluster uses ffmpeg for video conversion.

<<less
Download (MB)
Added: 2007-05-15 License: Free To Use But Restricted Price:
893 downloads
vNews 1.2

vNews 1.2


vNews provides a site news script used to relay the latest information regarding any topic to visitors. more>>
vNews provides a site news script used to relay the latest information regarding any topic to visitors.

vNews is a site news script used to relay the latest information regarding any topic to visitors. And being a part of vScripts, vNews comes with a powerful and flexible administration module where administrators/webmasters can easily change the look of the embedded news to conform with their existing site design.

<<less
Download (0.013MB)
Added: 2007-04-20 License: Freeware Price:
919 downloads
Telemonitor 0.91

Telemonitor 0.91


Telemonitor is a datalimit monitor for the Belgian ISP Telenet. more>>
Telemonitor is a datalimit monitor for the Belgian ISP Telenet.

This theme uses the SOAPpy python package to fetch datalimit usage information from telemeter4tools.services.telenet.be.

The graphics used are from a apple dashboard widget created by n00.be (www.n00.be)

How-to:
click the i, hidden in the right corner, after entering your username and password.

<<less
Download (0.050MB)
Added: 2006-06-23 License: GPL (GNU General Public License) Price:
1219 downloads
Apples Icons for Linux -

Apples Icons for Linux -


9 freeware icons of Apples products. more>> This is one of the Dirceu Veiga's products. This contains 9 freeware icons of Apples products.
Its content includes variations of Cinema Display, eMac and iMac
<<less
Download (195KB)
Added: 2009-04-11 License: Freeware Price: Free
198 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5