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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. wordpress-relatedwordpress-relatedPublic

    WordPress codes

    PHP 14 14

  2. tradegecko-phptradegecko-phpPublic

    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
    requiredirname(__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. PrestaShopFirstDataIPGPrestaShopFirstDataIPGPublic

    First Data Internet Payment Gateway (IPG) PrestaShop module

    PHP 2 1

  5. parse-pohoda-xmlparse-pohoda-xmlPublic

    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:PASSWORD@192.168.2.3/Streaming/Channels/102 \
    5
     -i rtsp://smartiptv:PASSWORD@192.168.2.3/Streaming/Channels/202 \