Timeline for URL shortener using Flask
Current License: CC BY-SA 4.0
10 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Mar 30, 2024 at 12:21 | vote | accept | Community Bot | ||
Mar 25, 2024 at 16:56 | history | edited | Booboo | CC BY-SA 4.0 |
added 277 characters in body
|
Mar 25, 2024 at 16:45 | history | edited | Booboo | CC BY-SA 4.0 |
Randomize the generation.
|
Mar 25, 2024 at 15:52 | comment | added | Booboo | @Kate That's a fine suggestion that I have incorporated in the serializable version. | |
Mar 25, 2024 at 15:51 | history | edited | Booboo | CC BY-SA 4.0 |
Use Kate's suggestion.
|
Mar 25, 2024 at 15:41 | comment | added | Kate |
What about: import string and: url_chars = string.digits + string.ascii_lowercase + string.ascii_uppercase
|
|
Mar 25, 2024 at 15:31 | history | edited | Booboo | CC BY-SA 4.0 |
Add a serializable generator.
|
Mar 25, 2024 at 14:01 | history | edited | Booboo | CC BY-SA 4.0 |
Remove limit on number of URLs that can be generated.
|
Mar 25, 2024 at 13:52 | vote | accept | Community Bot | ||
Mar 25, 2024 at 13:52 | |||||
Mar 25, 2024 at 13:51 | history | answered | Booboo | CC BY-SA 4.0 |