🏠
Working from home
- Russia
Pinned Loading
-
Fundomental algorithms
Fundomental algorithms 1#include <math.h>
2#include <time.h>
3#include <stdio.h>
4#include <string.h>
5#include <stdlib.h>
-
Pathetic attempts to parallelize loo...
Pathetic attempts to parallelize loop for 1#include <iostream>
2#include <atomic>
3#include <omp.h>
4#include <string.h>
5 -
Example work of constructor
Example work of constructor 1#include <iostream>
23struct A
4{
5A() { std::cout << "A constructed successfully\n"; }
-
Connecting Signal to Slots on 2 windows
Connecting Signal to Slots on 2 windows 1#include "counter.h"
23Counter::Counter() : QObject(), m_nValue(0)
4{ }
5 -
Customize local server(samba)
Customize local server(samba) 1Делаю вашу работу:
23sudo apt-get install samba smbclient smbfs
45sudo nano /etc/samba/smb.conf
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.