removed useless _ folders
This commit is contained in:
3
Make_TinyURLs_by_script/Make_TinyURLs_by_script.sol
Normal file
3
Make_TinyURLs_by_script/Make_TinyURLs_by_script.sol
Normal file
@@ -0,0 +1,3 @@
|
||||
<Solution name="Make_TinyURLs_by_script">
|
||||
<Project name="Make_TinyURLs_by_script" path="Make_TinyURLs_by_script\Make_TinyURLs_by_script.prj" active="true"/>
|
||||
</Solution>
|
||||
@@ -0,0 +1,6 @@
|
||||
<Project name="Make_TinyURLs_by_script" guid="D860977E-6C00-1014-B904-200204C60A89">
|
||||
<Object name="Object" guid="D860986C-6C00-1014-B904-200204C60A89">
|
||||
<Script name="Make_TinyURLs_by_script_1.lsl" guid="D860B2CA-6C00-1014-B904-200204C60A89">
|
||||
</Script>
|
||||
</Object>
|
||||
</Project>
|
||||
@@ -0,0 +1,39 @@
|
||||
// :CATEGORY:Viewer 2
|
||||
// :NAME:Make_TinyURLs_by_script
|
||||
// :AUTHOR:Becky Pippen
|
||||
// :CREATED:2010-09-02 11:28:01.473
|
||||
// :EDITED:2013-09-18 15:38:57
|
||||
// :ID:503
|
||||
// :NUM:673
|
||||
// :REV:1.0
|
||||
// :WORLD:Second Life
|
||||
// :DESCRIPTION:
|
||||
// * Any URL or data URI can be mapped to a TinyURL. The example above reduces an assigned HTTP-in URL, which is a long one such as:
|
||||
//
|
||||
http://sim4605.agni.lindenlab.com:12046/cap/2b9f06f7-431e-5b0f-9271-2d03bd15370b
|
||||
//
|
||||
// into a TinyURL this size:
|
||||
//
|
||||
http://tinyurl.com/y9etul3
|
||||
// :CODE:
|
||||
string myTinyURL;
|
||||
|
||||
|
||||
|
||||
default
|
||||
|
||||
{
|
||||
|
||||
state_entry()
|
||||
|
||||
{
|
||||
|
||||
llRequestURL();
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
http_request(key id, string method, string body)
|
||||
|
||||
{
|
||||
Reference in New Issue
Block a user