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

11
LINES

< > BotCompany Repo | #1004324 // Show today's visitors as big text

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (8679L/60K/214K).

!7

p {
  showBigText("Visitors!", "getVisitors", 60000);
  hideConsole();
}

static S[] getVisitors() {
  int n = parseFirstInt(ai1_cookiesToday());
  ret new S[] { str(n), n + " visitors" };
}

Author comment

Began life as a copy of #1001789

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, sawdedvomwva, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1004324
Snippet name: Show today's visitors as big text
Eternal ID of this version: #1004324/2
Text MD5: cbe77583bdfdfaee87accc19acbbbcb0
Transpilation MD5: a66e94e21422070af63cf84f212a8fc1
Author: stefan
Category:
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-28 16:29:07
Source code size: 206 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 555 / 3110
Version history: 1 change(s)
Referenced in: [show references]