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).

!752

concepts.

concept IP {
  S ip;
  bool myIP, aware;
  long lastCheck, lastSeenAware;
  S computerID;
  new Set<S> pastComputerIDs;
}

p {
  RemoteDB db = new RemoteDB("#1006041");
  Concepts in = new Concepts().load(db.fullgrab());
  for (IP ip : in.list(IP))
    print("ip: " + ip.ip);
}

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