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

3
LINES

< > BotCompany Repo | #1022413 // md5ToLong

JavaX fragment (include)

static long md5ToLong(S md5) {
  ret eq(md5, "-") ? 0 : parseUnsignedHexLong(takeFirst(16, assertPossibleMD5(md5)));
}

Author comment

Began life as a copy of #1017965

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney

No comments. add comment

Snippet ID: #1022413
Snippet name: md5ToLong
Eternal ID of this version: #1022413/4
Text MD5: 237c76b58819cdf9a35a9128894d2404
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-04-07 15:56:38
Source code size: 120 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 180 / 225
Version history: 3 change(s)
Referenced in: [show references]