Skip to content
View circleb's full-sized avatar
Block or Report

Block or report circleb

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. ACF-Post-Object-Elementor-List-Widget ACF-Post-Object-Elementor-List-Widget Public

    A WordPress Plugin that adds the ability to display the contents of an ACF Post Object field as a list of post links.

    PHP 12 2

  2. building-blocks building-blocks Public

    Forked from HansUXdev/building-blocks

    Foundation Building Blocks: Foundation Components, modules, and layouts you can use in your projects.

    HTML

  3. Bulk Import Text Variables into InDe... Bulk Import Text Variables into InDesign
    1
    /* ***************************************************************** */
    2
    /* Compiled: 09.16.2020 by Ben Owen for 1torial.com
    3
    /* Tested in InDesign 2020 (15.1.1)
    4
    /* ben@benowen.net
    5
    /* Most of the code came from the InDesign script FindChangeByList.jsx
  4. docx2html docx2html
    1
        // set location of docx text content file
    2
        $xmlFile = $targetDir."/word/document.xml";
    3
        $reader = new XMLReader;
    4
        $reader->open($xmlFile);
    5