Main > Free Download Search >

Free pdfpen 4.0.1 software for mac

pdfpen 4.0.1

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 57
PCTZDS 4.0.1

PCTZDS 4.0.1


PCTZDS is launched to give users a listing of international and US area codes, time zones, and daylight savings more>>

PCTZDS 4.0.1 is launched to give users a listing of international and US area codes, time zones, and daylight savings

Requirements:

  • Mac OS X 10.4 PPC
  • Mac OS X 10.3.9
  • Mac OS X 10.4 Intel
  • Mac OS X 10.0
  • Mac OS X 10.1
  • Mac OS X 10.5 PPC
  • Mac OS X 10.2
  • Mac OS X 10.5 Intel
  • Mac OS X 10.3
  • Mac OS Classic
<<less
Download (196.3KB)
Added: 1999-06-23 License: Freeware Price:
downloads
Splunk 4.0.1

Splunk 4.0.1


Splunk is launched to be a creative and handy Silicon Valley company inventing large-scale, high-speed indexing and search technology for IT infrastructures. more>>

Splunk 4.0.1 is launched to be a creative and handy Silicon Valley company inventing large-scale, high-speed indexing and search technology for IT infrastructures. The company's freely downloadable software indexes and makes it possible to search and navigate data from any application, server or network device in real time. Logs, configurations, messages, traps and alerts, scripts and metrics. If a machine can generate it - Splunk can eat it.

It's easy to download, install and use, and is very powerful. More than 450 enterprises, government organizations, and service providers and more than 125,000 users achieve higher availability, investigate security incidents in record time, and meet compliance requirements at lower costs with Splunk.


<<less
Added: 2009-07-21 License: Freeware Price: $0.00
downloads
Apple Motion 4.0.1

Apple Motion 4.0.1


Apple Motion is released to make users benefit from a new paradigm, offering true film-quality output, GPU accelerated real-time performance and an astounding tool set. more>>

Apple Motion 4.0.1 is released to make users benefit from a new paradigm, offering true film-quality output, GPU accelerated real-time performance and an astounding tool set. Nothing like your old-school motion graphics system, Motion 2 lets you create advanced motion graphics with drag-and-drop ease, startling clarity and unprecedented color fidelity.

Major Features:

  1. Intuitive real-time design environment: Start animating right away with the easy-to-use tools and intuitive interface in Motion 4. You can see the results in real time as you work and adjust animation settings on the fly. Instantly set an object in motion by dragging a behavior to the Canvas, then use the Keyframe Editor to make precise adjustments.
  2. Effortless 3D graphics: Create motion graphics in 3D space without learning a brand-new interface. The integrated 3D multiplane environment in Motion 4 is a natural extension of familiar 2D tools. All of the Motion features, such as particles, text behaviors, motion paths, and Replicator, work in the 3D environment.
  3. Easy-to-use text and titling tools: Make the letters in a word, phrase, or sentence tumble onto the screen by adjusting a single character. Create instant sequences of numbers that count up or count down. Build editable lower thirds and other titles for use in Final Cut Pro, with regular text or animated LiveFonts. Working with text has never been easier.
  4. Breathtaking filters and effects: Motion 4 comes with more than 120 GPU-accelerated filters and effects. And filters are just the beginning. Instantly animate mesmerizing patterns with Replicator, and rapidly create smoke, fog, or other dramatic effects with one of more than 200 particle presets. You can create even more effects by using a wide range of third-party FxPlug filters.
  5. Powerful compositing: The comprehensive set of layering and masking tools in Motion 4 offers everything you need for compositing 2D and 3D graphics. Precisely adjust video clips to work with your composites by using features such as optical flow retiming, SmoothCam stabilization for shaky shots, and automatic point tracking and match moving.

Enhancements:

  • Addresses general compatibility issues,
  • Improves overall stability,
  • Addresses a number of other minor issues.
<<less
Added: 2009-10-21 License: update/patch Price: $299.00
downloads
Enkoder 4.0.1

Enkoder 4.0.1


Enkoder - Hides email addresses posted on sites from spam harvesters more>> <<less
Download (147KB)
Added: 2008-07-10 License: Freeware Price: FREE
182 downloads
SAGE 4.0.1

SAGE 4.0.1


Creating a viable free open source alternative to Magma, Maple, Mathematica, and Matlab. more>> Creating a viable free open source alternative to Magma, Maple, Mathematica, and Matlab.

Sage is free open source math software that supports research and teaching in algebra, geometry, number theory, cryptography, and related areas. Both the Sage development model and the technology in Sage itself are distinguished by an extremely strong emphasis on openness, community, cooperation, and collaboration: we are building the car, not reinventing the wheel.
General and Advanced Pure and Applied Mathematics
Use SAGE for studying a huge range of mathematics, including algebra, calculus, elementary to very advanced number theory, cryptography, numerical computation, commutative algebra, group theory, combinatorics, graph theory, and exact linear algebra.
Use an Open Source Alternative
By using SAGE you help to support a viable open source alternative to Magma, Maple, Mathematica, and MATLAB. SAGE includes many high-quality open source math packages.
Use Most Mathematics Software from Within SAGE
SAGE makes it easy for you to use most mathematics software together. SAGE includes interfaces to Magma, Maple, Mathematica, MATLAB, and MuPAD, and the free programs Axiom, GAP, GP/PARI, Macaulay2, Maxima, Octave, and Singular.
Use a Standard Programming Language
You work with SAGE using the highly regarded scripting language Python instead of an obscure language designed for a particular mathematics program. You can write programs that combine serious mathematics with anything else.
Create Notebooks with your Web Browser
Use SAGE from your web browser, which connects either to a program running on your computer, or a program running elsewhere. With the SAGE notebook you can create embedded graphics, beautifully typeset mathematical expressions, add and delete input, and start up and interrupt multiple calculations.
Be Curious
SAGE provides you with easy access to documentation and source code. Type plot? for help on the plot command and plot?? to see the source code. If X is anything, type X.[tab key] to see all commands that apply to X.

Enhancements
Algebra:
- Division over integers (Robert Bradshaw) -- A much simpler and faster algorithm for the divisors function over integers. The new optimized code is faster than a similar integer divisor function in the version of PARI/GP thats bundled with Sage 3.2.1, as well as outperforming a similar integer divisor function found in the version of Magma that Sage 3.2.1 interfaces with.
- Finite field operations (John Palmieri) -- A few methods for finite field elements including additive order, p-th power, and p-th root where p is the characteristic of the field.
Basic arithmetic:
- Polynomials over a field (Burcin Erocal) -- Improving the user interface of polynomial classes.
- Polynomial square roots (John Palmieri, Carl Witty) -- A method to test whether a polynomial is square over the field it is defined. If the polynomial is square, then the method has the option of returning a square root.
Build:
- Improve sage -upgrade (William Stein, Michael Abshoff) -- The Sage upgrade command can now take an optional URL from which it will pull all spkgs, and this URL can be a Sage install. The upgrade command lists packages that will be upgraded before upgrading them, and autodownloads a new version of any spkg that hasnt successfully been installed before upgrading it.
- Problematic CPU flags (William Stein, Michael Abshoff) -- Binary distributions of Sage for Linux (e.g. Ubuntu) may not work properly once installed. The following CPU flags are known to prevent Sage from running properly: sse, 3d, mmx, pni, and cmov.
Calculus:
- Gamma and factorial functions (Mike Hansen, Burcin Erocal, Wilfried Huss) -- Symbolic gamma and factorial functions.
- Update to sympy-0.6.3 (Ondrej Certik) -- Update to the latest upstream of SymPy (sympy-0.6.3), which is a Python library for symbolic mathematics. For more information about SymPy, please visit http://code.google.com/p/sympy/.
- Numerical trigonometry (Robert Bradshaw) -- Optimized floating point evaluation of trigonometric functions such as sine and cosine. For example, numerical calculation of sine via _fast_float_ is now twice as fast as math.sin.
- Floating point calculation (Robert Bradshaw) -- Changing the parsing code for numerical computation to use RDF, which is a better reflection of the underlying precision. For calculus expressions involving real numbers, redundant trailing zeros are removed.
Coercion:
- Coercion API (Robert Bradshaw) -- Some simplification of the coercion interface.
Combinatorics:
- Coding theory (David Joyner) -- Several changes in linear_codes.py which should speed up (and in some cases do:-) some coding theory computations considerably. It adds interfaces to Cython and C functions of Robert Miller, CJ Tjhal, and Jeffery Leon. Speed up of minimum_distance (for codes over GF(2) and GF(3)), the spectrum (=weight_distribution), and permutation_automorphism_group are expected and in most cases achieved. (Also a new function is_permutation_equivalent was added, which interfaces with Robert Millers double coset partition refinement code.)
- Incidence structures and block designs (David Joyner) -- Beginning of an incidence structure class and an implementation of some basic block design algorithms. A few functions require GAPs Design package (which is included in gap_packages-4.4.10_6.spkg) but calling GAP or GAPs Design was only done when the corresponding Sage functionality was missing. Robert Millers recent code on computing the automorphism group of a non-linear binary code was used to implement the automorphism group of a block design.
Testing:
- Added only_optional doctest option (William Stein) -- Added a new option sage -t -only_optional=component that allows one to run only the optional doctests that depend on a given component. Thus instead of much of the optional functionality of Sage being broken, it will now be much easier to automatically test it.

<<less
Download (319.2MB)
Added: 2009-06-11 License: Freeware Price: FREE
597 downloads
ProPrompter 4.0.1

ProPrompter 4.0.1


ProPrompter appears as a reliable and effective teleprompter program for the popular professional teleprompting applications that brings users much convenience. more>>

ProPrompter 4.0.1 appears as a reliable and effective teleprompter program for the popular professional teleprompting applications that brings users much convenience. Use the dual screen scrolling feature to reverse the secondary output of a PC or Mac laptop while leaving the operator's display non-reversed. This allows less expensive non-reversing displays to be used without sacrificing functionality. ProPrompter Software is available in Basic and Advanced versions to suit any application and budget.

<<less
Download (9.9MB)
Added: 2009-07-23 License: update/patch Price: $199.00
downloads
Apple Pages 4.0.1

Apple Pages 4.0.1


Apple Pages is a full featured and advanced word processor with incredible style. more>>

Apple Pages 4.0.1 is a full featured and advanced word processor with incredible style.

Pages showcases amazing typography and a freeform graphics canvas with 40 easy to use, Apple-designed templates. From letters to invitations, from reports to newsletters, you'll be building full documents in minutes. Quickly add your favorite photos, movies and music with the built-in media browser. And, of course, share your work by importing and exporting Microsoft Word or by easily creating amazing PDF documents.

Enhancements: Pages 4.0.1: This update addresses compatibility with Mac OS X.

Requirements:

  • Mac OS X 10.4.10 or later
  • Apple Pages 4.0 (iWork 09)

<<less
Download (27.3MB)
Added: 2009-02-14 License: Updater Price: $79.00
downloads
EasyFind 4.0.1

EasyFind 4.0.1


Finds files, folders and contents (without indexing) and provides services more>> <<less
Download (660K)
Added: 2009-02-12 License: Freeware Price:
16 downloads
Apple Safari 4.0.1

Apple Safari 4.0.1


Browse the Web with speed and an elegant interface. more>>

Apple Safari 4.0.1 is a convenient browser which offers you a superior Web experience with outstanding performance. Even the most complex of pages load at breakneck speed. In fact, Safari loads pages more quickly than any other Mac Web browser. But that's not all. Safari uses the advanced interface technologies underlying Mac OS X to offer you an all-new view of the Web, one that's much easier to use.

Enhancements:

  • Addresses incompatibilities between Safari 4.0
  • Certain features in iPhoto '09, including Places and Facebook publishing.
<<less
Added: 2009-06-17 License: Freeware Price:
2614 downloads
HoudahGPS 4.0.1

HoudahGPS 4.0.1


A front end to the open source command line tool GPSBabel. more>> A front end to the open source command line tool GPSBabel.

HoudahGPS is a front end to the open source command line tool GPSBabel.
HoudahGPS allows you to transfer track log and waypoint data from your Garmin, Magellan or Wintec GPS devices. It connects via USB to the Garmin and Magellan devices. It interfaces with the Wintec WBT-100, WBT-101 and WBT-201 devices using Bluetooth.
HoudahGPS can also be used to convert between the GPX, NMEA and KML log file formats. The Sony GPS-CS1 track logger uses a special variant of the NMEA format which may also be read.

Main features:
- Creation of backup copies of track log files for later use with HoudahGeo
- Conversion of track logs to KML for visualization in Google Earth.

<<less
Download (1.3MB)
Added: 2009-06-02 License: Freeware Price: FREE
202 downloads
 
Other version of HoudahGPS
HoudahGPS 4.0.1Houdah Software sarl - Transfer track log & waypoint data from many different GPS
License:Freeware
Download (1.3MB)
25 downloads
Added: 2009-05-30
photos 4.0.1

photos 4.0.1


PHP/MySQL solution for storing photos. more>>
Photos is a Web-based photo database for storing metadata about digital photos so you can find them again later.

It supports adding photos one at a time, or as a group by directory.

It is intended to be run locally but can be run on a remote Web server if youve got the space and the bandwidth.
<<less
Download (244KB)
Added: 2004-08-31 License: Freeware Price:
1889 downloads
iPhone GCC 4.0.1

iPhone GCC 4.0.1


iPhone GCC - A very useful iPhone gcc port. more>> iPhone GCC - A very useful iPhone gcc port.

This project is dedicated to porting the GCC (and some other GNU tools) to the iPhone/iTouch
We would like to thank the guys at http://iphone-dev.googlecode.com. Without them, this port would have never happened.
System requirements:
- iPhone or iPod touch

<<less
Download (8MB)
Added: 2008-06-17 License: GPL Price: FREE
205 downloads
iMovie Updater 4.0.1

iMovie Updater 4.0.1


Bring your home movies to life with Apples premiere digital video editing system. more>>

iMovie Updater 4.0.1 is a great tool which supports users to import, edit, and share their movies. iMovie 4.0.1 includes improved performance and reliability for iMovie 4. This update provides increased performance when working with large projects, such as editing video clips and audio volume.

iMovie 4.0.1 provides increased reliability when the application opens, when titles are added to the timeline, and with 3rd party plug-ins that are removed or no longer available to an iMovie project (for example, when you open a project on a different computer). Other improvements include fixes for pixelated video, corrupted Ken Burns clips, and loss of audio, which could occur after editing video or audio and then emptying the trash.

<<less
Download (1.3MB)
Added: 2004-04-28 License: Freeware Price:
5837 downloads
GoLive Updater 4.0.1

GoLive Updater 4.0.1


The GoLive 4.0.1 Updater fixes the following: The default setting in the Color picker palette is changed from % to RGB, which is the Photoshop- and Illustrator-compliant color representation more>> The GoLive 4.0.1 Updater fixes the following:
  • The default setting in the Color picker palette is changed from "%" to RGB, which is the Photoshop- and Illustrator-compliant color representation.
  • Automatic insertion of "mailto:" before e-mail addresses in hyperlinks works properly.
  • JavaScript differences between the Mac OS and Windows versions are eliminated. For example, the code for the "Browser Switch" head item now matches on both platforms.
  • The "Wipe Transition" Action works properly in Internet Explorer 5.
  • Problems with background images in floating boxes (which can cause GoLive to crash after you switch to another application) are fixed.
  • When connected to FTP servers, Adobe GoLive no longer sends the "MDTM" (modification date & time) command. This avoids problems with servers that do not support the MDTM command. Note that this might reduce accuracy in synchronizing file dates between your local site and the site on the FTP server.
  • In the META Keywords Inspector, the Update and Delete button are auto-enabled to ease editing.
  • When moving your site to a different directory, and then opening and editing pages using components, items placed in those components keep their correct IDs.
  • Possible problems with multiple "Button Image" CyberObjects are fixed.
  • Crashes caused by the font problem with OS 8.6, especially when handling PDF files in Adobe GoLive, are fixed.
  • In GoLive 4.0, importing a folder to a site at the root level of a volume may cause GoLive to put the ".data" folder in the wrong place, which could lead to crashes. This has been fixed; an error message will now appear.
  • "Navigation Services" are turned off by default (see "General:Display" in "Preferences"), as they might slow down GoLive performance.
  • The preference to auto-generate "LowSource" images ("General:Image") is turned off by default and works properly.
  • When moving an "OnCall"-triggered Action within a head section, the action keeps its custom name so references can no longer get lost.
  • When using URL Popups in components, the link warnings work properly.
  • The "Daily Image URL" Action which is included in the "Actions Plus" package is fixed.
Requirements:
Adobe GoLive 4.0
<<less
Download (9.8MB)
Added: 1999-09-10 License: Updater Price:
downloads
RockNES 4.0.1

RockNES 4.0.1


RockNES - Nintendo emulator more>>
RockNES is a Nintendo (NES) emulator that supports full PPU emulation, full sound emulation (including VRCVI sound, used by some Japanese games), battery backed RAM, Famicom DiskSystem, VS Unisystem, and some 70 different mappers.
RockNES provides cycle exact emulation of the NES hardware
In addition, RockNES includes lots of different video modes, as well as the ability to load and save your game at any stage. You can even record movies of gameplay.
Enhancements:
- Updated to shell version 1.6.
<<less
Download (1MB)
Added: 2005-12-05 License: Freeware Price:
948 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 4
  • 1
  • 2
  • 3
  • 4