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
Show hidden characters
[ | |
{ | |
"class": "icon_file_type", | |
"content_margin": [0, 0] | |
}, | |
{ | |
"class": "icon_folder", | |
"content_margin": [0, 0] | |
}, | |
{ |
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
import socket | |
import select | |
import sys | |
from threading import Thread | |
sock = socket.socket( socket.AF_INET, socket.SOCK_STREAM ) | |
sock.connect( ('192.168.1.36', 20001) ) | |
def client_runner(): |
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
#!/bin/bash | |
# IL-2 FB Dedicated Server installer. | |
# | |
# Run this script with '-h' option to see the usage help: | |
# il2ds-install.sh -h | |
# ------------------------------------------------------------------------------ | |
# Definitions | |
# ------------------------------------------------------------------------------ |
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
git status; git submodule foreach --recursive git status |
NewerOlder