Skip to content
View Rivares's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report Rivares

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Fundomental algorithms Fundomental algorithms
    1
    #include <math.h>
    2
    #include <time.h>
    3
    #include <stdio.h>
    4
    #include <string.h>
    5
    #include <stdlib.h>
  2. 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
    
                  
  3. Example work of constructor Example work of constructor
    1
    #include <iostream>
    2
     
    3
    struct A
    4
    {
    5
        A() { std::cout << "A constructed successfully\n"; }
  4. Connecting Signal to Slots on 2 windows Connecting Signal to Slots on 2 windows
    1
    #include "counter.h"
    2
    
                  
    3
    Counter::Counter() : QObject(), m_nValue(0)
    4
    { }
    5
    
                  
  5. Customize local server(samba) Customize local server(samba)
    1
    Делаю вашу работу:
    2
    
                  
    3
    sudo apt-get install samba smbclient smbfs
    4
    
                  
    5
    sudo nano /etc/samba/smb.conf
  6. 5part 5part Public

    C++