Skip to content

Instantly share code, notes, and snippets.

19: [19µs] about to do this.each (jQuery.fn.each)
30: [11µs] entered this.each, about to do .attr and MathElement[] lookup
55: [25µs] done, there is a block!
555: [500µs] parsed latex
801: [246µs] postOrder-ed dispose, about to delete children from edit tree
803: [2µs] cleared children from edit tree
885: [82µs] adopted into edit tree
1100: [215µs] generated html
1423: [323µs] set innerHTML
1637: [214µs] jQize-d
#!/usr/bin/env node
if (process.stdin.isTTY) {
console.log('Usage: Inside the directory with all the sent text message files:');
console.log();
console.log('ls | path/to/contacts_extractor.js | sort | uniq | ./mkvcards -o /path/to/output_dir/');
process.exit();
}
var DEBUG_MODE = '-d --debug'.split(' ').indexOf(process.argv.slice(-1)[0]) > -1;
diff --git a/test/visual.html b/test/visual.html
index 1a47eca..e0f86af 100644
--- a/test/visual.html
+++ b/test/visual.html
@@ -97,7 +97,7 @@ td {
// paste some stuff that needs resizing
textarea.trigger('paste');
textarea.val('\\pi\\sqrt{\\sqrt{\\frac12}}\\int');
- setTimeout(function() { if (count !== 1) throw 'reflow not called'; });
+ //setTimeout(function() { if (count !== 1) throw 'reflow not called'; });
\
\$
\'
\MathQuillMathField
\Pr
\arg
\class
\exp
\hom
\injlim
\acos
\acosec
\acosech
\acosh
\acot
\acotan
\acotanh
\acoth
\acsc
\acsch
\acos
\acosec
\acosech
\acosh
\acot
\acotan
\acotanh
\acoth
\acsc
\acsch
parent.location.href = 'http://google.com';
alert('Hi from gist.github.com!')

Good news! We've resumed active development and we're committed to getting things running smoothly. Find a dusty corner? Let us know! slackin.mathquill.com

@laughinghan
laughinghan / MathQuill_CLA.md
Last active March 15, 2016 18:05
MathQuill CLA

We're so excited you want to contribute to MathQuill, we've only gotten this far thanks to contributors like you!

Like many open source projects, before we can accept your contribution we ask that you sign a Contributor License Agreement ("CLA") to protect both you and us from legal problems.

Unlike most CLAs, ours is not written in scary legalese. Simply put, when you contribute to MathQuill, you agree:

  1. The code you wrote is your original work (you own the copyright) or you otherwise have the right to submit the work.
  2. To grant the MathQuill maintainers a nonexclusive, irrevocable license to use your submitted code in any way.
  3. You are capable of granting these rights for the contribution.