Skip to content
View puskuruk's full-sized avatar
🕶️
🕶️
Block or Report

Block or report puskuruk

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

Pinned

  1. replay replay Public

    Forked from puppeteer/replay

    Library that provides an API to replay and stringify recordings created using Chrome DevTools Recorder

    TypeScript 1

  2. simple-weekly-calendar simple-weekly-calendar Public

    Made with Ruby on Rails, VueJS and Vuex

    Ruby 1 1

  3. tic-tac-toe-rails tic-tac-toe-rails Public archive

    Ruby 1

  4. slide-maker slide-maker Public

    Ruby 1

  5. rubysTimesFunctionInJavaScript.js rubysTimesFunctionInJavaScript.js
    1
    const times = howManyTimes => functionWillExecute => {
    2
        if (howManyTimes > 0) {
    3
            functionWillExecute()
    4
            times(howManyTimes - 1)(functionWillExecute)
    5
        }
  6. WhatILearnedToday WhatILearnedToday Public

    You can use this tool for save and track what did you learned.

    Ruby 3 1