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 Control.Monad | |
import Data.Char | |
import System.IO | |
import Network | |
import Data.Time.LocalTime | |
import Data.Maybe | |
import System.Directory | |
import System.IO | |
import System.IO.Error |
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
// | |
// TCollection.hpp | |
// | |
#ifndef TCOLLECTION_HPP_ | |
#define TCOLLECTION_HPP_ | |
#include <vector> | |
#include <assert.h> |
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
/* | |
* Thread.h | |
* | |
* Created on: 09.01.2013 | |
* Author: asuk | |
*/ | |
#ifndef THREAD_H_ | |
#define THREAD_H_ | |
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
// | |
// Singleton.h | |
// | |
// Created by Alexander Sukharev on 05.01.13. | |
// Distributed under the MIT software license, see the accompanying | |
// file COPYING or http://www.opensource.org/licenses/mit-license.php | |
// | |
#ifndef Singleton_h | |
#define Singleton_h |
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 remote add iMac ssh://[email protected]/~/path/to-repo/ | |
hostname is | |
$ hostname | |
iMac.local <- this one without .local | |
xxxxxxxxx | |
========= | |
$ dns-sd -E | |
Looking for recommended registration domains: |
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
if [ "$CONFIGURATION" != "Release" ]; then | |
SHA=`git rev-parse --short HEAD` | |
/usr/libexec/PlistBuddy -c "Set :CFBundleVersion $SHA" "${TARGET_BUILD_DIR}"/${INFOPLIST_PATH} | |
fi |