static L recentlyChangedSnippetsOfType(int type) { ret listRecentlyChangedSnippets(type, 50); } static L recentlyChangedSnippetsOfType(int type, int n) { ret snippetsFromHTML("http://tinybrain.de:8080/tb/snippets.php?reverse=1&withmd5=1&perpage=" + n + standardCredentials()); }