Main > Free Download Search >

Free headers software for mac

headers

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 268
Flatten OSX Headers 3.0

Flatten OSX Headers 3.0


Provides framework header files for developers. more>>
Developers know how to weak link to the systemFramework of Mac OS X, while the header files in the various frameworks provide the prototypes of the functions available. CodeWarrior does not provide precompiled headers for CFM-based targets, only MACHO-based targets on OS X.

Flatten OS X Headers provides a flattened version of the many framework header files, and does some other interesting things.
The flattened headers can be used in CW 4, 5, 6,7, 8, and be precompiled.

he advantage then is that one can access any function, use any type, without worrying that it may not be defined. Obviously, the tool does not make the function pointers to call into the systemframework, but having these precompiled headers in a CFM-based target, makes the CarbonLib obsolete, and allows for the most updated "libs" available.
<<less
Download (84KB)
Added: 2004-05-31 License: Freeware Price:
1972 downloads
Header Access 1.0

Header Access 1.0


Header Access is a flexible, efficient, and easy to use IDEs and coding tool. more>>

Header Access 1.0 is a flexible, efficient, and easy to use IDEs and coding tool. This Project Builder bundle gives the developer quick access to header files wherever they are in the project, subprojects or frameworks: select the header file name in the source code window, hit Cmd-Y and the header file is opened.

<<less
Download (44.9KB)
Added: 2000-02-02 License: Freeware Price:
downloads
Jhead 2.5

Jhead 2.5


Jhead - The files coming out of a pretty much all Digital cameras are in the Exif flavour of Jpeg files more>>
The files coming out of a pretty much all Digital cameras are in the Exif flavour of Jpeg files. Exif files are for the most part Jpeg files, but start with a different header block, and contain additional data sections with camera settings, as well as a preview thumbnail picture as part of the Exif header. Most editing / viewing software just skips past the Exif header and ignores it outright, so you normally dont notice its even there.
Because I am interested in photography, I am always curious just exactly what settings my fully automatic digital camera actually did end up using. Theres a few programs out there that can parse some of these headers, but I couldnd find one that I could compile to an executable, and none that actually figured out what the camera settings were from the various confusing ways in which the fields can be expressed.
Parsing the data of interest out of an Exif header is not straightforward. There is a large number of ways that simple data such as shutter speed or aperture setting can be expressed in inside of an Exif header. It can be an integer of various forms, or a fraction or floating point, which must subsequently be raised to a power to get the true value. Then it can be stored big-endian or little endian, and there are different fields for expressing the same values! It sounds like complete eveolutionary anarchy, but I think its just a comitee designed spec.
With all its complexity, interestingly enough, plain text ASCII would both be smaller in size and easier to parse! So I wrote this command line driven program to parse through the little file system in the Exif headers and extract the stuff I really care about: What the digital camera settings really were.
The other thing I realized is that the files coming out of most digital cameras contain an integral thumbnail as part of the Exif header. This thumbnail is used for flipping through really tiny images on the LCD, although most cameras, when viewing just one image on the LCD dont use it (too little detail).
This thumbnail takes up typically around 10k of data in the header. Once the picture is off the camera, even the software that comes with the camera doesnt use the thumbnail in the file, so its really just wasted space. So I added an option (-dt option) that reads the whole Jpeg image, figures out where the useful part of the Exif header ends, discards the thumbnail, and saves it back to disk. where the thumbnail is, and writes everything (including the rest of the Exif header) back Result: 10k space savings, with all the important information, including the digital camera information in the exif header intact. No loss of image quality, and very fast. So far all software I tried, including the software that comes with the digital cameras, has worked fine, and is still able to parse the Exif header.
Main features:
- Integral low-res Exif thumbnail
- Shutter speed
- Camera F-stop number
- Flash used (yes/no)
- Distance camera was focused at
- Focal length and calculate 35 mm equivalent focal length
- Image resolution
- Time and date picture was taken
- Camera make and model
- Up-right images according to rotation tag using jpegtran
- Set or relative adjust internal exif timestamps
- Re-name or date stamp fils according to exif timestamp
- Transfer exif headers between images
- Edit jpeg comments
- Delete exif or comment sections from jpeg images
Enhancements:
- Added -rgt (regenerate thumbnail) feature.
- Added -orp and -orl options.
<<less
Download (59KB)
Added: 2006-07-13 License: Freeware Price:
1209 downloads
Read SWF Header 2.0

Read SWF Header 2.0


Read SWF Header - Library to extract info from SWF files more>>
You provide a swf file and the Read SWF Header script will return a record with the following info: version, length of uncompressed file, size of movie, frames per second, number of frames and background color.
Eg: {_version:6, _length:3787, _bounds:{0, 0, 224, 228}, _fps:12, _totalframes:1, _bgColor:"FFFFFF"}
Enhancements:
- Includes a sample droplet which will generate a report after you drop a bunch of swf files.
<<less
Download (59KB)
Added: 2006-05-30 License: Freeware Price:
812 downloads
Phoenix Slides 1.2.6

Phoenix Slides 1.2.6


Phoenix Slides is described as a great and powerful full-screen slideshow program/image browser, for flipping through folders or disks full of images. more>>

Phoenix Slides 1.2.6 is described as a great and powerful full-screen slideshow program/image browser, for flipping through folders or disks full of images.

Phoenix Slides also does lossless JPEG transformations and can display EXIF data.

Major Features:

  1. Fast (pre-cached) full-screen slideshows
  2. Rotate/zoom in slideshow
  3. Fast JPEG thumbnails (uses Epeg)
  4. Lossless JPEG rotation
  5. View EXIF data, JPEG comments
  6. Search subfolders (recursively) for images
  7. Move files to trash, set image as desktop
  8. Supports drag and drop, Finder aliases
  9. Localizations: Chinese (Traditional), German, French.

Enhancements:

  • Works with Mac OS X 10.6 (Snow Leopard)
  • When slideshow is running, slideshow no longer switches screens
  • When running in random AND loop mode, re-randomize at the start of each loop
  • Fixed crash on badly formatted ("field type mismatch") EXIF headers
  • Improved Italian localization.

Requirements: Require Mac OS X 10.3 or later.


<<less
Download (767.8KB)
Added: 2009-08-30 License: Freeware Price: Notavailable
downloads
Metasm 0.1

Metasm 0.1


Metasm - Cross-architecture assembler, disassembler, compiler, linker and debugger more>> Metasm - Cross-architecture assembler, disassembler, compiler, linker and debugger

Metasm is a cross-architecture assembler, disassembler, compiler, linker and debugger.
Metasm has some advanced features such as remote process manipulation, GCC-compatible preprocessor automatic backtracking in the disassembler, C headers shrinking and debugging API interface.
The development version also adds a C compiler, a decompiler and various advanced features. It is written in pure Ruby.
Main features:
- Metasm has been written in such a way that it is easy to add a new architecture. For now, the following architectures are supported:
- Intel IA32
- MIPS
- In development: Cell, SPARC, ARM, PPC, PIC
The following file formats are supported:
- Raw (for shellcodes)
- MZ, PE/COFF (32 and 64 bits)
- ELF (32 and 64 bits)
NOTE: Metasm is licensed and provided under the GNU Lesser GPL License.

<<less
Download (127KB)
Added: 2008-06-04 License: GPL Price: FREE
203 downloads
X-ess Errors 1.0

X-ess Errors 1.0


X-ess Errors - Carbon/classic and posix/bsd/os x error code database more>>
X-ess Errors provides error names and descriptions for error codes from the vaults of BSD and Carbon/Classic esoteria.

X-ess Errors matches the standard error codes used by OS X with their names and descriptions, as are provided in the OS X programming frameworks. Thats it. It doesnt tidy up your hard disk, help you with your Math 105 homework, or give you advice on how to make a move on the cute guy/girl in the cubicle down the aisle*. It just...produces...error information. Which can be quite helpful (or mystifying) at times.

These features are derived directly from headers provided by Apple Computer.
<<less
Download (359KB)
Added: 2006-06-07 License: Freeware Price:
1239 downloads
httpver 1.1

httpver 1.1


httpver - Port of httpver.c, which retrieves protocol information more>>
httpver is a port of httpver.c, which retrieves protocol information by sending requests through the httpd daemon and parsing the incoming headers.
Completly freeware.
Enhancements:
- Ability to copy server data to clipboard.
- Minor GUI improvements.
- Bug fixes.
- Added save function.
<<less
Download (446KB)
Added: 2006-02-12 License: Freeware Price:
1350 downloads
Email Searcher 1.3

Email Searcher 1.3


Email Searcher - Find email addresses in headers or bodies more>>
Email Searcher is a small script that finds all email addresses in the header or the body of selected Entourage or Outlook Express messages. The script can then create links between contacts that are in your address book, or you can make a new contact.

<<less
Download (103KB)
Added: 2006-04-28 License: Freeware Price:
1279 downloads
DoubleSlider 2.0.1

DoubleSlider 2.0.1


DoubleSlider is a slider with two thumbs and can be used with REALbasic 5.0 and higher on a composite window more>>
DoubleSlider is a MacOSX-only REALbasic 4.0-and-higher plugin and the HiSlider, DoubleSlider and TripleSlider controls can live on composited and non-composited windows. The plugin implements slider bars with one, two and three thumbs and can be customized by setting flags in design time or in runtime. The sliders are in it self customized OSX-controls using the HIToolbox API that was introduced with Jaguar. Users of this plugin should be aware that Jaguar (OSX 10.2.x) is the minimum requirement.
DoubleSliders implementation is solely based on the HIToolbox/Appearance Manager and uses the latest FrameWork Header Files that comes with the MacOS. It does not depend on the MetroWerks files. For this to work with CodeWarrior, a utility REALbasic project was used that copies and flattens not only the FrameWork files, but also the underlying mach files that are stored in invisible folders. Thus MSL-like and Universal Headers are recreated and used to prepare a precompiled header file, using the latest files and information that comes with the OSX.
There is one issue with REALbasic 4.x and 5.0. The sliders when moved in a window after a resize clean up after them self when RB already has drawn other controls in the window. The effect is that where once a slider lived a background of the window is drawn. The plugin comes up with a user workaround for RB4. This issue does not hold for REALbasic 5.1, thanks to a new plugin SDK that RS released with REALbasic 5.1.
Enhancements:
- Fixed a bug that occurs with RB 4.x: the ValueChanged events fired when the control was disabled, due to the fact that the slider thumbs could be moved.
<<less
Download (147KB)
Added: 2005-09-12 License: Freeware Price:
1503 downloads
Machilles 0.3

Machilles 0.3


Machilles is a proxy that allows editing of outgoing HTTP headers, for use in testing web applications more>>
Machilles is a proxy that allows editing of outgoing HTTP headers, for use in testing web applications.
It also allows you to edit data sent in POST requests.
Inspired by Windows programs Achilles (and PenProxy).

To use Machilles, simply press start (assuming you have auto-setup enabled). Each time you type a URL in your web browser or navigate to any website, switch to Machilles. A drawer describing the Cookies, User-Agent, and Data in the request is shown. These fields are editable. To send the request, click send. Machilles makes it easy to send custom-made HTTP requests in order to test web applications.

With auto-setup Machilles will now set up the proxy for you. However if you choose (Auto-setup proxy), this may require user authentication. If you do not wish to authenticate, instructions for manual proxy set up can be found below in the section "manual proxy set up".

Intercept Client Data switches Machilles between stopping traffic and just allowing it to pass through. The difference between not intercepting and stopping the proxy is that while not intercepting, traffic is still routing through Machilles. It is intended as a fast switch between intercepting and not, because fully stopping the server after lengthy use may require authentication.

Intercept Requests allows the user to customize which requests are stopped. Since Machilles relies on the referer field to determine when to intercept requests (so that each image file on a webpage your browser requests wont be intercepted), and clicked links have referer fields filled out, Machilles gives you the option to change the intercepting pattern.

The local port is the port on your machine where Machilles listens. It is recommended that you block this port with your firewall, because Machilles is not intended to run as a public HTTP proxy, and running an open HTTP proxy on your machine is very often a security concern itself. You can typically ignore this field, unless you are setting up the proxy manually.


<<less
Download (224KB)
Added: 2005-11-16 License: Freeware Price:
1447 downloads
ZopeEditManager 0.9.7

ZopeEditManager 0.9.7


ZopeEditManager is a program designed for Mac OS X users. more>>
ZopeEditManager 0.9.7 is a program designed for Mac OS X users. Written using the PyObjC bindings, it extends the original work done by Casey Duncan, and makes it possible for Mac users to get the most out of this incredibly useful package.

Enhancements:

  • Whecn ZopeEditManager is quit, it will now try to cleanup the locks on all its documents, so they aren't left locked on the server.A crash could occur when clicking the column headers in the main display.

Requirements:

  • Mac OS X 10.3 or later, (can be built from source on Mac OS X 10.2), ExternalEditor installed on the Zope server
<<less
Download (612K)
Added: 2005-06-27 License: Free Price:
downloads
EOReporter 1.3

EOReporter 1.3


EOReporter is a command-line tool generate files (documentation, usually) based on information in an EOModel more>>
EOReporter is a command-line tool generate files (documentation, usually) based on information in an EOModel. Files can be generated on a per-entity, per-model, or per-model group basis. Some provided templates generate HTML documentation similar to the EOModeler list view. EOReporter is a direct descendant of the EOGenerator application.
It is possible (among other things) to generate PB.project and Makefiles (pre-OS X) that are always up-to-date with the entities in your models. It can also be used to generate HTML documentation similar to what is listed in EOModeler, create a script that can be used to removed obsolete entities from CVS, or turn an EOModel into an XML file.
Enhancements:
- Built as universal binary for use on Intel Macs.
- Added barebones EOF headers to allow compilation with WebObjects 5.3. Contributed by Mike Schrag.
- Updated with new MiscMerge; adds encoding support and fixes a few bugs.
<<less
Download (143KB)
Added: 2006-06-16 License: Freeware Price:
1225 downloads
JPEE 5.3

JPEE 5.3


JPEE is described as a free yet effective email extraction, filterer, verifier, exporter, manager, and emailer utility all in one economical application. more>>

JPEE 5.3 is described as a free yet effective email extraction, filterer, verifier, exporter, manager, and emailer utility all in one economical application. Take the bulk out of your email!

Major Features:

  1. Complete Email Merge Solution
  2. Unlimited Custom Tag support
  3. Conditional Tag support
  4. Inline Image Attachments
  5. Custom Message Style Creation
  6. Text OR HTML Message Editor
  7. Message Custom Tag Preview
  8. Custom Mail Header support
  9. Scheduled Mailings
  10. Multi-threaded
  11. Customizable Import from CSV or TSV delimited lists
  12. Customizable Import from vCard formated lists
  13. Create and save multiple messages for each recipient list
  14. Pre-Delivery E-mail Verification
  15. Comprehensive Post-Delivery Verification and Feedback
  16. Direct Sending using Internal Mail Transfer Agent
  17. Authenticated SMTP delivery (Prompted or Unprompted)
  18. SSL Secure Sending support
  19. Multiple SMTP Account support
  20. Filterable and Comprehensive Email Parsing Funtionality
  21. Create Customized E-mail Data Parsing Scripts
  22. Available for Windows, Mac OS X, Linux, Unix
  23. Absolutely all non-malformed email addresses parsing from just about any data source imaginable.
  24. Support for various filters including 'user defined' filters for parsing email addresses with regards to custom data included in the message headers.
  25. Preference Panel that allow users complete control over the e-mail extraction parsing rules, including adding allowable characters, number of allowable digits, maximum and minimum address lengths.
  26. Allows the ability to create 'user defined' rules for cleaning up consistently malformed list addresses.
  27. Create personalized 'Parsing Scripts'. Users can specify a target string and start and end block, followed by a series of rules to extract and format consistent tags or headers from within a raw data file or directory and add them to a JPEE list to be exported in a format of their choice.
  28. Support for removing addresses on mass from a derived file.
  29. Status statistics with regards to duplicates and malformed addresses.
  30. Extremely fast parsing.
  31. Support for various delimiters including 'user defined' delimiters when exporting lists.

Requirements:

  • Mac OS X 10.2 or higher
  • Java 1.4.x or higher
<<less
Download (7.3MB)
Added: 2006-07-17 License: Freeware Price:
downloads
MacSniffer 1.0b1

MacSniffer 1.0b1


MacSniffer allows you to view all of the traffic on a network connection more>>
MacSniffer is a front end to the built-in tcpdump packet sniffer on Mac OS X. MacSniffer allows you to view all of the traffic on a network connection, such as ethernet.

MacSniffer includes a filter editing interface and a filter library to easily construct and reuse packet filters to view a subset of all the traffic on the connection, such as just that destined for a specific host or port.

You can choose the level of detail you want captured, from just the minimal packet headers (showing source and destination hosts and ports) up to a full hex and ASCII dump of the packet contents.

MacSniffer can be useful for diagnosing many network problems, debugging client/server programs, and scanning for particular network exploits in real time.


<<less
Download (87KB)
Added: 2005-12-21 License: Freeware Price:
1426 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5