Changes between Version 31 and Version 32 of WikiStart


Ignore:
Timestamp:
06/14/21 12:18:20 (4 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v31 v32  
    1212
    1313||title/link||description||
     14||[wiki:utilities]|| set of commonly used tools: [wiki:immutablelist], [wiki:files], [wiki:Listener], [wiki:Tree] and repository||
    1415||AccountServer||tomcat app that uses AccountManager to create login procedure for sessions||
    1516||AccountManager||java code for handling accounts: login/password storage, reset password, create account||
    1617||[wiki:Translator]||Csv-file based translator with best-match translation||
    17 ||[wiki:Tree]||utility for tree-with-attributes, matching of trees, etc||
    18 ||[wiki:Listener]||similar to the java Observable, but with interface foundation||
    1918||[wiki:ListenerPy]||as [wiki:Listener], but for Python||
    2019||[wiki:Logging]||module to define logger through an interface (enabling testing)||
    2120||[wiki:LoggingPy]||as Logging, but for Python||
    22 ||[wiki:immutablelist]||toolbox for lazy list manipulation, for generating and manipulating very large or even infinite large lists. The core function is random access getter get(N) with N a  BigInteger||
    23 ||[wiki:files]||toolbox for file handling: listen for file changes||
    2421||[wiki:immutablelistpy]||as [wiki:immutablelist] but for python.||
    2522||[wiki:dialogmanager]||tool to create and run a dialog.||
     
    2825
    2926
    30 
    3127You can use the artifacts using maven.
    3228All artifacts are also available for download from [http://artifactory.ewi.tudelft.nl/artifactory/webapp/#/artifacts/browse/tree/General/libs-release-local/tudelft/utilities the artifactory]