UrlGenerator
I’ve been very bored, doing nothing interesting, and at the same time my programming skill is no longer as polished as before. I was kinda panic, and then I realize that if I don’t wanna lose the skill, I better continue coding. A while back, I wrote a code that generate the batch-link of website addresses. Example, I wanna grab all the images at a website from: http://www.example.com/image01.jpg to http://www.example.com/image10.jpg. In a simple way, we can just copy and paste, then change the number from 01 to 10. But what if you have to change the number from 001 to 100? Well, it’s gonna be tiresome. But, not if I use the program I wrote- UrlGenerator. It was a console program, written in Java. It doesn’t loo nice (as the matter of fact, it doesn’t have a look). ...