Skip to content

Instantly share code, notes, and snippets.

Laboratory work III

Данная лабораторная работа посвещена изучению систем контроля версий на примере Git.

$ open https://git-scm.com

Tasks

@rusdevops
rusdevops / 0_before.md
Last active March 10, 2019 13:16
the design of the report

Laboratory work

...

Tasks

  • 1. task1
  • 2. task2

...

Laboratory work II

Данная лабораторная работа посвещена изучению утилит для разработки проектов

Tasks

# присутсвует некорректный синтаксис для элемента Task Lists
# https://guides.github.com/features/mastering-markdown
  • [+] 1. Ознакомиться со ссылками учебного материала
#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 \
  • print_size: print file size
  • print_permitions: print file permitions
  • print_modified_date: print modified date
using f1 = print_size;
using f2 = print_permitions;

Laboratory work XI

Данная лабораторная работа посвещена изучению компонентов Boost на примере program_options

$ open http://www.boost.org/doc/libs/1_65_0/doc/html/program_options.html

Tasks

@rusdevops
rusdevops / REPORT.md
Created November 8, 2017 19:22 — forked from TalkedDevotee/REPORT.md
lab09

Laboratory work IX

Данная лабораторная работа посвещена изучению процесса создания пакета на примере Github Release

$ open https://help.github.com/articles/creating-releases/

Tasks