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

16
LINES

< > BotCompany Repo | #1001861 // HTML Bot: Port scan

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

Libraryless. Click here for Pure Java version (1490L/10K/35K).

1  
!752
2  
3  
static S html() {
4  
  L<ScannedBot> l = fullBotScan();
5  
  new StringBuilder buf;
6  
  buf.append("<h3>Port scan at bots.tinybrain.de</h3>");
7  
  buf.append("<table border>");
8  
  for (ScannedBot bot : l) {
9  
    buf.append("<tr>");
10  
    buf.append("<td>" + htmlEncode(bot.helloString) + "</td>");
11  
    buf.append("<td>" + htmlEncode(bot.address) + "</td>");
12  
    buf.append("</tr>");
13  
  }
14  
  buf.append("</table>");
15  
  ret buf.toString();
16  
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1001861
Snippet name: HTML Bot: Port scan
Eternal ID of this version: #1001861/1
Text MD5: 80516e96f9bb4ea6c50da81ccb075df5
Transpilation MD5: b24c8fdb76ae5079d1a1e20320817828
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-12-11 01:19:26
Source code size: 445 bytes / 16 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 718 / 2468
Referenced in: [show references]