1 | static L<S> getListOfRunningProgramIDs() {
|
2 | new Set<S> l; |
3 | for (ProgramScan.Program p : quickBotScan()) {
|
4 | if (p.helloString.startsWith("This is a JavaX VM")) {
|
5 | l.add(formatSnippetID(sendToLocalBot(p.port, "what is your program id?"))); |
6 | } |
7 | } |
8 | return asList(l); |
9 | } |
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: | #1001330 |
| Snippet name: | getListOfRunningProgramIDs |
| Eternal ID of this version: | #1001330/1 |
| Text MD5: | 868834f3cfa7b445d425a8398cb27074 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2015-10-10 15:27:44 |
| Source code size: | 287 bytes / 9 lines |
| Pitched / IR pitched: | No / Yes |
| Views / Downloads: | 917 / 1157 |
| Referenced in: | [show references] |