Skip to content
View Kn0ws's full-sized avatar
:octocat:
:octocat:
Block or Report

Block or report Kn0ws

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
Kn0ws/README.md

Blog Badge

use Developer;
use Guitarist;

class Bio extends Developer {
  name     =  'Kn0ws';
  title    =  'Web & Software Developer';
  location =  'Japan, Aichi';
}

class Skills extends Developer {
  languages   =  ['PHP', 'C#', 'Python', 'JavaScript'];
  frameworks  =  ['Codeigniter', 'Django', '.NET Framework'];
}

Pinned

  1. pi2pdf pi2pdf Public

    PI2PDFは複数の画像を1つのPDFにまとめるスクリプトです。 指定した親フォルダ内のサブフォルダ毎にまとめられた複数の画像が、サブフォルダ名.pdfという形で出力されます。

    Python

  2. MoniNasPy MoniNasPy Public

    LAN内のNAS等のファイルサーバーに保存されている複数のフォルダを監視し、変更・作成されれば 指定のメールアドレスに通知メールを送信するPythonスクリプトです。

    Python

  3. laravel10-inertiajs-svelte-tailwindcss-template laravel10-inertiajs-svelte-tailwindcss-template Public template

    PHP

  4. SwitchSM SwitchSM Public

    Switch the Windows 11 Start Menu to the Windows 10 Start Menu.

    C# 2

  5. AntiSpamAttachment AntiSpamAttachment Public

    Outlookで受信したスパムメールに含まれる添付ファイルを強制ブロック

    C#