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
| { | |
| "short_name": "CTAN", | |
| "keyword": "ctan", | |
| "url": "https://ctan.org/search?phrase={searchTerms}" | |
| } |
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
| #!/bin/bash | |
| set -eux | |
| prefix=$HOME/opt/neovim | |
| revision=v0.9.5 | |
| if [ $revision != nightly ] && [ -x $prefix/bin/nvim.appimage.$revision ]; then | |
| exit | |
| fi | |
| tmp=$(mktemp -d) | |
| trap 'rm -rf "$tmp"' 0 |
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
| \chemfig{ | |
| O?-[:10](-[:90]OH)-[:-130](-[:-90]OH)-[:170](-[:90]OH)-[:-170](-[:-90]OH)-[:50]?(-[:90]-[::60,0.7]HO) | |
| } |
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
| /l_*.sh | |
| /l_*/ |
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
| ////usr/bin/env true << EOF | |
| /* | |
| EOF | |
| set -eux | |
| trap 'rm -f ${0%.c}.out' 0 | |
| : "${CC:=gcc}" | |
| : "${CPPFLAGS=}" | |
| : "${LDFLAGS=}" | |
| : "${LDLIBS=-lblis -lm}" | |
| $CC $CPPFLAGS -o "${0%.c}.out" "$0" $LDFLAGS $LDLIBS |
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
| # InChI | SMILES | |
|---|---|---|
| InChI=1/C5H5N3/c1-2-6-5-4(1)7-3-8-5/h1-3,6H,(H,7,8)/f/h7H | N1=CNC2NC=CC=21 | |
| InChI=1/C5H5N3/c1-2-6-5-4(1)7-3-8-5/h1-3,6H,(H,7,8)/f/h8H | N1C=NC2NC=CC=21 | |
| InChI=1/C2H5NO2/c3-1-2(4)5/h1,3H2,(H,4,5) | C(C(=O)O)N | |
| InChI=1/C2H5NO2/c3-1-2(4)5/h1,3H2,(H,4,5)/f/h3H | C(C(=O)[O-])[NH3+] | |
| InChI=1/C2H5NO2/c3-1-2(4)5/h1,3H2,(H,4,5)/f/h4H | C(C(=O)O)N | |
| InChI=1/CH6N2/c1-3-2/h3H,2H2,1H3/p+1/fCH7N2/h2H/q+1 | CN[NH3+] | |
| InChI=1/CH6N2/c1-3-2/h3H,2H2,1H3/p+1/fCH7N2/h3H/q+1 | C[NH2+]N | |
| InChI=1/C5H8O4/c1-3(5(8)9)2-4(6)7/h3H,2H2,1H3,(H,6,7)(H,8,9) | OC(=O)C(C)CC(=O)O | |
| InChI=1/C5H8O4/c1-3(5(8)9)2-4(6)7/h3H,2H2,1H3,(H,6,7)(H,8,9)/p-1/fC5H7O4/h6H/q-1 | [O-]C(=O)C(C)CC(=O)O |
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
| \documentclass[17pt]{beamer} | |
| \begin{document} | |
| \begin{frame} | |
| \footnotesize | |
| \begin{columns} | |
| \begin{column}{0.5\textwidth} | |
| \begin{itemize} | |
| \item foo | |
| \item bar | |
| \item baz |
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
| #include <iostream> | |
| #include <memory> | |
| struct D1; | |
| struct D0; | |
| struct B { | |
| virtual ~B() = default; | |
| virtual void f(B* const) = 0; | |
| virtual void g(const D1&) = 0; |
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
| *://*.a-d.site/* | |
| *://*.allpng.org/* | |
| *://*.arip-photo.org/* | |
| *://*.dochub.org/* | |
| *://*.hotexamples.com/* | |
| *://*.linkfang.org/* | |
| *://*.linux-console.net/* | |
| *://*.linux-terminal.com/* | |
| *://*.moyens.net/* | |
| *://*.namu.wiki/* |
NewerOlder