Matt Evans
nhpip
Total Packages
6
Total Downloads
2 407+
Packages
iex_history2
5.4.0Saves shell history and variable bindings between shell sessions. Allows the user to display history in a more intuitive and cleaner way than the default. Historic actions can be viewed, replayed or copied. Scrolling through history is command, not line based.
ezprofiler
1.3.1Provides a simple to use profiling mechanism to inspect the behavior of an application on a target VM. This runs as a stand-alone `escript` for both for ease of use and to minimize impact on the target VM. Requires ezprofiler_deps: https://github.com/nhpip/ezprofiler_deps
ezprofiler_deps
1.1.0Application-side dependancy that works in conjunction with `ezprofiler`. Provides the ability to do code profiling within your application as well as `ezprofiler` management. THe `ezprofiler` escript can be obtained from: https://github.com/nhpip/ezprofiler.git
curry_elixir
1.0.0A simple module to do currying and partial application using Variadic functions to start partial evaluation
iex_history
4.2.0Saves shell history and variable bindings between shell sessions. Allows the user to display history in a more intuitive and cleaner way than the default. Historic actions can be viewed, replayed or copied. Scrolling through history is command, not line based.
variadic_elixir
1.0.0Simple, if not a bit hacky, way to do variadic functions in Elixir