Difference between revisions of "User:Dedric Mauriac"

From Second Life Wiki
Jump to navigation Jump to search
Line 4: Line 4:
# [[Letter Positioning]] - Example of how to draw 10 letters on one prim.
# [[Letter Positioning]] - Example of how to draw 10 letters on one prim.
# [[Text To Byte Conversion]] - Example of how to convert text to a byte array and back again.
# [[Text To Byte Conversion]] - Example of how to convert text to a byte array and back again.
# [[Right Shift]] - Method to shift bytes to the right for signed integers as if they were unsigned.


[[Category:SL Certification Participant|{{PAGENAME}}]]
[[Category:SL Certification Participant|{{PAGENAME}}]]

Revision as of 02:51, 3 February 2008

Look ma! I am editing myself! --Dedric Mauriac 18:00, 9 November 2007 (PST)

  1. Simple Encryption - Example of weakest form of encryption using XOR.
  2. Letter Positioning - Example of how to draw 10 letters on one prim.
  3. Text To Byte Conversion - Example of how to convert text to a byte array and back again.
  4. Right Shift - Method to shift bytes to the right for signed integers as if they were unsigned.