Skip to content
View mikaelz's full-sized avatar

Organizations

@websupport-sk

Block or report mikaelz

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. wordpress-related wordpress-related Public

    WordPress codes

    PHP 14 14

  2. tradegecko-php tradegecko-php Public

    Using TradeGecko API via PHP

    PHP 1

  3. Remove all WooCommerce products from... Remove all WooCommerce products from database via SQL
    1
    <?php
    2
    
                  
    3
    require dirname(__FILE__).'/wp-blog-header.php';
    4
    
                  
    5
    $wpdb->query("DELETE FROM wp_terms WHERE term_id IN (SELECT term_id FROM wp_term_taxonomy WHERE taxonomy LIKE 'pa_%')");
  4. PrestaShopFirstDataIPG PrestaShopFirstDataIPG Public

    First Data Internet Payment Gateway (IPG) PrestaShop module

    PHP 2 1

  5. parse-pohoda-xml parse-pohoda-xml Public

    Parse Stormware's Pohoda export XML files. More info about the XMLs is at http://www.stormware.cz/xml/

    PHP 1 1

  6. Grid/mosaic view RTSP streams with f... Grid/mosaic view RTSP streams with ffmpeg based on https://trac.ffmpeg.org/wiki/Create%20a%20mosaic%20out%20of%20several%20input%20videos
    1
    #!/bin/bash
    2
    
                  
    3
    ffmpeg -rtsp_transport tcp \
    4
        -i rtsp://smartiptv:[email protected]/Streaming/Channels/102 \
    5
        -i rtsp://smartiptv:[email protected]/Streaming/Channels/202 \