Main > Free Download Search >

Free b prolog software for mac

b prolog

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 27
Tricia Prolog 0.9.5

Tricia Prolog 0.9.5


Tricia Prolog provides you a free but powerful Edinburgh-style Prolog developed by the ComputingScience Department at Uppsala University. more>>

Tricia Prolog 0.9.5 provides you a free but powerful Edinburgh-style Prolog developed by the ComputingScience Department at Uppsala University. It includes a high-levelemulator with interpreter. The Macintosh version includes only a basic console interface (i.e.,no fancy Macintosh interface).

Requirements: System 7 or higher3 MB RAM

<<less
Download (368.2KB)
Added: 2000-12-25 License: Freeware Price:
downloads
tuProlog 2.1.1

tuProlog 2.1.1


A Java-based light-weight Prolog for Internet applications and infrastructures more>> A Java-based light-weight Prolog for Internet applications and infrastructures

TuProlog is a Java-based light-weight Prolog for Internet applications and infrastructures.
For this purpose, tuProlog is designed to feature some interesting qualities: it is easily deployable, just requiring the presence of a Java VM and an invocation upon a single JAR file.
TuPrologs core is both minimal, taking the form of a tiny Java object containing only the most essential properties of a Prolog engine, and configurable, thanks to the loading and unloading of predicates, functors and operators embedded in libraries.
The integration between Prolog and Java is as wide, deep, clean as possible; finally, interoperability is developed along the two main lines of Internet standard patterns and coordination models.

System requirements:
- Java

<<less
Download (1.8MB)
Added: 2009-05-12 License: GPL Price: FREE
179 downloads
b/w colorizer 1.1

b/w colorizer 1.1


b/w colorizer is a very tractable and powerful plug that lets you convert your clip to black-and-any-color. you set a color (e.g. yellow), and the plug will convert your clip to a monochrome yellow clip more>> b/w colorizer 1.1 is a very tractable and powerful plug that lets you convert your clip to "black-and-any-color". You set a color (e.g. yellow), and the plug will convert your clip to a monochrome yellow clip (i.e. it uses only shades of yellow). Think sepia tone effect, except you get to pick the color tone.

Enhancements:

  • New strictness regime for better color targeting
  • Live preview
  • Improved multi-threading core

Requirements:

  • Mac OS X 10.2 or later
  • iMovie 3.0 or later.

<<less
Download (875K)
Added: 2004-04-27 License: Free Price:
downloads
 
Other version of b/w colorizer
b/w colorizer 1.1.0b/w colorizer - iMovie plug-in makes clips greyscale. b/w colorizer 1.1.0 ...b/w colorizer is a general effects plug that lets you convert your clip to "black
License:Freeware
Download (874KB)
1844 downloads
Added: 2004-10-06
b/w colorizer 1.1b/w colorizer is a very flexible and effective plug that lets you convert your ...b/w colorizer 1.1 is a very flexible and effective plug that lets you convert your
License:Freeware
Download (849.6KB)
downloads
Added: 2004-04-26
t@b Directory Uploader 0.953

t@b Directory Uploader 0.953


t@b Directory Uploader - upload a complete directory to an FTP server more>>
Upload a complete directory to an FTP server, including all subdirectories from a user-friendly interface. Features automatic (no user input required) retry until all files have successfully uploaded.

This program runs on Windows, Mac OS X and Linux.
<<less
Download (946KB)
Added: 2006-03-22 License: Freeware Price:
1356 downloads
Logtalk 2.37.5

Logtalk 2.37.5


Logtalk brings you canvenience of using such an object-oriented logic programming language that can use most Prolog implementations as a back-end compiler. more>>

Logtalk 2.37.5 brings you canvenience of using such an object-oriented logic programming language that can use most Prolog implementations as a back-end compiler.

As a multi-paradigm language, Logtalk includes support for both prototypes and classes, protocols (interfaces), component-based programming through category-based composition, event-driven programming, and high-level multi-threading programming.

Major Features:

  1. Separation between interface and implementation: Predicate directives (declarations) can be contained inside protocols (interfaces), which can be implemented by any object.
  2. Parametric objects: Object identifiers can be compound terms containing free variables that can be used to parametrize object predicates. This allows us to interpret predicate clauses as providing instantiations of a parametric object identifier. I.e. through parametric object we can associate any number of methods with a compound term.
  3. Support for both class-based and prototype-based systems: You may have, in the same application, class-based hierarchies (with instantiation and specialization relations) and prototype-based hierarchies (with extension relations). Moreover, fundamental language features such as protocols (interfaces) and categories (components) can be used simultaneously by classes, instances, and prototypes.
  4. Support for multiple object hierarchies: No need to be constrained to a single, lengthy hierarchy rooted in some generic object.
  5. Private, protected, and public inheritance: Logtalk supports private, protected, and public inheritance in a way similar to C++. Moreover, any entity relation can be qualified using a scope keyword. E.g. an object can privately implement a protocol, thus making all protocol declared predicates private.
  6. Private, protected, and public object predicates: Set the scope of your object predicates to match your protocol design and let the runtime system enforce your choices.
  7. Static and dynamic objects: Objects can be either static or dynamic. Static objects are defined in source files which are compiled and loaded in the same way as Prolog files. Dynamic object can be either defined in source files or created at runtime.
  8. Static and dynamic object predicates: Any static object may contain both static and dynamic predicates.
  9. Logtalk syntax extends standard Prolog syntax: Logtalk uses standard Prolog syntax with the addition of a few operators and directives for a smooth learning curve. Prolog code can be easily encapsulated inside objects with little or no changes. Moreover, Logtalk can transparently interpret most Prolog modules as Logtalk objects for easy reusing of existing code (e.g. libraries).
  10. Event-driven programming: Predicates can be implicitly called when a spied event occurs, allowing programming solutions which minimize object coupling. In addition, events provide support for behavioral reflection and can be used to implement the concepts of pointcut and advice found on Aspect-Oriented Programming.
  11. Component-based programming: Predicates can be encapsulated inside categories, which can be virtually imported by any object, without any code duplication and irrespective of object hierarchies. Thus, objects may be defined through composition of categories, which act as fine-grained units of code reuse. Categories may also extend existing objects. Categories can be used to implement aspects and mixin-like behavior without resorting to inheritance.
  12. Multi-threading programming: High level multi-threading programming is available when running Logtalk with selected back-end Prolog compilers, allowing objects to support both synchronous and asynchronous messages. Independent and-parallelism and competitive or-parallelism are also supported. Easily take advantage of modern multi-processor and multi-core computers without bothering with the details of creating and destroying threads, implement thread communication, or synchronizing threads.
  13. Multi-inheritance support: Logtalk supports multi-inheritance of both protocol and implementation. An object may implement several protocols and extend, specialize, or instantiate several objects. Multi-inheritance conflicts are solved implicitly by the Logtalk lookup algorithms or explicitly by using predicate directives.
  14. Good performance: Logtalk code is compiled using the same technics that you use to write efficient Prolog code. In addition, Logtalk supports both static binding and dynamic binding (with method lookup caching), greatly improving performance. Benchmark results for some Prolog compilers are available here.
  15. Close integration with the ISO Prolog Standard: Logtalk is designed for smooth integration with any Prolog compiler that conforms or closely follows the ISO Prolog Standard.
  16. Compatible with most Prolog compilers: Logtalk interfaces with a specific back-end Prolog compiler via a minimal configuration file making it compatible with almost any modern compiler.
  17. Automatic generation of XML documentation files: Logtalk automatically generates a documentation file in XML format for every compiled object, protocol, or category. The system includes all the necessary XSL(T) files and scripts to convert documenting files to (X)HTML and PDF.
  18. Dynamic language: Logtalk is a dynamic language that allows hierarchies, objects, protocols, categories, and methods (predicates) to be freely created and modified at runtime. Other dynamic language features include support for meta-programming and both structural and behavioral reflection.

Enhancements:

  • Updated the Logtalk multi-threading features, replacing all calls to the call_cleanup/2 built-in predicate with calls to the more reliable setup_call_cleanup/3 built-in predicate. This change requires recent versions of SWI-Prolog, XSB, and YAP when writing multi-threading code.
  • Improved performance of the database built-in methods retractall/1 and retract/1 whenever their use requires updating the internal predicate definition lookup tables.
  • Corrected a bug in the Logtalk runtime when printing a compatibility warning regarding the back-end Prolog compiler version being used.
  • Corrected a bug in the implementation of the :/1 control construct when some but not all imported categories are compiled for static binding.
  • Corrected a event handling bug in the processing of meta-calls whose meta-arguments have the format Object:Closure.
  • Corrected a bug in the runtime error handler for top-level message sending calls where the reported exception term context argument would be unbound.
  • Corrected a bug in the compilation of multifile directives and multifile predicate clauses within objects and categories for the pseudo-object
  • "user". Corrected a bug in the compilation of multifile predicate clauses for other objects and categories.
  • Corrected a safety meta-predicate compilation bug when using static binding to optimize a call to a local meta-predicate made by a normal, public predicate.
  • Corrected a safety meta-predicate compilation bug when using a meta-predicate call in the body of a user-defined meta-predicate clause in order to change the number of extra arguments of a closure.
  • Added a monitor/1 predicate to the library event registry objects. Updated the definition of the monitors/1 and monitored/1 predicates in order to avoid using the non-standard predicate sort/2.
  • Added support for adding the Logtalk mime-type to systems supporting the freedesktop.org shared mime-info database.
  • Added support for adding the Logtalk mime-type and the file description for Logtalk source files to the Windows installer.
  • Updated the RPM spec file and build script to no longer require root access. The RPM package built from these files is no longer relocatable.
  • Updated the POSIX (un)install shell scripts to print the version number of the Logtalk release being (un)installed.
  • Updated the "lgt2pdf.sh" and "lgt2txt.sh" POSIX shell scripts in order to prevent accidental deletion of the "logtal.dtd" and "logtalk.xsd" files in the Logtalk installation directory. Thanks to Michael Igler for the bug report.
  • Added information about using the Sublime Text Windows text editor for editing Logtalk source files.
  • Added a set of Logtalk source code snippets and a set of compilation and documenting tools for the Gnome's Gedit text editor (see the file "wenv/gedit/NOTES.txt" for details).
  • Replaced GeSHi support with a new language file written from scratch. Added syntax coloring support for the module directive reexport/1 to all supported text editors and syntax highlighters.
  • Updated documentation in order to remove references to deprecated syntax for sequences of predicate indicators in predicate directives. Updated documentation on built-in meta-predicates to correctly described their semantics when used within categories.
  • Added a simple example, "multifile", illustrating how to use multifile predicates within Logtalk objects and categories.
  • Updated the "securemp" example in order to illustrate using a call to a meta-predicate to change the number of extra arguments of a closure.

Requirements:

  • Compatible Prolog compiler.
<<less
Download (704.4KB)
Added: 2009-10-28 License: Freeware Price: Notavailable
downloads
 
Other version of Logtalk
Logtalk 2.37.4performance and usability improvements, plus compatibility updates for B-Prolog, ECLiPSe, Qu-Prolog, and SICStus Prolog
Price: Notavailable
License:Freeware
Download (695.1KB)
downloads
Added: 2009-09-16
Price: $0.00
License:Freeware
Download (693.3KB)
downloads
Added: 2009-08-09
Logtalk 2.37.2logic programming language that can use most Prolog implementations as a back-end compiler ... language that can use most Prolog implementations as a back-end compiler. As a multi-paradigm
License:Freeware
Download (691.4KB)
downloads
Added: 2009-06-28
Logtalk 2.37.1Source object-oriented logic programming language that can use most Prolog implementations ... source files which are compiled and loaded in the same way as Prolog files. Dynamic object can be
Price: FREE
License:Freeware
Download (686KB)
206 downloads
Added: 2009-06-03
Logtalk 2.37.0logic programming language that can use most Prolog implementations as a back-end compiler ... Prolog implementations as a back-end compiler. As a multi-paradigm language,
License:Freeware
Download (675.8KB)
downloads
Added: 2009-05-11
b/w gradual 3.0

b/w gradual 3.0


iMovie plug-in makes clips black & one other color. more>>
b/w gradual is an iMovie plug-in that converts your clip to black-and-any-color. You can set a color (e.g. yellow), and the plug will convert your clip to a monochrome yellow clip (i.e. it uses only shades of yellow).

b/w gradual is a tool that creates a nice and interesting effect - think sepia tone effect, except you get to pick the color tone.

area of effect :
define the area of the clip you want to be affected by the plug-in. all other parts or the clip remain untouched.

b/w
this determines how much the colors should fade towards black/white.
<<less
Download (3.9MB)
Added: 2007-03-19 License: Freeware Price:
950 downloads
B letters for children 10

B letters for children 10


The NATO phonetic alphabet is a common name for the international radiotelephony spelling. Alphabet Action. An interactive Flash alphabet where kids c... more>> <<less
Download (29KB)
Added: 2009-04-11 License: Freeware Price: Free
213 downloads
C.A.B 1.2

C.A.B 1.2


C.A.B is a tool created for REALbasic, including buttons for use in your Rb apps. more>>

C.A.B 1.2 is a tool created for REALbasic, including buttons for use in your Rb apps. You can choose from round, miniarrows (my version of littlearrows) or some object buttons. You can change the color of the round, miniarrows buttons and their symbols on the fly. Also with the round buttons you change the symbol on the fly. More details in the ReadMe. I do require you to give me credit in your Splash/StartUp/About or Credits window what ever you use. Also any documents (i.e. ReadMe's), and on your Website.

<<less
Download (235.3KB)
Added: 2006-04-28 License: Freeware Price:
downloads
B-Tree 1.0

B-Tree 1.0


B-Tree - Demonstrates B-Tree operations more>>
B-Tree is an educational tool for showing the operations of a B-Tree. More specifically, it graphically demonstrates the B-Tree node layout, key value searching, node deletions, node additions, and splay balancing.

It also provides a description of the processes.


<<less
Download (175KB)
Added: 2006-01-15 License: Freeware Price:
1439 downloads
b.scan 1.0.1

b.scan 1.0.1


b.scan is an beneficial and easy to use file analyzer utility. more>>

b.scan 1.0.1 is an beneficial and easy to use file analyzer utility. It is designed for Mac developers to check binary files.

  • analyze datafork of ANY file
  • interpret any portion of data
  • interpret as byte, short, integer, double, little and big endian
  • display as hex, oct, decimal or character
<<less
Download (859.4KB)
Added: 2001-02-05 License: Freeware Price:
downloads
t@b ZS4 Video Editor for osx 0.950

t@b ZS4 Video Editor for osx 0.950


t@b ZS4 is video editing and compositing software with 150+ effects. more>> t@b ZS4 is advanced multi-track video editing and compositing software with more than 150 built-in video effects including excellent color and chroma keying tools, distortion effects, color adjusters, pattern generating effects and many others. Effect containers can be used to restrict the processing of contained video effects by shape or blending logic. Other features include custom video export size, number of tracks and sub-composites limited only by available memory, custom speed and direction change for video and audio, optional super-sampled compositing during export for better quality rotation and zoom, and the ability to slave effect and compositing controls to audio wave forms. Input is primarily avi, wav, and image files. Output includes avi, wav, jpg, png, bmp. For more information and downloads visit http://www.zs4.net.<<less
Download (3.27MB)
Added: 2009-04-22 License: Freeware Price: Free
185 downloads
t@b FTP batch Uploader 0.956 Build 0607150900

t@b FTP batch Uploader 0.956 Build 0607150900


Command line utility used to upload complete directories to a ftp server more>> <<less
Download (799KB)
Added: 2009-06-09 License: Freeware Price: FREE
11 downloads
Slideroll Gallery AV for Mac 0.81 b

Slideroll Gallery AV for Mac 0.81 b


A simple tool that makes publishing your own photo and video gallery. more>> Slideroll Gallery AV is a simple tool that makes publishing your own photo and video gallery really easy and fun. Youll be soon creating great-looking, customizable Flash photo galleries and photo slideshows, even if you have no designing skills at all.
Gallery AV creates great-looking, customizable Flash photo and video galleries. Simply drag and drop your photos and videos onto the creator. PC users can even record your own audio narration!
<<less
Download (14.16MB)
Added: 2009-04-28 License: Freeware Price: Free
178 downloads
Notational Velocity 2.0 b

Notational Velocity 2.0 b


Notational Velocity provides users with a convenient tool for storing and retrieving notes. In Notational Velocity, the same area is used both for creating notes and searching. I.e., more>>

Notational Velocity 2.0 b provides users with a convenient tool for storing and retrieving notes. In Notational Velocity, the same area is used both for creating notes and searching. I.e., in the process of entering the title for a new note, related notes appear below, letting users file information there if they choose.

Likewise, if a search reveals nothing, one need simply press return to create a note with the appropriate title. Its unique advantages are as follows:

Major Features:

  1. Modeless Operation
    Searching for notes is not a separate action; rather, it is the primary interface.
  2. Incremental Search
    Searching encompasses all notes' content and occurs instantly with each key pressed.
  3. Transparent Encryption
    All information is compressed and encrypted (enabled optionally) before it is recorded to disk.
  4. Mouseless Interaction
    Notational Velocity's window was designed for keyboard input above all else, and thus has no buttons.
  5. Data Instead of Documents
    There is no manual "saving" in Notational Velocity; all modifications take effect immediately.

Enhancements:

  • Option to maintain/synchronize notes as text files for Spotlight and/or text editor access
  • More robust and space-efficient database with encrypted, compressed write-ahead logging
  • On-demand mounting of disk images and servers when loading the database
  • Optional AES encryption with variable-strength key derivation
  • Styled text editor supports font-independent formatting, an alternative to "rich text"
  • Partial word-by-word or full-phrase searching
  • Highlighting of found words
  • Multiple-note selections and sorting by different criteria
  • Support for input methods and unicode searching
  • Basic support for editing structured text and code
  • Per-note undo histories
  • Importing of additional file types, including the Mac OS X Stickies database
  • "Paste clipboard as new note" command grabs the current web context
  • URL and email address recognition
  • Universal binary
Requirements: Mac OS X 10.3.9-10.6

<<less
Download (709.1KB)
Added: 2009-09-10 License: Freeware Price: Notavailable
downloads
Chrysalis-B 1.04

Chrysalis-B 1.04


Chrysalis-B is a new and fascinating real-time causal pace evolution widget/game which you can not ignore. more>>

Chrysalis-B 1.04 is a new and fascinating real-time causal pace evolution widget/game which you can not ignore.

You start with nothing but plants and dirt. By figuring out the right temperature that promotes growth/evolution you must guide an unknown species through several stages of evolution until it hopefully evolve into the Elders.

Requirements: Mac OS X 10.4 or later.


<<less
Download (6.6MB)
Added: 2007-12-12 License: Free Price:
downloads
 
Other version of Chrysalis-B
Chrysalis-B 1.0.4Reflective Layer - Chrysalis-A is a real-time causal pace evolution widget ... Chrysalis-B. Chrysalis-A is a real-time causal pace
Price: FREE
License:Freeware
Download (6.6MB)
212 downloads
Added: 2007-12-15
Chrysalis-B 1.0.3Reflective Layer - Chrysalis-A is a real-time causal pace evolution widget
License:Freeware
Download (6.7MB)
838 downloads
Added: 2007-07-10
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2