text
stringlengths
0
173k
#includ"
<_EOF_>
* @file lab5.2.cpp
*@author Ткаченко Є.С., гр. 515і
*@date 21 квітня 2023
*@brief Лабораторна робота № 5, варіант 7
*
* Завдання 2. Застосування вказівників.
*/
#include &lt;stdio.h&gt;
#includ"
<_EOF_>
* @file lab5.1.cpp
*@author Ткаченко Є.С., гр. 515і
*@date 21 квітня 2023
*@brief Лабораторна робота № 5, варіант 7
*
* Завдання 1. Застосування вказівників.
*/
#include &lt;stdio.h&gt;
#incl"
<_EOF_>
#include &lt;signal.h&gt;
#include &lt;stdio.h&gt;
#include &lt;stdlib.h&gt;
#include &lt;string.h&gt;
#include &lt;unistd.h&gt;
#include &lt;sys/types.h&gt;
#include &lt;sys/wait.h&gt;
#include &lt;fcntl.h&gt;
#define MAX_INPUT"
<_EOF_>
#include &lt;unistd.h&gt;
#include &lt;stdlib.h&gt;
#include &lt;string.h&gt;
#include &lt;sys/wait.h&gt;
#include &lt;sys/types.h&gt;
#define PATH_MAX 4096
#include &quot;else.h&quot;
//reading the user input.
char *re"
<_EOF_>
#include &lt;signal.h&gt;
#include &lt;stdio.h&gt;
#include &lt;stdlib.h&gt;
#include &lt;string.h&gt;
#include &lt;unistd.h&gt;
#include &lt;fcntl.h&gt;
#include &lt;sys/types.h&gt;
#include &lt;sys/wait.h&gt;
#include &quot;pipe.h&quot;"
<_EOF_>
#include &lt;unistd.h&gt;
#include &lt;stdlib.h&gt;
#include &lt;string.h&gt;
#include &lt;sys/wait.h&gt;
#include &lt;sys/types.h&gt;
#define PATH_MAX 4096
//reading the user input.
char *read_line(){
char"
<_EOF_>
import dlib
import cv2
from math import hypot
cap = cv2.VideoCapture(0)
detector = dlib.get_frontal_face_detector()
predictor = dlib.shape_predictor(r&quot;C:\Users\KIIT\OneD"
<_EOF_>
species = &#39;mammal&#39;
def __init__(self, name, age):
self.name = name
self.age = age
mycat1 = Cat(&#39;boots&#39;,2)
mycat2 = Cat(&#39;lucy&#39;,5)
mycat3 = Cat(&#39;tom&#39;,7)
def "
<_EOF_>
#include &lt;stdlib.h&gt;
#include &lt;unistd.h&gt;
#include &lt;sys/wait.h&gt;
int main() {
int fd1[2], fd2[2], fd3[2], fd4[2];
pid_t pid1, pid2, pid3, pid4;
if(pipe(fd1) == -1 || pipe"
<_EOF_>
FIELD: &#39;field&#39;,