Hey Everyone,
Here’s a old script that I made back in 2007 called gallery Lister.
Basically it’s a simple link generator that generates links in numerical order. It’s really useful when viewing images all on one page.
You can check it out here, Gallery Lister Beta.
Summary:
This is a javascript batch search script. It generates links or images of sequence data. -: Source
Usage:
(*start number - *end number).jpg
Example:
http://www.example.com/pics/(01-30).jpg
Result:
http://www.example.com/pics/01.jpg
http://www.example.com/pics/02.jpg
...
http://www.example.com/pics/29.jpg
http://www.example.com/pics/30.jpg
Tip:
You can search multiple directories at once with the following format
http://www.asdf.com/data/(234-235)/(34-54).jpg
What REALLY is Data Science? Told by a Data Scientist - By Joma Tech
Writing perfect code is a challenging process. That's where code reviews come in to help…
"The Next Leap: How A.I. will change the 3D industry - Andrew Price - Blender"
"Captain Disillusion: World's Greatest Blenderer - Live at the Blender Conference 2018 - CaptainDisillusion"
My 5 Favorite Linux Shell Tricks for SPEEEEEED (and efficiency) - By tutoriaLinux > What's…