Y2K
Productivity Tools
WiseScan
New |
Go to WiseScan page |
| Wise Scan is a sophisticated impact analysis tool and
code renovation aide. Wise Scan scans, analyzes and reports on any
source code text file. The reporting is extensive and is designed for
project managers, programmers and senior management. |
|
Y2KTracker
|
Get free with WiseScan |
| Y2KTracker is a companion
product that helps track your components from inventory through remediation. |
|
Y2KScan |
|
|
Freeware Year 2000 code scanner (for Windows 95/NT) Y2KScan searches any source code file in text format (C, C++, ASM,
BASIC, Java, header files, etc). It uses commonly used date and time
patterns to scan the source code. Easy to use. |
|
Transfer the search patterns from the library on the left hand side to the right hand side using the arrow buttons. Add or delete your patterns in the library (left box) using the Add and Delete buttons. Scan! |
|
Search pattern (Beginning symbol: ^ Ending symbol: $) Example: ^time$ : will capture any occurence of "time". In this case, because of the beginning symbol (^) and ending symbol ($), the word "time" must be on its own, starting with "t" and ending with "e". Words such as "downtime" or "timeout" will not be captured. time : will capture any string containing "time" such as "downtime", "timeout", "maritimes", etc. ^time : will capture any string beginning with "time" such as "timeout". However, words such as "downtime" or "maritimes" will not be captured. time$ : will capture any string ending with "time" such as "downtime" but not words such as "timeout" or "maritimes". In the rules above, characters other than letters or numbers are treated as spaces. Thus, ^time$ would also capture "*time;". |
|
Download latest version of Y2KScan |
|
Y2KScan
Java |
|
| Freeware Year 2000 code scanner
(Java/Multi-Platform) Y2KScan searches any source code file in text format (C, C++, ASM, BASIC, Java, header files, etc). It uses commonly used date and time patterns to scan the source code. Can search individual file or entire directory recursively. |
|
Transfer the search patterns from the library on the left hand side to the right hand side using the arrow buttons. Add or delete your patterns in the library (left box) using the Add and Delete buttons. Get the default pattern library from the Internet. |
|
Simplified Search pattern (Wild Card symbol: *) Example: time : will capture any occurence of "time". In this case, the word "time" must be on its own, starting with "t" and ending with "e". Words such as "downtime" or "timeout" will not be captured. *time* : will capture any string containing "time" such as "downtime", "timeout", "maritimes", etc. time* : will capture any string beginning with "time" such as "timeout". However, words such as "downtime" or "maritimes" will not be captured. *time : will capture any string ending with "time" such as "downtime" but not words such as "timeout" or "maritimes". In the rules above, characters other than letters or numbers are treated as spaces. Thus, time would also capture "*time;". |
|
|
Download the Java RunTime Environment Windows
95/NT, Sun Solaris |
Visitor #