Pinned Repositories
elixir.nvim
Vim Completion/Doc/Eval for Elixir (nvim), compile https://github.com/awetzel/neovim-elixir and https://github.com/awetzel/nvim-rplugin
ewebmachine
The HTTP decision tree as a plug (full elixir rewriting of basho/webmachine with improvements)
exos
Exos is a simple Port Wrapper : a GenServer which forwards cast and call to a linked Port.
gitex
Elixir implementation of the Git object storage, but with the goal to implement the same semantic with other storage and topics
mailibex
Library containing Email related implementations in Elixir : dkim, spf, dmark, mimemail, smtp
nano_ring
NanoRing is a very very small Cluster management System in Elixir.
neovim-elixir
Neovim host plugin for Elixir (use https://github.com/awetzel/elixir.nvim for a packaged version)
node_erlastic
Node library to make nodejs gen_server in Erlang/Elixir through Port connection
reaxt
Use React template into your Elixir application for server rendering
sweet_xml
kbrw's Repositories
kbrw/reaxt
Use React template into your Elixir application for server rendering
kbrw/sweet_xml
kbrw/ewebmachine
The HTTP decision tree as a plug (full elixir rewriting of basho/webmachine with improvements)
kbrw/exos
Exos is a simple Port Wrapper : a GenServer which forwards cast and call to a linked Port.
kbrw/node_erlastic
Node library to make nodejs gen_server in Erlang/Elixir through Port connection
kbrw/neovim-elixir
Neovim host plugin for Elixir (use https://github.com/awetzel/elixir.nvim for a packaged version)
kbrw/gitex
Elixir implementation of the Git object storage, but with the goal to implement the same semantic with other storage and topics
kbrw/mailibex
Library containing Email related implementations in Elixir : dkim, spf, dmark, mimemail, smtp
kbrw/nano_ring
NanoRing is a very very small Cluster management System in Elixir.
kbrw/reaxt-example
An example and test application for "reaxt", the react integration for elixir
kbrw/delayed_otp
Delay death of supervisor children or gen_server : for instance Erlang supervisor with exponential backoff restart strategy
kbrw/plug_forwarded_peer
Very simple plug which reads `X-Forwarded-For` or `Forwarded` header according to rfc7239 and fill `conn.remote_ip` with the root client ip.
kbrw/calibex
Elixir ICal : bijective coding/decoding for ICal transformation, ICal email request and responses.
kbrw/supervisorring
otp/supervisor-like interface to supervise distributed processes
kbrw/rulex
This tiny library (2 macros only) allows you to define very simple rule handler using Elixir pattern matching.
kbrw/exfsm
Simple elixir library to define a static FSM.
kbrw/dotx
Dotx is a library for DOT file parsing and generation. The whole spec https://www.graphviz.org/doc/info/lang.html is implemented.
kbrw/nvim-rplugin
Nvim Elixir plugin with autocompletion and eval commands
kbrw/json_stream
Small but useful wrapper above erlang `jsx` to stream json elements from an Elixir binary stream.
kbrw/stemex
Stemex is a NIF wrapper above the snowball language (http://snowball.tartarus.org)
kbrw/zip_stream
Library to read zip file in a stream. Zip file binary stream -> stream of {:new_file,name} or uncompressed_bin Erlang zlib library only allows deflate decompress stream. But Erlang zip library does not allow content streaming.
kbrw/nox
Node / npm wrapper
kbrw/babel-plugin-transform-jsxz
Write your JSX for your HTML components using successive transformations targeted with CSS selector at compilation time - in the same way that enlive templates work. As a Babel transform plugin.
kbrw/arcore
Arcore OS, the very simple Kbrw Immutable OS - linux distribution based on Systemd and Runc.
kbrw/jsxz-loader
JSXZ Loader allows you to Precompile your JSX HTML components from static HTML templates using CSS selectors.
kbrw/qrcode
kbrw/.github
kbrw/babel-preset-jsxz
Simple preset containing only jsxz transform for convenience
kbrw/erlang-certifi
SSL Certificates for Erlang
kbrw/exz
Macro for HTML templating. See JSXZ.