close
Warning:
Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Mar 17, 2011, 12:10:18 PM (14 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v10
|
v11
|
|
24 | 24 | |
25 | 25 | == System == |
26 | | 1. [ticket/1011 TOLHOME] : If there is an environment variable called TOLHOME it will be used as TOL |
| 26 | 1. TOLHOME : If there is an environment variable called TOLHOME it will be used as TOL |
27 | 27 | application data directory, instead of HOME/.tol in linux or APPDATA/tol. You can see |
28 | | your current address at TOL global variable {{{Text TolAppDataPath}}} |
| 28 | your current address at TOL global variable {{{Text TolAppDataPath}}}. |
| 29 | (See more on ticket #1011) |
29 | 30 | 1. [wiki:TolConfigManager TolConfigManager]: TOL User Configuration Manager |
30 | 31 | |
… |
… |
|
32 | 33 | |
33 | 34 | 1. '''Indexed sets''': |
34 | | 1. New functions [ticket/1011 Append, Remove and Replace] to handle with indexed (or not) sets. |
35 | | 1. [source/tolp/OfficialTolArchiveNetwork/HashMap/HashMap.tol HashMap]: Handling and storing generic hashed mapping data using internal index by name |
| 35 | 1. New functions Append, Remove and Replace] to handle with indexed (or not) sets. |
| 36 | (See more on ticket #1011) |
| 37 | 1. [source/tolp/OfficialTolArchiveNetwork/HashMap/HashMap.tol HashMap]: Handling and storing |
| 38 | generic hashed mapping data using internal index by name |
36 | 39 | features of set |
37 | | 1. [source:/tolp/OfficialTolArchiveNetwork/MatEncode/MatEncode.tol MatEncode]: Encoding cualitative and cuantitive data using matrices |
38 | | 1. MatQuery: [source:/tolp/OfficialTolArchiveNetwork/MatQuery/sort.tol Sorting], [source:/tolp/OfficialTolArchiveNetwork/MatQuery/select.tol selecting] and source:/tolp/OfficialTolArchiveNetwork/MatQuery/classify.tol classifying] matrix data. |
| 40 | 1. [source:/tolp/OfficialTolArchiveNetwork/MatEncode/MatEncode.tol MatEncode]: Encoding cualitative |
| 41 | and cuantitive data using matrices |
| 42 | 1. MatQuery: [source:/tolp/OfficialTolArchiveNetwork/MatQuery/sort.tol Sorting], |
| 43 | [source:/tolp/OfficialTolArchiveNetwork/MatQuery/select.tol selecting] and |
| 44 | [source:/tolp/OfficialTolArchiveNetwork/MatQuery/classify.tol classifying] matrix data. |
39 | 45 | 1. [source:/tolp/OfficialTolArchiveNetwork/GraphTools/GraphTools.tol GraphTools] Graph theory tools |
40 | 46 | |