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="Timestamp_Get_Weekday_from_timestam">
<Project name="Timestamp_Get_Weekday_from_timestam" path="Timestamp_Get_Weekday_from_timestam\Timestamp_Get_Weekday_from_timestam.prj" active="true"/>
</Solution>

View File

@@ -0,0 +1,25 @@
// :CATEGORY:Timestamp
// :NAME:Timestamp_Get_Weekday_from_timestam
// :AUTHOR:Void Singer
// :CREATED:2010-02-01 19:32:11.520
// :EDITED:2013-09-18 15:39:07
// :ID:895
// :NUM:1271
// :REV:1.0
// :WORLD:Second Life
// :DESCRIPTION:
// Timestamp_Get_Weekday_from_timestam
// :CODE:
/*//-- Note:
Accurate from 1901 to 2099 (no limiting code)
//*/
string uUnix2WeekdayStr( integer vIntDat ){
return llList2String( ["Thursday", "Friday", "Saturday", "Sunday", "Monday", "Tuesday", "Wednesday"],
vIntDate % 604800 / 86400 - (vIntDate < 0) );

View File

@@ -0,0 +1,6 @@
<Project name="Timestamp_Get_Weekday_from_timestam" guid="D8469487-6C00-1014-B904-200204C60A89">
<Object name="Object" guid="D8469575-6C00-1014-B904-200204C60A89">
<Script name="Timestamp_Get_Weekday_from_timestam_1.lsl" guid="D846AE1F-6C00-1014-B904-200204C60A89">
</Script>
</Object>
</Project>