Maxim Taran 2abeaf9c0f Fixed misspelling | 2 mēneši atpakaļ | |
---|---|---|
checksum | 7 gadi atpakaļ | |
stubwebserver | 5 gadi atpakaļ | |
udpstubserver | 4 gadi atpakaļ | |
wintime | 2 mēneši atpakaļ | |
.gitignore | 4 gadi atpakaļ | |
LICENSE | 4 gadi atpakaļ | |
README.md | 2 gadi atpakaļ | |
go.mod | 5 gadi atpakaļ |
Different tools for different IT tasks
Tool for calculating different hashes.
Now available the following hash algorithms:
checksum -f <path to file> [-algo ]
Arguments order doesn't matter.
For example:
checksum -algo sha256 -f d:\usr\tmp.xml
Tool created for the linux "time" purposes - calculate program executing time.
wintime <command to run>
Stub server receieve any request and return parameters to output response.
For example:
stubserver -p 8080 -logdir "../log" -stdout
Server listen UDP port and write received packet to console.
For example:
udpstubserver -p 8125