Skip to content

Instantly share code, notes, and snippets.

View fuxx's full-sized avatar

Stefan Mayer-Popp fuxx

View GitHub Profile
@fuxx
fuxx / csvdump.sqf
Created September 8, 2018 15:30 — forked from Wolfenswan/csvdump.sqf
///////// ARMA3 Config CSV EXPORT
///////// Usage: [name,CfgPatches name]
///////// Usage: [name] to export bis stuff
///////// Usage: Paste everything below in the debug console and run it (or exec as script)
///////// ToDo: Filter weapon variants (with sights etc)
private ["_CfgPatches","_configPath","_collectionName","_getClass","_out","_wepsEx","_itemsEx","_magsEx","_backEx","_weapons","_backpacks","_magazines","_glasses","_configName","_picture","_parents","_type","_classname","_mags","_mass","_capacity","_armor","_passthrough","_append","_ammo"];
_CfgPatches = false;
_configPath = "";
@fuxx
fuxx / align_images.py
Created December 29, 2017 09:59 — forked from anonymous/align_images.py
Face alignment scripts based on 1adrianb/face-alignment
import argparse
import cv2
import dlib
import json
import numpy
import skimage
from pathlib import Path
from tqdm import tqdm
from umeyama import umeyama