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
with import <nixpkgs> {}; | |
with pkgs; | |
let cabalEnv = buildEnv { | |
name = "cabal-desktop-env"; | |
paths = [ | |
# npm sodium stuff | |
clang | |
gnumake | |
libtool |
This file has been truncated, but you can view the full file.
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
+++ readlink -f ./zcutil/build.sh | |
++ dirname /home/cryptix/zcash/zcutil/build.sh | |
+ cd /home/cryptix/zcash/zcutil/.. | |
+ LCOV_ARG= | |
+ HARDENING_ARG=--enable-hardening | |
+ '[' x-j4 = x--enable-lcov ']' | |
++ pwd | |
+ PREFIX=/home/cryptix/zcash/depends/x86_64-unknown-linux-gnu/ | |
+ make -j4 -C ./depends/ V=1 NO_QT=1 | |
make: Entering directory '/home/cryptix/zcash/depends' |
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
-----BEGIN PGP SIGNED MESSAGE----- | |
Hash: SHA256 | |
on 28.09.2015, I switched to a new jabber server because of the ongoing attacks n the main CCC one. | |
[email protected] | |
otr fingerprint: 4D9CBEFB 1886C2A5 D8D71BC9 74A111F7 2B08F36F | |
-----BEGIN PGP SIGNATURE----- | |
Version: GnuPG v2 |
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
Adam Langley (1): | |
crypto/elliptic: call IsOnCurve via the interface. | |
Alan Donovan (2): | |
bytes: document that Buffer values must not be copied | |
Revert "bytes: document that Buffer values must not be copied" | |
Alex Brainman (2): | |
runtime: skip TestReturnAfterStackGrowInCallback if gcc is not found | |
syscall: warn not to use FormatMessage |
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
package main | |
import ( | |
"flag" | |
"github.com/andlabs/ui" | |
"github.com/cryptix/go/msgbox" | |
) | |
var ( |
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
package main | |
import ( | |
"crypto/sha1" | |
"fmt" | |
"io" | |
"net/http" | |
"os" | |
"strings" | |
"sync" |
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
package main | |
import ( | |
"archive/zip" | |
"fmt" | |
"log" | |
"os" | |
"time" | |
"github.com/cryptix/go/logging" |
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
package main | |
import ( | |
"os" | |
"strconv" | |
"time" | |
"github.com/PuerkitoBio/goquery" | |
"github.com/cryptix/go/logging" | |
"github.com/pkg/browser" |
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
package main | |
import ( | |
"errors" | |
"log" | |
"os" | |
"github.com/PuerkitoBio/goquery" | |
"github.com/robertkrimen/otto" | |
) |
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
package main | |
import ( | |
"bufio" | |
"flag" | |
"fmt" | |
"io" | |
"log" | |
"os" | |
"path/filepath" |
NewerOlder