url-shortener Questions
10
Solved
Is it possible to generate short GUID like in YouTube (N7Et6c9nL9w)?
How can it be done? I want to use it in web app.
Lebar asked 22/9, 2009 at 6:45
7
Solved
I'm going through our site analytics, and have a load of t.co URLs which were referrers to a promotion we were doing. I'm trying to figure out if there is a way to reverse those back to the origina...
Dockage asked 1/12, 2012 at 13:47
10
Solved
I want to be able to take a shortened or non-shortened URL and return its un-shortened form. How can I make a python program to do this?
Additional Clarification:
Case 1: shortened --> unshorten...
Sandman asked 17/11, 2010 at 2:56
11
Solved
If I have a general url (not restricted to twitter or google) like this:
http://t.co/y4o14bI
is there an easy way to check if this url is shortened?
In the above case, I as a human can of cour...
Cabrales asked 16/11, 2011 at 11:48
8
Solved
I'm coding an url shortener function for a project in which I'm learning php, here is the code (btw I suppose that global here is not a good thing to do :P):
$alphabet = array(1 => "a","b","c",...
Finnell asked 7/7, 2010 at 23:59
3
Solved
How can the Google URL shortener generate a unique hash with five characters without collisions. Seems like there are bound to be collisions, where different urls generate the same hash.
stackover...
Synthiasyntonic asked 3/11, 2011 at 1:56
4
Solved
I'd like to write a URL shortener that doesn't have to use a database. Instead, to have as few moving parts as possible, the script would just create a unique hash for my URL based on an algorithm ...
Ananias asked 27/1, 2011 at 15:40
5
I feel like pulling my hair out; this is either super simple and i'm having brain freeze or it is not that simple.
What I want
I am trying to unshorten a shortened URL using firebase, when a user...
Snarl asked 9/8, 2017 at 20:46
3
I have a WPF (.NET 4) project using google url shortener API, I have installed the client library through nugget https://www.nuget.org/packages/Google.Apis.Urlshortener.v1/1.7.0.25-beta
the applic...
Lucerne asked 19/1, 2014 at 8:40
3
Solved
I am trying to implement this-
https://gist.github.com/MendelGusmao/2356310
Lua,nginx based URL shortener,The only change i want to implement is when some query string parameter comes with shortene...
Billyebilobate asked 1/10, 2014 at 3:20
2
Solved
Some time ago I saw a website that encoded game replay data into unicode characters so that you could copy-and-paste the address to share it with friends. I basically want to do the same thing -- I...
Droughty asked 14/6, 2017 at 19:21
2
I have an app that generates web-pages as data URIs. These data URIs can be really long. I have a page that has a Data URI that is 103,828 characters long, for instance.
Everything about the...
Exhaustion asked 10/7, 2011 at 2:56
4
Solved
How do services like TinyURL or Metamark work?
Do they simply associate the tiny URL key with a [virtual?] web page which merely provide an "HTTP redirect" to the original URL? or is there more "ma...
Extensible asked 13/10, 2009 at 19:20
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
7
Given a "t.co" link, how can I find out what the link resolves to? For example, if I have "t.co/foo", I want a function or process that returns "domain.com/bar"....
Lassitude asked 28/6, 2011 at 1:40
2
Solved
We're working on a URL shortener project in PHP. We're using 301 HTTP redirection and naturally track our links visits. but there is something strange :
After we shorten a URL and go through it by...
Monmouth asked 2/11, 2012 at 21:56
7
Solved
Could anyone recommend a preferred algorithm to use for URL shortening? I'm coding using PHP. Initially I thought about writing something that would start at a character such as "a" and iterate thr...
Unanimity asked 18/8, 2010 at 15:59
1
Solved
I would like to use an API (url shortener) with a public google Add-on.
For the moment my code returns:
Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup.
Is this po...
Mowry asked 24/5, 2015 at 23:30
1
Solved
I am looking to unshorten (resolve) a url in python, when the final urls are https. I have seen the question: How can I un-shorten a URL using python? (as well as similar others), however as noted ...
Loquitur asked 3/4, 2015 at 2:24
1
Solved
I am trying to add a new plugin mentioned here in my app but it is not been resolved and giving me a error i.e.
:: problems summary ::
:::: WARNINGS
module not found: org.grails.plugins#url-shor...
Chrysalis asked 24/2, 2015 at 14:27
4
Solved
first of all, I want to assure that I'm aware of the fact, that rehashing is a sensible topic. However I'd like to hear some of your opinions, what approach you would take here.
I'm building a dis...
Bur asked 12/2, 2010 at 17:19
3
In the days of link shorteners and Ajax, there can be many links that ultimately point to the same content. I was wondering what the best way is to get the final, best link for a web site in PHP, h...
Costanza asked 1/12, 2011 at 8:4
2
Solved
I'm trying to fetch the actual(redirected) url from the one provided by a url shortener.
Let's take twitter url shortener for example. I'm able to get the response object also parsed it to get the...
Puerperal asked 23/7, 2014 at 10:18
2
Solved
I would like to be able to generate custom bit.lys (http://bit.ly/thecakeisalie type things) through their API. This does not appear to be possible, but I thought I'd check; does anyone happen to k...
Pronounced asked 7/6, 2010 at 16:39
4
Solved
The requirement:
We have values in DB like
Chennai
Baroda
Bangalore
New Delhi
São Paulo, Lisboa
San Jose
etc...
So I want to convert these string to a unique short string. For example
Chennai...
Bendix asked 30/3, 2012 at 8:20
1 Next >
© 2022 - 2024 — McMap. All rights reserved.