Skip to content
View eprislac's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report eprislac

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
eprislac/README.md

Pinned

  1. pronto-tslint_npm pronto-tslint_npm Public

    Pronto runner for TSLint (using tslint from npm)

    Ruby 3 5

  2. skinacat skinacat Public

    how to skin a cat

    Makefile 1

  3. v1ral v1ral Public

    This game is called V1r@l (viral) a work-in-progress way for me to train myself in the use of Angular2, Typescript, and other technologies.

    TypeScript 1

  4. integer_fizzbuzziness.rb integer_fizzbuzziness.rb
    1
    class Integer
    2
      def fizzbuzziness
    3
        { 'Fizz' => (self % 3).zero?, 'Buzz' => (self % 5).zero? }
    4
          .select { |_key, value| value }
    5
          .keys
  5. 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.
    2
    class Array
    3
      def count
    4
        'fish'
    5
      end
  6. parsnip parsnip Public

    Redux in action Kanban example, updated to use typescript, hooks and functional components whenever possible

    TypeScript