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

11
LINES

< > BotCompany Repo | #1011238 // javax_librariesToFiles

JavaX fragment (include)

static L<File> javax_librariesToFiles(S dehlibs) {
  new L<File> libraries;
  Matcher m = Pattern.compile("\\d+").matcher(dehlibs);
  while (m.find()) {
    S libID = m.group();
    //print("libID=" + quote(libID));
    assertTrue(isSnippetID(libID));
    libraries.add(loadLibrary(libID));
  }
  ret libraries;
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1011238
Snippet name: javax_librariesToFiles
Eternal ID of this version: #1011238/1
Text MD5: 9f93569d7dff340b35d63b6aa4ab3fe6
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-10-19 22:47:59
Source code size: 323 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 454 / 480
Referenced in: [show references]