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

7
LINES

< > BotCompany Repo | #1022049 // conceptsCountByDateAndHour

JavaX fragment (include)

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

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: 165 / 204
Referenced in: [show references]