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.

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. pdf2htmlEXpdf2htmlEXPublic

    Forked from coolwanglu/pdf2htmlEX

    Convert PDF to HTML without losing text or format.

    HTML

  2. GoogleCloudPlatform/python-docs-samplesGoogleCloudPlatform/python-docs-samplesPublic

    Code samples used on cloud.google.com

    Jupyter Notebook 8.1k 6.7k

  3. autorope/donkeycarautorope/donkeycarPublic

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

    Python 3.5k 1.4k

  4. jetracerjetracerPublic

    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