From e0b634754d1bef33dc8e72509c6990cccc32745a Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Thu, 9 Oct 2014 20:47:23 +0100 Subject: alles neu macht der mai --- dot | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 dot (limited to 'dot') diff --git a/dot b/dot new file mode 100755 index 0000000..da0dc58 --- /dev/null +++ b/dot @@ -0,0 +1,9 @@ +#!/usr/bin/env ruby + +require 'zipf' + +a = SparseVector.from_file 'w', ' ' +b = SparseVector.from_file 'f', ' ' +puts a.to_s +puts a.dot b + -- cgit v1.2.3