Skip to content
View gologius's full-sized avatar
🐱
On vacation
🐱
On vacation
Block or Report

Block or report gologius

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

    ZIPファイルの中の画像を見ながら,ファイル名を変更することができます.

    C#

  2. Viewer Viewer Public

    .Net Windowsフォームの画像ビューワーです

    C#

  3. PDFをZIPに変換します。PDFファイル名を引数として複数指定でき、1... PDFをZIPに変換します。PDFファイル名を引数として複数指定でき、1PDFにつき1ZIPファイル生成します。
    1
    # -*- coding: utf-8 -*-
    2
    """
    3
    Created on Sun Apr 14 12:26:28 2019
    4
    5
    @author: gologius
  4. GMailAPI を叩くPythonスクリプトです GMailAPI を叩くPythonスクリプトです
    1
    # -*- coding: utf-8 -*-
    2
    import httplib2
    3
    import base64
    4
    import traceback
    5
    from googleapiclient import discovery
  5. 適当な画像をDLします 適当な画像をDLします
    1
    # -*- coding: utf-8 -*-
    2
    """
    3
    Created on Sun Nov 18 17:24:58 2018
    4
    5
    @author: gologius
  6. ディレクトリ構成を、HTML表に転記するスクリプトです。細かいことは全く... ディレクトリ構成を、HTML表に転記するスクリプトです。細かいことは全く考慮してません。
    1
    # -*- coding: utf-8 -*-
    2
    """
    3
    Created on Wed Apr 17 22:47:22 2019
    4
    5
    @author: gologius