Main > Free Download Search >

Free encyclopedia walking catfish software for mac

encyclopedia walking catfish

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 128
Star Wars Encyclopedia 1.0

Star Wars Encyclopedia 1.0


Star Wars Encyclopedia - Lets you search anything related to Star Wars. more>>

ImTOO iPod Video Converter for Mac offers a powerful tool for video conversion for iPod which can convert all popular audio and video files such as AVI, MPEG, WMV, MOV, MP4, VOB, DivX, XviD, AAC, AV3, MP3, to iPod-supported formats including MP4, M4A, MP3, etc.
Major features

  1. Fast Conversion Speed
  2. Support multithreading and batch conversion
  3. Support power G4 processor and higher
  4. Plentiful Control Functions: pause, stop and continue at any moment during the conversion.
  5. Support default settings or set parameters of the video and audio codec
  6. Preview the input audio or video files before conversion.
  7. Check the parameters of the source audio or video files.
  8. Add new profiles of iPod touch

WareSeeker editor

<<less
Download (148KB)
Added: 2008-07-22 License: Freeware Price: FREE
199 downloads
World Book Encyclopedia 2006/2007

World Book Encyclopedia 2006/2007


World Book Encyclopedia is a program considered to an Apple Design Award winner consisting of every article from the 22-volume book set and many photos, maps, animations, video clips, 360-degree panoramas, and more. more>> <<less
Download (1.1MB)
Added: 2007-10-26 License: Updater Price:
downloads
Wikipedia Widget 0.9.2

Wikipedia Widget 0.9.2


Wikipedia Widget is a good tool possessing desirable qualities in browsing the free, user-created encyclopedia, Wikipedia. more>>

Wikipedia Widget 0.9.2 is a good tool possessing desirable qualities in browsing the free, user-created encyclopedia, Wikipedia. Search for articles and view from the Dashboard, complete with pictures and links.

ToDo:

  • Set a time-out on page-grabbing.
  • Create a better looking collapsed state.
  • Add up and down scroll buttons at the bottom of the scroll bar.
  • Come up with a way to open the same article in another language, like the side menu of Wikipedia.orgs interface.
  • Display a contextual menu when a link is right-clicked.
  • The current "temporary" user interface has lasted much longer than I had planned. This needs to be beautified.
  • Clean up and comment the code, to simplify the lives of those borrowing code for their own projects.
  • Fancify this page a bit, but nothing extravagant.
  • Put out a release significant enough to be called ONE POINT OHH.

Major Features:

  1. Compatible with any language wikipedia, just enter the 2 (sometimes 3 or more) letter code on the back. Defaults to English.
  2. External links open in your preferred browser.
  3. Click the wikipedia button to the left of the search field to open the current article or search term in Safari.
  4. The little ? button to the left of the search field will pull a random article into the widget (Special:Randompage query).
  5. Back and forward buttons with page caching.
Enhancements:
  • Compatible with Safari 3 Beta
  • Korean localization courtesy of Dong-sung Kim

Requirements: Mac OS X 10.4 or later.

<<less
Download (302K)
Added: 2007-06-12 License: Free Price:
downloads
MediaWiki 1.15

MediaWiki 1.15


Collaborative editing software that runs Wikipedia, the free encyclopedia, and other projects. MediaWiki is an extremely powerful, scaleable software and a feature-rich wiki implementation, that uses more>> Collaborative editing software that runs Wikipedia, the free encyclopedia, and other projects.

MediaWiki is an extremely powerful, scaleable software and a feature-rich wiki implementation, that uses PHP to process and display data stored in its MySQL database.
MediaWiki is designed to handle a large number of users and pages without imposing too rigid a structure or workflow. It is licensed under the GNU General Public License (GPL).
Pages use MediaWikis wikitext format, so that users without knowledge of XHTML or CSS can edit them easily.
When a user submits an edit to a page, MediaWiki writes it to the database, but without deleting the previous versions of the page, thus allowing easy reverts in case of vandalism or spamming.
MediaWiki can manage image and multimedia files, too, which are stored in the filesystem. For large wikis with lots of users, MediaWiki supports caching and can be easily coupled with Squid proxy server software.

System requirements:
- PHP 5 (5.1 recommended). PHP 4 is no longer supported.
- MySQL 3.23.x is no longer supported; some older hosts may need to upgrade. At this time we still recommend 4.0, but 4.1/5.0 will work fine in most cases.
- Apache

Enhancements
- Removed category redirect feature, implementation was incomplete.
- (bug 18846) Remove update_password_format(), unnecessary, destroys all passwords if a wiki with $wgPasswordSalt=false is upgraded with the web installer.
- (bug 19127) Documentation warning for PostgreSQL users who run update.php: use the same user in AdminSettings.php as in LocalSettings.php.
- Fixed possible web invocation of some maintenance scripts, due to the use of include() instead of require(). A full exploit would require a very strange web server configuration.
- Localisation updates.
Configuration changes:
- Added $wgNewPasswordExpiry, to specify an expiry time (in seconds) to temporary passwords
- Added $wgUseTwoButtonsSearchForm to choose the Search form behavior/look
- Added $wgNoFollowDomainExceptions to allow exempting particular domain names from rel="nofollow" on external links
- (bug 12970) Brought back $wgUseImageResize.
- Added $wgRedirectOnLogin to allow specifying a specifc page to redirect users to upon logging in (ex: "Main Page")
- Add $wgExportFromNamespaces for enabling/disabling the "export all from namespace" option (disabled by default)
New features:
- (bug 2242) Add an expiry time to temporary passwords
- (bug 9947) Add PROTECTIONLEVEL parser function to return the protection level for the current page for a given action
- (bug 17002) Add &minor= and ?mary= as parameters in the url when editing, to automatically add a summary or a minor edit.
- (bug 16852) padleft and padright now accept multiletter pad characters
- When using UserCreateForm hook to add new checkboxes into Special:UserLogin/signup, the messages can now contain HTML to allow hyperlinking to the sites Terms of Service page, for example
- Add new hook UserLoadFromDatabase that is called while loading a user from the database.
- (bug 17045) Options on the block form are prefilled with the options of the existing block when modifying an existing block.
- (bug 17055) "(show/hide)" links to Special:RevisionDelete now use a CSS class rather than hardcoded HTML tags
- Added new hook WantedPages:getSQL into SpecialWantedpages.php to allow extensions to alter the SQL query which is used to get the list of wanted pages
- (bugs 16957/16969) Add show/hide to preferences for RC patrol options on specialpages
- (bug 11443) Auto-noindex user/user talk pages for blocked user
- (bug 11644) Add $wgMaxRedirects variable to control how many redirects are recursed through until the "destination" page is reached.
- Add $wgInvalidRedirectTargets variable to prevent redirects to certain special pages.
- Use HTML5 rel attributes for some links, where appropriate
- Added optional alternative Search form look - Go button & Advanced search link instead of Go button & Search button
- (bug 2314) Add links to user custom CSS and JS to Special:Preferences
- More helpful error message on raw page access if PHP_SELF isnt set
- (bug 13040) Gender switch in user preferences
- (bug 13040) {{GENDER:}} magic word for interface messages
- (bug 3301) Optionally sort user list according to account creation time
- Remote description pages for foreign file repos are now fetched in the content language.
- (bug 17180) If $wgUseFileCache is enabled, $wgShowIPinHeader is automatically set to false.
- (bug 16604) Mark non-patrolled edits in feeds with "!"
- (bug 16604) Show title/rev in IRC for patrol log
- (bug 16854) Whether a page is being parsed as a preview or section preview can now be determined and set with ParserOptions.
- Wrap message confirmemail_pending into a div with CSS classes "error" and "mw-confirmemail-pending"
- (bug 8249) The magic words for namespaces and pagenames can now be used as parser functions to return the desired namespace or normalized title/title part for a given title.
- (bug 17110) Styled #mw-data-after-content in cologneblue.css to match the rest of the font
- (bug 7556) Time zone names in signatures lack i18n
- (bug 3311) Automatic category redirects
- (bug 17236) Suppress watch user page link for IP range blocks
- Wrap message searchresulttext (Special:Search) into a div with class "mw-searchresult"
- (bug 15283) Interwiki imports can now fetch included templates
- Treat svn:// URLs as external links by default
- New function to convert namespace text for display (only applies on wiki with LanguageConverter class)
- (bug 17379) Contributions-title is now parsed for magic words.
- Preprocessor output now cached in memcached.
- (bug 14468) Lines in classic RecentChanges and Watchlist have classes "mw-line-odd" and "mw-line-even" to make styling using css possible.
- (bug 17311) Add a note beside the gender selection menu to tell users that this information will be public
- Localize time zone regions in Special:Preferences
- Add NUMBEROFACTIVEUSERS magic word, which is like NUMBEROFUSERS, but uses the active users data from site_stats.
- Add a tag on redirected page views
- Replace hardcoded ... as indication of a truncation with the ellipsis message
- Wrap warning message editinginterface into a div with class mw-editinginterface
- (bug 17497) Oasis opendocument added to mime.types
- Remove the link to Special:FileDuplicateSearch from the "file history" section of image description pages as the list of duplicated files is shown in the next section anyway.
- Added $wgRateLimitsExcludedIPs, to allow specific IPs to be whitelisted from rate limits.
- (bug 14981) Shared repositories can now have display names, located at Mediawiki:Shared-repo-name-REPONAME, where REPONAME is the name in $wgForeignFileRepos
- Special:ListUsers: Sort list of usergroups by alphabet
- (bug 16762) Special:Movepage now shows a list of subpages when possible
- (bug 17585) Hide legend on Special:Specialpages from non-privileged users
- Added $wgUseTagFilter to control enabling of filter-by-change-tag
- (bug 17291) MediaWiki:Nocontribs now has an optional $1 parameter for the username
- Wrap special page summary message $specialPageName-summary into a div with class mw-specialpage-summary
- $wgSummarySpamRegex added to handle edit summary spam. This is used *insteadof $wgSpamRegex for edit summary checks. Text checks still use $wgSpamRegex.
- New function to convert content text to specified language (only applies on wiki with LanguageConverter class)
- (bug 17844) Redirect users to a specific page when they log in, see $wgRedirectOnLogin
- Added a link to Special:UserRights on Special:Contributions for privileged users
- (bug 10336) Added new magic word {{REVISIONUSER}}, which displays the editor of the displayed revisions author user name
- LinkerMakeExternalLink now has an $attribs parameter for link attributes and a $linkType parameter for the type of external link being made
- (bug 17785) Dynamic dates surrounded with a tag, fixing sortable tables with dynamic dates.
- (bug 4582) Provide preference-based autoformatting of unlinked dates with the dateformat parser function.
- (bug 17886) Special:Export now allows you to export a whole namespace (limited to 5000 pages)
- (bug 17714) Limited TIFF upload support now built in if tif extension is enabled. Image width and height are now recognized, and when using ImageMagick, optional flattening to PNG or JPEG for inline display can be enabled by setting $wgTiffThumbnailType
- Renamed two input IDs on Special:Log from page and user to mw-log-page and mw-log-user, respectively
- Added $wgInvalidUsernameCharacters to disallow certain characters in usernames during registration (such as "@")
- Added $wgUserrightsInterwikiDelimiter to allow changing the delimiter used in Special:UserRights to denote the user should be searched for on a different database
- Add a class if missingsummary is triggered to allow styling of the summary line
Bug fixes:
- (bug 16968) Special:Upload no longer throws useless warnings.
- (bug 17000) Special:RevisionDelete now checks if the database is locked before trying to delete the edit.
- (bug 16852) padleft and padright now handle multibyte characters correctly
- (bug 17010) maintenance/namespaceDupes.php now add the suffix recursively if the destination page exists
- (bug 17035) Special:Upload now fails gracefully if PHPs file_uploads has been disabled
- Fixing the caching issue by using -{T|xxx}- syntax (only applies on wiki with LanguageConverter class)
- Improving the efficiency by using -{A|xxx}- syntax (only applies on wiki with LanguageConverter class)
- (bug 17054) Added more descriptive errors in Special:RevisionDelete
- (bug 11527) Diff on page with one revision shows "Next" link to same diff
- (bug 8065) Fix summary forcing for new pages
- (bug 10569) redirects to Special:Mypage and Special:Mytalk are no longer allowed by default. Change $wgInvalidRedirectTargets to re-enable.
- (bug 3043) Feed links of given page are now preceded by standard feed icon
- (bug 17150) escapeLike now escapes literal properly
- Inconsistent use of sysop, admin, administrator in system messages changed to administrator
- (bug 14423) Check block flag validity for block logging
- DB transaction and slave-lag avoidance tweaks for Email Notifications
- (bug 17104) Removed [Mark as patrolled] link for already patrolled revisions
- (bug 17106) Added redirect=no and mw-redirect class to redirects at "user contributions"
- Rollback links on new pages removed from "user contributions"
- (bug 15811) Re-upload form tweaks: license fields removed, destination locked, comment label uses better message
- Whole HTML validation ($wgValidateAllHtml) now works with external tidy
- Parser tests no longer fail when $wgExternalLinkTarget is set in LocalSettings
- (bug 15391) catch DBQueryErrors on external storage insertion. This avoids error messages on save were the edit in fact is saved.
- (bug 17184) Remove duplicate "z" accesskey in MonoBook
- Parser tests no longer fail when $wgAlwaysUseTidy is set in LocalSettings.php
- Removed redundant dupe warnings on reupload for the same title. Dupe warnings for identical files at different titles are still given.
- Add change tagging facility, where changes can be tagged internally with certain designations, which are displayed on various summaries of changes, and the entries can be styled with CSS.
- (bug 17207) Fix regression breaking category page display on PHP 5.1
- Categoryfinder utility class no longer fails on invalid input or gives wrong results for category names that include pseudo-namespaces
- (bug 17252) Galician numbering format
- (bug 17146) Fix for UTF-8 and short word search for some possible MySQL configs
- (bug 7480) Internationalize database error message
- (bug 16555) Number of links to mediawiki.org scaled back on post-installation
- (bug 14938) Removing a section no longer leaves excess whitespace
- (bug 17304) Fixed fatal error when thumbnails couldnt be generated for file history
- (bug 17283) Remove double URL escaping in show/hide links for log entries and RevisionDeleteForm:__construct
- (bug 17105) Numeric table sorting broken
- (bug 17231) Transcluding special pages on wikis using language conversion no longer affects the page title
- (bug 6702) Default system messages updated/improved
- (bug 17190) User ID on preference page no longer has delimeters
- (bug 17341) "Powered by MediaWiki" should be on the left on RTL wikis
- (bug 17404) "userrights-interwiki" right was missing in User:$mCoreRights
- (bug 7509) Separation strings should be configurable
- (bug 17420) Send the correct content type from action=raw when the HTML file cache is enabled.
- (bug 12746) Do not allow new password e-mails when wiki is in read-only mode
- (bug 17478) Fixed a PHP Strict standards error in maintenance/cleanupWatchlist.php
- (bug 17488) RSS/Atom links in left toolbar are now localized in classic skin
- (bug 17472) use print

<<less
Download (10.3MB)
Added: 2009-06-13 License: GPL Price: FREE
199 downloads
 
Other version of MediaWiki
MediaWiki 1.13.2Collaborative editing software that runs Wikipedia, the free encyclopedia, and other ... Wikipedia, the free encyclopedia, and other projects. MediaWiki is an extremely powerful
Price: FREE
License:GPL
Download (8.6MB)
389 downloads
Added: 2008-10-05
MediaWiki 1.10.1free encyclopedia, and other projects. MediaWiki is designed to handle a large number of users
License:GPL
Download (4.2MB)
834 downloads
Added: 2007-07-20
JuliaWalker 1.0b1

JuliaWalker 1.0b1


JuliaWalker is an impressive and unique screensaver which walks along the field of possible Julia Sets, currently generating inverse Julia orbit plots, with some animation options. more>>

JuliaWalker 1.0b1 is an impressive and unique screensaver which "walks" along the field of possible Julia Sets, currently generating inverse Julia orbit plots, with some animation options.

Requirements: Mac OS X 10.0 or higher

<<less
Download (85.9KB)
Added: 2003-02-22 License: Freeware Price:
downloads
IMclowningAround 1.0

IMclowningAround 1.0


IMclowningAround - Play Imagery Media?s new game Clowning Around, and keep the clown steady on this perilious balancing act more>>
Play Imagery Media’s Clowning Around, and test your balancing skills on this high-flying tight rope walk.

It’s no laughing matter! Tap the left or right arrow keys to keep the clown balanced on the tight rope.


<<less
Download (1.1MB)
Added: 2005-08-01 License: Freeware Price:
1544 downloads
Mac Walker 1.1

Mac Walker 1.1


Mac Walker is widely known as a simple but beautiful ree ScreenSaver for MacOS X. more>>

Mac Walker 1.1 is widely known as a simple but beautiful free ScreenSaver for MacOS X. It shows 3 three-dimensional laptops PowerBook G4 walking in a three-dimensional space (and opening/closing the screen). MacWalker is a freeware, so you can download it for free and install it on your machine at no cost.

In order to install MacWalker you have copy the file MacWalker.saver to your boot disk, within the folder (Home)/Library/Screen Savers/ If the folder (Home)/Library/Screen Savers/ doesn't exist yet, please create it. Then open your System Preference panel, go to the subpanel "ScreenSaver" and choose "MacWalker" from the screensavers list. Press the button Test to see the final result. That's all.

Requirements:

  • PowerMacintosh
  • MacOS X 10.3 Panther only. It doesn't work on Tiger.
<<less
Download (881.8KB)
Added: 2004-01-13 License: Freeware Price:
downloads
MacBrownian Cocoa 1.5

MacBrownian Cocoa 1.5


MacBrownian Cocoa is a tool endowed with extraordinary powers of helping you understand one of the most widely used noise models--Brownian motion. more>>

MacBrownian Cocoa 1.5 is a tool endowed with extraordinary powers of helping you understand one of the most widely used "noise" models--Brownian motion. Brownian motion is used to model anything from the movement of amoebas to stock market prices.

Brownian motion is perhaps described as follows: stand at a point and flip a coin. If you get heads, then walk one foot left. If you get tails, then walk one foot to the right. Wait one second and repeat. This is called a random walk.

Now imagine that, instead of the above, you waited a half second and walked only a half foot in either direction. You are getting closer to Brownian motion. Now cut the time to a quarter second, and walk only a quarter foot. And so forth. Each time you cut the time and distance, you get something that looks more like Brownian motion.

Instead of wearing out your feet, try this program instead. It also simulates reflected Brownian motion (imagine bouncing off a wall--ouch!) and 2D Brownian motion (to model those amoebas).
If you use it and like it, then send me an email.

<<less
Added: 2003-02-25 License: Freeware Price:
downloads
breveWalker 1.5

breveWalker 1.5


breveWalker - Physically simulated creature learns to walk more>>
breveWalker is a screensaver in which a physically simulated creature learns to walk using a genetic algorithm.
Starting with random walking behaviors, the system learns over time by selectively breeding and mutating these behaviors.
The behaviors are saved from run to run, so evolution continues where it left off every time the screensaver runs.
Enhancements:
- improved speed
- improved graphics
- all behaviors are saved from one run to the next (as opposed to saving just one individual)
- built with the 1.5 version of the breve simulation engine.
<<less
Download (686KB)
Added: 2006-05-16 License: Freeware Price:
725 downloads
Street Crossing 1.2

Street Crossing 1.2


New York City, Times Square, on May 9th 2002. Cars passing, a truck turning right. Red means Stop. Green means Go. Its raining. People are walking around with umbrellas more>> New York City, Times Square, on May 9th 2002. Cars passing, a truck turning right. Red means Stop. Green means Go. Its raining. People are walking around with umbrellas.

An image of the American metropolis as can be seen every day at this street corner. This perfectly ordinary image contrasts with the stunning city of NYC as we think we know it. Edited in slow motion, this looping movie opens our eyes to the aesthetics and poetry of banality, taking thus the power of alleviating us.

The slow electronic music underlines the melancholic impression created by a rainy day in NYC.

Requirements:
Mac OS X 10.1 or later.
Enhancements:
Version 1.2:
  • Background colour is now BLACK (instead of disturbing White)
  • After being selected once, Preview window doesnt stay on screen forever
<<less
Download (13.8MB)
Added: 2004-04-20 License: Free Price:
downloads
MacWalker 1.0

MacWalker 1.0


MacWalker - tridimensional laptops PowerBook G4 walking in a tridimensional space more>>
MacWalker is a free ScreenSaver for MacOS X 10.3 or higher. It shows 3 threedimensional laptops PowerBook G4 walking in a threedimensional space (and opening/closing the screen).


<<less
Download (903KB)
Added: 2005-11-02 License: Freeware Price:
1453 downloads
Hero of Allacrost 2.2

Hero of Allacrost 2.2


Free and open source 2D role-playing game more>> Free and open source 2D role-playing game

Hero of Allacrost is a single player 2D role-playing game inspired by classic console RPGs. In Hero of Allacrost, the player will explore rich environments, solve challenging dungeon puzzles, and fight strategic battles in an active-time based system.
Hero of Allacrost is available across several platforms including Mac OS X, Linux, Windows and FreeBSD. Hero of Allacrost is often referred to as simply "Allacrost" or "HoA".

Enhancements:
- Includes a secondary application that allows you to edit maps and tilesets
- Map context support (dynamically change the appearance of a map, such as walking inside a structure)
- Minor fixes and improvements from the previous release

<<less
Download (63.7MB)
Added: 2008-10-04 License: GPL Price: FREE
394 downloads
Rogue Element Desktop Picture

Rogue Element Desktop Picture


Rogue Element is a desktop picture (1152 x 864) of a very large metallic-looking being walking through the dusky deserts. A preview of the image is shown below more>> Rogue Element is a desktop picture (1152 x 864) of a very large metallic-looking being walking through the dusky deserts. A preview of the image is shown below.
Requirements:
MacOS 8.0 or later, or a desktop picture control panel like Decor.
<<less
Download (179K)
Added: 2000-05-13 License: Free Price:
downloads
MakingMusic 2.7

MakingMusic 2.7


MakingMusic - Online musical instrument encyclopedia more>>
MakingMusic is an online Musical Instrument Encyclopedia, providing a description, an image, and a sound clip per instrument.
The aim of MakingMusic is to form a comprehensive database of musical instruments, the criteria being anything from any culture or any age that is used to make music
This is an ongoing Freeware project, with new instruments being added to the database as the research progresses. Each time you launch the application you may find you have access to different amounts of information.
Enhancements:
- Provides a necessary update to the database server (the database now resides on my idisk).
- MakingMusic now contains 328 musical instruments & climbing.
<<less
Download (998KB)
Added: 2006-08-30 License: Freeware Price:
670 downloads
Lemmings 1.4.2a

Lemmings 1.4.2a


Lemmings - Your goal, of course, is to lead as many lemmings as possible to the exit more>>
Lemmings are cute, but not offensively cute little creatures that drop from a trapdoor at the top of the screen. As soon as they hit the floor, they start walking. They have no sense for the surreal beauty of their surroundings, nor for the dangers that lurk beneath it. They just keep on walking till they meet an obstacle, which will simply make them revert their direction, or till they fall of some cliff.
Left to their own device, they will, as mentioned, fall off a cliff, be smashed under a press, dissolved in an acid pool, or fall prey to even more sadistic contraptions. Or they just might find themselves in a pit, wandering aimlessly, endlessly, to and fro.
To prevent these dire fates, you can assign roles to individual lemmings. Blockers just stand there and function as obstacles. Diggers can dig downwards through soft, miners through hard surfaces. Bashers do the same horizontally. There are about a dozen such functions.
Your goal, of course, is to lead as many lemmings as possible (you have to reach a quota) through the exit in the assigned time and move on to the next level. You will be given a codeword so you can continue playing where you left off, there are no savegames. (That goes for the DOS and Amiga versions, in the Windows version there are, and most certainly in the Mac version too). You can choose four difficulty levels (fun, tricky, taxing, mayhem) which are actually four different games.
The graphics of Lemmings are a gem of classical game art. The lemmings are only a dozen or so pixels tall, yet their green hair flies, and the blockers foot taps. Backgrounds are eerily beautiful, they show what can be done with 32 colors. The music adds some irony to the game.
Lemmings are maybe the greatest gift the Amiga ever gave to the gaming world in general. The game was ported to most platforms of the time, and sequels continue to be created. Psygnosis, the original publisher, was bought up in 1993 by Sony, who thus now hold the rights for Lemmings.
NOTE: Project has been discontinued.
<<less
Download (2.8MB)
Added: 2006-04-18 License: Freeware Price:
1285 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5