Passionate about building apps and playing with web technologies. I love teaching, playing music, and riding bikes.
-
Sony Music
- NY, NY
-
09:44
(UTC -05:00) - https://diegosalazar.co
- https://stackoverflow.com/users/156746/diegosalazar
Highlights
Pinned Loading
-
ConwaysGameOfLife
ConwaysGameOfLife PublicHTML5 Canvas implementation of Conway's Game of Life - Cellular Automata
-
-
-
action_cable_subscription_adapter
action_cable_subscription_adapter PublicEasily use any Redis client for ActionCable
Ruby 5
-
Luhn algorithm in Javascript. Check ...
Luhn algorithm in Javascript. Check valid credit card numbers 1// Takes a credit card string value and returns true on valid number2function valid_credit_card(value) {
3// Accept only digits, dashes or spaces4if (/[^0-9-\s]+/.test(value)) return false;
5
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.