Libraryless. Click here for Pure Java version (4317L/27K).
1 | svoid gazelleBEA_uploadInput(S text, S info default null) {
|
2 | gazelleBEA_uploadInput(text, info, null); |
3 | } |
4 | |
5 | svoid gazelleBEA_uploadInput(S text, S info, S uncleanedText) {
|
6 | if (empty(text)) ret; |
7 | print("Uploading input to Gazelle: " + quote(text));
|
8 | postPage("https://bea.gazelle.rocks/saveInput", +text, +info, +uncleanedText);
|
9 | sleepSeconds(1); |
10 | } |
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030894 |
| Snippet name: | gazelleBEA_uploadInput |
| Eternal ID of this version: | #1030894/5 |
| Text MD5: | ccf7786309d579aa8d44e2843c3d5e25 |
| Transpilation MD5: | 8829e0eb1b6e04896dd1a4fb7ba057b8 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-06-16 16:26:55 |
| Source code size: | 360 bytes / 10 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 429 / 578 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |