Difference between revisions of "User:Xaviar Czervik"

From Second Life Wiki
Jump to navigation Jump to search
Line 9: Line 9:
The largest script I've posted this far is [[Object to Data v1.0]], which converts objects to text files that can be shared.
The largest script I've posted this far is [[Object to Data v1.0]], which converts objects to text files that can be shared.


I also wrote an [[Efficiency Tester]], that tests the speed of some code.
There are a few scripts that I had been using sitting in my inventory.
 
[[Efficiency Tester]]: Tests the speed of some code.
[[String Compare]]: Compares two strings, evaluates "a" < "b".
[[Prefix Calculator]]: Adds numbers in prefix. / + 3 2 - +1 2 3 = 1.25

Revision as of 21:01, 7 June 2007

About Me

I've decided that there are too many adults who think us teens don't know anything about coding, so I've decided to start using the wiki. I don't like writing, so the only thing you'll see from me is code. (Except when I need to explain, and then I will only explain half of it).

I'll be on the teen grid for another three years and counting...

Some Code

The largest script I've posted this far is Object to Data v1.0, which converts objects to text files that can be shared.

There are a few scripts that I had been using sitting in my inventory.

Efficiency Tester: Tests the speed of some code. String Compare: Compares two strings, evaluates "a" < "b". Prefix Calculator: Adds numbers in prefix. / + 3 2 - +1 2 3 = 1.25