Removed my vercel readme card because it said I only had one commit in the last year... obviously and provably false.
Pinned Loading
-
pronto-tslint_npm
pronto-tslint_npm PublicPronto runner for TSLint (using tslint from npm)
-
integer_fizzbuzziness.rb
integer_fizzbuzziness.rb 1class Integer
2def fizzbuzziness
3{ 'Fizz' => (self % 3).zero?, 'Buzz' => (self % 5).zero? }
4.select { |_key, value| value }
5.keys
-
An example of the wrong thing to do ...
An example of the wrong thing to do when reopening a Ruby class 1# Never do this for real.
2class Array
3def count
4'fish'
5end
-
parsnip
parsnip PublicRedux in action Kanban example, updated to use typescript, hooks and functional components whenever possible
TypeScript
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.