Skip to content

Instantly share code, notes, and snippets.

@qyot27
qyot27 / logitech_default.joystick.amgp
Created December 7, 2016 05:28
AntiMicro profile to use Logitech Extreme 3D Pro joystick as a pointing device
<?xml version="1.0" encoding="UTF-8"?>
<joystick configversion="19" appversion="2.19.3">
<!--The SDL name for a joystick is included for informational purposes only.-->
<sdlname>Logitech Extreme 3D Pro USB</sdlname>
<!--The GUID for a joystick is included for informational purposes only.-->
<guid>6d0415c2000000000000504944564944</guid>
<sets>
<set index="1">
<axis index="1">
<axisbutton index="1">
@qyot27
qyot27 / crtime.sh
Last active August 29, 2015 14:03 — forked from ashayh/crtime.sh
#!/bin/bash
# Author: ashay dot humane at gmail.com
# Given a file name, this script prints the file creation time,
# as ext4 records it
# Might error out on other filesystems
DEBUGFS="/sbin/debugfs"
[[ -f "$1" ]] || { echo "Invalid filename. Exiting" ; exit 1; }
@qyot27
qyot27 / 0002-Extend-silent-rules-to-install-uninstall-clean-distc.patch
Created March 1, 2014 23:41
x264-0002-Extend-silent-rules-to-install-uninstall-clean-distc.patch
From 974af90fcec3251387b7053e761a95e5476bf706 Mon Sep 17 00:00:00 2001
From: Stephen Hutchinson <[email protected]>
Date: Fri, 21 Feb 2014 11:12:12 -0500
Subject: [PATCH 2/2] Extend silent rules to install/uninstall/clean/distclean
---
Makefile | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 92 insertions(+)
diff --git a/Makefile b/Makefile
@qyot27
qyot27 / 0001-Add-FFmpeg-style-silent-build-rules.patch
Created March 1, 2014 23:40
x264-0001-Add-FFmpeg-style-silent-build-rules.patch
From 5bbf876bd857beb0b9f7795bea5f93f04cdee15d Mon Sep 17 00:00:00 2001
From: Stephen Hutchinson <[email protected]>
Date: Sat, 4 Aug 2012 12:23:18 -0400
Subject: [PATCH 1/2] Add FFmpeg-style silent build rules
Similar to autotools, the V variable can be passed directly to
make in order to enable or disable the silent rules. V=0 (the
default) turns them on, anything other than zero turns them off.
The --verbose-build-rules option has been added for those that
@qyot27
qyot27 / 0001-Update-to-GCC-4.8.2-and-add-sysinstall_compat-option.patch
Created October 30, 2013 15:29
0001-Update-to-GCC-4.8.2-and-add-sysinstall_compat-option.patch
From 6da1955027696c8eb7786fc0846dd89afed0a383 Mon Sep 17 00:00:00 2001
From: Stephen Hutchinson <[email protected]>
Date: Wed, 30 Oct 2013 10:18:22 -0400
Subject: [PATCH] Update to GCC 4.8.2 and add sysinstall_compat option
---
mingw-w64-build-3.5.0 | 42 +++++++++++++++++++++++++++++-------------
1 file changed, 29 insertions(+), 13 deletions(-)
diff --git a/mingw-w64-build-3.5.0 b/mingw-w64-build-3.5.0
From def918c44204f93bf754278a83dbc7ee797d1cf1 Mon Sep 17 00:00:00 2001
From: Stephen Hutchinson <[email protected]>
Date: Sun, 16 Jun 2013 09:24:55 -0400
Subject: [PATCH 2/3] Add installation routines to VapourSynth plugin makefile
---
VapourSynth/GNUmakefile | 18 ++++++++++++++++--
VapourSynth/configure | 28 +++++++++++++++++++++-------
2 files changed, 37 insertions(+), 9 deletions(-)
From b60d96ed08a71966f3e78fde7568c1eebf121e8d Mon Sep 17 00:00:00 2001
From: Stephen Hutchinson <[email protected]>
Date: Wed, 24 Apr 2013 10:04:56 -0400
Subject: [PATCH 1/3] Add AvxSynth plugin support.
---
AvxSynth/GNUmakefile | 63 ++
AvxSynth/LICENSE | 49 ++
AvxSynth/README | 181 ++++++
AvxSynth/audio_output.cpp | 137 ++++
@qyot27
qyot27 / 0001-Support-for-Fade-Compensation-in-libx264.patch
Created May 8, 2013 21:42
Support for Fade Compensation in libx264
From bcd7b1ac1f688c082bccc7296e4461b1e8bff331 Mon Sep 17 00:00:00 2001
From: Stephen Hutchinson <[email protected]>
Date: Wed, 8 May 2013 00:19:52 -0400
Subject: [PATCH] Support for Fade Compensation in libx264.
Special-casing this is probably beyond my abilities, so this patch
can *only* be used with builds of libx264 that use the fadecomp
patch, as it will probably fail to build against non-fadecomp builds.
---
libavcodec/libx264.c | 4 ++++