🐼
fuzzy logic
I have 470nm super powers and two titanium girlfriends. Co-founder of a sports tech startup.
-
EntryBoss
- Melbourne, Australia
- https://inopinatus.org
Pinned Loading
-
-
Convert UUIDs to/from base58
Convert UUIDs to/from base58 1module Uu58
2# Convert a string UUID to a base58 string representation.
3#
4# Output will be padded up to 22 digits if necessary.
5#
-
ar inequalities
ar inequalities 1| Inequality | Interval | Ruby range | Active Record¹ | Arel² | Description |
2| ---------- | -------- | ------------- | ------------------------- | --------------------------- | ----------- |
3| x >= a | [a, ∞) | a.. | where(x: a..) | x.gteq(a) | Right unbounded closed |
4| x > a | (a, ∞) | n/a | where.not(x: ..a) | x.gt(a) | Right unbounded open |
5| x <= a | (-∞, a] | ..a | where(x: ..a) | x.lteq(a) | Left unbounded closed |
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.