lisp123456

Untitled

Jul 30th, 2021
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. #+DATE: 24 July 2021
  2.  
  3. #+TITLE: Math.Dev
  4.  
  5. Welcome to Math.Dev! A website focused on the intersection of maths &
  6. technology. I am currently working on various mathematical software
  7. using Common Lisp and this website documents all my knowledge in Lisp,
  8. Emacs, Computer Science and Mathematics (more to come later on this - right
  9. now my focus is on the technology stack). In addition, this website serves
  10. as my public facing blog and also as a document store for valuable
  11. resources I come across.
  12.  
  13. I hope you enjoy and find Math.Dev a useful resource for you. I love to
  14. chat and get feedback from others, so please do drop me an e-mail at
  15. [email protected] if you have similar interests and would like to
  16. chat some more. If you yourself work on Mathematical software, I would
  17. /especially/ like to hear from you! :)
  18.  
  19. A reasonable amount of my work is available on [[file:https://ashok-khanna.github.io][my GitHub profile]], so check
  20. me out there!
  21.  
  22. * Lisp Resources
  23.  
  24. 1. [[file:lisp/clbe/index.org][Common Lisp by Example]] - My ongoing introductory guide for Common Lisp
  25.  
  26.  
  27. * Emacs Resources
  28.  
  29. This website was built entirely with Org-Mode. I will shortly publish
  30. an article on how to achieve this, stay tuned!
  31.  
  32.  
  33. * Math Resources
  34.  
  35. 1. [[file:https://apps.apple.com/us/app/rpn-30/id1451413517][RPN 30]] - My highly rated Reverse Polish Notation calculator for iPhones.
  36. It has over 15,000 downloads and counting :-) I will add a selection of its
  37. reviews here shortly.
  38.  
  39.  
  40. * Computer Science Resources
  41.  
  42. I am currently reading The Design and Analysis of Computer Algorithms by Alfred
  43. Aho, Jeffrey Ullman and John Hopcroft. I will publish a concise summary here
  44. as I work through this book.
  45.  
  46.  
  47. * Other Resources
  48.  
  49. 1. [[file:https://pdf.math.dev][Beautiful PDFs from HTML]] - My tutorial on using Paged.Js to produce paginated
  50. media from HTML. It has been read over 20,000 times. A good read for anybody
  51. looking to automate PDF report generation by taking advantage of Chrome's rendering
  52. engine (preferably in a headless setup). The accompanying Hacker News discussion
  53. can be found [[file:https://news.ycombinator.com/item?id=26691626][here]].
Advertisement
Add Comment
Please, Sign In to add comment