Skip to content
View iegik's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report iegik

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. iegik.github.com iegik.github.com Public

    TypeScript

  2. clock-extension clock-extension Public

    🕰 Replaces chrome://newtab with analogue clock

    HTML 1

  3. template-ts-vite-react-tailwind-react-router template-ts-vite-react-tailwind-react-router Public

    JavaScript

  4. Development environment Development environment
    1
    # Aliases
    2
    # To unset alias use: `unalias ...`
    3
    alias ll='ls -lG'
    4
    alias ss='stat --printf="%A\t%a\t%h\t%U\t%G\t%s\t%.19y\t%n\n"'
    5
    #alias traceroute='tracert -d'
  5. Plural forms Plural forms
    1
    {
    2
      "ru": {
    3
        "day": "день",
    4
        "%s days": ["%s день", "%s дня", "%s дней"]
    5
      }
  6. utils.sql utils.sql
    1
    CREATE OR REPLACE TYPE ARRAY AS TABLE OF CLOB;--VARCHAR2(32760);
    2
    /
    3
    -- Required: TYPE ARRAY AS TABLE OF VARCHAR2(1000)
    4
    CREATE OR REPLACE PACKAGE UTILS IS
    5
      SUBTYPE MEMO IS CLOB;--VARCHAR2(32760);