1 | static String shortenSnippetID(String snippetID) { |
2 | if (snippetID.startsWith("#")) |
3 | snippetID = snippetID.substring(1); |
4 | String httpBlaBla = "http://tinybrain.de/"; |
5 | if (snippetID.startsWith(httpBlaBla)) |
6 | snippetID = snippetID.substring(httpBlaBla.length()); |
7 | return "" + parseLong(snippetID); |
8 | } |
download show line numbers debug dex old transpilations
Travelled to 29 computer(s): aoiabmzegqzx, ayivmpnvhhik, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, ekrmjmnbrukm, elmgxqgtpvxh, gwrvuhgaqvyk, hpgrupgrauku, ishqpsrjomds, jcllbfdqhrgy, jozkyjcghlvl, lnbujpyubztb, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, mqsvbyillbrs, onxytkatvevr, podlckwnjdmb, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney, wnsclhtenguj, xrpafgyirdlv, yanjaxplzisb
No comments. add comment
Snippet ID: | #1000711 |
Snippet name: | shortenSnippetID |
Eternal ID of this version: | #1000711/1 |
Text MD5: | b2a584806699959f54f2b7e54598cf55 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-02-10 01:58:52 |
Source code size: | 312 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 748 / 12472 |
Referenced in: | [show references] |