- Mar 23, 2011
- Mar 22, 2011
-
-
Mark Olesen authored
-
- Mar 21, 2011
- Mar 18, 2011
-
-
Henry authored
-
Mark Olesen authored
- syntax as per Bourne/Korn shell ${parameter:+altValue} If parameter is unset or null, nothing is substituted. Otherwise the \c altValue is substituted.
-
- Mar 17, 2011
- Mar 14, 2011
-
-
mattijs authored
-
- Mar 11, 2011
-
-
andy authored
-
- Mar 10, 2011
- Mar 08, 2011
-
-
sergio authored
-
andy authored
-
Mark Olesen authored
-
- Mar 07, 2011
-
-
Henry authored
-
mattijs authored
-
sergio authored
-
andy authored
-
andy authored
-
sergio authored
-
sergio authored
-
sergio authored
-
graham authored
-
graham authored
No "axis" required - when considering omegaDot the concept becomes meaningless. Centre of rotation can be specified, to avoid it needing to be the origin, and to allow it to move.
-
- Mar 04, 2011
- Mar 03, 2011
-
-
andy authored
-
Mark Olesen authored
-
graham authored
-
- Mar 02, 2011
-
-
sergio authored
-
Mark Olesen authored
- syntax as per Bourne/Korn shell ${parameter:-defValue} If parameter is unset or null, the \c defValue is substituted. Otherwise, the value of parameter is substituted.
-
Mark Olesen authored
- eg, "$USER $(PWD) $USER" -> "username $(PWD) $USER" instead of "$USER $(PWD) $USER" -> "username $(PWD) username" this is noticable in some dynamicCode usages STYLE: consolidate all string expand code into stringOps
-
sergio authored
-