Projects tagged ‘easy’ and ‘library’


[12 total ]

3 Users
 

Purpose FatRat Library is a free and open source OPC DA (Data Access) Server Toolkit. FatRat Library makes it possible to speed up development OPC DA servers. OPC compliance FatRat Library ... [More] supports: IOPCCommon IOPCServer IConnectionPointContainer IOPCItemProperties IOPCBrowseServerAddressSpace IOPCGroupStateMgt IOPCSyncIO IOPCAsyncIO2 IOPCItemMgt IEnumOPCItemAttributes IOPCBrowse IOPCItemDeadbandMgt IOPCItemSamplingMgt IOPCItemIO IOPCSyncIO2 IOPCAsyncIO3 IOPCGroupStateMgt2 System requirements FatRat Library is fully compatible with Windows NT4/2000/XP/2003/Vista. Library can be used with any development environment supporting C++ language. You can use it with Microsoft Visual Studio 2005/2008 (including Express Edition) or MinGW. [Less]
Created about 1 year ago.

2 Users
 

PHPMyGame is a library written in php and JavaScript. It makes text-based game making simple and enjoyable without extra coding. The library is very flexible and easy to use. There is more than one way to do something for new and old developers.
Created over 3 years ago.

2 Users
   

This project serves as a base for Java Graphics Engines. It contains abstract loaders (models, textures, etc.), OpenGL-wrapper, etc. to help you build your own engine and to maintain compatibility ... [More] between your engine and others, which are using JAGaToo. [Less]
Created about 1 year ago.

2 Users
 

pyraknet is a Python UDP game network library which has bindings for RakNet.
Created over 3 years ago.

1 Users
 

Eagle is an abstraction layer atop Graphical Toolkits to make GUI programming as easy as possible. Eagle reaches this by narrowing what's possible to do and providing high level components with easy to use API.
Created over 2 years ago.

0 Users

Django image library is a dynamic library of images that gives you a fast and easy to manage images.
Created 5 months ago.

0 Users

NU TesterAdvantagesThe idea behind the Tester libraries was to introduce a new testing framework that satisfied the abilities of JUnit, but enabled instructors less overhead when introducing test ... [More] cases. The primary complaint was that it was not possible to introduce JUnit when working with Objects, unless the students already had a proficient knowledge of Object equality, class hierarchies, and null. Because that knowledge is limited, at best, an alternative solution was born with the Tester library. When using NU Tester, students write test cases within methods that take a single argument, a Tester. It would resemble something like: boolean testStrings(Tester t){ String wes = "Wes"; return t.checkExpect(wes, "Wes"); }This example would be analogous to an "assertEquals" call inside of a JUnit test case. The primary differences that one would see between these two examples is that the Tester uses the console for reporting, and does not have any custom interface for IDE's. Please see the Wiki for continued examples. In DevelopmentThe Tester library is separated in two separate releases: Prima and Avanti. Prima is primarily meant to be used by those unfamiliar with how to write test cases, or if they are a novice in Java (or programming in general). Avanti has the advantage over Prima of including supplemental libraries that allow for code coverage analysis, and the writing of more complex test scenarios. The idea between the two levels was to reduce overhead to those who might be new to writing test cases. SourceThe source code is currently published freely through this google-code hosting site. Any user may checkout the code, but only project members are currently allowed to commit changes to the code-base. The framework is supported and developed by a small team of individuals at Northeastern University. Our temporary website can be found at: Javalib [Less]
Created 8 months ago.

0 Users

This library makes creating valid RSS 2.0 feeds easy and fast by providing an easy structure of .net objects. There is nothing really special about it except for the fact that you will stop having to ... [More] figure out what all the RSS 2.0 rules and just publish your feed. It builds upon the principle of code reuse so that you only have to solve the problem once. This does not need to have asp.net to work. You can output to a string using the .ToString() method on any object. [Less]
Created 12 months ago.

0 Users

ArcGIS is a complex system, that based on ArcObjects, to program with arcObjects you have to work with thousands of classes and interfaces, and sometimes it is really time-consuming task to do some ... [More] simple things. Easy ArcGIS Library is a wrapper library that give you a new way to deal with arcObjects. since 80% of time you will use 20% of arcObjects we try to cover these 20% so that it is simple to so simple tasks. [Less]
Created about 1 month ago.

0 Users

Dajax is an easy to use ajax library for django inspired in xajax. Official Site = http://www.dajaxproject.com Intallation Steps = http://code.google.com/p/dajaxproject/wiki/Installation Available ... [More] Settings = http://code.google.com/p/dajaxproject/wiki/DajaxAvailableSettings NOTICE: From Dajax-0.7.2.0 Django-1.0 or newest is required. UsageOnce installed you need to create ajax functions in your python code Ej: def assign_test(request): dajax = Dajax() dajax.assign('#block01 li','innerHTML','Something else...') return dajaxThis function will assign to every DOM element that maches '#block01 li' css selector in the innerHTML attribute the text ' Something else...' You can call this function in your html code using (Ej): Click Here! JS FrameworksDajax generates atomatically it's own JS code using your desired JS Framework. We currently support three of the most important and popular. Supported JS Frameworks Prototype 1.6 http://www.prototypejs.org/ jQuery 1.3.2 http://jquery.com/ MooTools 1.2.1 http://mootools.net/ Dojo 1.3.2 http://www.dojotoolkit.org/ New debug info inside development server. APIAvailable methods inside yours dajax request response. alert(message) Alert with the 'message' assign(selector,attribute,value) Assign to all elements of the 'selector' the 'value' in the desired 'attribute' addCSSClass(selector,value) Assign to all elements of the 'selector' the 'value' css classes, value could be an string or a list of them. removeCSSClass(selector,value) Remove to all elements of the 'selector' the 'value' css classes, value could be an string or a list of them. append(selector,attribute,value) Append to all elements of the selector the 'value' in the desired 'attribute' prepend(selector,attribute,value) Prepend to all elements of the selector the 'value' in the desired 'attribute' clear(selector,attribute) Clears all elements of the 'selector' the desired 'attribute' redirect(url,delay=0) Redirect current page to url in delay ms script(code) Executes 'code' in the browser. remove(selector) Remove all elements that maches the 'selector' addData(data,callback_function) Send 'data' to the browser an call the 'callback_function' with that 'data' [Less]
Created 4 months ago.