Projects tagged ‘step’


[15 total ]

23 Users
   

The purpose of this project is to provide a Free Software version of the Cocoa/OpenStep APIs available on as many platforms as possible. GNUstep seeks to be source code compatible with Cocoa and ... [More] OpenStep. GNUstep currently supports GNU/Linux, NetBSD, OpenBSD, FreeBSD, Solaris, Darwin and Windows and should be capable of being built and used on any POSIX compliant UNIX platform which has gcc and/or (soon) LLVM/Clang. GNUstep provides a robust implementation of the AppKit and Foundation libraries as well as the development tools available on Cocoa/OpenStep, including Gorm (the InterfaceBuilder) and ProjectCenter (ProjectBuilder/Xcode). [Less]
Created over 3 years ago.

1 Users

Free Educational Software based on the KDE technologies: students, parents, children, teachers, adults, you can freely use our software, copy it, modify it to your needs and enjoy learning! Please ... [More] have a look at the Tour webpage to get a quick preview of our programs which are translated in more than 65 languages. Our primary focus is on schoolchildren aged 3 to 18, and the specialized user interface needs of young users. However, we also have programs to aid teachers in planning lessons, and others that are of interest to university students and anyone else with a desire to learn! [Less]
Created 3 months ago.

0 Users

Logtalk STEP implementation
Created about 1 year ago.

0 Users

This will be the future home of FBICS. For now, it only houses the Step Class Library (SCL) and my modifications to it.
Created 11 months ago.

0 Users

Programmable STEP IDE
Created about 1 year ago.

0 Users

API for input and output STEP physical file.
Created about 1 year ago.

0 Users

From the README: OVERVIEWThis directory contains a C++ software toolkit built at NIST for programming with ISO 14649 Parts 10, 11, and 111. Those parts are a data model to be used for control of a ... [More] machining center. Those Parts are fully covered. The toolkit supports both (1) direct access to C++ class data and (2) indirect access. Indirect access is provided by making class data private and having public get and set functions for each data item. Direct access is provided by making class data public so that no get or set functions are needed. The names of files using direct access include "Direct". The toolkit contains four principal items (plus utilities). C++ class definitions and implementations. A parser for STEP Part 21 files. A simple stand-alone parser/printer. An ISO 14649 interpreter for 3-axis machining. The software is all in standard C++, so it may be compiled and run on any computer for which a standard C++ compiler is available. The rest of the README Part of the code was generated by sebnf2pars. [Less]
Created about 1 year ago.

0 Users

JTStand is a free scripting environment for data collection, an open source software, written in Java. It helps you to develop and execute Sequences and to analyze the Results.
Created about 1 year ago.

0 Users

Very simple syntax and designed to keep program logic out of your template files and in your PHP source. This utility class can serve admirably as a base class for your customized template engine ... [More] , or be used as-is. STEP isn't likely to conflict with your existing namespaces, either. Based on PEAR::HTML_Template_IT v1.20 by Ulf Wendel and Pierre-Alain Joye Sample usage: $template->set('name',$name); $data = array('age' => 21, 'hairstyle' => 'mullet'); $template->set($data); $reportData = FooHelper::getReportData($bar); if ($reportData) { foreach ($reportData as $row) { $evenOdd = ($evenOdd == 'odd') ? 'even' : 'odd'; $template->set('evenOdd',$evenOdd); $template->set($row); $name = htmlspecialchars($row'first'.' '.$row'last'); $template->set('name',$name); $template->parse('reportRow'); } } else { $template->touchBlock('noDataError'); } $html = $template->get('report'); [Less]
Created 7 months ago.

0 Users

A tool for building STEP Part 21 file parsers. This is potentially useful to a lot of people using STEP, although it is probably only good for Part 21 files based on ARM-type EXPRESS schemas and ... [More] requires some expertise in writing EBNF files. From the README: OVERVIEWThis sebnf2pars directory contains a tool for automatically generating C++ classes and a parser for STEP Part 21 files. The directory also contains one example of applying the tool. The tool, named sebnf2pars, reads an annotated EBNF file, expected to be prepared by the tool user. The tool writes: a C++ header file defining classes. a C++ code file implementing the classes further. a YACC file defining a parser for STEP Part 21 files. a Lex file for the lexical scanner needed by the YACC file. No license is required to use the software. The software is all in standard C++, so it may be compiled and run on any computer for which a standard C++ compiler is available. The complete README If you have a Windows system you are on your own. [Less]
Created about 1 year ago.