Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

TextMate ActionScript 3 Bundle

Compare

  Analyzed about 9 hours ago

TextMate Support for ActionScript 3

31.3K lines of code

0 current contributors

over 7 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

Nimble Framework

Compare

  No analysis available

Flex-like GUI-framework (and preprocessor) for haXe/flash10.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: lgpl3

chinese chess jam

Compare

  Analyzed about 12 hours ago

Chinese chess (Xiang Qi) is one of the most popular board games worldwide, being played by approximately one billion people in China, Taiwan,and wherever Chinese have settled. Having a long history, the modern form of Chinese chess was popular during the Southern Song Dynasty (1127–1279 A.D.). ... [More] The earliest record of a Chinese-chess game and a book on the theory of the game originates from that time. [Less]

7.66K lines of code

0 current contributors

about 11 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

as3-logger

Compare

  Analyzed 1 day ago

AS3-Logger is a attempt to provide a unified logging API.

1.73K lines of code

0 current contributors

over 12 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

Qurani

Compare

  Analyzed about 9 hours ago

Adobe Actionscript 3 for AIR/SQLite Quran API

1.74K lines of code

0 current contributors

over 10 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

nemo-lang

Compare

  Analyzed about 21 hours ago

A programming language written in C using Flex and Bison.

5.27K lines of code

0 current contributors

over 8 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This
Tags bison c flex

FlashDump

Compare

  Analyzed about 6 hours ago

5.84K lines of code

0 current contributors

about 11 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

flashls

Compare

  Analyzed about 5 hours ago

HLS Flash Plugin/Player (Chromeless,OSMF,FlowPlayer)

10.5K lines of code

0 current contributors

almost 9 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

xobj

Compare

  No analysis available

The xobj project provides an object reflector between various dynamic languages and XML. Currently, python and ActionScript 3 implementations are available. The source tree is available as a Mercurial repository at http://hg.rpath.com/xobj/ Motivationsxobj was motivated by a few specific goals: ... [More] Make the use of XML for object model interchange between client and server tiers less painful Allow your code to use real typed instances of classes rather than simple generic data structures Treat your code as the definition of schema rather than forcing an XMLSchema driven approach on your code. Read and write XML documents that will pass most XMLSchema structural validation requirements with relatively little effort on your part It is not required to provide an XML schema to use xobj. Custom objects may be used for parts or all of the document, whether or not an XML schema is provided. Schema validation is optional. If new elements show up, they will be preserved across read/write; schema additions will not normally require code changes. Implementation NotesDuring XML decoding, xobj preserves namespaces, element ordering and tracks attributes vs elements so that re-encoded object graphs can comply with most of the common XMLSchema validation requirements. This observed metadata is attached to your object graph rather than hidden out of view. For "whole cloth" generation of XML from object graphs that were not themselves decoded in the first place, you can provide the namespace, elements ordering and attribute metadata declaratively to facilitate XMLSchema conformance. During decoding, xobj uses both the runtime type information available from your classes as well as a typemap you specify to determine the target type for every decoded XML element. During encoding, xobj uses this same runtime information plus additional observed (or provided) metadata to inform the output XML. For ActionScript, xobj decodes XML documents directly into typed instance objects rather than generic Object or ObjectProxy wrappers. This avoids the double-handling of generic objects required by the default SimpleXMLDecoder provided by Adobe Flex. ExamplesFor example, using the ElementTree Python library, you might write something like this: imageItem = x for x in parent if x.tag='image' In this case, imageItem will always be a list, even if it is not defined in the XML schema to be a sequence. Using xobj, you could refer to the image element more directly: parent.image That will be either a single item or a list, depending on the context. Additionally, the image object will be of a class you specify. The unit test cases provide further examples of usage and intended semantics of the xobj methods. [Less]

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: mit

Epoche

Compare

  No analysis available

Epoche lexer is a scanner of C source files. It is intended to be used in lexical analysis of C source programs. Aim is to generate a high quality scanner that will detect lexical errors in C source code and provide clear diagnostic messages.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: gpl3_or_l...