Difference between revisions of "User:Pazako Karu"
Pazako Karu (talk | contribs) |
Pazako Karu (talk | contribs) |
||
Line 28: | Line 28: | ||
Resizes a linkset in independent X,Y,Z as desired without any configuration. | Resizes a linkset in independent X,Y,Z as desired without any configuration. | ||
= Compute Levenshtein Distance = | |||
[https://wiki.secondlife.com/wiki/User:Pazako_Karu/ComputeLevenshteinDistance ComputeLevenshteinDistance] | |||
This function computes the number of steps required to transform one string into another. | |||
This can be used to compare how similar two strings are. | |||
After writing it I found it pretty useless for finding the right texture-to-object association with inventory. | |||
More incoming... | More incoming... |
Latest revision as of 23:11, 10 June 2023
Public Domain Works
Profile Pictures in Scripts
Keys to Unique Colors
Convert an input key into a color vector
Group Info
Read LL site for scraping information from a group, like name, user count, fees, etc.
Contextual Dialogs
Call a dialog with a context that is returned in the listen. It makes multiple pages, and security, much easier.
Printf / Sprintf
Replicates the functionality of sprintf and printf for scripts in LSL. Sadly, its about 100 lines, but it functions well with respectable speed.
Linkset Resizing
Linkset Resizer Linkset Resizer w/ Menu
Resizes a linkset in independent X,Y,Z as desired without any configuration.
Compute Levenshtein Distance
This function computes the number of steps required to transform one string into another. This can be used to compare how similar two strings are. After writing it I found it pretty useless for finding the right texture-to-object association with inventory.
More incoming...