This file contains 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
/* | |
* author: crazy4groovy | |
* description: given a list of 1+ deviant art gallery URLs (semicolon separated), | |
* will parse out a list of all full size images found. | |
* license: MIT, no warranties or guarantees! | |
*/ | |
import static groovyx.gpars.GParsPool.withPool as parallel | |
///////////////////////////////// |
This file contains 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
/** | |
* Returns an array with arrays of the given size. | |
* | |
* @param myArray {Array} Array to split | |
* @param chunkSize {Integer} Size of every group | |
*/ | |
function chunkArray(myArray, chunk_size){ | |
var results = []; | |
while (myArray.length) { |
This file contains 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
{ | |
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL", | |
"meta": { | |
"version": "PTDL_v2", | |
"update_url": null | |
}, | |
"exported_at": "2024-08-28T02:42:32+00:00", | |
"name": "Path of Titans ARM64", | |
"author": "[email protected]", | |
"uuid": "5469896c-3b87-4084-8d55-1b6e15282516", |
This file contains 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
{ | |
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", | |
"meta": { | |
"version": "PTDL_v1", | |
"update_url": null | |
}, | |
"exported_at": "2021-01-12T05:54:35-05:00", | |
"name": "Python-Universal", | |
"author": "[email protected]", | |
"description": "Python egg with compatibility for multiple Python versions.", |