Main > Free Download Search >

Free objective modula 2 software for linux

objective modula 2

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 6438
Hex-a-hop 1.00

Hex-a-hop 1.00


Hex-a-hop is a puzzle game based on hexagonal tiles. more>>
Hex-a-hop is a puzzle game based on hexagonal tiles. There is no time limit and no real-time elements.

The objective is simply to destroy all the green hexagonal tiles on each of the 100 levels. As you progress through the game, more types of tiles are introduced which make things more difficult and interesting (hopefully).

The project is built on top of SDL, which is an open-source layer for direct media access.
<<less
Download (0.80MB)
Added: 2007-06-14 License: Other/Proprietary License Price:
1245 downloads
Objective Modula-2 1.00 (Language Definition)

Objective Modula-2 1.00 (Language Definition)


Objective Modula-2 programming language is a hybrid between Smalltalk and Modula-2. more>>
Objective Modula-2 programming language is a hybrid between Smalltalk and Modula-2 based on the object model and runtime of Objective-C.

The design is an example how native Cocoa/GNUstep support can be added to static imperative programming languages without implementing a bridge.

The projects scope encompasses the design of the Objective Modula-2 programming language and the implementation of a compiler to implement it. The initial compiler will generate Objective-C source code.
<<less
Download (0.23MB)
Added: 2007-07-21 License: (FDL) GNU Free Documentation License Price:
516 downloads
 
Other version of Objective Modula-2
Objective Modula-2 1.00 (Reference Implementation)Objective Modula-2 1.00 (Reference Implementation)Objective Modula-2 1.00 (Reference Implementation) Objective Modula-2 programming language is a hybrid between Smalltalk and Modula
License:(FDL) GNU Free Documentation License
Download (0.019MB)
825 downloads
Added: 2007-07-21
Google Data Objective-C Client 1.1.0

Google Data Objective-C Client 1.1.0


Google Data Objective-C Client provides a framework and source code that make it easy to access data through Google Data APIs. more>>
Google Data Objective-C Client provides a framework and source code that make it easy to access data through Google Data APIs.
The Google data APIs provide a simple protocol for reading and writing data on the web. Many Google services provide a Google data API.
Each of the following Google services provides a Google data API:
- Base
- Blogger
- Calendar
- Spreadsheets
- Picasa Web Albums
- Notebook
Additional services with Google data APIs that are not yet supported by the Objective-C Client Library:
- Code Search
- Google Apps Provisioning
<<less
Download (0.60MB)
Added: 2007-08-08 License: The Apache License 2.0 Price:
810 downloads
The Objective Caml 3.08.4

The Objective Caml 3.08.4


Caml is a general-purpose programming language, designed with program safety and reliability in mind more>>
Caml is a general-purpose programming language, designed with program safety and reliability in mind. It is very expressive, yet easy to learn and use. Caml supports functional, imperative, and object-oriented programming styles.

It has been developed and distributed by INRIA, Frances national research institute for computer science, since 1985.

The Objective Caml system is the main implementation of the Caml language. It features a powerful module system and a full-fledged object-oriented layer.

It comes with a native-code compiler that supports numerous architectures, for high performance; a bytecode compiler, for increased portability; and an interactive loop, for experimentation and rapid development.
<<less
Download (2.3MB)
Added: 2005-08-26 License: GPL (GNU General Public License) Price:
850 downloads
distcc 2.18.3

distcc 2.18.3


distcc is a fast and simple distributed C/C++/ObjC compiler. more>>
distcc is a program to distribute builds of C, C++, Objective C or Objective C++ code across several machines on a network.

distcc should always generate the same results as a local build, is simple to install and use, and is usually much faster than a local compile.

distcc does not require all machines to share a filesystem, have synchronized clocks, or to have the same libraries or header files installed.

They can even have different processors or operating systems, if cross-compilers are installed.
<<less
Download (0.33MB)
Added: 2005-04-13 License: GPL (GNU General Public License) Price:
1662 downloads
objc 3.2.8

objc 3.2.8


objc distribution consists of the VICI, interactive Objective-C debugger and interpreter objc, the actual compiler. more>>
objc distribution consists of the "VICI", interactive Objective-C debugger and interpreter "objc", the actual compiler.

Consists of driver script ("objc") and binary ("objc1").
"objc1" is a precompiler for C.
The binary "postlink" is used
for preparing tables for runtime initialization.
"objcrt", the Objective C Runtime Library for "objc"

This is a modern, portable, "all C" Objective C runtime

Theres absolutely no assembly language needed, nor is there a dependency on stack layout, register allocation conventions etc.

Most other runtimes, were derived from pre-"all C"-Stepstone runtimes, so this is an important point of difference.

"objpak", the "Object Pak" Objective C Collection Classes

Simple, powerful set of classes. Very portable.
Can be used to develop with different compilers, then
port with objc. Compatible with ICpak101, the collection class library described in Brad Cox book, and used by existing Objective-C packages that were developed with Stepstone objc.

"cakit", the "Computer Algebra Kit" Objective C classes

Small, concise, interface to a large set of classes for polynomial computing and arbitrary precision integer arithmetic.

Source of compiler and "oclib", a set of Objective C classes for parsing C (and the Objective C extensions to C)

"objc" and "vici" are written in Objective C itself. Its all written in portable Objective C : any Objective C compiler should be able to compile the "objc" compiler. From time to time, we try a configure with other Objective-C compilers, to ensure that our sources are still compatible with e.g. Stepstone Objective C compiler.

NOT included is a C compiler : in order to be able to use "objc", you will need to elsewhere find a compatible C compiler. This should be no problem since one of our goals - see below - is to make "objc" work with as many C
compilers as possible. On UNIX systems, the (free) "gcc" compiler is a possibility (not needed, but possible). Another possibility, is to use the (free) "lcc" compiler or the "tcc" TDF compiler system.

Installation:

Read the Install.txt file.

IMPORTANT : if this is a first-time installation, you have to start by installing the bootstrap package; do not install this package until you have installed the bootstrap package.

For every release, there is an objc-x.y.z.tar.gz package and an objc-x.y.z-bootstrap.tar.gz package.
<<less
Download (0.86MB)
Added: 2007-02-15 License: GPL (GNU General Public License) Price:
984 downloads
Objective-C Foundation Classes 0.7.1

Objective-C Foundation Classes 0.7.1


Objective-C Foundation Classes is an Objective-C library. more>>
Objective-C Foundation Classes is an Objective-C library.
It contains general purpose classes for easier development of applications, in areas such as data types, network, C library wrappers, collections, and compound classes.
The classes in the library are grouped in five clusters:
- DataTypes - integer, text string, fraction, bitarray, date/time, random generators, big integer, big double ...
- Collections - array, list, hash table, AVL and n-tree, circular array, graph ...
- Network - TCP/UDP server and client, HTTP client, Telnet client ...
- C-library wrappers - DBM, socket, MD5, regular expression, timer, file, directory, gzip and bzip2 file, text screen ...
- Compound - Argument parser, calendar, finite state machine, tokenizer, XML tree, discrete distribution, objective-c source tokenizer ...
Enhancements:
- A new class (DBigFraction) and a new protocol (DBitArithmetic) have been added to the library.
- There are also several bugfixes related to 64-bit platforms.
- The copy-constructor support has been improved, and as a result all collections can now be (deep) copied.
- There are some small bugfixes, and several classes have been extended with new methods.
<<less
Download (0.74MB)
Added: 2006-07-27 License: GPL (GNU General Public License) Price:
1196 downloads
LablGTK 2.6.0

LablGTK 2.6.0


LablGTK is a GTK+ bindings for Objective Caml. more>>
LablGTK is a GTK+ bindings for Objective Caml.

LablGTK is an OCaml library wrapping the GTK+ API. It uses the rich type system of Objective Caml to provide a strongly typed, yet very comfortable, object-oriented interface to GTK+.

It also has support for libgnomecanvas, libpanel, librsvg, GtkGLArea and the Druid widget in libgnomeui.

It is still under development, but already fully functional. All widgets (but one) are available, with almost all their methods. The GLArea widget is also supported in combination with LablGL. LibGlade and GdkPixbuf support is also included for both versions. LablGTK2 adds support for gnomecanvas, librsvg and libpanel Many examples are provided.

Objective Caml threads are supported, including for the toplevel, which allows for interactive use of the library.

<<less
Download (0.64MB)
Added: 2006-01-26 License: LGPL (GNU Lesser General Public License) Price:
1367 downloads
Pantomime 1.2.0pre3

Pantomime 1.2.0pre3


Pantomime project provides a set of Objective-C classes that model a mail system. more>>
Pantomime project provides a set of Objective-C classes that model a mail system. It is fully written in Objective-C (some very small parts in C where performance is critical), and is part of GNUMail.app.
Software that uses the Pantomime framework :
- Kodak EasyShare
- Dejal Simon
- GNUMail.app
- Mail Watch
- PriorityMail
- LuserNET
- SMARTReporter
- Balzac
- Phlink
- iSightWeb
- PhoneValet
- PhoneHerald
- Eggplant
- DEVONthink
<<less
Download (0.44MB)
Added: 2007-02-06 License: LGPL (GNU Lesser General Public License) Price:
992 downloads
GToolKit 0.9.5

GToolKit 0.9.5


GToolKit is a (relatively) small library that implements a simple and easy to use Objective-C interface to the GTK+ widget set. more>>
GToolKit project is a (relatively) small library that implements a simple and easy to use Objective-C interface to the GTK+ widget set.

GTK+, which stands for The Gimp Toolkit, is a library for creating graphical user interfaces for the X Window System and MS Win32 (and maybe BeOS in the future).

There are already a number of different Objective-C interface libraries around and each one has its own features, so you have to decide for yourself which one to try and use.

<<less
Download (0.37MB)
Added: 2006-08-24 License: GPL (GNU General Public License) Price:
1156 downloads
Brickwork 1.0.1-2

Brickwork 1.0.1-2


Brickwork is an application framework intended for easy implementation of Tetris-like games. more>>
Brickwork is a framework for Tetris-like games. A sample implementation of the standard Tetris game is included in the framework.
At the moment Brickwork is usable for fast prototyping of games which involve a 2D block falling into a 2D pit. The release package contains some initial implementation for a "Coloris"-like game (sometimes referred to as "Jewels" or such) where the objective is to place the blocks so that lines of three or more cells of the same colours are formed.
Feel free to e-mail me for comments. The framework is under work and I appreciate all input grately! My e-mail address is below. Remove the obvious part before sending.
Enhancements:
- Removed Java 1.5 dependencies.
- Added nex block preview window.
<<less
Download (0.10MB)
Added: 2006-01-11 License: BSD License Price:
1383 downloads
LocalCaml 0.2.0

LocalCaml 0.2.0


LocalCaml is a library for producing localized text from message catalogs. more>>
LocalCaml is an Objective Caml library that facilitates software internationalisation by producing localised text from message catalogs.
Main features:
- Translations are written using CamlTemplate, a general-purpose templating language; they can therefore use conditional logic to adapt sentence structure and morphology to the parameters they are given.
Translators can write template macros to simplify the handling of grammatical agreement.
- Since parameters passed to templates are named, the order of parameters in a translation can be different from the order used in the original text.
- Since message text is stored in XML files instead of in source code, it can contain the full range of Unicode characters, rather than the subset allowed in OCaml source code (ISO-8859-1). It should also be easy to make catalog editing tools for translators.
<<less
Download (0.060MB)
Added: 2005-10-07 License: GPL (GNU General Public License) Price:
1478 downloads
sget 0.1

sget 0.1


SGet is a GTK+ application to download files over the Internet by segments. more>>
SGet is a GTK+ application to download files over the Internet by segments, which makes the download process more efficient in most cases.

On this project, the final objective is to write a program to download files over the net by segments, wich offers a improved speed for downloads.
<<less
Download (0.20MB)
Added: 2006-06-20 License: GPL (GNU General Public License) Price:
1222 downloads
X11Blocks 0.0.1

X11Blocks 0.0.1


X11Blocks package is an Objective-C Block oriented X Window System Toolkit. more>>
X11Blocks package is an Objective-C Block oriented X Window System Toolkit.

X11Blocks is a layer above "Xlib" (version 11) and provides functionality that is similar to the "Xt" (X Intrinsics) and Xaw widget libraries.

Whereas much of the X Intrinsics is dedicated to implementing a classing system in C, X11Blocks uses Objective-C (an extension of C) for this purpose.

X11Blocks makes extensive use of Objective-C "Blocks", where Blocks play a role similar to callbacks in the Intrinsics.

Objective-C Blocks, also known as Block closures or Action Expressions, are pieces of code represented by instances of an Objective-C class (called Block) for delayed evaluation.

For example, the action in a "MenuItem" object is a Block.

Blocks are useful for "event-based" programming and offer a significant advantage over "callbacks" in that Blocks can refer to and alter the context in which a Block was created.
<<less
Download (0.050MB)
Added: 2007-02-15 License: GPL (GNU General Public License) Price:
981 downloads
grafist 2.0.0

grafist 2.0.0


Grafist is a bandwidth utilization viewer. more>>
Grafist is a bandwidth utilization viewer. It gets the bandwidth utilization information for network interfaces from the /proc/net/dev file in 15-second periods, and stores it in four data files.
Run "grafist". This will wait the minute to be 0 in modula 5. The results may be seen at http://server_address/grafist/index.php. Also you can select the language at runtime like this "http://server_address/grafist/index.php?lang=LANGUAGE" where LANGUAGE is one of the languages that are supported by grafist.
If you want it to start automaticly when the system start, you should add "grafist &" to /etc/rc.d/rc.local or /etc/init.d/
Enhancements:
- defs.inc has been updated to defs.inc.php so that some parameters can be changed in this file
- Added the ability to set a scaling value for graphing at install time and run time (by editing defs.inc.php)
- Added the ability to set an integer value for viewing N times bigger of a graph when its image receives a click event (this value can be supplied at install time and run time (by editing defs.inc.php))
- Added the ability to set the "method" parameter at install time and run time (by editing defs.inc.php)
<<less
Download (0.010MB)
Added: 2006-06-28 License: GPL (GNU General Public License) Price:
1213 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5