This repo stores my self-made mini tools.
Till now I have created two tools in this repo:
ViewMilitaryBase:
- A program walking you through many military base by browsing GoogleMap page.
- Written in python2.
- Passed testing in Linux.
ClassifyGUI:
- A program helping you filter pictures while building dataset.
- Written in python2.
- Passed testing in Linux.
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.
AutoGCCCaller
- Achieved calling
g++to compile cppfile, changing outfilename and run corresponding.outfile in one step, which is callingautorun.sh filename.cpp. - A shell script.
- Executable in Linux.
Samples for each toolset are included in corresponding folders.