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. clock-extension clock-extension Public

    🕰 Replaces chrome://newtab with analogue clock

    HTML 1

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

    JavaScript

  3. 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'
  4. 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);
  5. solidarity-bash solidarity-bash Public

    A lightweight Bash script version of solidarity

    Shell

  6. uicdn uicdn Public

    CLI for your favorite component registry

    JavaScript