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

Block or report groggu

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. audiobook-filer audiobook-filer Public

    This script takes a CSV formatted output from OpenAudible and uses that data to create a proper directory structure for your audiobooks.

    Python 2

  2. MagentoAnon MagentoAnon Public

    Magento customer and order PII anonymizing tool - GDPR and CCPR

    PHP 1

  3. pyspider pyspider Public

    Forked from binux/pyspider

    A Powerful Spider(Web Crawler) System in Python.

    Python

  4. sitemap-cache-warmer sitemap-cache-warmer Public

    Forked from khromov/sitemap-cache-warmer

    Visits pages based on a sitemap to keep your cache warm

    PHP

  5. nexcess/magento-sentry-two-factor-authentication nexcess/magento-sentry-two-factor-authentication Public

    JavaScript 28 18

  6. DB Dump script for Magento DB Dump script for Magento
    1
    #!/bin/bash
    2
    
                  
    3
    IGNORE_TABLES=( dataflow_batch_export dataflow_batch_import log_customer log_quote log_summary log_summary_type log_url log_url_info log_visitor log_visitor_info log_visitor_online report_viewed_product_index report_compared_product_index report_event index_event enterprise_logging_event_changes )
    4
    CONFIG_FILE="./app/etc/local.xml"
    5
    IGNORE_STRING=""