Skip to content
View itsmikita's full-sized avatar

Organizations

@hyper-hyper

Block or report itsmikita

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. Find and download inline SVG images. Find and download inline SVG images.
    1
    // @url https://t-hamano.github.io/wordpress-icon-list/
    2
    let __download_svgs = () => {
    3
      const kebaptize = ( t ) => t.split( "" ).map( ( c, x ) => c === c.toUpperCase() ? `${ x != 0 ? "-" : "" }${ c.toLowerCase() }` : c ).join( "" );
    4
      let svg, file, a, allow = [ "xmlns", "viewBox" ];
    5
      document.querySelectorAll( ".iconlist button" ).forEach( ( btn, x ) => {
  2. BRAK ROZUMU BRAK ROZUMU
    1
    const epizod = ( d ) => {
    2
      const s = ( ( new Date() ).getTime() - ( new Date( d ) ).getTime() ).toString()
    3
      return "BRAK ROZUMU EPIZOD #" + s.substr( -4 ) + "\n"
    4
        + "MASK RED " + s.substr( 1, 2 ) + " GREEN " + s.substr( 4, 2 ) + " BLUE " + s.substr( 7, 2 );
    5
    };
  3. Remove all EventListeners assigned t... Remove all EventListeners assigned to a Node. #hack
    1
    /**
    2
     * When it was not you who added the EventListeners on a Node... Remove'em all!!!
    3
     *
    4
     * @param element
    5
     */
  4. How to uninstall Kubernetes (microk8... How to uninstall Kubernetes (microk8s, minikube, podman, docker, kubernetes-cli) from macOS
    1
    # How to uninstall Kubernetes (`microk8s`, `minikube`, `podman`, `docker`, `kubernetes-cli`) from macOS
    2
    
                  
    3
    I've been trying out all different kinds of containerization and it's a good to have one reminder for myself how to reset the system. So here it goes:
    4
    
                  
    5
    ### Remove `microk8s`
  5. AUDIO-MASTERING-CHEATSHEET.md AUDIO-MASTERING-CHEATSHEET.md
    1
    # General Mastering EQs
    2
    
                  
    3
    ### Kick Drum
    4
    
                  
    5
    Any apparent muddiness can be rolled off around 300Hz. Try a small boost around 5-7kHz to add some high end.
  6. randonamer randonamer Public

    Generate Random People Names and Phrases

    JavaScript 1