Skip to content
View L3onSW's full-sized avatar
🦉
🦉
  • Japan
  • 17:14 (UTC +09:00)

Block or report L3onSW

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
L3onSW/README.md
 (^o^) Hello there, I’m @L3onSW
 (   ) I’m interested in malware analysis and OffSec
=="="==================================================

Pinned Loading

  1. pyCREA pyCREA Public

    Checking Regular Expression Answers in Python (pyCREA):受講生の解答の正規表現に対して「正答の可能性が高い or 誤答である」を判定します。

    Python

  2. Read-Plot3d-Grid-and-Flow-File-in-Python Read-Plot3d-Grid-and-Flow-File-in-Python Public

    Plot3d形式の格子ファイルと流れ場ファイルをPythonで読み込むためのプログラムです。

    Python

  3. Ubuntu, CentOSの情報を表示するShell Script.md Ubuntu, CentOSの情報を表示するShell Script.md
    1
    # UbuntuまたはCentOSのサーバの情報を表示するShell Script
    2
    UbuntuまたはCentOSのサーバの情報を表示するための簡単なShell Scriptは以下の通り。  
    3
    ただし、閲覧するファイルが存在しない場合の分岐処理などは書いていない簡単なものであることに注意されたい。
    4
    ```bash
    5
    #!/bin/bash
  4. matlotlibで外枠上にグラフを重ねる.md matlotlibで外枠上にグラフを重ねる.md
    1
    # matlotlibで外枠上にグラフを重ねる方法
    2
    Pythonのmatlotlibで外枠の上にグラフを重ねるには、
    3
    「clip_on=False, zorder=5」を引数に追加する。
    4
    
                  
    5
    ## 背景