Skip to content

Instantly share code, notes, and snippets.

View changjurhee's full-sized avatar

Changju.rhee changjurhee

  • LGE
  • Seoul
View GitHub Profile
@changjurhee
changjurhee / xCopyPython.py
Last active December 23, 2015 06:19
Python xCopyRemoteTest : File xCopy to remote PCs in multiprocessing
# based on Carnival http://ask.python.kr/users/6970/carnival/
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Python-3.x, Eclipse
import os
import os.path
import csv
from multiprocessing import Process, Lock
using System;
using System.ComponentModel;
using System.Reflection;
namespace LogManager
{
/// <summary>
/// A Logging Enums implementing the Singleton pattern and an internal Queue to be flushed perdiodically
/// </summary>
public enum LogType
@changjurhee
changjurhee / LogManager.cs
Created September 7, 2013 05:31
Singleton class LogManager
using System;
using System.Collections;
using System.ComponentModel;
using System.Configuration;
using System.IO;
using System.Runtime.InteropServices;
namespace LogManager
{
/// <summary>