xkcd alternatives and similar packages
Based on the "Unclassified" category.
Alternatively, view xkcd alternatives based on common mentions on social networks and blogs.
-
bit-stream
Lazy infinite compact streams with cache-friendly O(1) indexing and applications for memoization -
dependent-sum-template
DISCONTINUED. Template Haskell code to generate instances of classes in dependent-sum package -
argon2
Haskell bindings to libargon2 - the reference implementation of the Argon2 password-hashing function
InfluxDB - Purpose built for real-time analytics at any scale.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of xkcd or a related project?
README
XKCD downloader
Downloads the most recent XKCD strip into a specified or the current directory.
What's the point?
Even though I wrote this mostly as an exercise in Haskell, it does have a practical use. You can use GeekTool on OS X to show the current strip on your desktop. How to do that?
How to show xkcd on your desktop on OS X
Download GeekTool from App Store
cabal install xkcd
Put a shell widget on your desktop and set the xkcd executable as command. Put a directory into which it can download image as the argument. It should look like this:
xkcd ~/comics/newXkcd.jpg
Set refresh every to 8640 so that it will try to download new strip every 24 hours.Now put an image widget on your desktop. Using set local path choose the image. Set refresh every to 4320 (I'm not sure in what order GeekTool refreshes the widgets and we wouldn't like seeing the comic 24 hours after it was published, right?)
Enjoy xkcd on your desktop!