Skip to content
View ikawka's full-sized avatar

Block or report ikawka

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. pluckjson Public

    Pick values from a JSON string

    JavaScript

  2. react-microfrontend Public

    Micro front-end proof of concept

    JavaScript

  3. simple-char-count Public

    JQyuery Plugin - Simple Character Counter

    JavaScript

  4. Human readable filesize
    1
    <?php 
    2
    function human_filesize($bytes, $decimals = 2) {
    3
        $sz = 'BKMGTP';
    4
        $factor = floor((strlen($bytes) - 1) / 3);
    5
        return sprintf("%.{$decimals}f", $bytes / pow(1024, $factor)) . @$sz[$factor];
  5. Global Store with React Context
    1
    /*
    2
      ===== store.js =====
    3
      import createStore from '@store'
    4
      const initialState = { foo: 'bar' }
    5
      export const { Provider, connect } = createStore(initialState)
  6. konva-annotator Public

    Image annotator using Konva

    TypeScript

327 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

March 2025

4 contributions in private repositories Mar 3 – Mar 6
Loading

Seeing something unexpected? Take a look at the GitHub profile guide.