0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Feb 20, 2025 — Feb 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
old changes from an old repo More... over 10 years ago
Tweaks and another ruby idea More... over 11 years ago
Merge branch 'master' of github.com:pmarreck/ruby-snippets More... over 11 years ago
Reworked these ideas a bit; removed more dependencies; simplified More... over 11 years ago
more tweaks of ruby snippets, added robust_quine, some tests More... almost 12 years ago
Dumped a load of other random snippets into my snippet repo. More... about 12 years ago
Added Ruby implementation of Twitter's Snowflake, and a variation on it I'm calling StarID. More... about 12 years ago
Modified base_anything class, added deep_freeze! method to core objects More... about 12 years ago
Added some polynomial regression code which uses 'matrix' More... over 12 years ago
Added a consistent hash implementation which tries to be MVP/simple. Small changes to other scripts More... over 12 years ago
Added handling and tracking (and reporting at the end) of non-assertion-raised errors More... over 12 years ago
Got new embedded test framework to work :) More... over 12 years ago
Pushed a bunch of ideas up. More... over 12 years ago
Formatting tweaks and additional "core monkeypatch mode" test to BaseN More... over 12 years ago
Rework of some of this code, added additional tests/examples for representing bitcoin public/private addresses as PGP words More... over 12 years ago
Added conversion to/from binary and hex, with tests More... over 12 years ago
Trying to apply my "embedded unit tests" idea to other real-world examples More... over 12 years ago
Improvements to ideas/tools... More... over 12 years ago
Changed code to assume BTC's version of base58 is the "standard" for base58. The alernate version is now base58_capitals_last. Also added some more encodings/bases. More... over 12 years ago
Added the ability to wire the output of implicit decode to the input of encode, and an assertion around that More... over 12 years ago
Heavy modifications to my BaseN encoder idea (adding pgp word encoding) and my assertions-everywhere idea More... over 12 years ago
Objectified the PGP Word List conversion code. More... over 12 years ago
Added test case for bitcoin public key conversion to base16 More... over 12 years ago
Merge branch 'master' of github.com:pmarreck/ruby-snippets More... over 12 years ago
Tweaks to my WIP toys, a little more test coverage etc. More... over 12 years ago
Adding BaseN (future gem?), and changes to other tools More... over 12 years ago
some fixes to tools More... over 12 years ago
Enhancements to lots of utility or WIP objects More... over 12 years ago
My own ultra simple test class, and allowing asserts everywhere. More... almost 13 years ago
A little util method to convert deep hashes to deep openstructs so they can be navigated via methods. More... almost 13 years ago