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

7
LINES

< > BotCompany Repo | #1022049 // conceptsCountByDateAndHour

JavaX fragment (include)

static Map<S, Int> conceptsCountByDateAndHour(S dbID) {
  new TreeMap<S, Int> map;
  for (File f : conceptBackupFiles(dbID)) pcall {
    map.put(dropPrefix("concepts.structure.gz.backup", f.getName()), l(safeUnstructureGZFile(f)));
  }
  ret map;
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1022049
Snippet name: conceptsCountByDateAndHour
Eternal ID of this version: #1022049/1
Text MD5: 8b38c2f7e0bf753bef8ab9bb3322dc6e
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-03-06 00:58:57
Source code size: 254 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 155 / 195
Referenced in: [show references]