Libraryless. Click here for Pure Java version (717L/6K/17K).
1 | !747 |
2 | |
3 | m {
|
4 | p {
|
5 | long d1 = getTimeToHEAD("tinybrain.de");
|
6 | long d2 = getTimeToHEAD("google.com");
|
7 | S text = "Hello world.\n"; |
8 | text += "My distance from tinybrain.de: " + d1 + "ms.\n"; |
9 | text += "My distance from google.com: " + d2 + "ms.\n"; |
10 | |
11 | S signed = signWithComputerID(text); |
12 | print(signed); |
13 | S check = "Author check: " + getAuthorOfSignedText(signed) + "!"; |
14 | print(check); |
15 | //ntUpload(getProgramID(), "My first signed message! (" + getComputerID() + ")", signed + "\n" + check);
|
16 | } |
17 | } |
download show line numbers debug dex old transpilations
Travelled to 18 computer(s): aoiabmzegqzx, bhatertpkbcr, cahelewubzku, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, jtubtzbbkimh, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, teubizvjbppd, tslmcundralx, tvejysmllsmz, ufhdzwgrioxs, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1001556 |
| Snippet name: | Signature test |
| Eternal ID of this version: | #1001556/1 |
| Text MD5: | d431e7bc86338ac624682bc154ca08bb |
| Transpilation MD5: | 205b3d090787f411d9ab4c6d60623658 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX source code |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2015-10-25 22:13:06 |
| Source code size: | 540 bytes / 17 lines |
| Pitched / IR pitched: | No / Yes |
| Views / Downloads: | 970 / 1115 |
| Referenced in: | [show references] |