Skip to content

Instantly share code, notes, and snippets.

View akfheaven's full-sized avatar

akfheaven akfheaven

  • Beijing
View GitHub Profile
@akfheaven
akfheaven / PythonFileUtil
Last active October 8, 2020 10:18
frequency used file sloving python methods
import json
from collections import OrderedDict
import shutil
import os
import zipfile
import py7zr
# version: 1.0.0
@akfheaven
akfheaven / GameTestServer.Target.cs
Last active March 9, 2016 03:17
UE4 Dedicate Server BuildTarget
// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
using System.Collections.Generic;
public class GameTestServerTarget : TargetRules
{
public GameTestServerTarget(TargetInfo Target)
{
Type = TargetType.Server;