From 8424579b0c79038510c3e763b1154cb6aea5cdfe Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Fri, 9 Jan 2026 09:29:19 -0600 Subject: Added some links --- www/links/index.md | 32 ++++++++++++++++++++++++++++++-- 1 file 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/) + -- cgit v1.2.3