Dan Nicholson
https://people.freedesktop.org/~dbn/pkg-config-guide.html
개요
FROM ubuntu:14.04 | |
MAINTAINER Seonghwan Lee <[email protected]> | |
RUN cd /etc/apt && \ | |
sed -i 's/archive.ubuntu.com/kr.archive.ubuntu.com/g' sources.list | |
RUN apt-get update | |
RUN apt-get install -y git curl python | |
RUN apt-get install -y ruby2.0 ruby2.0-dev |
import socket | |
import select | |
import datetime | |
port = 20001 | |
def main(): | |
serversock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) | |
serversock.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1) | |
serversock.setblocking(0) |
// g++ -Wall -o get get.cpp && ./get ::ffff:192.168.111.8 3000 | |
// g++ -Wall -o get get.cpp && ./get 192.168.111.8 3000 | |
// g++ -Wall -o get get.cpp && ./get www.google.com 80 | |
#include <iostream> | |
#include <cstdlib> | |
#include <sys/socket.h> | |
#include <netdb.h> | |
#include <cstring> | |
#include <arpa/inet.h> |
# Save this file | |
# mac - "~/Library/Application Support/Sublime Text 3/Packages/" | |
# linux - "~/.config/sublime-text-3/Packages/" | |
# NOTE! | |
# ~/.nvm/alias/default must contain full version name. | |
# $ nvm alias default v4.3.5 | |
import os |
// g++ -std=c++11 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include main.cpp -lglib-2.0 -lboost_system -lboost_coroutine -lboost_context -o test | |
// | |
#include <iostream> | |
#include <thread> | |
#include <chrono> | |
#include <glib.h> | |
#include <boost/coroutine/all.hpp> | |
using namespace std; |
#include <memory> | |
#include <cstdio> | |
using namespace std; | |
int myfclose(FILE* stream) | |
{ | |
printf("%s\n", __func__); | |
return fclose(stream); | |
} |
package com.lethee; | |
import java.io.StringReader; | |
import java.io.StringWriter; | |
import javax.xml.parsers.DocumentBuilder; | |
import javax.xml.parsers.DocumentBuilderFactory; | |
import javax.xml.transform.OutputKeys; | |
import javax.xml.transform.Transformer; | |
import javax.xml.transform.TransformerFactory; |
CAFFE2_ROOT = "/caffe2" | |
CAFFE_MODELS = "/usr/local/caffe2/python/models" | |
import numpy as np | |
import skimage.io | |
import skimage.transform | |
import os | |
from caffe2.proto import caffe2_pb2 | |
from caffe2.python import core, workspace |
Dan Nicholson
https://people.freedesktop.org/~dbn/pkg-config-guide.html
개요
I hereby claim:
To claim this, I am signing this object: