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

10
LINES

< > BotCompany Repo | #1024493 // agiBlue_postInSlice

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

Libraryless. Click here for Pure Java version (3442L/23K).

static ThreadLocal<LLS> agiBlue_postInSlice_queue = new ThreadLocal;

sS agiBlue_postInSlice(S slice, S a, S b, S c) {
  LLS queue = agiBlue_postInSlice_queue!;
  if (queue != null) {
    queue.add(ll(slice, a, b, c));
    ret "Queued";
  } else
    ret loadPage(agiBlueURL() + "/bot/post" + hquery(+slice, q := a, key := b, value := c));
}

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1024493
Snippet name: agiBlue_postInSlice
Eternal ID of this version: #1024493/7
Text MD5: 1375be7bbc4bba7ea556c068d25a4973
Transpilation MD5: 4eee9731f222a9a64b6924f2853476ac
Author: stefan
Category: javax / agi.blue
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-08-24 22:29:44
Source code size: 349 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 220 / 303
Version history: 6 change(s)
Referenced in: [show references]