Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.08 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.08 KB

Introduction

This repo stores my self-made mini tools.

Mini Tools

Till now I have created two tools in this repo:

  1. ViewMilitaryBase:
  • A program walking you through many military base by browsing GoogleMap page.
  • Written in python2.
  • Passed testing in Linux.
  1. ClassifyGUI:
  • A program helping you filter pictures while building dataset.
  • Written in python2.
  • Passed testing in Linux.
  1. WechatTools:
  • Some tools extend the usage of wechat talking as listed below
    • onTimeMsgSenderToChatroomClass.py : Send predefined message to specified chatroom according to schedule which was set beforehead by user.
    • TulingRobot.py : Handle all messages sent to you and automatically reply for you.
  • Written in python2.
  • Passed testing in Linux and Windows.
  1. AutoGCCCaller
  • Achieved calling g++ to compile cppfile, changing outfilename and run corresponding .out file in one step, which is calling autorun.sh filename.cpp.
  • A shell script.
  • Executable in Linux.

Samples

Samples for each toolset are included in corresponding folders.