This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <dlib/image_processing/frontal_face_detector.h> | |
#include <dlib/gui_widgets.h> | |
#include <dlib/image_io.h> | |
#include <iostream> | |
#include <string> | |
#include <sys/types.h> | |
#include <dirent.h> | |
#include <errno.h> | |
#include <vector> | |
#include <string> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <thread> | |
#include <iostream> | |
#include <condition_variable> | |
#include <chrono> | |
#include <mutex> | |
#include <atomic> | |
typedef std::function<void()> CallBack; | |
class Timer { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <thread> | |
#include <iostream> | |
void foo() { | |
for(int i = 0; i < 7; ++i) { | |
std::cout << i << std::endl; | |
} | |
} | |
int main() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
import vk_auth | |
import vkontakte | |
import os | |
from optparse import OptionParser | |
parser = OptionParser() | |
parser.add_option("-e", "--email", dest="email", | |
help=" user email", metavar="EMAIL") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[email protected];aiml0goetu | |
[email protected];68vdfm5jx2 | |
[email protected];oe3ywsap7l | |
[email protected];9x4mvou128 | |
[email protected];tafc7q3i42 | |
[email protected];lvmgshc86k | |
[email protected];xjdtnbsw89 | |
[email protected];gkju1zxvb4 | |
[email protected];d0orfyt5aq | |
[email protected];39c6jph4ka |
NewerOlder