Skip to content
View heLomaN's full-sized avatar
  • A smart company
Block or Report

Block or report heLomaN

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

    Scripts to crawl the net

    Python 3

  2. contentmaker contentmaker Public

    从文档中识别并生成小说目录

    Python 1 2

  3. A simple photoshop script could conv... A simple photoshop script could convert cartoon image to wired draft.
    1
    /// cartoon image to wired draft
    2
    /// ref: https://www.adobe.com/devnet/photoshop/scripting.html
    3
    
                  
    4
    function wired_filter() {
    5
        var doc = app.activeDocument;
  4. A simple tool to view fusion folder ... A simple tool to view fusion folder content on windows with pyqt
    1
    from PyQt5.QtWidgets import QApplication, QMainWindow, QWidget, QListWidget
    2
    from PyQt5.QtWidgets import QHBoxLayout, QVBoxLayout, QTextEdit, QPushButton, QLineEdit, QCheckBox, QComboBox, QLabel
    3
    from PyQt5 import QtGui, QtCore
    4
    
                  
    5
    from collections import OrderedDict
  5. pc-info-monitor pc-info-monitor Public

    Python 2

  6. fast-recipes fast-recipes Public

    some snippets to use

    C++