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

10
LINES

< > BotCompany Repo | #1013849 // uploadOutputSinceLastInput - send feedback home feature [dev.]

JavaX fragment (include)

static void uploadOutputSinceLastInput() {
  fS text = outputSinceLastInput();
  if (showMessagesInGerman())
    print("  [Poste " + n2(countLines(text), "Zeile", "Zeilen") + " in smartbotschat.botcompany.de]");
  else
    print("  [Posting " + n2(countLines(text), "line") + " to smartbotschat.botcompany.de]");
  thread "Upload" { loading {
    silentlyPostToSmartBotsChat("PROGRAM UPLOAD.\n\n" + text);
  }}
}

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: #1013849
Snippet name: uploadOutputSinceLastInput - send feedback home feature [dev.]
Eternal ID of this version: #1013849/12
Text MD5: 45d3975dc5ea0777cd459ab765fd6d14
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-03-06 23:19:33
Source code size: 421 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 324 / 360
Version history: 11 change(s)
Referenced in: [show references]