Mystic -- the Halloween version. Haunted!
Steve Thielemann 64ac785756 Initial work with snprintf. :D | il y a 4 ans | |
---|---|---|
hh | il y a 4 ans | |
.gitignore | il y a 4 ans | |
.gitmodules | il y a 4 ans | |
CMakeLists.txt | il y a 4 ans | |
README.md | il y a 4 ans | |
TODO.md | il y a 4 ans | |
ansi-color.c | il y a 4 ans | |
ansi-to-src.cpp | il y a 4 ans | |
bat.ans | il y a 4 ans | |
build_images.sh | il y a 4 ans | |
ghead.ans | il y a 4 ans | |
ghost.ans | il y a 4 ans | |
images.cpp | il y a 4 ans | |
lastseen.cpp | il y a 4 ans | |
lastseen.h | il y a 4 ans | |
mySTIC | il y a 4 ans | |
mystic.cpp | il y a 4 ans | |
panther.ans | il y a 4 ans | |
render.cpp | il y a 4 ans | |
render.h | il y a 4 ans | |
rsync_list.txt | il y a 4 ans | |
show | il y a 4 ans | |
show_bat_issue.sh | il y a 4 ans | |
show_skull_issue.sh | il y a 4 ans | |
skull-blink.ans | il y a 4 ans | |
skull.ans | il y a 4 ans | |
terminal.cpp | il y a 4 ans | |
terminal.h | il y a 4 ans | |
test_lastseen.cpp | il y a 4 ans | |
try-re.c | il y a 4 ans | |
update_example | il y a 4 ans | |
utils.cpp | il y a 4 ans | |
utils.h | il y a 4 ans | |
wolf.ans | il y a 4 ans |
# To Use:
# git submodule update --init
git clone https://github.com/wonder-mice/zf_log.git
git clone https://github.com/google/googletest.git
sudo apt install cmake
cmake .
make
codium c/c++ advanced lint
apt install clang-format clang cppcheck
cmake -DCMAKE_BUILD_TYPE=Release .
make
cmake -DCMAKE_BUILD_TYPE=Debug .
make
git checkout -b new-branch
or, a longer way to type that:
git branch new-branch
git checkout new-branch
git commit
And your changes go into the new-branch
git push -u origin new-branch
If you recall using git push -u when you first setup the git repo. Well, it's that all over again, but with a new branch.
git checkout master
git checkout master
git checkout bugz-ansi -- ghost.ans ghead.ans bat.ans utils.h utils.cpp
This would pull files from bugz-ansi branch into the master branch.