Search Tech Arena

Loading

Internet Download Manager 6.0.7 Fully cracked

nternet Download Manager has a smart download logic accelerator that features intelligent dynamic file segmentation and safe multipart downloading technology to accelerate your downloads. Comprehensive error recovery and resume capability will restart broken or interrupted downloads due to lost connections, network problems, computer shutdowns, or unexpected power outages. Simple graphic user interface makes IDM user friendly and easy to use Download Accelerator

Call of Duty : Modern Warfare 3 (2011) Full Pc Game

Call of Duty Modern Warfare 3 | Publisher: Activision Blizzard | Developer: Infinity Ward | Genre: Shooting / FPS | Platform: PC | Languages: English, German, Italian, Spanish, French| Size: 13:83 GB | Release Date: 2011-11-09

Need For Speed : The Run (2011)

Need For Speed The Run | Publisher: Electronic Arts | Developer: Black Box | Genre: Driving | Platform: PC | Size: 14.96 GB | Release Date: 11/2011

Showing posts with label Programming Tools. Show all posts
Showing posts with label Programming Tools. Show all posts

Wednesday, October 12, 2011

Microsoft Visual Studio 2010.Professional



What is Visual Studio?
 Microsoft Visual Studio is a powerful IDE that ensures quality code throughout the entire application lifecycle, from design to deployment. Whether you’re developing applications for SharePoint, the web, Windows, Windows Phone, and beyond, Visual Studio is your ultimate all-in-one solution.

Do More Of What You Love With Visual Studio 2010 Professional 
With Visual Studio 2010 Professional, you can spend less of your day at the office and more of it enjoying what really matters to you.

Why upgrade to Visual Studio 2010?
Because life runs on code. Customize your workspace with multiple monitor support. Develop powerful applications for SharePoint and the Web. Target multiple versions of the .NET Framework with the same tool. Plus much more.
#Software Requirements

Visual Studio 2010 can be installed on the following operating systems:
* Windows XP (x86) with Service Pack 3 - all editions except Starter Edition
* Windows XP (x64) with Service Pack 2 - all editions except Starter Edition
* Windows Vista (x86 & x64) with Service Pack 1 - all editions except Starter Edition
* Windows 7 (x86 & x64)
* Windows Server 2003 (x86 & x64) with Service Pack 2
* Windows Server 2003 R2 (x86 & x64)
* Windows Server 2008 (x86 & x64) with Service Pack 2
* Windows Server 2008 R2 (x64)

Supported Architectures:
* 32-Bit (x86)
* 64-Bit (x64)

Hardware Requirements
* Computer that has a 1.6GHz or faster processor
* 1024MB RAM
* 3GB of available hard disk space
* 5400 RPM hard disk drive
* DirectX 9-capable video card that runs at 1280 x 1024 or higher display resolution
* DVD-ROM Drive

Good News - This is full version!


Mirror 1 (Torrent Link)
Download Now
Size : 2.19 GB 

Tuesday, October 11, 2011

Turbo C++ 3.0

General Information
The Turbo C++ IDE (aka Turbo C++ 3.0) is a developer environment created by Borland Corp in 1992 to enable programmers to write C/C++ programs. Turbo C++ (version 3.0) first came as an MS-DOS compiler, supporting C++ templates, object oriented programming, generation of DOS & protected mode executables, as well as generation of code targeting specific legacy CPUs, such as Intel 80186.

- Just download and install if you face an error saying "The system is not suitable for running MS-DOS and Microsoft applications error."
then follow these steps to run the turbo c++.

Steps :
The below steps will restore the autoexec.nt, config.nt and command.com files from the Windows XP CD. In order to do this you must have the Microsoft Windows XP CD.
1- Insert the Microsoft Windows XP CD into the computer.
2- Click Start, Run, type cmd and press enter to open the MS-DOS window.
At the MS-DOS prompt, type the below lines. If completed successfully, you should see a message indicating the file was copied and not an error.

expand D:\i386\autoexec.nt_ c:\windows\system32\autoexec.nt
expand D:\i386\config.nt_ c:\windows\system32\config.nt
expand D:\i386\command.co_ c:\windows\system32\command.com

Note: In the above examples we are pointing to the "D:" drive for the CD-ROM, some computers with other drive letters may have the CD-ROM drive as a different letter. If this is the case, substitute "D:" with the letter of your CD drive.
Once the above files have been successfully copied, type "exit" to close the MS-DOS window.

Download Now

Thursday, October 6, 2011

IBM Cross-Organizational Application Collage Programming Model 6.2

 

A declarative programming model and supporting run-time environment expressly geared toward building and deploying cross-organizational software as compositions of Web components IBM Cross-Organizational Application Collage Programming Model is based on a uniform, end-to-end, RDF (Resource Description Framework) data model and data-driven execution model. This programming model has flexible support for cross-organizational, finely-tuned composition of both application and user interface (UI) components, and it uses recursive MVC (Model View Controller) as an encapsulation mechanism. Get IBM Cross-Organizational Application Collage Programming Model and give it a try to see how useful it can be for you!

Download Program Now

Super AJAX Programming Seed 1.0

Super AJAX Programming Seed - A free AJAX programming platform

Super AJAX Programming Seed is a tight little application that will illustrate a simple implementation of AJAX technology using HTML and PHP and offers suggestions for how to use the technology to make super-dynamic web applications from scratch. It's a lot of fun and after seeing how simple it is you'll never stop coming up with new ways to use it.

Download Now

Utilities.NET 1.0


A collection of helpers and components for solving programming tasks

The Utilities.NET package provides a collection of helpers and components for quickly solving common .NET programming tasks.

Areas covered include:

- Collections
- Configuration
- Type converters
- Database
- Email
- Files and streams
- Events
- Validation
- Reflection
- Resources
- Services
- Testing
- Text
- Threading
- Web and ASP.NET
- Xml

Download Now

Portable Python 3.2.0.1


This is the portable version of Python programming language

Portable Python is a Python programming language preconfigured to run directly from a portable device such as a memory stick, thus providing you a portable programming environment at any time.

One of the most powerful dynamic programming languages that is used in a wide variety of application domains and is used at many companies and institutions around the world (YouTube, Google, NASA, Firaxis Games, etc.).

Python is used for many different applications. It's used in some high schools and colleges as an introductory programming language because Python� is easy to learn, but it's also used by professional software developers. Portable Python includes Django web application framework so you can build Web sites.

Download Python Software Now

NC Neko 1.8.2

A high-level dynamically typed programming language which can also be used as an embedded scripting language

Neko is not only very easy to learn and use, but also has the flexibility of being able to extend the language with C libraries. You can even write generators from your own language to Neko and then use the Neko Runtime to compile, run, and access existing libraries.

If you need to add a scripting language to your application, Neko provides one of the best tradeoffs available between simplicity, extensibility and speed.

Neko allows the language designer to focus on design whilst reusing a fast and well constructed runtime, as well as existing libraries for accessing filesystem, network, databases, xml...

Neko has a compiler and virtual machine. The Virtual Machine is both very lightweight and extremely well optimised so that it can run very quickly. The VM can be easily embedded into any application and your libraries are directly accessable using the C foreign function interface.

The compiler converts a source .neko file into a bytecode .n file that can be executed with the Virtual Machine. Although the compiler is written in Neko itself, it is still very fast. You can use the compiler as standalone commandline executable separated from the VM, or as a Neko library to perform compile-and-run for interactive languages.

Neko comes with several libraries. One of these is mod_neko, which embeds the Neko Virtual Machine into the Apache web server, so you can use Neko to generate webpages.


Neko is a high-level dynamically typed programming language which can also be used as an embedded scripting language. It has been designed to provide a common runtime for several different languages.

Download Now

Logtalk 2.42.3


License : Freeware

An object-oriented logic programming language

Logtalk is an object-oriented logic programming language that can use most Prolog implementations as a back-end compiler. As a multi-paradigm language, it 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.

Give Logtalk a try to see what it's really capable of!

What's New in This Release: 
· Allow dynamic predicates declared in a category to be called in "this" from within the category. In previous versions, such calls would result in a compile-time error, forcing these predicates to be called in "self" using the ::/1 message sending control construct).
· Added Logtalk compiler support for pre-compiled clause heads (using the 1 control construct). This feature is mostly useful when using the term-expansion mechanism.
· Corrected a bug on the code that simplifies the predicate clauses generated by the compilation of grammar rules. The code would loop when a grammar rule contained a meta-variable, which the Logtalk compiler should (but currently don't) report as illegal (the call/1 control construct should be used instead on this case).
· Simplified the compilation of calls in the context of the pseudo-object "user".
 · Added a debugger command "p" to the Logtalk built-in debugger. This command prints the current goal using the print/1 predicate when available.

Download Now 

Hello World Alpha

License : Ms-PL / $0

Get started in any programming language

The Hello World application was designed to be a small, simple program that lets you get started in any programming language.

Requirements:
· NET Framework 2.0

Download Now 

Gentee 3.6.2

License : Freeware

A friendly full-scale and free programming language
Gentee is a friendly full-scale programming language. It can become a reliable assistant in your everyday work. It also is easy-to-master, and can be your first, as well as tenth programming language.

All necessary documentation, examples and a library set are available. Program developers can easily use it in their applications. The compiler and the virtual machine in a single DLL occupy 120 KB.

A programming language Gentee is considered to be a procedural high-level language. Actually, syntax of the language has much in common with the syntax C/C , that helps users master the many features of it quickly in order to write programs in Gentee. Li

Gentee is a free programming language. You pay nothing for using this language (even if you use it in your applications).
Gentee is a powerful tool for automation of different operations. It is better to once spend ten minutes for creating a program, than daily spend one minute for execution of chores.

Gentee is not a scripting language. You can execute your program in the Gentee language right away, but since there are no intermediate codes, you can avoid losses of time required for compilation during reruns, even if those are executed rather quickly. Furthermore, an intermediate code makes the initial program text unavailable.

Gentee is not only a language compiler. Many complete libraries (approximately 400 functions total) are available for working with different types of data. There also are advanced facilities for storing and handling of text data.

Gentee is an easy-to-master programming language, but at the same time its capabilities would not limit your demands in the future, and its syntax would not require anything unnecessary.

Download Now

CIShell 0.4.0

License : Freeware

Features algorithms that are all integrated as OSGi services and can be used by any OSGi compliant system.

The Cyberinfrastructure Shell (CIShell) is an open source, community-driven platform for the integration and utilization of datasets, algorithms, tools, and computing resources. The algorithm integration support has been built in for Java, but also for most of the other programming languages.

Here are some key features of "CIShell":

· A framework for easy integration of new and existing algorithms written in any programming language
Using CIShell, an algorithm writer can fully concentrate on creating their own algorithm in whatever language they are comfortable with. Simple tools are provided to then take their algorithm and integrate it into CIShell with no additional coding.

· A well-defined pool of algorithms and datasets
CIShell clearly defines how algorithms and datasets are integrated into the system to create a pool of algorithms and data. An application may then query for algorithms in this pool and execute them. Many applications/tools can be built and customized for different user groups by utilizing the same pool of algorithms.

· Leveraging open standards
CIShell avoids re-inventing wheels by building on other standards for its specification and reference implementations. It benefits most from the Eclipse family of projects (in particular, the Rich Client Platform and Equinox) and the Open Services Gateway Initiative (OSGi). All CIShell algorithms are integrated as OSGi services and can be used by any OSGi compliant system (including any Eclipse 3.0 or newer based products).

· Choose the way you work
CIShell offers reference applications that build on the pool of algorithms defined by CIShell. Scripting and a Graphical User Interface (GUI) are offered initially with a remoting (peer-to-peer and client-server) architecture, a web front-end, and other interfaces planned. We invite other toolkit developers to build their own applications on top of CIShell's algorithm pool.


Requirements:
· Java version 1.5.0 Release 5 (or greater)

Download Now

Babel-17 0.1


License : GPL / 0$
Last Updated : August 22nd, 2009

A coding language
Babel-17 is both a programming language and a language for writing up formal proofs. It is also an interactive theorem prover based on the Babel-17 language.

Get Babel-17 and test it for yourself to see what it can actually do!

Here are some key features of "Babel-17":
· dynamically typed
· purely functional with strict evaluation
· object-oriented
· support for data encapsulation (this is future work)
· exceptions
· pattern matching
· while and for loops
· built-in support for arbitrary precision integers, lists, maps and sets
· endorses unicode

Download Now 

Euphoria Programming Language 3.1.1

License : Freeware
Last Updated : 6th October, 2011

Programming language easy to learn

The program performs all popular interpreted languages. Complete Reference Manual included. Lots of free example programs with full source. Makes .EXE files. Euphoria is simple and easy to learn.

There's also a Euphoria To C Translator that gives really high speed. An easy-to-use database system is also included. The Web site has over 1200 contributed Euphoria programs with source.

Here are some key features of "Euphoria Programming Language":

· Interpreter for Windows
· Translator for Windows
· Interpreter for DOS
· Translator for DOS
· The complete Euphoria Reference Manual
· The Public Domain source code
· Example programs

Download Now

Java SE Development Kit (JDK) 7.0


License : Freeware
Last Updated : 6th October, 2011

The basic resources you need in order to create apps in Java

The Java Development Kit is a development environment for building applications, components and applets using the Java programming language.

The JDK includes tools useful for developing and testing programs written in the Java programming language and running on the Java platform.

Contents of the JDK

Development Tools
(In the bin/ subdirectory) Tools and utilities that will help you develop, execute, debug, and document programs written in the JavaTM programming language.

Runtime Environment
(In the jre/ subdirectory) An implementation of the Java Runtime Environment (JRE) for use by the JDK. The JRE includes a Java Virtual Machine (JVM), class libraries, and other files that support the execution of programs written in the Java programming language.

Additional Libraries
(In the lib/ subdirectory) Additional class libraries and support files required by the development tools.

Demo Applets and Applications
(In the demo/ subdirectory) Examples, with source code, of programming for the Javaplatform. These include examples that use Swing and other Java Foundation Classes, and the Java Platform Debugger Architecture.

Sample Code
(In the sample subdirectory) Samples, with source code, of programming for certain Java API's.

C header Files
(In the include/ subdirectory) Header files that support native-code programming using the Java Native Interface, the JVM Tool Interface, and other functionality of the Javaplatform.

Source Code
(In src.zip) Java programming language source files for all classes that make up the Java core API (that is, sources files for the java.*, javax.* and some org.* packages, but not for com.sun.* packages). This source code is provided for informational purposes only, to help developers learn and use the Java programming language. These files do not include platform-specific implementation code and cannot be used to rebuild the class libraries. To extract these file, use any common zip utility. Or, you may use the Jar utility in the JDK's bin/ directory:
jar xvf src.zip

Download Now 

EasyEclipse Java 1.3.1.1

License : Freeware
Last Updated : 6th October, 2011

EasyEclipse Desktop Java is for the development of Desktop GUI applications with Swing or SWT.

Here are some key features of "EasyEclipse Desktop Java":

Core components with a JDK:
· Eclipse Platform - Shared platform services from Eclipse
· Java JDK for Windows - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Windows only)
· Java JDK for Linux - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Linux only)

Tools for general Java development:
· Eclipse Java Development Tools - Edit, compile, run, debug, test, refactor, document and deploy Java applications
· Eclipse Tools - Common libraries for various Eclipse projects

Some essential utilities:
· AnyEdit Tools - Useful right-click menus in editors: "Open file under cursor", "Open type under cursor", adds white spaces, tabs, and entities conversions, et cetera.
· Eclipse Utils Plugins - Save the cursor position of editors when closing and re-opening a file. Access common team actions with explorer buttons
· Color Editor - Edit with syntax highlighting over 100+ file formats

Tools for development of Desktop applications in Java:
· Eclipse Visual Editor - Build visual user interfaces for Swing, SWT and Eclipse RCP applications with a graphical editor (Windows, Linux, Mac OS X only)
· EclipseNSIS - Create native windows installers for your applications with NSIS (Nullsoft Scriptable Install System). (Windows only)
· Fat Jar Eclipse plugin - Deploys an Eclipse java project into one executable jar with all dependencies included
· JarPlug - View and edit Java Archive files
· JarLaunch - Run and debug Java Archive files

Download Now

TurboC Patcher 1.6.3

License : Freeware
Last Updated : 6th October, 2011

his application will installs, run or fix any existing TurboC installation.

TurboC Patcher is a small utility that will fix and run Borlands TurboC on the latest versions of Microsoft Windows, such as Vista and 7.

TurboC uses an internal simulation engine originally based on the DOSBox Emulator. This is just a one-click application, whcih lets the user to install a version of TC without any hassles.

Requirements:
· Net Framework 2.0

Downlaod Now 

Twitter Delicious Facebook youtube Stumbleupon Favorites More