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

18
LINES

< > BotCompany Repo | #1006102 // Show known IPs

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (6820L/45K/152K).

1  
!752
2  
3  
concepts.
4  
5  
concept IP {
6  
  S ip;
7  
  bool myIP, aware;
8  
  long lastCheck, lastSeenAware;
9  
  S computerID;
10  
  new Set<S> pastComputerIDs;
11  
}
12  
13  
p {
14  
  RemoteDB db = new RemoteDB("#1006041");
15  
  Concepts in = new Concepts().load(db.fullgrab());
16  
  for (IP ip : in.list(IP))
17  
    print("ip: " + ip.ip);
18  
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1006102
Snippet name: Show known IPs
Eternal ID of this version: #1006102/1
Text MD5: c5e037297e34fd3bc317d34bdd60acf5
Transpilation MD5: f5c53df7d90f3cbf5141a21c1bc5a6ce
Author: stefan
Category: javax / gui
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-12-18 11:52:51
Source code size: 311 bytes / 18 lines
Pitched / IR pitched: No / No
Views / Downloads: 480 / 554
Referenced in: [show references]