Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

https://github.com/deciduously/tictactoe-hs

TicTacToe in Haskell, with accompanying blogpost

haskell haskell-learning tictactoe

Last synced: 11 Jan 2025

https://github.com/duetosymmetry/game-about-squares-solver-haskell

A Haskell solver for Game About Squares (gameaboutsquares.com)

game haskell solver

Last synced: 11 Jan 2025

https://github.com/fumieval/data-vector-growable

Dynamic, growable, resizable, mutable and generic vector implementation

array haskell

Last synced: 15 Oct 2024

https://github.com/sjoerdvisscher/discrete-space-map

A discrete space map implemented as a zipper on an infinite perfect binary tree.

data-type haskell infinite

Last synced: 15 Oct 2024

https://github.com/july541/haskell-search-extension

A browser extension to search Haskell knowledge.

chrome-extension edge-extension firefox-extension hackage haskell

Last synced: 13 Nov 2024

https://github.com/willdoescode/star-it-hs

Star all repos from a user.

haskell star-it-all

Last synced: 25 Dec 2024

https://github.com/taktoa/xmonad-config

My xmonad configuration

config haskell xmonad

Last synced: 21 Nov 2024

https://github.com/relrod/bioparse

A set of parsing combinators for various bioinformatics sequencing formats using the `parsers` library.

bioinformatics haskell parse

Last synced: 20 Dec 2024

https://github.com/piotrjustyna/fontbot

Choose word, choose font, tweet. Twitter bot written in Haskell.

font haskell regular-expression timeline tweets twitter

Last synced: 11 Jan 2025

https://github.com/haskell/network-bsd

POSIX network database (<netdb.h>) API

bsd-sockets haskell network-programming

Last synced: 07 Oct 2024

https://github.com/bacher09/darkplaces-rcon

Rcon client for darkplaces

darkplaces haskell nexuiz rcon-client xonotic

Last synced: 10 Nov 2024

https://github.com/jneira/wai-servlet-handler-jetty

Wai handler to run wai applications in a embedded jetty server

eta haskell jetty wai webdevelopment

Last synced: 13 Jan 2025

https://github.com/minad/colorful-monoids

colorful-monoids: Styled console text output using ANSI escape sequences

ansi-escape-sequences haskell pretty-print

Last synced: 13 Oct 2024

https://github.com/unhappychoice/bitmex-cli

:construction: WIP :construction:

bitcoin bitmex cli haskell tool

Last synced: 02 Dec 2024

https://github.com/unrooted/99haskellproblems

my approach to 99HaskellProblems

99haskellproblems 99problems haskell

Last synced: 30 Nov 2024

https://github.com/haskell-hvr/deepseq-generics

GHC.Generics-based Control.DeepSeq.rnf implementation

haskell

Last synced: 21 Nov 2024

https://github.com/gvolpe/eta-servant-api

Simple Servant REST Api working on ETA (https://eta-lang.org/)

eta haskell jvm

Last synced: 27 Dec 2024

https://github.com/srid/my-haskell-scripts

Bunch of Haskell scripts for various purposes

haskell scripts

Last synced: 27 Dec 2024

https://github.com/keera-studios/ifelse

Anaphoric and miscellaneous useful control-flow

conditional-statements haskell monad monads

Last synced: 13 Jan 2025

https://github.com/taktoa/libxdo

Haskell bindings to libxdo (xdotool library); WIP

ffi-bindings haskell source x11 xdotool

Last synced: 22 Jan 2025

https://github.com/taktoa/control-theory

A Haskell control theory project (very old and bad)

control-theory haskell

Last synced: 22 Jan 2025

https://github.com/mmzk1526/haskell-rm

Implementation of the Register Machine in Haskell so efficient that it can even simulate the Universal Register Machine!

haskell simulator

Last synced: 07 Nov 2024

https://github.com/elaye/hakyll-favicon

Favicons for Hakyll websites

favicon hakyll haskell web

Last synced: 12 Oct 2024

https://github.com/srid/aoc2019

Srid's solutions to Advent of Code 2019 in Haskell

advent-of-code advent-of-code-2019 haskell nix

Last synced: 27 Dec 2024

https://github.com/slotthe/hmenu

Dmenu wrapper for fun and profit! // GitHub Mirror

dmenu haskell yeganesh

Last synced: 14 Oct 2024

https://github.com/marceloboeira/hffp

ƛ My solutions for the Haskell From First Principles book

book exercises haskell hffp solutions

Last synced: 21 Dec 2024

https://github.com/minibill/elm-prelude

A Prelude for Haskell, modeled after elm/core

elm haskell prelude

Last synced: 14 Jan 2025

https://github.com/srid/propertygraph

Persisted property graphs in Haskell

acid-state graph haskell

Last synced: 27 Dec 2024

https://github.com/fjvallarino/libmdbx-hs

Haskell bindings for libmdbx

database haskell in-process key-value-store

Last synced: 07 Oct 2024

https://github.com/andrewnetwork/haskelltwitchbot

A simple educational twitch chat bot written in Haskell.

chatbot haskell irc twitch

Last synced: 23 Dec 2024

https://github.com/dmjio/csv-benchmarks

Benchmarking CSV lexing w/ various Haskell CSV libraries.

benchmarks csv haskell lexing parsing

Last synced: 16 Jan 2025

https://github.com/dmjio/tstack

A concurrent, thread-safe, transactional stack

haskell stack stm

Last synced: 16 Jan 2025

https://github.com/kutyel/trolley-scheduler

📚Haskell program to schedule trolleys and shifts randomly!

haskell haskell-application random schedule scheduler schedules

Last synced: 07 Dec 2024

https://github.com/kutyel/argo

📇 Zero-dep JSON parser with Haskell and Nix

haskell haskell-library haskell-parser hlint json-parser nix nix-haskell ormolu

Last synced: 07 Dec 2024

https://github.com/kutyel/hangman

👾 A hangman CLI game made in Haskell!

hangman hangman-console hangman-game haskell haskell-book haskell-game

Last synced: 07 Dec 2024

https://github.com/nwtgck/assertion-haskell

Assertion with condition string representation in Haskell.

assertions haskell haskell-library template-haskell

Last synced: 25 Oct 2024

https://github.com/jaalonso/intro-haskellformaths

Introducción a HaskellForMaths

haskell math

Last synced: 06 Dec 2024

https://github.com/jaalonso/pc-haskell

Programación competitiva con Haskell

competitive-programming haskell

Last synced: 06 Dec 2024

https://github.com/nmattia/cio

cio: cached HTTP requests for a smooth Jupyter experience!

haskell http jupyter leveldb

Last synced: 26 Dec 2024

https://github.com/jaalonso/i1m

Código Haskell usado en el curso de I1M (Informática de 1º de Matemática)

haskell

Last synced: 06 Dec 2024

https://github.com/cronokirby/hax

A bullet hell game in haskell

ecs game haskell sdl

Last synced: 29 Nov 2024

https://github.com/redneb/hsopenssl-x509-system

Use the system's native CA certificate store with HsOpenSSL

cross-platform haskell openssl

Last synced: 18 Nov 2024

https://github.com/etcinit/craze

A micro-library for racing HTTP GET requests

curl haskell http racing

Last synced: 19 Nov 2024

https://github.com/leptonyu/yam

Production Haskell in writing Web Service

haskell production servant

Last synced: 23 Jan 2025

https://github.com/unorsk/yr

yr.no weather forecasts CLI-app in Haskell

cli haskell yr yrno

Last synced: 20 Dec 2024

https://github.com/redneb/hs-adler32

A haskell library implementing the Adler-32 checksum, with support for rolling checksum operation

adler-32 crc haskell rolling-crc rolling-hash-functions

Last synced: 18 Nov 2024

https://github.com/jsdw/talklicker

A small Haskell+Elm event scheduling app

elm elm-lang haskell servant spa

Last synced: 06 Jan 2025

https://github.com/akshaymankar/dhall-fly

fly with dhall. Not to be confused with dal-tadka

concourse dhall dhall-lang haskell

Last synced: 15 Oct 2024

https://github.com/redneb/hxt-css

A CSS selector engine for the Haskell XML Toolbox (XHT)

css css3 haskell html hxt xml

Last synced: 18 Nov 2024

https://github.com/fosskers/enigma

An encryption algorithm inspired by the Enigma Machine.

encryption-algorithm enigma-machine haskell

Last synced: 01 Jan 2025

https://github.com/michelboucey/ipv6addr

A Haskell library to deal with IPv6 address text representations

haskell haskell-library ipv6 ipv6-address

Last synced: 26 Dec 2024

https://github.com/conferopensource/apns-http2

APNs HTTP/2 integration library for Haskell

apns apns-http2 apns2 haskell haskell-library http2

Last synced: 21 Nov 2024

https://github.com/mrkkrp/cue-sheet

Support for construction, rendering, and parsing of CUE sheets

cue-sheet haskell

Last synced: 12 Oct 2024

https://github.com/wereHamster/avers

A model abstraction library

haskell

Last synced: 31 Oct 2024

https://github.com/tek/mpv

Polysemy mpv client

haskell mpv polysemy video

Last synced: 24 Nov 2024

https://github.com/leventerkok/floatinghex

Hexadecimal Floats for Haskell

floating-point haskell hexadecimal-floats ieee754

Last synced: 12 Oct 2024

https://github.com/nikita-volkov/isomorphism-class

Isomorphism typeclass solving the conversion problem

haskell isomorphism typeclass

Last synced: 28 Oct 2024

https://github.com/airsequel/double-x-encoding

Encoding scheme to encode any Unicode string with only [0-9a-zA-Z_]. Similar to URL percent-encoding. Especially useful for GraphQL ID generation.

decoding elm encoding encoding-scheme graphql haskell id javascript typescript

Last synced: 12 Oct 2024

https://github.com/farbodsz/codeforces-cli

Command line interface to interact with Codeforces

codeforces codeforces-api haskell

Last synced: 12 Oct 2024

https://github.com/KevinDaSilvaS/vhs

Haskell list functions implemented in v lang

hacktoberfest haskell v vlang

Last synced: 18 Nov 2024

https://github.com/adithyaov/acyclic-graphs

A small experiment to make acyclic graphs in Haskell.

acyclic alga haskell

Last synced: 27 Dec 2024

https://github.com/arxiv/zzzarchived_arxiv-pandoc

Pandoc-based executable. Currently extracts text from documents

haskell nix

Last synced: 06 Nov 2024

https://github.com/yurrriq/abstract-algebra-pinter

:book: Solutions to exercises from "A Book of Abstract Algebra" by Charles C. Pinter

abstract-algebra exercises haskell latex learning-by-book nix

Last synced: 12 Oct 2024

https://github.com/mrkkrp/flac-picture

Support for writing pictures into FLAC metadata blocks with JuicyPixels

cover-art flac haskell picture

Last synced: 28 Oct 2024

https://github.com/mrvandalo/csv-to-qif

convert csv files to qif files

haskell

Last synced: 24 Dec 2024

https://github.com/kevindasilvas/vhs

Haskell list functions implemented in v lang

hacktoberfest haskell v vlang

Last synced: 21 Oct 2024

https://github.com/mat1g3r/arrow

An implementation of the matrix API spec in Haskell

haskell matrix matrix-homeserver matrix-org

Last synced: 23 Jan 2025

https://github.com/luavreis/ondim

Multitype expansions for easy templating

haskell heist html latex mustache pandoc template

Last synced: 26 Oct 2024

https://github.com/ncaq/haskell-import-graph

create haskell import graph for graphviz

grahviz haskell

Last synced: 18 Dec 2024

https://github.com/pravda-lang/pravda

A functional programming language that best of both worlds between Haskell and Lisp

functional-paradigm haskell interpreter lisp pravda programming-language

Last synced: 12 Oct 2024

https://github.com/ncaq/yesod-recaptcha2

recaptcha2 for yesod

google haskell recapcha yesod

Last synced: 18 Dec 2024

https://github.com/axect/euler

Answer for Euler project using various languages (primary: Haskell, Rust, Nim)

euler haskell julia language nim python rust

Last synced: 02 Dec 2024

https://github.com/felipemonobe/lagoinha-hs

A Haskell study with concurrency, http requests, JSON and XML parsing.

aeson async asynchronous concurrency functional-programming haskell haskell-learning http json race-conditions wreq xml

Last synced: 27 Dec 2024

https://github.com/prikhi/wordpress-auth

Authenticate Wordpress Cookies & Nonces in Haskell Requests.

cookies haskell nonces servant servant-auth wordpress wordpress-auth

Last synced: 11 Oct 2024

https://github.com/obsidiansystems/dependent-monoidal-map

Data.Dependent.Map variant that appends conflicting entries when merging maps instead of discarding one side of the conflict

containers dependent-map haskell monoidal

Last synced: 07 Nov 2024

https://github.com/centromere/pipes-cacophony

Pipes for Noise-secured network connections

cryptography haskell

Last synced: 12 Oct 2024

https://github.com/michelboucey/ip6addr

ip6addr is a commandline tool that validates and generates IPv6 address text representations

commandline haskell ipv6 ipv6-address ipv6-network

Last synced: 18 Dec 2024

https://github.com/cdepillabout/envelope

Envelope type used to return responses from a JSON API for Haskell

envelope haskell json json-api response wrapper

Last synced: 14 Nov 2024

https://github.com/quchen/lambda-ski

A lambda and SKI calculus playground

haskell lambda-calculus ski-calculus

Last synced: 12 Oct 2024

https://github.com/obsidiansystems/monoid-map

Newtype wrapper around 'Data.Map.Monoidal.MonoidalMap' that has a correct 'Group' instance.

haskell

Last synced: 07 Nov 2024

https://github.com/jiriklepl/masters-thesis-code

This is a supplementary repository for my master's thesis

cabal cmm compiler haskell language llvm master-thesis masters-thesis mff-uk

Last synced: 05 Dec 2024

https://github.com/fosskers/streaming-pcap

Stream packets via libpcap.

haskell pcap streaming

Last synced: 08 Nov 2024

https://github.com/tfausak/heptapod

:squid: Generate version 7 UUIDs in Haskell.

haskell uuid

Last synced: 12 Oct 2024

https://github.com/gpahal/hgraph

Graph datastore implemented in Haskell

database graph graph-algorithms graph-database haskell neo4j

Last synced: 24 Dec 2024

https://github.com/keithduncan/statsd-client

Statsd and dogstatsd network client in Haskell.

dogstatsd haskell metrics statsd-client

Last synced: 12 Oct 2024

https://github.com/juhp/stack-all

build Haskell projects over Stackage LTS major versions

haskell stack

Last synced: 31 Oct 2024

https://github.com/haskell-distributed/distributed-process-extras

Core utilities for distributed-process-platform

distributed-computing distributed-systems haskell

Last synced: 11 Nov 2024

https://github.com/3noch/drifter-project-m36

Drifter migration backend for Project:M36

database drifter haskell migration project-m36

Last synced: 26 Dec 2024