View gist:7023952
Current Server: | |
IP: 88.206.179.92 | |
Port: 4567 | |
Message: | |
Header - 5 bytes, network order: | |
Flags - 1 byte: | |
SYN - 1 | |
ACK - 2 |
View gist:6410128
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
import os | |
import re | |
import sys | |
import urllib2 | |
from subprocess import call | |
from platform import machine |
View FindMyGUI.cmake
# - Find MyGUI includes and library | |
# | |
# This module defines | |
# MYGUI_INCLUDE_DIRS | |
# MYGUI_LIBRARIES, the libraries to link against to use MYGUI. | |
# MYGUI_LIB_DIR, the location of the libraries | |
# MYGUI_FOUND, If false, do not try to use MYGUI | |
# | |
# Copyright © 2007, Matt Williams | |
# |
NewerOlder