This file contains hidden or 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
#include <math.h> | |
#include <stdio.h> | |
#include <tigcclib.h> | |
#define RETURN_VALUE | |
void _main() { | |
push_END_TAG(); | |
push_Float(atanh(-0.9)); | |
} |
This file contains hidden or 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/python | |
# Reads matricies files build by the TI Voyage 200/TI82+ (*.v2m-files) | |
# and outputs csv | |
# | |
# Example: | |
# $ ./timatrix2csv.py main.test.v2p > test.csv | |
from struct import pack, unpack, calcsize | |
from collections import namedtuple | |
from sys import argv, stdout |
This file contains hidden or 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
// ==UserScript== | |
// @name Strip autocomplete attributes | |
// @namespace david0 | |
// @version 0.1 | |
// @description This plugin gives the control about your passwords back to your browser and allows the browser to store every password. | |
// @include http://* | |
// @include https://* | |
// @copyright 2014, David | |
// ==/UserScript== | |
This file contains hidden or 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
Helper utility for php from cygwin for using with phpStorm |
This file contains hidden or 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
CFLAGS=-std=c99 | |
LD=$(CC) | |
all: keymapper.exe | |
keymapper.exe: main.o | |
$(LD) -o keymapper.exe $< |
This file contains hidden or 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
% Template to create an A4 handout | |
% input should be a 16:9 PDF presentation | |
\documentclass[a4paper]{article} | |
%\documentclass[a4paper]{beamer} | |
%\documentclass[a4paper]{handoutWithNotes} | |
%\pgfpagesuselayout{4 on 1 with notes}[a4paper,border shrink=5mm] | |
\usepackage{pdfpages} | |
%\AtBeginSection[] |
This file contains hidden or 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
proof of concept to make Zip-file checksums more reliable | |
related to https://github.com/composer/composer/issues/2540 |
This file contains hidden or 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
--- Makefile.in.orig 2015-12-03 20:56:09.000000000 +0100 | |
+++ Makefile.in 2015-12-04 07:27:19.000000000 +0100 | |
@@ -103,16 +103,20 @@ | |
# public entry point. It's not essential, but makes a tidier library. | |
PLUGIN_LDFLAGS = $(DYNAMIC_LDFLAGS) -Wl,--version-script=build/vamp-plugin.map | |
- | |
-## For OS/X with g++: | |
-#DYNAMIC_LDFLAGS = -dynamiclib | |
-#PLUGIN_LDFLAGS = $(DYNAMIC_LDFLAGS) |
This file contains hidden or 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
2015-12-12 13:54:19 +0100 | |
./waf | |
install | |
Waf: Entering directory `/private/tmp/ardour201512/ardour-4.4/build' | |
[ 1/860] cxx: libs/appleutility/AUOutputBL.cpp -> build/libs/appleutility/AUOutputBL.cpp.1.o | |
[ 2/860] cxx: libs/appleutility/AUParamInfo.cpp -> build/libs/appleutility/AUParamInfo.cpp.1.o | |
[ 3/860] cxx: libs/appleutility/CAAudioChannelLayout.cpp -> build/libs/appleutility/CAAudioChannelLayout.cpp.1.o | |
[ 4/860] cxx: libs/appleutility/CAAudioChannelLayoutObject.cpp -> build/libs/appleutility/CAAudioChannelLayoutObject.cpp.1.o |

OlderNewer