Difference between revisions of "User:Xaviar Czervik"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
== About Me ==
== 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 don't like writing, as it wastes time, 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...
I'll be on the teen grid for another three years and counting...
Line 9: Line 10:
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.


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


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

Revision as of 20:16, 29 June 2007

About Me

I don't like writing, as it wastes time, 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 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