Skip to content
View T3chW1zard's full-sized avatar

Block or report T3chW1zard

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. emporia-connect emporia-connect Public

    Emporia Connect API enables seamless integration with Emporia devices, offering intuitive access to customer details, device data, and more. Use this repository to report issues, request features, …

    6 1

  2. Chrome headless with Symfony/Process... Chrome headless with Symfony/Process and PHP Version 8
    1
    <?php
    2
    
                  
    3
    declare(strict_types=1);
    4
    
                  
    5
    namespace App\Service;
  3. DataGrip data exporting script (1000... DataGrip data exporting script (1000 inserts at a time)
    1
    SEP = ", "
    2
    QUOTE = "\'"
    3
    NEWLINE = System.getProperty("line.separator")
    4
    
                  
    5
    begin = true
  4. CSV-ToOneRow-Groovy.csv.groovy CSV-ToOneRow-Groovy.csv.groovy
    1
    /*
    2
     * Available context bindings:
    3
     *   COLUMNS     List<DataColumn>
    4
     *   ROWS        Iterable<DataRow>
    5
     *   OUT         { append() }