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/env escript | |
%% -*- erlang -*- | |
%% * slurp in terms using inlined version of kernels file:consult/1 | |
%% * convert to abstract syntax tree | |
%% * annotate all tuples | |
%% * pretty print using a hook to prefix the annotated nodes with newline | |
main([]) -> | |
io:format("%% -*-erlang-*-~n"), |
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/aes" | |
"crypto/cipher" | |
"crypto/rand" | |
"encoding/hex" | |
"fmt" | |
"io" | |
) |
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
System: Host: tp560 Kernel: 4.4.0-64-generic x86_64 (64 bit gcc: 5.4.0) | |
Desktop: Cinnamon 3.2.6 (Gtk 3.18.9-1ubuntu3.1) dm: mdm Distro: Linux Mint 18.1 Serena | |
Machine: System: LENOVO (portable) product: 20FHCTO1WW v: ThinkPad T560 Chassis: type: 10 | |
Mobo: LENOVO model: 20FHCTO1WW v: SDK0J40709 WIN | |
Bios: LENOVO v: N1KET26W (1.13 ) date: 10/07/2016 | |
CPU: Dual core Intel Core i7-6600U (-HT-MCP-) cache: 4096 KB | |
flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 11233 | |
clock speeds: min/max: 400/3400 MHz 1: 532 MHz 2: 503 MHz 3: 520 MHz 4: 539 MHz | |
Graphics: Card: Intel Sky Lake Integrated Graphics bus-ID: 00:02.0 chip-ID: 8086:1916 | |
Display Server: X.Org 1.18.4 drivers: intel (unloaded: fbdev,vesa) |