-
A Haskell client library for the Binance cryptocurrency exchange API
Nov 17, 2022 · 7 min read · Computer Software Functional Programming Haskell Internet HTML API Financial Crypto Currency Binance ·A Haskell client library for the Binance cryptocurrency exchange API. The Binance API is documented here: Binance API documentation. The OpenAPI (Swagger) here: binance.github.io/binance-api-swagger. The library can be found here: maridonkers/binance-api.
Read More -
Servant server + Halo client
Oct 30, 2022 · 5 min read · Computer Software Functional Programming Haskell PureScript Internet HTML JavaScript API Nix Webgear ·The Haskell-realworld-exampleHaskell
example (Servant based server) and the Real World PureScript ReactPurescript
example (client) combined intoConduit
(gothinkster/realworld) — what's described as "The mother of all demo apps" (fullstack Medium.com clone)
Read More -
Webgear server + Halogen client
Sep 16, 2022 · 3 min read · Computer Software Functional Programming Haskell PureScript Internet HTML JavaScript API Nix Webgear ·The Webgear realworldHaskell
example (server) and the Real World HalogenPurescript
example (client) combined intoConduit
(gothinkster/realworld) — what's described as "The mother of all demo apps" (fullstack Medium.com clone)
Read More -
Some quick 'off-label' experimentation with WebGear (a high-performance framework to build composable, type-safe HTTP APIs. It is designed to make common API development tasks easy. It is also easily extensible to add components needed by your project. – haskell-webgear/webgear). Also see earlier Webgear post.
Read More -
WebGear is a high-performance framework to build composable, type-safe HTTP APIs. It is designed to make common API development tasks easy. It is also easily extensible to add components needed by your project. – haskell-webgear/webgear (by Raghu Kaippully).
Read More -
A Haskell program that uses the Conduit library to retrieve and store image files with Network.HTTP.Conduit, which are accessible via an URL with a date in it. The images are stored in an
images
subdirectory with the date in the filename. The program skips URLs that do not return a HTTP status code of200
(e.g. …
Read More -
Paperspan export (HTML) to Instapaper import (CSV) convertor
Oct 6, 2021 · 2 min read · Computer Software Functional Programming Haskell YAML Regular Expression CSV HTML Internet ·A Haskell program to convert the Paperspan HTML export format to an Instapaper CSV import format with automatic –configuration file driven– designation to folders. The HXT library is used to parse the Paperspan HTML file and the CSV result is written to standard output.
Read More -
Hakyll
Nov 5, 2020 · 2 min read · Computer Software Functional Programming Haskell Hakyll Static Site Generator HTML CSS JavaScript ·Because I have been wanting to use org-mode instead of Markdown for this site, I started using the Hakyll static site generator and converted all my content to org-mode. The Thomas Read's blog (that I used as a template) even has MathJax support implemented. Support for LaTeX is also possible with Hakyll, I read …
Read More -
Instapaper turns web content – articles, stories, posts, videos, and even long emails – into a great reading experience.
Over the course of your day, you'll encounter things you want to save for later. With Instapaper, you simply push a button in your browser, or choose "send to Instapaper" in a linked mobile …
Read More -
ClojureScript+React number inputs
Apr 14, 2018 · 2 min read · Computer Software Functional Programming Internet JavaScript HTML Client GUI Clojure ClojureScript ·When using ClojureScript with a React library beware that the:value
for an:input
needs to be of type string. If this is not the case then screen updates initiated from the code sometimes fail.
Read More