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

7
LINES

< > BotCompany Repo | #1000709 // formatSnippetID functions

JavaX fragment (include)

static String formatSnippetID(String id) {
  return "#" + parseSnippetID(id);
}

static String formatSnippetID(long id) {
  return "#" + id;
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1000709
Snippet name: formatSnippetID functions
Eternal ID of this version: #1000709/1
Text MD5: 51b4fb95fa2cc9375c10a6d325a263ee
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-08-23 17:18:47
Source code size: 148 bytes / 7 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 716 / 11695
Referenced in: #1001506 - Singular & plural
#1001507 - Singular & plural (without lisp)
#1001508 - Singular & plural (v3)
#1001509 - Rules & statements (include)
#1001655 - Central Server Up?
#1001685 - Clock times (works!)
#1001694 - Points (developing)
#1001734 - Get Active Swing Component Bot (uses multiport)
#1002427 - Accellerating 629 (SPIKE)
#1003872 - Integrating #759 in One Program
#1003874 - Backup of #759 Before Integration
#1004091 - 759 with new loadClasses (spike)
#1005693 - formatSnippetIDOpt
#1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1006723 - Higher-Level-Transpiled #759 Spike [old]
#1006724 - Backup of #759 before switching to higher-level-translation
#1007595 - "Super-Edgy" JavaX Translator (Extension of #752) [dev., broken]
#1010083 - Backup of "Super-Edgy" JavaX Translator (Extension of #7)
#1010084 - Speeding up "Super-Edgy" JavaX Translator (Extension of #7)
#1010087 - Speeding up "Super-Edgy" JavaX Translator (Extension of #7) 2
#3000382 - Answer for ferdie (>> t = 1, f = 0)