Nothing
cBracelets <-
function(v=c(),bOut=FALSE) {
u<-lSort(union( cNecklaces(v),cNecklaces(v[length(v):1]) )) ;
if (!bOut) return(u);
i<-1; for (w in u) {cat("[",w,"] (",i,")\n");i<-i+1};
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.