!747 m { static S githubPath = "mcheese/cheesebase"; static boolean doIt = true; p { S url = "https://github.com/" + githubPath + "/archive/master.zip"; S found = findSnippetNamed("Data: " + url); print(found == null ? "Existing snippet not found" : "Snippet exists: " + found); if (found == null && doIt) { S addURL = "http://tinybrain.de:8080/tb-int/add_snippet.php"; S query = "type=37&high=1&public=1&url=" + urlencode(url); print(doPost(query, addURL)); } } }