Libraryless. Click here for Pure Java version (163L/2K/6K).
1 | !747 |
2 | |
3 | m {
|
4 | static S githubPath = "atom/electron"; |
5 | static boolean doIt = true; |
6 | |
7 | p {
|
8 | S url = "https://github.com/" + githubPath + "/archive/master.zip"; |
9 | S found = findSnippetNamed("Data: " + url);
|
10 | print("Found: " + found);
|
11 | if (found == null && doIt) {
|
12 | S addURL = "http://tinybrain.de:8080/tb-int/add_snippet.php"; |
13 | S query = "type=37&high=1&public=1&url=" + urlencode(url); |
14 | print(doPost(query, addURL)); |
15 | } |
16 | } |
17 | } |
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, teubizvjbppd, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1001009 |
| Snippet name: | Upload github zip to TinyBrain |
| Eternal ID of this version: | #1001009/1 |
| Text MD5: | c7a20fc83d14c4d4968ac93bcd9dde31 |
| Transpilation MD5: | c444e507f950f1a7220f031c01af7df3 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX source code |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2015-09-16 00:35:33 |
| Source code size: | 469 bytes / 17 lines |
| Pitched / IR pitched: | No / Yes |
| Views / Downloads: | 787 / 892 |
| Referenced in: | [show references] |