HTML Scraping in Haskell
I’m trying to scrape some information from our canteen’s website using Haskell, and I talk about the way I took to get to a working solution and the libraries I tried along the way.
Read more …haskell
I’m trying to scrape some information from our canteen’s website using Haskell, and I talk about the way I took to get to a working solution and the libraries I tried along the way.
Read more …I wanted to have a small personal image hoster, and decided to try my hand at implementing one using Haskell and CGI. Nothing big, just simple uploads (with a password to avoid spam). This post talks about a few challenges I encountered during the way.
Read more …