dlwh/epic 471
**Archived** Epic is a high performance statistical parser written in Scala, along with a framework for building complex structured prediction models.
Morphology of the Klingon Language in LEXC and XFST
Temporary repository for the baretest rewrite
Material for a presentation about FOSS machine translation (MT) systems
Code for analyzing language variation in the OLdPhras-project
Code for project for Applied NLP class.
Analysis Mitschriften UZH
A testframework that doesn't stand in your way or forces you to learn a new language. Two methods is all that is required to know. If you need it, it provides you with all kinds of features to support you writing your tests.
Projects and channels that have decided to leave Freenode. (Leave count as of 2021-06-19: 902)
fork in 5 hours
PR opened input-output-hk/contra-tracer
Hello, Thank you for lovely ❤️ library. Often I am in a situation where I have tracer for e.g. Transaction
putStrlnTracer :: Tracer IO String
putStrlnTracer = Tracer (\tx -> putStrLn tx)
txTracer :: Tracer IO Tx
txTracer = showTracing putStrlnTracer
and I have Block full of transactions:
data Tx = Tx Int deriving Show
data Block = Block String [Tx] deriving Show
b :: Block
b = Block "001" (map Tx [41,43,47,53,61,71,83])
I know how to get Transactions from Block.
blockTx :: Block -> [Tx]
blockTx (Block hash tx) = tx
I would like to trace all transactions from Block. Result from Tracer is IO () so If I can smash together results. PR contains (generalised) combinator for this:
traceAll :: (Applicative m) => (b -> [a]) -> Tracer m a -> Tracer m b
You can use it like so:
blockTracer :: Tracer IO Block
blockTracer = traceAll blockTx txTracer
traceWith blockTracer b
Tx 41
Tx 43
Tx 47
Tx 53
Tx 61
Tx 71
Tx 83
You could play this game with Maybe or any other Traversable.
pr created time in 8 hours
push eventR3dsc4rf/ErrorTicketTool
commit sha ef725fcd8f03c712f97649c1cbd30e433fb826c1
Update issue templates
push time in 9 hours
push eventR3dsc4rf/ErrorTicketTool
commit sha 3dadf19ac67fb53f1f0a8b41e1827234314f51e2
Create CONTRIBUTING.md
push time in 9 hours
push eventR3dsc4rf/ErrorTicketTool
commit sha 67c08f901f69270f43ee3649663747bdf8720db3
Create CODE_OF_CONDUCT.md
push time in 9 hours
startedfacebookexperimental/Recoil
started time in 11 hours
startedpmndrs/jotai
started time in 11 hours
startedmozilla/cubeb
started time in a day
startedappliedblockchain/tsql
started time in a day
created repositoryVarriount/Yoyo
Read-only mirror of Yoyo - https://hg.sr.ht/~olly/yoyo/
created time in a day
issue openedinput-output-hk/cardano-transactions
Tried to call this:
XPRV=cat shelley_phrase.prv \ | cardano-address key from-recovery-phrase Shelley \ | cardano-address key child 1852H/1815H/0H/0/0 --base16
but got error:
Invalid option `--base16'
Usage: cardano-address ((-v|--version) | COMMAND) Command-line for address and key manipulation in Cardano.
Is the "-base16" still supported? I am using
3.5.0 @ 9fe7084c9c53b9edf3eba34ee8459c896734ac7a
Thanks.
created time in a day
starteddisruptek/cps
started time in 2 days
startedsoasme/nim-mustache
started time in 2 days
startedorganicmaps/organicmaps
started time in 2 days
Scala Center Advisory Board planning
fork in 4 days
startedalessandrod/aya
started time in 5 days
startedBowenFu/matchit.cpp
started time in 5 days
fork djspiewak/cats-effect-cps
An incubator project for async/await syntax support for Cats Effect
fork in 7 days
created repositorytypelevel/cats-effect-cps
An incubator project for async/await syntax support for Cats Effect
created time in 7 days
startedMaujoe/Godot-Visual-Shader-Node-Library
started time in 7 days