19
LINES
< > BotCompany Repo | #739
// Web information extractor (developing)
1 | !636
|
2 | !standard functions
|
3 |
|
4 | main {
|
5 | psvm {
|
6 |
|
7 | String url = "http://tinybrain.blog.de";
|
8 | if (args.length != 0)
|
9 | url = args[0];
|
10 |
|
11 | String text = loadPage(url);
|
12 |
|
13 | // extract information here...
|
14 |
|
15 | if (!text.isEmpty()) {
|
16 | ntUpload("url-loader", "Contents of " + url, text);
|
17 | }
|
18 | }
|
19 | } |
Author comment
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
| ID |
Author/Program |
Comment |
Date |
| 881 | #1000610 (pitcher) | | 2015-08-19 16:49:40 |
| 751 | #1000604 (pitcher) | | 2015-08-19 16:49:40 |
add comment
| Snippet ID: |
#739 |
| Snippet name: |
Web information extractor (developing) |
| Eternal ID of this version: |
#739/1 |
| Text MD5: |
6db211d43c6b6c69b679fef4a1898d61 |
| Author: |
stefan |
| Category: |
|
| Type: |
JavaX source code |
| Public (visible to everyone): |
Yes |
| Archived (hidden from active list): |
No |
| Created/modified: |
2015-08-19 16:49:40 |
| Source code size: |
338 bytes / 19 lines |
| Pitched / IR pitched: |
No / Yes |
| Views / Downloads: |
1129 / 1065 |
| Referenced in: |
[show references] |