This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
window.MathJax = { | |
options: { | |
ignoreHtmlClass: 'tex2jax_ignore', | |
processHtmlClass: 'tex2jax_process', | |
renderActions: { | |
find: [10, function (doc) { | |
for (const node of document.querySelectorAll('script[type^="math/tex"]')) { | |
const display = !!node.type.match(/; *mode=display/); | |
const math = new doc.options.MathItem(node.textContent, doc.inputJax[0], display); | |
const text = document.createTextNode(''); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
app.py: Simple web server that echoes GET and POST content to stdout | |
Usage | |
----- | |
1. Save this content into a file named "app.py" | |
2. Make sure you have Flask installed: "pip3 install flask" | |
3. Run the following command line: "flask run" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
build: Changes that affect the build system or external dependencies | |
ci: Changes to CI configuration files and scripts | |
docs: Documentation only changes | |
feat: A new feature | |
fix: A bug fix | |
perf: A code change that improves performance | |
refact: A code change that neither fixes a bug nor adds a feature | |
style: Changes that do not affect the meaning of the code | |
test: Adding missing tests or correcting existing tests |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* File name : Library/KeyBindings/DefaultKeyBinding.dict | |
* Description : MacOSX global key binding personalizations | |
* Original author(s): Michael Hucka <[email protected]> | |
* Organization : California Institute of Technology | |
* | |
* Some bindings were collected from TextServices. | |
* Original (for emacs bindings) came off the net somewhere. | |
* | |
* See here for more documentation: |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
OlderNewer