static L<Web> websMadeByProgram(S progID) { ret websMadeByProgram(progID, null); } static L<Web> websMadeByProgram(S progID, Map<Web, SoftwareMadeWeb> furtherInfoMap) { if (hasMultipleCores()) ret websMadeByProgram_parallel(progID, furtherInfoMap); L<Web> webs = ai_triplesMadeByProgram(progID); ai_loadWebsFromFile(programFile(progID, "webs-made.txt"), progID, webs, furtherInfoMap); ret webs; }
Began life as a copy of #1010677
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1011177 |
Snippet name: | websMadeByProgram |
Eternal ID of this version: | #1011177/14 |
Text MD5: | 0c4d51483cca45a3b0d98ca585eff5dc |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-11-17 10:27:27 |
Source code size: | 422 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 571 / 608 |
Version history: | 13 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1011178 - websMadeByThisProgram #1011722 - websMadeByProgram_parallel - use them cores!! #1011914 - readWebsLog #1012072 - ai_loadWebsFromFile #1012445 - websMadeByProgramAsTriples |