8
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 08, 2024 — Jun 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Edited ROADMAP.md via GitHub More... about 14 years ago
Edited ROADMAP.md via GitHub More... about 14 years ago
Elixir scripts should work if they are invoked using symlinks (e.g. /usr/local/bin/iex -> /usr/local/agner/packages/elix...@master/bin/iex) More... about 14 years ago
Update examples (so glad string manipulation got much simpler, fast and powerful). More... about 14 years ago
Strings are now binaries without no extra pass. This makes playing with strings faster and more compatible with Erlang. More... about 14 years ago
~w is more appropriated here. More... about 14 years ago
Add Regexp#run, String#scan and tests. More... about 14 years ago
Allow escape characters in strings, add Regexp.escape and allow strings on split, sub and gsub. More... about 14 years ago
Add begin/end, that opposite to try/end, pass variables forward. More... about 14 years ago
Improve date/time facilities. More... about 14 years ago
Empty ivars should return nil. More... about 14 years ago
Use init:stop(), otherwise we may abort before printing error messages and so on. More... about 14 years ago
Added upcase, downcase, and reverse to Strings More... about 14 years ago
Added documentation for Date More... about 14 years ago
No need for this .gitignore here. More... about 14 years ago
Allow cache directive to specify dependencies. More... about 14 years ago
Improve DateTime with more methods, tests and docs. More... about 14 years ago
Add DateTime and also make Date implementation rely on Erlang's Calendar. More... about 14 years ago
Update Makefile. More... about 14 years ago
Use abs on integer, rather than calling Erlang.abs More... about 14 years ago
Update CHANGELOG. More... about 14 years ago
Rename to_dict to to_tuple More... about 14 years ago
rename set paramaters to set methods as other More... about 14 years ago
add superset?, - and some clean up More... about 14 years ago
avoid to_list as it returns the elements in an undefined order More... about 14 years ago
add filter and fold More... about 14 years ago
initial work on set More... about 14 years ago
Extract ROADMAP.md file. More... about 14 years ago
Oops, bad initializer More... about 14 years ago
Changed Date's constructor to initialize More... about 14 years ago