An old project of mine — a command-line client for https://pastebin.com/. I don't recommend using it anymore.
COMPILE.txt | ||
ConfigRead.cpp | ||
ConfigRead.h | ||
CurlPost.cpp | ||
CurlPost.h | ||
data.h | ||
data_devcode_default.h | ||
data_paramlist.h | ||
func.cpp | ||
func.h | ||
genkey.py | ||
headcomment.txt | ||
input_devcode.sh | ||
LICENCE | ||
main.cpp | ||
Makefile | ||
ParameterRead.cpp | ||
ParameterRead.h | ||
pastebincl-1.0.tar.gz | ||
pastebincl.1.gz | ||
pastebincl.man | ||
README.md |
Pastebincl
DISCLAIMER
This is an old project, archived here as it is still linked on pastebin as of now (2018-04-27). I do not recommand using it anymore. I don't remember very well its code, nor did I looked back at it, but as far as I can see in a glance, this code is overly complicated and quite ugly.
If I wanted to write the same kind of thing today, I would most certainly write a 100 lines long python script for the same result :)
Compiling
See COMPILE.txt
, and please forgive my stupid younger self :)