Changes between Version 31 and Version 32 of WikiStart
- Timestamp:
- 06/14/21 12:18:20 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v31 v32 12 12 13 13 ||title/link||description|| 14 ||[wiki:utilities]|| set of commonly used tools: [wiki:immutablelist], [wiki:files], [wiki:Listener], [wiki:Tree] and repository|| 14 15 ||AccountServer||tomcat app that uses AccountManager to create login procedure for sessions|| 15 16 ||AccountManager||java code for handling accounts: login/password storage, reset password, create account|| 16 17 ||[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||19 18 ||[wiki:ListenerPy]||as [wiki:Listener], but for Python|| 20 19 ||[wiki:Logging]||module to define logger through an interface (enabling testing)|| 21 20 ||[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||24 21 ||[wiki:immutablelistpy]||as [wiki:immutablelist] but for python.|| 25 22 ||[wiki:dialogmanager]||tool to create and run a dialog.|| … … 28 25 29 26 30 31 27 You can use the artifacts using maven. 32 28 All 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]