search for: unipos

Displaying 3 results from an estimated 3 matches for "unipos".

Did you mean: unicos
2010 Aug 11
0
Re: [fcrepo-user] Autostart-Script
...Djavax.net.ssl.trustStorePassword=tomcat'' export > PATH=$JAVA_HOME/bin:$MAVEN_HOME/bin:$FEDORA_HOME/server/bin:$FEDORA_HOME/client/bin:$PATH > > > > case "$1" in > start) if [ -f $CATALINA_HOME/bin/startup.sh ]; then echo "Starting > Tomcat" /bin/su unipos -c "$CATALINA_HOME/bin/startup.sh" fi ;; > stop) if [ -f $CATALINA_HOME/bin/shutdown.sh ]; then echo "Stopping > Tomcat" /bin/su unipos -c "$CATALINA_HOME/bin/shutdown.sh" fi ;; > *) echo $"Usage: $0 {start|stop}" exit 1 ;; esac exit $RETVAL > &gt...
2012 Nov 08
0
package bit64 with new functionality
...Package 'bit64' now has methods for 'match', '%in%', 'duplicated', 'unique', 'table', 'sort', 'order', 'rank', 'quantile', 'median' and 'summary'. Regarding data management it has novel generics 'unipos' (positions of the unique values), 'tiepos' (positions of ties), 'keypos' (positions of values in a sorted unique table) and derived methods 'as.factor' and 'as.ordered'. This 64-bit functionality is implemented carefully to be not slower than the respective 3...
2012 Nov 08
0
package bit64 with new functionality
...Package 'bit64' now has methods for 'match', '%in%', 'duplicated', 'unique', 'table', 'sort', 'order', 'rank', 'quantile', 'median' and 'summary'. Regarding data management it has novel generics 'unipos' (positions of the unique values), 'tiepos' (positions of ties), 'keypos' (positions of values in a sorted unique table) and derived methods 'as.factor' and 'as.ordered'. This 64-bit functionality is implemented carefully to be not slower than the respective 3...