This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "workbench.activityBar.visible": false, | |
| "workbench.statusBar.visible": true, | |
| "workbench.statusBar.feedback.visible": false, | |
| "workbench.startupEditor": "newUntitledFile", | |
| "workbench.editor.showIcons": false, | |
| "editor.fontSize": 16, | |
| "editor.renderWhitespace": "all", | |
| "editor.copyWithSyntaxHighlighting": false, | |
| "editor.find.seedSearchStringFromSelection": false, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local stalker = parse_url("http://192.168.1.1:88/stalker_portal") | |
| function auth_request(client_id, request, callback) | |
| if not request then | |
| return nil | |
| end | |
| local token = request.query.token or "0" | |
| http_request({ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/astra | |
| -- astra-4 script | |
| source_path = "/Users/and/ts" | |
| output_addr = "239.255.1.1" | |
| output_port = 1234 | |
| playlist = {} |