View shell.nix
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 |
View complete.txt
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' |
View otrfingerprint.txt.asc
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. | |
cryptix@ffnord.net | |
otr fingerprint: 4D9CBEFB 1886C2A5 D8D71BC9 74A111F7 2B08F36F | |
-----BEGIN PGP SIGNATURE----- | |
Version: GnuPG v2 |
View gist:a7af083a8fb884184f07
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 |
View main.go
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 ( |
View fetch.go
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" |
View pgpTestTool.go
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" |
View main.go
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" |
View vineScrape.go
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" | |
) |
View main.go
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