Haskell
Haskell is a functional (that is, everything is done with function calls), statically, implicitly typed (types are checked by the compiler, but you don't have to declare them), lazy (nothing is done until it needs to be) language.
Here are 6,035 public repositories matching this topic...
For new checks and feature suggestions
- shellcheck.net (i.e. the latest commit) currently gives no useful warnings about this
- I searched through https://github.com/koalaman/shellcheck/issues and didn't find anything related
Here's a snippet or screenshot that shows the problem:
#!/bin/bash
echo File checksum mismatch! Input changed?#!/bin/bashI not see at documentation about "how to show the JSON schema of only one table". For example table public.t need only the "{paths": {"/t": {etc}}} JSON schema.
Well, we need to check all the projects and remove outdated ones.
We declare this in the readme:
However, keep in mind that we don't accept mammoth's shit. Only active and interesting projects with good documentation are added. Dead and abandoned projects will be removed.
But, sadly at this moment, this project looks like a mammoth shit itself.
We really need to fix it. I think
The images are quite nice but sometimes they feel kinda cheap. It would be nice if they could be redrawn with TikZ.
This would give a touch of class to a book that is already beautiful.
Simple solution:
 when
Looks like some changes made from String to JSStr broke at least this example.
I was just exploring haste / client side javascript generation from Haskell, and encountered this. I've created a patch for the one example I was working on.
I am not sure if this is the correct fix, but compiles and runs. Chrome run-time error "Tainted canvases may not be exported" occurred, but did not seem t
I define commodities and accounts in a base.journal like:
D ¥1,000.00
commodity ¥
format ¥1,000.00
account expenses:accessories
...
And it is included in every journal:
e.g.
!include ../base.journal
2020/01/01 Bike
expenses:transportation:bike 1.5
liabilities:credit:bankcomm
The accounts work fine with accounts, but the commodities not ap
The cabal docs list the visibility field as existing as of Cabal 3.0, however the list of format changes doesn't list it as an addition in 3.0
primitive has its own set of functions for memcpy, memmove, memcmp and memset. Since it's used by vector, maybe this has a high impact on downstream dependencies.
Runnable code for solving Project Euler problems in Java, Python, Mathematica, Haskell.
-
Updated
Jan 14, 2020 - Java
-
Updated
Jan 7, 2020 - Haskell
Suggesting the implementation of logarithmic and exponential functions into Tidal.
log function prototype
log x base
Base could be optional, with e being the default value.
Example results:
log 1000 == 6.907755278982137
log 1000 10 == 3
log 1000 2 == 9.965784284662087
etc.
d1 $ s “sample”
# speed (slow 2 $ log ((run 100) + 1) 100)
exp funct
Many of the teacher-facing features of CodeWorld are not well documented. This includes:
- The requirements checker, useful for additional feedback.
- Import by hash, useful for designed exercises with domain-specific framework or scaffolding.
- The CodeWorld.Image module, useful for more easily importing educational assets.
- The CodeWorld.Parameter module (#1243), useful for easy inte
Miscellaneous articles. The readme is the table of contents.
-
Updated
Jan 10, 2020 - Haskell
Wiki link broken
On the useful links wiki page, the link to A complete fedora virtual box image with compiled development environment is broken.

I am writing a document with nested lists, like this:
When I render to a PDF, it looks as I would like. The first line contains "1. (a) foo".
When I render to HTML, there is a line break after "1.". However, the HTML appears semantically to match what I wrote, so I suppose this is just a quirk of HTML rende