Projects tagged ‘jscript’


[43 total ]

4 Users
 

ASTUce is a regression testing framework inspired by the xUnit architecture. This framework is intended for developers who wish to implement unit tests in ECMAScript (ECMA-262) and ActionScript 3. ... [More] ASTUce is also a cross-platform (OS X / Linux / Windows) client that can run your unit tests on the command-line (yeah for real). [Less]
Created about 1 year ago.

2 Users
 

core2 is a library which extends the ECMAScript build-ins objects: Array, Boolean, Date, Error, Function, Number, Object and String.
Created about 1 year ago.

1 Users

jsUnity is a lightweight JavaScript unit testing framework that is context-agnostic. It doesn't rely on any browser capabilities and therefore can be run inside HTML, ASP, WSH or any other context ... [More] that uses JavaScript/JScript/ECMAScript. It's an xUnit framework that currently uses assertion functions borrowed from JsUnit. There are already several unit testing frameworks for JavaScript that are browser-centric. jsUnity aims to just focus on JavaScript as a language that's used beyond the browser context. [Less]
Created 10 months ago.

1 Users
 

AJAX.OOP is a lightweight OOP/Ajax JavaScript framework. Main feature is a fast anf mostly full implemented OOP engine under JavaScript 1.x and tiny weight of code. The goal of the project to ... [More] build OO platform to make Web2.0 components in object-oriented way. [Less]
Created about 1 year ago.

1 Users

Simple to use library that handles a lot of things for you.
Created over 3 years ago.

1 Users

curlIE is an implementation of a subset of the cURL command line interface in JavaScript using the XMLHttpRequest object in the Microsoft Windows Script Host environment. This tool will help you ... [More] to retrieve remote files from a DOS prompt or in batch files. [Less]
Created 12 months ago.

0 Users

Un aplicacion php para la edicion de lugares y rutas entre ellos.
Created 11 months ago.

0 Users

IronScript will be an open-source implementation of Javascript as an engine for use on the Microsoft Dynamic Language Runtime. It is being developed in C# and is inspired by the MyJScript demo. It ... [More] will follow usage and naming conventions similar to its Iron brethren. [Less]
Created 5 months ago.

0 Users

an asp(jscript) framework
Created about 1 month ago.

0 Users

A collection of haxelibs that 'unlock' various JavaScript platforms. note: no sourcecode available yet, I'm hoping to release some preview code soon. If you would like to be informed about this ... [More] release, please subscribe to the discussion group. HaXe is a great programming language that comes with a compiler that compiles your haXe source code to various other formats, one of which is JavaScript. By default, haXe assumes that this JavaScript code will run inside a webbrowser and as such, it generates code that has some dependencies of the webbrowser's native objects. This project removes these dependencies while maintaining compatibility and provides extern classes and some wrapper code to support various JavaScript platforms. It also allows other developers to write their own libraries for other JavaScript platforms. The way this is achieved is through several interdependent libraries in the haxelib format. For now, I haven't uploaded these into haxelib itself because this could create confusion as to how these libraries should be used. My hopes are that haxelib in the future will offer more options so that these libraries can be published on haxelib in a more user friendly way. On top of that, there's a work-in-progress part that makes the JavaScript output more efficient for use with todays rich web applications (AJAX). The JS source gets divided up into separate files per type and optimized for filesize (for efficient transmission to the browser) by stripping whitespace and avoiding repeated code by moving the building of the code structure to runtime. One project manages the required types clientside and gets required types from the server only when they are needed. The server groups types in a single response whenever possible to prevent having to resort to multiple requests by the browser. This allows you to develop streamlined, scalable web applications. In theory, any platform that hosts JavaScript is supported. For now, this project focuses on supporting: All modern browsers Browser extensions Bookmarklets Firefox extensions Chrome extensions Ubiquity plug-ins Desktop widgets Rhino (Java) ActiveScript (JScript, ActiveX) ASP HTA WSC GLUEscript JSDB (which also offers ActiveX) JSLibs And later on, also: Using Rhino Myna HelmaNG EX4D Persevere Nitro Google Web Toolkit V8CGI ESXX Aptana Jaxer JSFL (for scripting Flash Designer) Photoshop If you know of more interesting platforms that offer JavaScript hosting, please let me know. [Less]
Created about 1 month ago.