Difference between revisions of "User:Dedric Mauriac"

From Second Life Wiki
Jump to navigation Jump to search
Line 5: Line 5:
# [[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.
# [[Right Shift]] - Method to shift bytes to the right for signed integers as if they were unsigned.
# [[Read Note Card Configuration]] - Learn how to read a note card with name/value pairs.


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

Revision as of 14:09, 3 May 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.
  5. Read Note Card Configuration - Learn how to read a note card with name/value pairs.