MonteShaffer

Results 13 comments of MonteShaffer

I am referring to `saveHTML` where I want the label/title to be machine-readable (e.g., in the HTML, not in the figure). When I click on the next element, or when...

It appears that scianimator would allow for other "parallel" arrays to each image element. When I am interacting with the output, it would be nice if I could mouse over...

2 0 obj /XObject > >> endobj 7 0 obj

We are going to work on this, and provide a function if we can solve the problem. PDFs are a collection of objects... and a PDF object could exist in...

http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/pdf/pdfs/pdf_reference_archives/PDFReference13.pdf The 1.3 specification is above... Latex is running on the 1.5 spec ... Below is the Latex code, and `/PTEX.FileName (./graphs/basic.pdf)` is not a 1.3 command ... So can...

ok. is "experimental" basically functional? I see "annotations", but I don't see "import PDF"...

Here is a hack... ``` function ccardGetValue(key) { // jp-card-name // jp-card-number // jp-card-invalid // jp-card-expiry // jp-card-cvc console.log(key); console.log(value); var obj = $('.jp-card-'+key,'.card-wrapper'); var value = obj.html(); console.log(value); }...

After playing around, here would be some useful features: getCardType ... return "amex" etc. setCardType ... update the style, and for amex, the CVV would place on the "front" ValidCard...

``` /** * Luhn algorithm in JavaScript: validate credit card number supplied as string of numbers * @author ShirtlessKirk. Copyright (c) 2012. * @license WTFPL (http://www.wtfpl.net/txt/copying) * https://jsperf.com/credit-card-validator/7 */ var...