Skip to content
View QuentinN42's full-sized avatar
💠
💠
  • DevSecOps @ escape.tech
  • Paris
  • 06:34 (UTC +02:00)

Highlights

  • Pro

Organizations

@TelecomParistoc
Block or Report

Block or report QuentinN42

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. Automatic ocr with tesseract & flame... Automatic ocr with tesseract & flameshot
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    TMPDIR=$(mktemp -d -t ocr-XXXXXXXXXX)
    4
    trap "rm -rf $TMPDIR" EXIT
    5
    
                  
  2. Sync your gitlab commits history wit... Sync your gitlab commits history with gihub.
    1
    #!/bin/sh
    2
    # Create a git repo on github
    3
    # Put this script inside
    4
    # Update USERNAME
    5
    # Run this script
  3. Escape-Technologies/ClairvoyanceNext Escape-Technologies/ClairvoyanceNext Public

    Forked from nikitastupin/clairvoyance

    Obtain GraphQL API Schema even if the introspection is not enabled

    Python 8

  4. pylint_absolute_imports pylint_absolute_imports Public

    Python 3 2

  5. LMaxence/rookme LMaxence/rookme Public

    Rust 3 1

  6. test-terraform test-terraform Public

    Go