Данная лабораторная работа посвещена изучению систем контроля версий на примере Git.
$ open https://git-scm.com
wiki: | |
- https://en.wikipedia.org/wiki/Diff_utility | |
- https://www.opennet.ru/docs/RUS/diff/ | |
ida-plugins: | |
- https://code.google.com/archive/p/patchdiff2/ | |
- https://github.com/joxeankoret/diaphora | |
soft: | |
- https://www.zynamics.com/bindiff.html |
#include <iostream> | |
#include <string> | |
#include <utility> | |
template<typename T> | |
class pointer_t { | |
size_t size; | |
T* ptr; |
cat > ~/.tmux.conf <<EOF | |
set -g prefix C-a | |
bind C-a send-prefix | |
unbind C-b | |
bind j resize-pane -D 10 | |
bind k resize-pane -U 10 | |
bind h resize-pane -L 10 | |
bind l resize-pane -R 10 | |
EOF | |
tmux source-file ~/.tmux.conf |
apt install make \ | |
build-essential \ | |
libssl-dev \ | |
zlib1g-dev \ | |
libbz2-dev \ | |
libreadline-dev \ | |
libsqlite3-dev \ | |
wget curl llvm \ | |
libncurses5-dev libncursesw5-dev \ | |
xz-utils tk-dev \ |
using f1 = print_size;
using f2 = print_permitions;