Coder Social home page Coder Social logo

jwaldmann / autotool Goto Github PK

View Code? Open in Web Editor NEW

This project forked from marcellussiegburg/autotool

0.0 2.0 0.0 13.9 MB

The Autotool

License: GNU General Public License v2.0

Shell 0.23% Haskell 90.79% Makefile 0.50% Opa 0.07% TeX 0.57% CSS 5.60% Emacs Lisp 0.01% JavaScript 2.24%

autotool's Introduction

This is the program 'autotool' for automatic grading 
of student homework in (theoretical) computer science.


source code package structure (on branch classic-via-rpc)
(cf. http://dfa.imn.htwk-leipzig.de/bugzilla/show_bug.cgi?id=305 )

tool/interface: 
defines the programmatic API (Challenger.Partial) for task types.

tool/collection: (depends on interface)
contains implementation of task types, so that is where the "semantics" sits,
and it is a huge package (> 700 modules).

tool/db: (depends on interface and collection)
the "classical" autotool: database of student and task data, and a web
frontend.
Everything in one big executable (autotool-super.cgi)

tool/test: (depends on interface, collection, db)
extract test cases (task instances, student solutions, autotool answers) from
the data base and file system, recomputes the results, and generates reports.

tool/server-interface: (depends on interface)

tool/server-implementation: (depends on collection)
XML-RPC server built during the autolat project. this is a stateless server
(just the semantics, no database)

tool/client: (no dependencies)
client that accesses a remote XML-RPC-server. the client is stateless as well,
not database, no user data. It just exemplifies how to call the server methods.

autotool's People

Contributors

jwaldmann avatar int-e avatar marcellussiegburg avatar florianpilz avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.