refs.pdc 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. # this is a test for links, references and footnotes.
  2. a link to [the example.com website](http://www.example.com "example")
  3. well, [the example.com website](http://www.example.com)
  4. testing footnotes[^footnote1]. this is kinda silly.^[another footnote.]
  5. ^superscrips^ are ok, but be careful to keep spaces between the inline
  6. footnotes and the superscripts.^[inline footnotes-- *test*]
  7. [^footnote1]: this is a footnote --.
  8. [see @Lovejoy, pp. 12]
  9. Mister @Lovejoy95, at [-@Lovejoy], cites @Lovejoy [pp. 12-12].
  10. Some printable characters might not be matched (in @Krämer, `ä` caused
  11. issues). @Krámer @Kraßmer @Kràmer
  12. *[PCL]: P C L
  13. [hello][welcome] aaaaaa this with [inline link](http://site.com) gets messed up
  14. [hello][hello]aaaaaa this
  15. [hello] [hello] this is a test.
  16. [hello][]
  17. [hello1]: www.google.com
  18. [hello2]: www.google.com "pandoc"
  19. [hello3]: www.google.com
  20. "pandoc"
  21. this is no longer part of the reference definition
  22. ![test](test.png)
  23. ![testimg][]
  24. [testimg]: test.png
  25. What follows are some notes on algorithms I've been reviewing from [Algorithms](http://amzn.com/032157351X) by Robert Sedgewick and Kevin Wayne, [The Algorithm Design Manual](http://amzn.com/1849967202) by Steven S. Skiena, and other sources around the Internet [^mit] [^umd] [^umgd]. I wanted to write some notes on the material so that I could easily look back on it, but mainly so that I could be sure that I understand the material --- since I have to understand it to explain it.
  26. [Convolution](http://en.wikipedia.org/wiki/Convolution) is a mathematical
  27. method of combining two signals to form a third signal. Passing the [Dirac
  28. delta function](http://en.wikipedia.org/wiki/Dirac_delta_function) (unit
  29. impulse) $\delta[n]$ through a linear system results in the impulse response
  30. $h[n]$. The impulse response is simply the signal resulting from passing the
  31. unit impulse (Dirac delta function) through a linear system.
  32. # issue 25
  33. [[abc]](xxx)
  34. [[abc]][]
  35. [[abc]]: x
  36. # issue 107 (vim-pandoc)
  37. [`]`](http://foo.com) foo
  38. [Why isn't `ListT []`{.haskell} a monad](http://blog.sigfpe.com/2006/11/why-isnt-listt-monad.html)