This file contains 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
http://www.formz.com/fzsite1219/products/formz/update/formz_jr_trial.html |
This file contains 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
ufw status numbered | grep '# XXX' | perl -p -e 's{\[\s*(\d+)\].*}{\1}' | sort -rn | xargs -L1 ufw --force delete |
This file contains 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
[Desktop Entry] | |
Exec=env GTK_THEME=Adwaita:dark gnome-terminal | |
Name=Gnome Terminal (Dark) | |
GenericName=Terminal (Dark) | |
X-KDE-StartupNotify=true | |
Terminal=false | |
Type=Application |
This file contains 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
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c Modules/objc/objc-runtime-compat.m -o build/temp.macosx-10.6-intel-2.7/Modules/objc/objc-runtime-compat.o -DPyObjC_STRICT_DEBUGGING -DMACOSX -DPyObjC_BUILD_RELEASE=1006 -DMACOSX -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wpointer-arith -Wmissing-declarations -Wnested-externs -W -Wno-import -Wno-unknown-pragmas -Wshorten-64-to-32 -Ilibffi-src/include -Ilibffi-src/powerpc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk | |
Modules/objc/objc-runtime-compat.m:885:17: error: cannot find interface declaration for 'Object'; did you mean 'NSObject'? | |
@implementation Object (NSObjectCompat) | |
^~~~~~ | |
NSObject |
This file contains 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
3 12.840773 host 2.40.0 USB 64 GET DESCRIPTOR Request DEVICE | |
Frame 3: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0 | |
Interface id: 0 (usbmon2) | |
Encapsulation type: USB packets with Linux header and padding (115) | |
Arrival Time: Jan 23, 2017 19:16:58.537817000 CET | |
[Time shift for this packet: 0.000000000 seconds] | |
Epoch Time: 1485195418.537817000 seconds | |
[Time delta from previous captured frame: 12.840416000 seconds] |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
diff -Naur ./src/slon/slon.h ../slony1-2.0.7/src/slon/slon.h | |
--- a/src/slon/slon.h 2016-02-23 19:29:31.534631870 +0000 | |
+++ b/src/slon/slon.h 2011-07-11 21:19:57.000000000 +0000 | |
@@ -29,9 +29,6 @@ | |
#include <sys/time.h> | |
#endif | |
-#ifndef INT64_FORMAT | |
-#define INT64_FORMAT "%" INT64_MODIFIER "d" | |
-#endif |
This file contains 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
{ | |
"metadata": { | |
"version": { | |
"essentia": "2.1-beta1", | |
"essentia_git_sha": "v2.1_beta1-34-gf95df8b", | |
"extractor": "music 1.0" | |
}, | |
"audio_properties": { | |
"analysis_sample_rate": 44100, | |
"bit_rate": 0, |
This file contains 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
cd deps | |
tar xf chromaprint-fpcalc-*.tar.gz | |
rm chromaprint-fpcalc-*.tar.gz | |
export PATH=`pwd`/`ls | grep chromaprint-fpcalc`:$PATH | |
cd .. | |
cat <<EOS >patch_version.py | |
import re, sys, datetime | |
source = open('picard/__init__.py').read() | |
patched_source = re.sub(r'PICARD_VERSION = \((\d+), (\d+), (\d+), (\S+), (\d+)\)', r'PICARD_VERSION = (\1, \2, \3, "dev", ' + datetime.date.today().strftime('%Y%m%d') + ')', source) |
NewerOlder