Skip to content
View radoslawkalamon's full-sized avatar
🐕
🐕

Block or report radoslawkalamon

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 Loading

  1. natally-nuxt natally-nuxt Public archive

    Nuxt Static Page for 169cm.pl. Portfolio-like repository.

    TypeScript

  2. natally-wordpress natally-wordpress Public archive

    This is an archive repository of a 169cm.pl's WordPress theme

    PHP

  3. frontend-optimisation-starter-kit frontend-optimisation-starter-kit Public archive

    Forked from bartekmis/frontend-optimisation-starter-kit

    Front-end / web performance optimisation boilerplate as a starting point for website/web app optimisation process.

    HTML

  4. handy-validator handy-validator Public archive

    Standalone validator module from Writr

    TypeScript 1

  5. writr writr Public archive

    Powerful Text Editor

    JavaScript

  6. Cookie Clicker :: GetMostProfitableP... Cookie Clicker :: GetMostProfitableProducts
    1
    (() => {
    2
      const mostProfitableProductID = Game.ObjectsById
    3
        .map(i => Game.cookies >= i.price ? (i.storedCps * Game.globalCpsMult) / i.price : 0)
    4
        .reduce((iMax, x, i, arr) => x > arr[iMax] ? i : iMax, 0)
    5