Difference between revisions of "User:Pedro Oval"
Jump to navigation
Jump to search
Pedro Oval (talk | contribs) |
Pedro Oval (talk | contribs) (→Miscellaneous functions: Separate XorBase64StringsSameLength to another section) |
||
(13 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
== My contributions == | == My contributions == | ||
* [[Ord]] and [[Chr]] functions | === Miscellaneous functions === | ||
* [[Ord]] and [[Chr]] functions (added to the main Wiki) | |||
* [[User:Pedro Oval/Base64 HMAC MD5]] | * [[User:Pedro Oval/Base64 HMAC MD5]] | ||
* [[User:Pedro Oval/Calculate rotation | * [[User:Pedro Oval/Base64 HMAC SHA-1]] (Work in progress) | ||
* [[User:Pedro Oval/Calculate rotation for pointing in a direction]] | |||
* [[User:Pedro Oval/Uniform random rotation]] | |||
* [[User:Pedro Oval/Float formatting functions]] (Work in progress) | |||
* [[User:Pedro Oval/UnixToDateTime]] | |||
=== Obsolete functions === | |||
* [[User:Pedro Oval/XorBase64StringsSameLength]] (Obsoleted by [[llXorBase64]]) | |||
=== Other scripts === | |||
* [[GIMP Layers to SL Animated Texture]], a Script-Fu script (added to the main Wiki). | |||
** [[User:Pedro Oval/GIMP Layers to SL Animated Texture|Development version / TODO list]] for the above (under my user page) | |||
=== Useful information === | |||
* [[User:Pedro Oval/Table of implicit type conversions for list extracting functions]] | |||
* [[User:Pedro Oval/Mono code memory usage]] (and compilation to [[User:Pedro Oval/Mono code memory usage/CIL|CIL]]) |
Latest revision as of 02:27, 19 June 2014
Spanish, male, programmer.
My contributions
Miscellaneous functions
- Ord and Chr functions (added to the main Wiki)
- User:Pedro Oval/Base64 HMAC MD5
- User:Pedro Oval/Base64 HMAC SHA-1 (Work in progress)
- User:Pedro Oval/Calculate rotation for pointing in a direction
- User:Pedro Oval/Uniform random rotation
- User:Pedro Oval/Float formatting functions (Work in progress)
- User:Pedro Oval/UnixToDateTime
Obsolete functions
- User:Pedro Oval/XorBase64StringsSameLength (Obsoleted by llXorBase64)
Other scripts
- GIMP Layers to SL Animated Texture, a Script-Fu script (added to the main Wiki).
- Development version / TODO list for the above (under my user page)