Uses 11335K of libraries. Click here for Pure Java version (16495L/114K).
1 | svoid ai_autocorrelateWikipedia(File dir) {
|
2 | for (File archiveFile : sortFilesAlphaNumIC(filesEndingWith(".ubc", dir))) {
|
3 | File treeFile = replaceExtension(archiveFile, ".autocorrelated"); |
4 | continue if fileExists(treeFile); |
5 | createSuffixTreeForLCArchive(archiveFile, treeFile); |
6 | } |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1029285 |
| Snippet name: | ai_autocorrelateWikipedia |
| Eternal ID of this version: | #1029285/1 |
| Text MD5: | fb3692b413cd3b7a51211975fb6771e7 |
| Transpilation MD5: | 1862b480d5691f58bbc0dc33fc06f815 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-07-29 22:03:37 |
| Source code size: | 299 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 378 / 494 |
| Referenced in: | [show references] |