tinyurl Questions

6

Solved

I found the following code to create a tinyurl‍.com URL: http‍://tinyurl‍.com/api-create.php?url=http://myurl.com This will automatically create a tinyurl URL. Is there a way to do this using code,...
Pitiless asked 14/12, 2008 at 3:7

12

How can I make unique URL in Python a la https://i.stack.imgur.com/turb6.jpg or http://tumblr.com/xzh3bi25y When using uuid from python I get a very large one. I want something shorter for URLs.
Diner asked 30/9, 2009 at 11:16

9

Solved

I'm interested in creating tiny url like links. My idea was to simply store an incrementing identifier for every long url posted and then convert this id to it's base 36 variant, like the following...
Elburr asked 6/8, 2010 at 21:36

5

Solved

I have just scraped a bunch of Google Buzz data, and I want to know which Buzz posts reference the same news articles. The problem is that many of the links in these posts have been modified by URL...
Macmullin asked 16/3, 2010 at 12:11

3

Solved

I wonder how a URL Shortener works, like how they extract the text from address bar and map it to correct URL, later redirect it. What programming language do they use? How do they maintain t...
Chillon asked 31/12, 2010 at 23:51

2

Solved

I have been wondering how tiny url works. I would like to develop something similar for my site, but as most people, I use GUIDs for ids. When an object is created, should I then generate a 10 cha...
Theologize asked 7/7, 2010 at 8:17

1

Solved

I'm trying to build a jQuery function that will allow me to produce a TinyURL from some other link for micro blogging reasons (yes, twitter)... I found this tutorial from James Padolsey, but am not...
Purine asked 10/7, 2009 at 18:22

1

Solved

I am just learning python and is interested in how this can be accomplished. During the search for the answer, I came across this service: http://www.longurlplease.com For example: http://bit.l...
Snotty asked 14/4, 2009 at 16:14
1

© 2022 - 2024 — McMap. All rights reserved.