gravatar alternatives and similar packages
Based on the "Unclassified" category.
Alternatively, view gravatar 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. -
rollbar-cli
A group of libraries written in Haskell to communicate with Rollbar API. -
hackertyper
"Hack" like a programmer in movies and games! Inspired by hackertyper.net -
base-unicode-symbols
Unicode alternatives for common functions and operators -
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 -
argon2
Haskell bindings to libargon2 - the reference implementation of the Argon2 password-hashing function -
servant-streaming
Support for servant requests and responses via the 'streaming' library -
rerebase
Reexports from "base" with a bunch of other standard libraries -
containers-unicode-symbols
Unicode alternatives for common functions and operators -
semver-range
Implementation of semver and NPM-style semantic version ranges in Haskell -
postgresql-simple-sop
Generic functions for postgresql-simple -
network-carbon
A Haskell implementation of the Carbon protocol (part of the Graphite monitoring tools) -
qq-literals
A Haskell library for compile-time checked literal values, via QuasiQuoters.
Collect and Analyze Billions of Data Points in Real Time
* 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 gravatar or a related project?
README
Gravatar
Generate Gravatar image URLs.
Usage
gravatar def "[email protected]"
-- => https://www.gravatar.com/avatar/2be502055b6c21ff470730beead2a998
For more information, see the haddocks.
Developing & Tests
stack setup
stack build --pedantic --test
Historical Note
This is a clean-room implementation of this existing package (I had no idea it existed when I wrote this).
There's only a few small differences:
- I have only one function and a required "options" argument which supports everything the Gravatar API offers.
- My
gravatar
operates on aText
value
The older package hadn't been updated since 2008 and I was unable to reach Don on the matter. Hopefully it's OK that I take over the module name.
[CHANGELOG](./CHANGELOG.md) | [LICENSE](./LICENSE)
*Note that all licence references and agreements mentioned in the gravatar README section above
are relevant to that project's source code only.