Skip to content
forked from VisionRush/vraux

VRAUX is a auxiliary library used in c++ project development, provides some common function, such as file traversal, file verification, file encryption and decryption, simple log, string processing, etc, support Linux and windows platforms.

Notifications You must be signed in to change notification settings

wangbo2016/vraux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

VRAUX is a auxiliary library used in c++ project development, provides some common function, such as file traversal, file verification, file encryption and decryption, simple log, string processing, etc, support Linux and windows platforms.   

Module

File System Operation

  • traverse file/directory
  • check file type/existence
  • normalize path

System

  • time
  • check process
  • md5 for string/file
  • sha1 for string/file
  • encrypt/decrypt string/file
  • simple log

String Process

  • split
  • replace
  • uft8->gb2312(for chinese)   

Author

team: VisionRush
authors: wangbo(wangbo@ia.ac.cn), wangjian(wangjian4500@gmail.com)

Copyright and license

  

About

VRAUX is a auxiliary library used in c++ project development, provides some common function, such as file traversal, file verification, file encryption and decryption, simple log, string processing, etc, support Linux and windows platforms.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 99.0%
  • Other 1.0%