>> WEBSITE <<
One day, I saw a domain name: dev.vg
, but I didn't think about its role.
I only know that it can provide services for developers.
Suddenly one day, I saw a project sdfsdf.dev
,
combined with my own ideas, so there is this site.
The route part is a 6-16
bit string composed of a-z A-Z 0-9
,
which is a short link.
https://dev.vg/[a-zA-Z0-9]{6,16}
❤️ Thanks to sdfsdf.dev, this will redirect to the corresponding address of sdfsdf.dev.
https://dev.vg/[width]x[height].[png / jpg]
Custom background color:
https://dev.vg/[width]x[height].[png / jpg],[background color],[text color]
Example:
- 600x400 JPG image
https://dev.vg/600x400.jpg - 800x200 PNG image
https://dev.vg/800x200.png - 300×200 PNG image, with blue background color and yellow text color
https://dev.vg/300x200.png,blue,yellow - 600×400 JPG image, with black background color and white text color.
https://dev.vg/600x400.jpg,000000,ffffff
https://dev.vg/[0-9]+w[,]?
Example:
- 5 random words
https://dev.vg/5w - 5 random words array
https://dev.vg/5w,
https://dev.vg/[0-9]+s[,]?
Example:
- 5 random sentences
https://dev.vg/5s - 5 random sentences array
https://dev.vg/5s,
https://dev.vg/[0-9]+p[,]?
Example:
- 3 random paragraphs
https://dev.vg/3p - 3 random paragraphs array
https://dev.vg/3p,
https://dev.vg/[0-9]+t
Example:
- Random words with fixed length of 20
https://dev.vg/20t
https://dev.vg/random,[values with comma separated]
Example:
- Randomly select a value from
Apple
,Banana
,Orange
,Pear
,Peach
https://dev.vg/random,Apple,Banana,Orange,Pear,Peach
I have no more ideas at the moment, and I have run out of inspiration. If you have better ideas, please put them forward.
- Email: [email protected]
- X (formerly Twitter): @imPrk_
- GitHub: @imPrk0 | Project | Issues
- CodingStartup: sdfsdf.dev / YouTube
- GoReleaser: Website
This project is open source and hosted on GitHub: imPrk0/dev.vg.
Released under the MIT License.
Copyright © 2024-present Prk All Rights Reserved.