Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Low-level Haskell bindings to Blas. This package provides a complete low-level binding to Blas via the foreign function interface, allowing Haskell programs to take advantage of optimized routines for vector and matrix operations in Haskell. More information can be found at the repository.
-
SVG combinator library A blazingly fast SVG combinator library for the Haskell programming language. The Text.Blaze.SVG module is a good starting point. Other documentation:
- Programs in the examples folder of this project: https://github.com/diagrams/blaze-svg/tree/master/examples/
- Jasper Van Der Jeugt has written a tutorial for blaze-html, which is a sister library of blaze-svg. It may not be directly relevant, but still it gives a good overview on how to use the combinators in Text.Blaze.Svg11 and Text.Blaze.Svg11.Attributes: http://jaspervdj.be/blaze/tutorial.html.
-
Elasticsearch client library for Haskell Elasticsearch made awesome for Haskell hackers
-
Pure and impure Bloom Filter implementations. Pure and impure Bloom Filter implementations.
-
open bookmarks and queries from the command line This package provides a command-line utility that opens bookmarks and queries. Please see the README on GitHub at https://github.com/ExtremaIS/bm-haskell#readme.
-
Generate CSV Exports of Your BNB Staking Rewards. bnb-staking-csvs is a CLI program that queries the Binance.org API for all of a delegator's rewards and exports the resulting data to a CSV file. You can install bnb-staking-csvs with Stack: stack install --resolver nightly bnb-staking-csvs. Then run the following to print out your rewards in CSV format:
bnb-staking-csvs <DELEGATOR_PUBKEY>
See bnb-staking-csvs --help for additional options. -
Three games for inclusion in a web server Three games that might run as CGI script in a web server: Connect Four, Rows&Columns, Mastermind. Additionally there is a CLI-only game: Das verrueckte Labyrinth. Check running versions at http://www.henning-thielemann.de/VierGewinnt and http://www.henning-thielemann.de/ZeilenSpalten. You can build an example web server by installing with
cabal install board-games -fbuildExamples
Then start the server with./dist/build/board-games/board-games
and play the games in your browser at the URL http://localhost:8080/. Currently the games use German texts. I wanted to use gettext, but this is not thread-safe. -
Fedora Bodhi REST client library A REST client library for the Fedora Bodhi updates server. The binding is currently fairly low-level returning JSON Objects. So far it covers nearly all of the GET part of the API.
-
Implementation of the Borda count election method. Implementation of the Borda count election method, optionally with different weights for different participants. See https://en.wikipedia.org/wiki/Borda_count
-
A strict, immutable, thread-safe, single-ended, bounded queue. A strict, immutable, thread-safe, single-ended, bounded queue which automatically forgets old values instead of blocking.