Top "Uri" questions

A Uniform Resource Identifier (or URI) is a string of characters used to identify a name or resource.

How to fix bad URI is not URI

I'm using the ruby version 1.9.3, I like to get host name from the video url below, I tried with code …

ruby ruby-on-rails-3 uri
File Uri Scheme and Relative Files

Assume that the scheme for a uri is "file". Also assume that the path starts with '.' An example …

file uri relative-path url-scheme file-uri
How to use setImageUri() on Android

Can you help me please? I've tried : ImageButton imgbt=(ImageButton)findViewById(R.id.imgbutton); Uri imgUri=Uri.parse("/data/data/…

android uri imagebutton
Is there a right way to build a URL?

In much of the code I work with there is horrible stuff like: String url = "../Somewhere/SomeServlet?method=AMethod&…

java url uri
NGINX $request_uri vs $uri

How do you determine when to use $request_uri vs $uri? According to NGINX documentation, $request_uri is the original …

nginx uri
How can i transform a Bitmap into a Uri?

I'm trying to share images with Facebook, twitter, etc using SHARE INTENT from Android. I found code to send a …

android bitmap uri
Spider a Website and Return URLs Only

I'm looking for a way to pseudo-spider a website. The key is that I don't actually want the content, but …

grep uri wget web-crawler
Unable to get the image path from whatsapp share URI

Uri = content://com.whatsapp.provider.media/item/118727 I'm not able to get the actual path from this URI

android image uri media whatsapp
Get just the domain name from a URL?

I am trying to extract just the domain name from a URL string. I almost have it... I am using …

c# uri
What is a safe maximum length a segment in a URL path should be?

A lot of people are asking "What is the maximum length a URL can be?" but as far as I …

http url uri