Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

11
LINES

< > BotCompany Repo | #1029119 // lcStream_repeatedPrediction2

JavaX fragment (include) [tags: use-pretranspiled]

Uses 11335K of libraries. Click here for Pure Java version (4728L/30K).

// Note: changes the compressor
static LS lcStream_repeatedPrediction2(int n, LCStreamingCompressor comp) {
  new LS out;
  repeat n {
    S s = lcStream_prediction2(comp);
    if (empty(s)) break;
    out.add(s);
    comp.append(s);
  }
  ret out;
}

Author comment

Began life as a copy of #1029118

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: #1029119
Snippet name: lcStream_repeatedPrediction2
Eternal ID of this version: #1029119/3
Text MD5: 7c729514da8e0f08e77dc53dcbcfc50b
Transpilation MD5: 6afe8c842b42b546a2c02f08b16b0f04
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-07-20 02:12:45
Source code size: 260 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 110 / 163
Version history: 2 change(s)
Referenced in: [show references]