I hereby claim:
- I am krgn on github.
- I am krgn (https://keybase.io/krgn) on keybase.
- I have a public key whose fingerprint is BE43 30E7 E8D2 B558 3304 DB1D 9B50 B62F DD55 0852
To claim this, I am signing this object:
<macrodef name="install-helper"> | |
<sequential> | |
<echo>Killing the running app...</echo> | |
<exec executable="${adb}" failonerror="true"> | |
<arg line="${adb.device.arg}" /> | |
<arg value="shell" /> | |
<arg value="killall" /> | |
<arg value="${manifest.package}" /> | |
</exec> | |
<echo>Uninstalling previous version for clean slate...</echo> |
diff -rupN ../misc/ugen-read-only/UGen/convolution/ugen_Convolution.cpp Source/UGen/convolution/ugen_Convolution.cpp | |
--- ../misc/ugen-read-only/UGen/convolution/ugen_Convolution.cpp 2012-04-25 22:03:53.271107716 +0200 | |
+++ Source/UGen/convolution/ugen_Convolution.cpp 2012-05-09 00:48:46.076143780 +0200 | |
@@ -38,7 +38,7 @@ | |
#if defined(UGEN_CONVOLUTION) && UGEN_CONVOLUTION | |
-#if !defined(WIN32) && !defined(UGEN_IPHONE) && !defined(UGEN_ANDROID) | |
+#if !defined(WIN32) && !defined(UGEN_IPHONE) && !defined(UGEN_ANDROID) && !defined(LINUX) | |
#include <Accelerate/Accelerate.h> |
(erb):35: [BUG] Segmentation fault | |
ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-linux] | |
-- Control frame information ----------------------------------------------- | |
c:0024 p:---- s:0082 b:0082 l:000081 d:000081 CFUNC :round | |
c:0023 p:0132 s:0078 b:0077 l:001878 d:000076 BLOCK (erb):35 | |
c:0022 p:---- s:0074 b:0074 l:000073 d:000073 FINISH | |
c:0021 p:---- s:0072 b:0072 l:000071 d:000071 CFUNC :each | |
c:0020 p:0521 s:0069 b:0069 l:001878 d:000a30 EVAL (erb):32 | |
c:0019 p:---- s:0066 b:0066 l:000065 d:000065 FINISH |
{ stdenv, lib, requireFile, demo, fetchurl, libX11, libXext, libXcursor, libXrandr, libjack2, alsaLib, ... }: | |
stdenv.mkDerivation rec { | |
name = "renoise"; | |
buildInputs = [ libX11 libXext libXcursor libXrandr alsaLib libjack2 ]; | |
phases = "unpackPhase installPhase"; | |
suffix = if builtins.currentSystem == "x86_64-linux" then "_64" else ""; |
➜ native git:(frontend-rewrite) ✗ mono src/Iris.Service/bin/Debug/Iris.Service.exe | |
Unhandled Exception: | |
System.ArgumentException: Interface not found | |
Parameter name: interfaceType | |
at System.MonoType.GetInterfaceMap (System.Type interfaceType) [0x00000] in <filename unknown>:0 | |
at FunScript.Comparison.tryGetCompareToMethod (ICompiler compiler, System.Type t) [0x00000] in <filename unknown>:0 | |
at FunScript.Comparison.comparableCompareComponent$cont@170 (ICompiler compiler, Microsoft.FSharp.Quotations.FSharpExpr exprA, Microsoft.FSharp.Quotations.FSharpExpr exprB, Microsoft.FSharp.Core.Unit unitVar) [0x00000] in <filename unknown>:0 | |
at [email protected] (Microsoft.FSharp.Core.FSharpFunc`2 _arg2, ICompiler compiler, IReturnStrategy _arg1, Microsoft.FSharp.Quotations.FSharpExpr exprA, Microsoft.FSharp.Quotations.FSharpExpr exprB) [0x00000] in <filename unknown>:0 | |
at Microsoft.FSharp.Core.FSharpFunc`2[Microsoft.FSharp.Core.FSharpFunc`2[Microsoft.FSharp.Quotati |
namespace TestCluster | |
open Akka | |
open Akka.Routing | |
open Akka.Actor | |
open Akka.Cluster | |
open Akka.FSharp | |
open System | |
module Main = |
namespace TestCluster | |
open Akka | |
open Akka.Routing | |
open Akka.Actor | |
open Akka.Cluster | |
open Akka.FSharp | |
open System | |
module Main = |
#include <sys/types.h> | |
#include <sys/socket.h> | |
#include <netinet/in.h> | |
#include <arpa/inet.h> | |
#include <time.h> | |
#include <string.h> | |
#include <stdio.h> | |
#define HELLO_PORT 12345 |
#include <sys/types.h> | |
#include <sys/socket.h> | |
#include <netinet/in.h> | |
#include <arpa/inet.h> | |
#include <time.h> | |
#include <string.h> | |
#include <stdio.h> | |
#define HELLO_PORT 12345 | |
#define HELLO_GROUP "225.0.0.37" |
I hereby claim:
To claim this, I am signing this object: