DEADSOFTWARE

example of the app used for compressing of susystems in the server gitlab.molpit.com
authorIvan Denisov <d.ivan.krsk@gmail.com>
Sat, 3 Oct 2015 10:41:25 +0000 (17:41 +0700)
committerIvan Denisov <d.ivan.krsk@gmail.com>
Sat, 3 Oct 2015 10:41:25 +0000 (17:41 +0700)
examples/compress/README [new file with mode: 0644]
examples/compress/Std/Mod/Coder.odc [new file with mode: 0644]
examples/compress/System/Mod/Init.odc [new file with mode: 0644]
examples/compress/run-dev [new file with mode: 0755]
examples/compress/runc [new file with mode: 0755]

diff --git a/examples/compress/README b/examples/compress/README
new file mode 100644 (file)
index 0000000..19822f0
--- /dev/null
@@ -0,0 +1,3 @@
+App for edcoding susystems.
+
+Used with http://gitlab.molpit.com for process repository hooks.
diff --git a/examples/compress/Std/Mod/Coder.odc b/examples/compress/Std/Mod/Coder.odc
new file mode 100644 (file)
index 0000000..ff4b331
Binary files /dev/null and b/examples/compress/Std/Mod/Coder.odc differ
diff --git a/examples/compress/System/Mod/Init.odc b/examples/compress/System/Mod/Init.odc
new file mode 100644 (file)
index 0000000..2f30880
Binary files /dev/null and b/examples/compress/System/Mod/Init.odc differ
diff --git a/examples/compress/run-dev b/examples/compress/run-dev
new file mode 100755 (executable)
index 0000000..50874c1
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+# fix Ubuntu-specific problems:
+unset UBUNTU_MENUPROXY
+unset GTK_MODULES
+export LIBOVERLAY_SCROLLBAR=0
+mv Code Code_
+env \
+  BB_PRIMARY_DIR="../../BlackBox" BB_SECONDARY_DIR="$PWD" \
+../../BlackBox/blackbox
diff --git a/examples/compress/runc b/examples/compress/runc
new file mode 100755 (executable)
index 0000000..d79b6dc
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+env \
+  BB_PRIMARY_DIR="../../Linux_Interp" BB_SECONDARY_DIR="$PWD" \
+../../Linux_Interp/blackboxc $@