diff options
| author | Chris Wells <chris@mathematicaster.org> | 2026-01-09 09:29:19 -0600 |
|---|---|---|
| committer | Chris Wells <chris@mathematicaster.org> | 2026-01-09 09:29:19 -0600 |
| commit | 8424579b0c79038510c3e763b1154cb6aea5cdfe (patch) | |
| tree | 019a3e6c80c825652f34a5365778a55b093f7561 | |
| parent | 93c9ee6a703eee31abdadbcd5bbd269fb67d25f0 (diff) | |
| download | main-8424579b0c79038510c3e763b1154cb6aea5cdfe.tar main-8424579b0c79038510c3e763b1154cb6aea5cdfe.tar.gz main-8424579b0c79038510c3e763b1154cb6aea5cdfe.tar.bz2 main-8424579b0c79038510c3e763b1154cb6aea5cdfe.tar.lz main-8424579b0c79038510c3e763b1154cb6aea5cdfe.tar.xz main-8424579b0c79038510c3e763b1154cb6aea5cdfe.tar.zst main-8424579b0c79038510c3e763b1154cb6aea5cdfe.zip | |
Added some links
| -rw-r--r-- | www/links/index.md | 32 |
1 files changed, 30 insertions, 2 deletions
diff --git a/www/links/index.md b/www/links/index.md index 4fe2534..dcad7a8 100644 --- a/www/links/index.md +++ b/www/links/index.md @@ -1,6 +1,34 @@ +# Links + +## Haskell +* [Hoogle](https://hoogle.haskell.org/) +* [Hackage](https://hackage.haskell.org/) +* [Learn You a Haskell for Great Good!](https://learnyouahaskell.github.io/chapters.html) +* Libraries + * [Hakyll](https://hackage.haskell.org/package/hakyll) + * [Pandoc](https://hackage/haskell.org/package/pandoc) + +## Math +* [Math Overflow](https://mathoverflow.net) +* [Math StackExchange](https://math.stackexchange.com/) +* [arXiv](https://arxiv.org/) +* [Google Scholar](https://scholar.google.com/) + +## Nix +* [Nixpkgs package search](https://search.nixos.org/packages) +* [Nixpkgs option search](https://search.nixos/org/options) +* [Home Manager option search](https://home-manager-options.extranix.com) +* [Flake Parts](https://flake.parts) +* [Nixpkgs](https://github.com/NixOS/nixpkgs) + +## Sage +* [Sage](https://www.sagemath.org/) + +## Teaching * [Open-access textbooks](/books/) * [Paul's Online Notes](https://tutorial.math.lamar.edu/) -* [Math StackExchange](https://math.stackexchange.com/) + +## TeX * [TeX StackExchange](https://tex.stackexchange.com/) * [DeTeXify](https://detexify.kirelabs.org/classify.html) -* [SageMath](https://www.sagemath.org/) + |
