Skip to content
View krissdap's full-sized avatar

Block or report krissdap

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. pdf2htmlEX pdf2htmlEX Public

    Forked from coolwanglu/pdf2htmlEX

    Convert PDF to HTML without losing text or format.

    HTML

  2. GoogleCloudPlatform/python-docs-samples GoogleCloudPlatform/python-docs-samples Public

    Code samples used on cloud.google.com

    Jupyter Notebook 7.3k 6.4k

  3. autorope/donkeycar autorope/donkeycar Public

    Open source hardware and software platform to build a small scale self driving car.

    Python 3.1k 1.3k

  4. jetracer jetracer Public

    Forked from NVIDIA-AI-IOT/jetracer

    An autonomous AI racecar using NVIDIA Jetson Nano

    Jupyter Notebook

  5. Compiling Tesseract 3.05.02 on Ubunt... Compiling Tesseract 3.05.02 on Ubuntu 18.04
    1
    ## unfinished gist
    2
    
                  
    3
    ### pre-requisites
    4
    $ <code>sudo apt-get install g++</code>
    5
    $ <code>sudo apt-get install autoconf automake libtool</code>
  6. อ่านภาษาไทยผิดใน Python 3 TIS-620 UT... อ่านภาษาไทยผิดใน Python 3 TIS-620 UTF-8 CP1252
    1
    # ไฟล์ภาษาไทย หรือเว็บภาษาไทยบางเว็บ ยังใช้ encoding เป็น TIS-620 อยู่
    2
    # เวลาอ่านเข้ามาใน Python 3 
    3
    # Python 3 จะเข้าใจผิดว่าเป็น CP1252 และแปลงเป็น UTF-8
    4
    # ทำให้ข้อความอ่านไม่ออก
    5