iptables-helpers
text
Our great sponsors
iptables-helpers | text | |
---|---|---|
0 | 7 | |
2 | 334 | |
- | 2.7% | |
0.0 | 8.3 | |
about 9 years ago | 6 days ago | |
Haskell | Haskell | |
BSD 3-clause "New" or "Revised" License | BSD 2-clause "Simplified" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
iptables-helpers
We haven't tracked posts mentioning iptables-helpers yet.
Tracking mentions began in Dec 2020.
text
-
Haskell - Important Libraries
text
-
Switch internal representation to UTF8 by Bodigrim · Pull Request #365 · haskell/text
Here is a representative patch for text: https://github.com/haskell/text/pull/365/commits/37a2157245457a287d638bbceb472fe93b71f224 Hopefully it clarifies why achieving C performance is problematic even if you have enough primitive operations.
- Size hints for streams in text package
-
Can I wait forever without getLine?
I want to run an app in a Docker container, but detached. This causes getLine to throw an EOF exception, since the terminal detaches. That is, if I understand this thread correctly https://github.com/haskell/text/issues/258.
-
Haskell Foundation June Update
You can see the motivation and some discussion at the associated pull request.
-
Monthly Hask Anything (January 2021)
u/snoyberg laments here that a consequence of Text using unpinned memory is that the FFI can't operate directly on it. However, there do appear to be some places where foreign imported functions are called on the underlying unpinned ByteArray# (see how Text.copy calls this).
What are some alternatives?
attempt - Concrete data type for handling extensible exceptions as failures.
leetify - Leetify some text!
base58string - Bitcoin script compilation, manipulation and decompilation
algebraic-classes - Conversions between algebraic classes and F-algebras.
CTRex - Open records for Haskell
hebrew-time - Hebrew dates and prayer times.
data-foldapp - Haskell library for folding function applications. A framework for variadic functions.
text-ansi
encode-string - String encoding and decoding in Haskell
gps2htmlReport - Generates a HTML page report detailing a GPS journey, with charts, statistics and an OpenStreetMap graphic.
data-msgpack-types - Abstract data types and type classes for Haskell to MessagePack value converters
text-binary - Binary instances for strict and lazy Text data types