Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (5)
PSpincalc Package for converting between attitude
no vote
PSpincalc Package for converting between attitude representations: DCM, Euler angles, Quaternions, and Euler vectors Rotation formalisms in three dimensions From Wikipedia, the free encyclopedia In geometry, various formalisms exist to express a rotation in three dimensions as a mathematical transformation. In physics, this concept is applied to classical mechanics where rotational (or angular) kinematics is the science of quantitative description of a purely rota
daragon
2016-08-23
0
1
123 TSQL functions for professional, academic or l
no vote
This is a collection of 123 TSQL functions for professional, academic or learning purposes. There are many conversions hexadecimal/octal/binary/Roman numerals, mathematical functions such as  hyperbolic, logic and trigonometric. Combinatorial functions such as combinations, permutations (factorial),  arrangements. Other interesting functions include turning a number into plain English, Morse code, EBCDIC  and vice-versa, Levenshtein Distance (linguistics), encryption, infinite precision division and number theory
daragon
2016-08-23
1
1
SQL Server 2000 encryption functions: tea (new varieties), tea, RC4, Vigenere, Caesar, and XOR,XOR8
no vote
Encryption functions TEA (new variant), TEA, RC4, Vigenere, Caesar, XOR, XOR8 for SQL Server 2000. The functions encrypt a  string or number with a password into a string that can be decrypted using the same code by applying the correct password.
daragon
2014-11-13
0
1
Decrypt SQL stored procedures, triggers, views and user defined functions in SQL Server 6.5
no vote
  Decrypt an encrypted stored procedure or other database object, code for SQL 6.5 This is a tool to decrypt SQL stored procedures, triggers, views and user defined functions.
daragon
2014-11-13
0
1
Luhn's formula to validate a credit card number in TSQL
no vote
This UDF will validate a credit card number using Luhn's formula. Input: credit card number Output: true if  valid credit card number
daragon
2014-11-13
0
1
No more~