removed useless _ folders

This commit is contained in:
Fred Beckhusen
2015-08-09 16:54:31 -05:00
parent fde850293c
commit 948a44dfba
5204 changed files with 2425579 additions and 0 deletions

View 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>

View File

@@ -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>

View File

@@ -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)
{