diff options
Diffstat (limited to 'site/links.html')
-rw-r--r-- | site/links.html | 84 |
1 files changed, 0 insertions, 84 deletions
diff --git a/site/links.html b/site/links.html deleted file mode 100644 index fdff77a..0000000 --- a/site/links.html +++ /dev/null @@ -1,84 +0,0 @@ -<!doctype html> -<html lang="en"> - <head> - <meta charset="utf-8"> - <title>Links</title> - <link rel="stylesheet" href="../assets/css/default.css" /> - <script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script> - <script src="../assets/js/analytics.js" type="text/javascript"></script> - </head> - <body> - <header> - <span class="logo"> - <a href="index.html">Yuchen Pei</a> - </span> - <nav> - <a href="blog.html">Blog</a><a href="microblog.html">Microblog</a><a href="links.html">Links</a> - </nav> - </header> - - <div class="main"> - <div class="bodyitem"> - <p>Here are some links I find interesting or helpful, or both. Listed in no particular order.</p> -<ul> -<li><a href="https://competitions.codalab.org/competitions/">CodaLab</a></li> -<li><a href="https://haskellformaths.blogspot.com/">HaskellForMaths</a></li> -<li><a href="http://www.openproblemgarden.org/">Open Problem Garden</a></li> -<li><a href="http://www.ams.org/open-math-notes">AMS open notes</a></li> -<li><a href="http://garsia.math.yorku.ca/MPWP/">Macdonald polynomials webpage</a></li> -<li><a href="https://news.ycombinator.com/">Hacker News</a></li> -<li><a href="http://arminstraub.com/">Armin Straub</a></li> -<li><a href="http://www-math.ucdenver.edu/~wcherowi/">Bill Cherowitzo</a></li> -<li><a href="https://stallman.org/">Richard Stallman</a></li> -<li><a href="http://www.aaronsw.com/">Aaron Swartz</a> - The Internet’s own boy</li> -<li><a href="https://docs.google.com/document/d/10eA5-mCZLSS4MQY5QGb5ewC3VAL6pLkT53V_81ZyitM/preview">False, Misleading, Clickbait-y, and/or Satirical “News” Sources</a></li> -<li><a href="http://www.math.utah.edu/~jasonu/deala/">Differential Equations & Linear Algebra</a> - Lecture notes on the web</li> -<li><a href="http://wstein.org/">William Stein</a> - William Stein, the creator of SageMath -<ul> -<li><a href="http://wstein.org/talks/2016-06-sage-bp/">The origins of SageMath</a> Stein’s BP centenary talk at Harvard</li> -</ul></li> -<li><a href="http://www.sagemath.org/">SageMath</a> - Open-source maths software system<br /> -</li> -<li><a href="https://projecteuler.net/">Project Euler</a></li> -<li><a href="https://blockly-games.appspot.com/about?lang=en">Blockly games</a></li> -<li><a href="https://jeremykun.com/">Math ∩ Programming</a></li> -<li><a href="https://www.authorea.com/">Authorea</a></li> -<li><a href="http://bigdata.show">Big Data</a></li> -<li><a href="http://fermatslibrary.com/">Fermat’s Library</a></li> -<li><a href="http://www.tricki.org/">Tricki</a></li> -<li><a href="http://www.ams.org/samplings/feature-column/fc-current.cgi">AMS Feature Column</a></li> -<li><a href="https://arxiv.org">arXiv</a></li> -<li><a href="https://terrytao.wordpress.com/">What’s new</a> - Terence Tao’s blog</li> -<li><a href="https://gowers.wordpress.com/">Gowers’s weblog</a> - Timothy Gowers’s blog</li> -<li><a href="http://michaelnielsen.org/polymath1/index.php?title=Main_Page">Polymath</a> - MMO maths research</li> -<li><a href="https://oeis.org/">OEIS</a> - The On-Line Encyclopedia of Integer Sequences® (OEIS®)</li> -<li><a href="http://www.vim.org">Vi IMproved</a> - the one true text editor. Plugins: -<ul> -<li><a href="http://vim-latex.sourceforge.net/">vim-latex</a> - for latexing</li> -<li><a href="https://code.google.com/p/vimwiki/">vimwiki</a> - a wiki tool with google wiki-like markup</li> -<li><a href="https://github.com/Shougo/neocomplete.vim">neocomplete</a> - for auto-completion</li> -</ul></li> -<li><a href="http://www.vimperator.org/vimperator">vimperator</a> - turn your Firefox into Vim</li> -<li><a href="http://www.vimperator.org/muttator">muttator</a> - turn your Thunderbird into Vim</li> -<li><a href="http://pwmt.org/projects/zathura/">zathura</a> - turn your pdf reader into Vim</li> -<li><a href="https://i3wm.org/">i3wm</a> - turn your window manager into Vim</li> -<li><a href="http://www.vimgolf.com/">VimGolf</a></li> -<li><a href="http://regex.alf.nu/">Regex Golf</a></li> -<li><a href="http://regexcrossword.com/">Regex Crossword</a></li> -<li><a href="http://archlinux.org">Arch Linux</a></li> -<li><a href="https://jupyter.org/">Jupyter notebook</a> - An open-source notebook</li> -<li>Stackexchange sites -<ul> -<li><a href="https://mathoverflow.net/">Mathoverflow</a></li> -<li><a href="https://math.stackexchange.com/">Mathematics</a></li> -<li><a href="https://codegolf.stackexchange.com/">Codegolf</a> - The most fun corner of Stackexchange.</li> -</ul></li> -<li><a href="http://math.stanford.edu/~bump/">Danial Bump</a></li> -<li><a href="http://www.math.ubc.ca/~cass/">Bill Casselman</a></li> -</ul> - - </div> - </div> - - </body> -</html> |