Main > Free Download Search >

Free expresscard 34 software for mac

expresscard 34

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 24
Apple ExpressCard 1.0

Apple ExpressCard 1.0


Apple ExpressCard - For MacBook Pro more>>
Apple ExpressCard resolves an issue that prevented the system from sleeping when some cards are inserted in the ExpressCard/34 slot.

<<less
Download (491KB)
Added: 2006-08-11 License: Freeware Price:
1174 downloads
Apple ExpressCard Updater 1.0

Apple ExpressCard Updater 1.0


Apple ExpressCard Updater is a utility for readdressing an issue having stopped the system from sleeping as some cards are inserted in the ExpressCard/34 slot. more>>
Apple ExpressCard Updater 1.0 is a utility for readdressing an issue having stopped the system from sleeping as some cards are inserted in the ExpressCard/34 slot.

Requirements:

  • Mac OS X 10.4.7 or later
  • MacBook Pro.
<<less
Download (491K)
Added: 2006-08-10 License: Updater Price:
downloads
IP Scanner 2.34

IP Scanner 2.34


IP Scanner for the Macintosh is a very powerful program which assists you in displaying all machines, users & IP numbers of Macintosh users on your local network. more>>

IP Scanner 2.34 for the Macintosh is a very powerful program which assists you in displaying all machines, users & IP numbers of Macintosh users on your local network. It also detects some non-Macintosh devices, and in many cases can even identify the manufacturer of the device.

IP Scanner uses Bonjour (the technology formerly known as Rendezvous) to collect realtime user information as well as IP data from Macintosh machines on a local area network and sorts everything in tidy columns, each machine's IP number displayed next to its name (along with the current username of the person logged in to that machine).

For small network admins, this means no more shouting around the office to find out who has which IP or, conversely, who is sitting at which workstation in a fixed IP network.

Scanner is free for individual users. Using it on a network with more than 5 devices requires a shareware licens, which entitles you to export and printing functions, tech support, feature requests, and a chance to win a dream date with Paris Hilton.

<<less
Download (1.5MB)
Added: 2009-08-15 License: Freeware Price: Notavailable
downloads
Sonnet Tempo SATA Pro ExpressCard/34 Driver 2.1.8

Sonnet Tempo SATA Pro ExpressCard/34 Driver 2.1.8


Sonnet Tempo SATA Pro ExpressCard/34 Driver is a practical and must-have software updating the previously installed driver (that enables the use of Tempo SATA Pro ExpressCard/34 in MacBook Pro computers running Mac OS X) to version 2.1.8. more>> Sonnet Tempo SATA Pro ExpressCard/34 Driver 2.1.8 is a practical and must-have software updating the previously installed driver (that enables the use of Tempo SATA Pro ExpressCard/34 in MacBook Pro computers running Mac OS X) to version 2.1.8.

Requirements:

  • Mac OS X 10.4 or later
  • MacBook Pro
  • Tempo SATA Pro ExpressCard/34.
<<less
Download (146K)
Added: 2009-04-23 License: Updater Price: $299.99
downloads
Zerospan 1.34

Zerospan 1.34


Zerospan - Use Bonjour apps over the internet more>>
Zerospan is a peer-to-peer VPN application that can "bridge" any two computers via Zeroconf (aka Rendezvous or Bonjour). This allows you to share iTunes, iChat, file sharing, SSH, and more. It is based on the Kenosis P2P RPC system.
Enhancements:
- Fixed bug that caused zerospan to hang at startup if the kenosis network could not be found.
- Added a Rebootstrap command.
- Added more information when reporting that another computer could not be connected to.
- Rationalized port usage: now only ports 2000 - 2009 need to be opened.
- Added a command to show the log file.
<<less
Download (610KB)
Added: 2006-06-06 License: Freeware Price:
1238 downloads
OrSiSo 1.1.34

OrSiSo 1.1.34


OrSiSo 1.1.34 is a social networking tool that is designed to allows you to Organize and Simplify the way in which you Socialize with your friends online, no matter what social network or online community they belong to. more>> <<less
Download (2.3MB)
Added: 2009-10-07 License: Freeware Price: Notavailable
downloads
MUSCLE 3.34

MUSCLE 3.34


Client-server messaging system for dynamic distributed applications that runs under any POSIX-compliant operating system more>>
MUSCLE is a cross-platform, robust, somewhat scalable client-server messaging system for dynamic distributed applications that runs under any POSIX-compliant operating system. MUSCLE has been developed, used, and refined as the networking component of BeShare, CueStation, CueConsole, and various other audio control applications at Level Control Systems (now Meyer Sound Laboratories) for over six years.
Main features:
- Use BMessage-like muscle::Messages under any operating system.
- Send flattened muscle::Messages from one computer to another over TCP streams, eliminating unnecessary compatibility and protocol-versioning hassles.
- Run a muscled server on a central machine, and write (or download) client programs to log in to the server and communicate through it. Once logged in, client programs can discover who else is logged in, send muscle::Messages to other clients, and store muscle::Messages in the servers RAM for other clients to download later. Clients can also subscribe to selected data on the server, and be automatically notified whenever it changes. Unicast-style, multicast-style, and broadcast-style Message routing are all supported via an intelligent hierarchical pattern-matching routing mechanism. Writing multiplayer games, IRC style chat applications, SETI style distributed calculation apps, or any other type of distributed software is made easy because MUSCLE handles all the dirty work for you!
- Customize the included muscled server by defining your own session logic or message-streaming protocol. (Note that this is only necessary for certain specialized applications--the standard server provides sufficient functionality for most things)
- Write your client code in C++, C, Java, Delphi, or Python. Single-threaded and multi-threaded messaging APIs are provided for all of the aforementioned languages.
- Or just use the included message, string, dataIO, hashtable, dequeue, string-tokenizer, reference-count, regular expression and pattern matching parser, and object-pool code by themselves, as handy cross-platform utility classes. All source code is included, and you are free to use and abuse it any way you wish.
Enhancements:
- Optimized CreateConnectedSocketPair() by having it use the UNIX socketpair(AF_UNIX) function on systems that support that call.
- Removed the optional (useNagles) argument from the CreateConnectedSocketPair() function, since there
- is little or no point in using Nagles algorithm for sockets within the same process. (if you really needed it for some reason, you could still call SetSocketNaglesAlgorithmEnabled() manually on the resulting sockets afterwards)
- tests/cvscopy.cpp is now tests/svncopy.cpp, since I dont use CVS anymore.
- Thread::WaitForNextMessageAux() wasnt handling file descriptors properly when called with a wakeupTime less than or equal to the current time. Fixed.
- Added a testpulsenode.cpp file to the tests folder, to test the reliability and scalability of the PulseNode timed-event-callback implementation.
- Fixed some valgrind hits in NetworkUtilityFunctions.cpp by having the code check the sin_family of sockaddr structs before reading any IPv4-specific fields. QMuscleSupport.h wouldnt compile under Qt 3.x. Fixed.
- Added Mika Lindqvists patches to get QMuscleSupport.h to compile under older versions of Microsoft Visual C++.
- The SharedUsageLimitProxyMemoryAllocator class was not always freeing all of the cached memory during large free operations, which could result in the process-memory-cache getting too large. Fixed.
- Fixed a bug in the PulseNode classs linked list code that could cause PulseChildren to not have their Pulse() methods called at the proper times.
- Merged in Bryan Varners patch to the MessageTransceiverThread Java class so that spurious connect-succeeded tags are no longer sent by the I/O thread to the main thread.
<<less
Download (1.5MB)
Added: 2007-07-13 License: Freeware Price:
840 downloads
Metawrite 1.0.1.34

Metawrite 1.0.1.34


Metawrite is created as a great tool which lends you helps to write for the web. more>>

Metawrite 1.0.1.34 is created as a great tool which lends you helps to write for the web. It's not a design tool, or a programming editor. It's a content authoring tool designed for people who write for web.

Metawrite will empower you - you will be able to write more quickly than ever before while producing HTML content that is richly linked and embedded with metadata. For support and help using Metawrite

Requirements:

  • Mac OS X 10.4 PPC
  • Mac OS X 10.3.9
  • Mac OS X 10.4
  • IntelMac 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
  • IntelMac OS X 10.3
  • Mac OS Classic
<<less
Download (9.4MB)
Added: 2008-01-06 License: Freeware Price:
downloads
SETICNTL 2.34

SETICNTL 2.34


SETICNTL brings you a free Cocoa program with source that is designed to manage two UNIX (command line) SETI clients. more>>

SETICNTL 2.34 brings you a free Cocoa program with source that is designed to manage two UNIX (command line) SETI clients. It shows progress, work unit date and elapsed time. It can stop/stop/upload the clients. With a dual processor G4 you can do two SETI clients in background. Twice the work units in the time it takes you to do one !

<<less
Download (3.4MB)
Added: 2003-10-12 License: Freeware Price:
downloads
Sodipodi 0.34

Sodipodi 0.34


Free and open source vector illustrating utility more>> <<less
Download (2.2MB)
Added: 2008-10-06 License: Freeware Price: FREE
464 downloads
Rasche's Doppelkopf 3.34

Rasche's Doppelkopf 3.34


Rasche`s Doppelkopf contain a 3D user interface where you will find yourself sitting at the table with 3 opponents. If you choose, both of whom are fully animated more>> Rasche`s Doppelkopf contain a 3D user interface where you will find yourself sitting at the table with 3 opponents. If you choose, both of whom are fully animated. For example, you?ll see them deal and play out their cards during the game.

Rasches Doppelkopf plays under the new Essener Bidding System. Aside from the new visual effects, special new playing routines have been developed for Doppelkopf 3.0 that brings the computers level of play to an even higher standard. This also allows for more variety when playing league or championship games against a number of other simulated players. In this regard, Rasches Doppelkopf 3.0 also introduces a new fantasy element in the form of an entire "town" of Doppelkopf players ready to take you on. Your goal is to increase your starting capital by playing Doppelkopf. There are eight different rooms with players of different skill levels and a variety of six game options. But don?t get carried away with the various attractions.

Requirements:
Mac OS 8.6 or later, including Mac OS X
Enhancements:
Updater requires a password: The first 4 letters of your serial number
<<less
Download (3.2MB)
Added: 2006-03-25 License: Updater Price: $44.00
downloads
MegaMek 0.34.3

MegaMek 0.34.3


Networked Java clone of BattleTech, a turn-based sci-fi boardgame for 2+ players more>> Networked Java clone of BattleTech, a turn-based sci-fi boardgame for 2+ players

MegaMek is a networked Java clone of BattleTech, a turn-based sci-fi boardgame for 2+ players.
Fight using tanks, giant robots, and/or infantry on a hex-based map.

Enhancements
- RFE: Add tonnage to -export command
- Added F_BA_WEAPON flag to Clan BA weapons
- revert change to require java6, for windows 98 users
- Bug: Magma crust not destroyable
- Bug 2728335: communication gear
- Bug 1884498: damage during BA swarm attack not quite correct
- Bug 2713471: erronoues text
- Bug: Firebee has missing MML ammo
- Non-monospace font in swing unit loading failure dialog
- Bug 2183009: VTOL Skid problem forces use of /skip
- Bug: BV rounding for small cockpits wrong
- Bug: Aero small cockpit BV calculation not quite right
- Bug: Not all BAPs counting for BA BV
- Bug: Protomech ammo not calculating correct BV
- Bug: Aero BV not working correctly for heat efficient fighters
- Bug: Armor appears twice in MechView for Aeros
- Bug 1988508: Large Support Tank Vee Armor Display Distorted

<<less
Download (15.6MB)
Added: 2009-06-06 License: GPL Price: FREE
199 downloads
OcTeX 1.34 1.34

OcTeX 1.34 1.34


A TeX editing application for creating reports and articles. more>>


A TeX editing application for creating reports and articles. Mostly used for technical and scientific reports and articles.
Main features:
- Integrated PDF-viewer
- Error highlighting
- Custom macros, templates and build command sequences
- Syntax highlighting

<<less
Download (712K)
Added: 2007-09-17 License: Freeware Price:
62 downloads
iAntiVirus 1.34

iAntiVirus 1.34


With this software you are protected against the most nefarious cyber-threats attempting to gain access to your Mac and personal information. more>>


With this software you are protected against the most nefarious cyber-threats attempting to gain access to your Mac and personal information. Once your computer has been infected, a virus or worm will usually attempt to spread itself to your friends, family and associates by accessing your email contacts and networked PCs. The infection may also allow hackers to access files on your Mac, use it to launch attacks against other computers and websites or to send mass SPAM email.
PC Tools iAntiVirus provides real-time protection and comprehensive system scanning to ensure your Mac remains safe and virus free. Many more features.

<<less
Download (3.8MB)
Added: 2009-03-02 License: Freeware Price:
7034 downloads
EmForge 0.34 Beta / 0.33.1

EmForge 0.34 Beta / 0.33.1


EmForge 0.34 Beta / 0.33.1 more>> <<less
Download (62MB)
Added: 2009-07-22 License: GPL Price: FREE
13 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2