Mystic -- the Halloween version. Haunted!
Steve Thielemann 64ac785756 Initial work with snprintf. :D | 4 yıl önce | |
---|---|---|
hh | 4 yıl önce | |
.gitignore | 4 yıl önce | |
.gitmodules | 4 yıl önce | |
CMakeLists.txt | 4 yıl önce | |
README.md | 4 yıl önce | |
TODO.md | 4 yıl önce | |
ansi-color.c | 4 yıl önce | |
ansi-to-src.cpp | 4 yıl önce | |
bat.ans | 4 yıl önce | |
build_images.sh | 4 yıl önce | |
ghead.ans | 4 yıl önce | |
ghost.ans | 4 yıl önce | |
images.cpp | 4 yıl önce | |
lastseen.cpp | 4 yıl önce | |
lastseen.h | 4 yıl önce | |
mySTIC | 4 yıl önce | |
mystic.cpp | 4 yıl önce | |
panther.ans | 4 yıl önce | |
render.cpp | 4 yıl önce | |
render.h | 4 yıl önce | |
rsync_list.txt | 4 yıl önce | |
show | 4 yıl önce | |
show_bat_issue.sh | 4 yıl önce | |
show_skull_issue.sh | 4 yıl önce | |
skull-blink.ans | 4 yıl önce | |
skull.ans | 4 yıl önce | |
terminal.cpp | 4 yıl önce | |
terminal.h | 4 yıl önce | |
test_lastseen.cpp | 4 yıl önce | |
try-re.c | 4 yıl önce | |
update_example | 4 yıl önce | |
utils.cpp | 4 yıl önce | |
utils.h | 4 yıl önce | |
wolf.ans | 4 yıl önce |
# 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.