Skip to content
View akarca's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report akarca

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

    Some set of functions that extends javascripts default String

    JavaScript 3

  2. django-fastcart django-fastcart Public archive

    Django shopping cart application

    Python 2 1

  3. python_grep_function.py python_grep_function.py
    1
    def grep(text, match, after=0, before=0):
    2
        """
    3
        Return matched lines in given text as a list. Similar to grep function but a simple one.
    4
        """
    5
        idx = []
  4. Automatic VPA generator for all depl... Automatic VPA generator for all deployments in namespace
    1
    #!/bin/bash
    2
    #
    3
    # Usage: ./generate_vpa.sh namespace
    4
    #
    5
    # Generates yaml files for vpa and applies.
  5. kubectl alias functions with grep fo... kubectl alias functions with grep for fish shell
    1
    # Usage: kg deploy consumer // shows all deploy names containes consumer
    2
    # Usage: kg pods listener // shows all pod names containes listener
    3
    # Usage: kg pods listener -A // shows all pod names containes listener in all namespaces
    4
    function kg
    5
        set ARGS (count $argv)
  6. grind75-solutions-python grind75-solutions-python Public

    Solutions of Grind 75 questions

    Python