Results 24 repositories owned by Qqwy / Marten

c_exceptional

33
Stars
2
Forks
Watchers

A simple Exception-handling library for C99, that uses some fancy macros for true try{...}catch(err){...}finally{...} syntax!

elixir-type_check

511
Stars
23
Forks
Watchers

TypeCheck: Fast and flexible runtime type-checking for your Elixir projects.

elixir-fun_land

70
Stars
4
Forks
Watchers

Algebraic Data Types for Elixir: Both functional and fun.

elixir-agarex

20
Stars
2
Forks
Watchers

An example game for the presentation "Multiplayer Games & Collaborative Editing with Phoenix LiveView" which was written for ElixirConf.EU 2020.

elixir-arrays

76
Stars
5
Forks
Watchers

Well-structured Arrays with fast random-element-access for Elixir, offering a common interface with multiple implementations with varying performance guarantees that can be switched in your configu...

elixir-blocked

29
Stars
2
Forks
Watchers

An Elixir-library that helps you to keep track of when hotfixes can be removed by showing compile-time warnings when issues (in your project repository or any other source-code GitHub repository) are...

elixir-capture_pipe

45
Stars
0
Forks
Watchers

A pipe-macro for Elixir that allows bare function captures

elixir-currying

40
Stars
2
Forks
Watchers

Currying enables partial function application in Elixir.

elixir-map_diff

125
Stars
12
Forks
Watchers

Calculates the difference between two (nested) maps, and returns a map representing the patch of changes.

elixir-number

38
Stars
3
Forks
Watchers

Numbers -- A generic wrapper to use *any* custom Numeric type in Elixir!