xkcd alternatives and similar packages
Based on the "Unclassified" category.
Alternatively, view xkcd alternatives based on common mentions on social networks and blogs.
-
gotta-go-fast
A command line utility for practicing typing and measuring your WPM and accuracy. -
heroku-persistent
Parse DATABASE_URL into configuration types for Persistent -
bit-stream
Lazy infinite compact streams with cache-friendly O(1) indexing and applications for memoization -
ascii-art-to-unicode
Small program to convert ASCII box art to Unicode box drawings. -
base-unicode-symbols
Unicode alternatives for common functions and operators -
hackertyper
"Hack" like a programmer in movies and games! Inspired by hackertyper.net -
aeson-serialize
Functions for serializing a type that is an instance of ToJSON -
dependent-sum-template
Template Haskell code to generate instances of classes in dependent-sum package -
servant-streaming
Support for servant requests and responses via the 'streaming' library -
argon2
Haskell bindings to libargon2 - the reference implementation of the Argon2 password-hashing function -
containers-unicode-symbols
Unicode alternatives for common functions and operators -
semver-range
Implementation of semver and NPM-style semantic version ranges in Haskell -
rollbar-cli
A group of libraries written in Haskell to communicate with Rollbar API. -
qq-literals
A Haskell library for compile-time checked literal values, via QuasiQuoters. -
network-carbon
A Haskell implementation of the Carbon protocol (part of the Graphite monitoring tools)
Access the most powerful time series database as a service
* 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!