Main > Free Download Search >

Free bytecode software for mac

bytecode

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 8
jbytecode 0.4

jbytecode 0.4


Free and open source Java bytecode disassembler for your Mac more>> Free and open source Java bytecode disassembler for your Mac

jbytecode is a Java bytecode disassembler/assembler written in Python.
Dissasembly code is aligned with Java bytecodes in the class file so modification and re-assembly is always possible, even when class is obfuscated.

Enhancements
- Code refactoring.

<<less
Download (22KB)
Added: 2009-06-10 License: GPL Price: FREE
193 downloads
Objectscript 2.10.4

Objectscript 2.10.4


Objectscript is an object-oriented programming language more>>
ObjectScript is a general purpose object-oriented programming language.It is designed to be simple to learn, easy to use, yet still powerful,combining the convenience of an interactive interpreter with many of the features of Java:a simple java-like syntaxjavadoc supportclass system, with single inheritanceprivate/protected/public fields and methodsexceptionssynchronization and threadingcompiles to bytecode for higher performance.
Main features:
- a simple java-like syntax
- class system, with single inheritance and mixins
- private/protected/public fields and methods
- exceptions for error handling
- synchronization and threading
- compiles to bytecode for higher performance
- osdoc: a javadoc-like tool to extract API documents
- from src code, plus API docs accessible reflectively
- XML-RPC support
- Windows COM support
- regular expressions (requires java v1.4 or later)
- Plus, its free!
Enhancements:
- command line debugger: when invoking a script from the command line, you can use the --breakpoint (or -b) argument, followed by file and line number, to set one or more breakpoints.
- build: it should now be possible to compile with JDK 1.5.0 (Java 5.0)
- arrays: add pkg.array API with methods, such as newByteArray(len), to construct java arrays. Java arrays are not copied when passed to java code, so therefore if the java method writes into the array, the script code can see the result.
<<less
Download (7.2MB)
Added: 2006-07-17 License: Freeware Price:
1194 downloads
librep 0.17.4

librep 0.17.4


A shared library implementing a Lisp dialect more>>

librep 0.17.4 A offers you a perfect and useful shared library implementing a Lisp dialect which is lightweight, reasonably fast, and highly extensible. librep contains an interpreter, byte-code compiler and virtual machine.

Applications may use the interpreter as an extension language, or it may be used for standalone scripts. The Lisp dialect was originally inspired by Emacs Lisp. However one of the main deficiencies of elisp--the reliance on dynamic scope--has been removed. Also, rep only has a single namespace for symbols.

Major Features:

  1. Bytecode compiler and virtual machine
  2. Choice of lexical and dynamic scope for variables
  3. Single name space for symbols
  4. A module system (modeled largely on Scheme48)
  5. Support for running Scheme code (currently targets r4rs)
  6. Tail-call elimination
  7. Mostly Scheme-like numbers (bignums, rationals, floats)
  8. Supports call-with-current-continuation
  9. Software preemptive threading
  10. Mostly Perl-like regular expression handling
  11. Extensible type, I/O and file handling
  12. Shared objects (a.k.a. plugins) appear as lisp libraries to the user
  13. Comprehensive support for spawning and controlling subprocesses

Enhancements:

  • Don't ignore datarootdir setting
  • Fixed an aclocal warning from configure.in
  • Improved configures ending message
  • Doc update in Numbers section. Lacking description on machine
  • dependence is added. [Teika]
  • Remove tar target from Makefile [Ritz]
<<less
Download (807KB)
Added: 2009-05-14 License: GPL Price: FREE
11 downloads
csImageResizer

csImageResizer


Free utility for resizing jpg files more>>

ActiveTcl is the industry-standard Tcl distribution, available for Windows, Linux, Mac OS X, Solaris, AIX and HP-UX. Developers worldwide rely on ActiveTcls completeness and ease-of-use, while corporate users protect their infrastructure and stay competitive with quality-assured ActiveTcl business solutions. ActiveTcl is 100% compatible with the reference distribution of Tcl. Code tested with ActiveTcl will run on any Tcl installation that has the appropriate extensions installed.
ActiveState is committed to making Tcl easy to install and use on all major platforms. This release of ActiveTcl brings you the most stable release of Tcl in binary form. It also includes several of the most popular extensions pre-compiled and ready to use. Beginning with this release, we distribute and install the demos and examples of the various packages.
ActiveState also provides business solutions of dynamic languages, including enterprise distributions and OEM licensing, that offer guaranteed stability, expert support, unparalleled quality and cost-efficiency to organizations.

Requirements: Mac PowerPC or Intel architectures, Minimum OS X 10.3 (PowerPC), Minimum OS X 10.4 (Intel)

Whats new in this version: ActiveTcl 8.5 now runs 10% faster than the previous version, due to bytecode optimizations, object caching and reduced memory usage. Developers will also benefit from richer time and date tools including year-2038 compliance, and a new and simpler module packaging standard.

<<less
Download (1.7MB)
Added: 2009-06-04 License: Freeware Price: FREE
209 downloads
AppBackup 1.0.3

AppBackup 1.0.3


Allows you to back up your App Store applications. more>> Allows you to back up your App Store applications.

AppBackup is a program for the iPhone/iPod touch that lets you back up and restore the saved data and settings for your App Store apps.
To back up one app, open AppBackup, select the app, and then select Backup. To restore an app, select it and then select Restore. (If there is no restore option, then it hasnt been backed up yet.) To back up all apps at once, tap All at the top-left of the screen, and select Backup. To restore all apps that have been backed up at once, tap All and select Restore. In order to access this option you need at least one app backed up.

System requirements:
- A jailbroken iPhone or iPod touch running iPhoneOS 2.0 or later, with Cydia.
- At least one App Store app.

Enhancements
- Added German and Swedish translations.
- Uses date format according to users locale and preferences.
- Source is now compiled into optimized Python bytecode to run a little quicker; this may fix some crashing problems people have been having, especially after updating to 2.1.
- Changes to UI: All and About buttons moved to bottom; buttons in dialogs are now on separate rows. This is to better support translated strings.
- Sorting of apps in the list is now done case-insensitively.

<<less
Download (28KB)
Added: 2008-10-01 License: Freeware Price: FREE
201 downloads
GHC 6.10.1

GHC 6.10.1


Free and open source compiler for the functional language Haskell more>> Free and open source compiler for the functional language Haskell

GHC is a state-of-the-art, open source, compiler and interactive environment for the functional language Haskell.
NOTE: GHC is licensed and released under the The Glasgow Haskell Compiler License.

Main features:
- GHC supports the entire Haskell 98 language plus a wide variety of extensions.
- GHC generates fast code, particularly for concurrent programs. Why not take a look at GHCs performance on The Computer Language Shootout Bechmarks, and some comments on Haskell by the current organiser of the shootout, Brent Fulgham.
- GHC works on several platforms including Mac OS X, Windows and most varieties of Unix, and several different processor architectures. There are detailed instructions for porting GHC to a new platform.
- GHC has extensive optimisation capabilities, including inter-module optimisation.
- GHC compiles Haskell code either by using an intermediate C compiler (GCC), or by generating native code on some platforms. The interactive environment compiles Haskell to bytecode, and supports execution of mixed bytecode/compiled programs.
- Profiling is supported, both by time/allocation and various kinds of heap profiling.
- GHC comes with a wide range of libraries.

System requirements:
- Apples Xcode (for compiling the distribution)

<<less
Download (94MB)
Added: 2008-11-16 License: Freeware Price: FREE
187 downloads
jclasslib 3.0

jclasslib 3.0


jclasslib - Open source Java bytecode viewer that visualizes all aspects of a compiled Java class file more>> By DVD To iPod Converter is perfect converter software for MAC, and it has user friendly interface. DVD To iPod Converter can help you convert DVD to iPod video MP4 format, DVD to iPhone, and DVD to iPod audio formats like MP3, M4A and AAC with high quality and fast speed.By comparison with other DVD to iPod Converter tools , DVD To iPod Converter much easier to use, providing higher level customization, because it permit convert DVD to iPod video by customizing file size, ripping any segment of DVD, selecting target subtitle and audio track, etc.
Free download DVD to iPod Converter to have a try it now!
<<less
Download (2.2MB)
Added: 2008-04-09 License: GPL Price: FREE
205 downloads
web2py 1.65.7

web2py 1.65.7


web2py functions as a free and open source full-stack enterprise framework for agile development of quick, scalable, secure and portable database-driven web-based applications. more>>

web2py 1.65.7 functions as a free and open source full-stack enterprise framework for agile development of quick, scalable, secure and portable database-driven web-based applications.

The best way to understand web2py is to try it. You can try it online here. This online version is identical to the actual web2py although some functions are disabled for security reasons.

web2py was inspired by Ruby on Rails and, as Rails, it focuses on rapid development and follows a Model View Controller design. web2py differs from Rails because it is based on Python (thus it is faster and more scalable), because it provides a comprehensive web-based administrative interface (thus there is no need to ever type shell commands unless you wish), includes libraries to handle more protocols (for example XML-RPC and RSS feeds), and can run on the Google App Engine.

web2py was also inspired by Django and, as Django, it has the ability to generate forms from database tables and it includes an extensive set of validators. web2py differs from Django because it is more compact, easier to learn and does not have any project-level configuration files.

web2py is less verbose than Java-based frameworks and its syntax is much cleaner than PHP-based frameworks. This makes applications simpler to developer, easier to read and maintain.

Major Features:

  1. Runs on Mac, Linux, Windows, Windows Mobile, and on the Google App Engine
  2. Requires no installation and can run off a USB drive
  3. Has no configuration files. You just unzip it and click on it
  4. Includes a multi-threaded wsgi-compliant web-server (also works with Apache and others)
  5. Includes a transaction-safe relational database (sqlite)
  6. Includes a web-based integrated development environment (demo)
  7. Includes a ticketing system to help you debug deployed applications
  8. Includes a sophisticated Database Abstraction Layer that can handle joins, left joins, nested selects, aggregates, transactions and distributed transactions. Writes SQL code for you, transparently and in real time, for SQLite, PostgreSQL, MySQL, MSSQL, FireBird, Oracle and IBM DB2 (since 1.58)
  9. Automatically generates a web-based database administrative interface for your applications
  10. Prevents the most common types of vulnerabilities: Cross Site Scripting, Injection Flaws, and Malicious File Execution
  11. Enforces good Software Engineer practices (Model-View-Controller design, Server-side form validation, postbacks)
  12. Includes internationalization support and a web based translation interface
  13. Includes functions for caching in ram, disk, memcache and combinations thereof
  14. Includes libraries for Authentication (login, logout, registration, change password, etc.)
  15. Includes libraries for Authorization (Role Based Access Control)
  16. Includes libraries to generate and process Create/Update forms directly from a database
  17. Includes libraries to handle HTML, ATOM, RSS, RTF, JSON, AJAX, XML-RPC, CSV, REST, WIKI
  18. Works with Flash/Flex via PyAMF and Google Web Toolkit via Pyjamas
  19. Includes jQuery for Effects and Ajax
  20. Includes a powerful Python-based template language to render objects into HTML or other text-based protocols
  21. Handles automatically upload and download streaming for large media files
  22. Includes portable cron mechanism for creating and running recurrent tasks in background
  23. Allows to bytecode-compile applications and distribute them in closed source
  24. Backward compatibility is guaranteed for the web2py API since 1.0
<<less
Download (24MB)
Added: 2009-07-31 License: GPL Price: FREE
downloads
 
Other version of web2py
web2py 1.64.1creating and running recurrent tasks in background - Allows to bytecode-compile applications and distribute them in closed source - Backward compatibility is guaranteed for the web2py API
Price: FREE
License:GPL
Download (23.9MB)
187 downloads
Added: 2009-06-12
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1