summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 81f3829)
raw | patch | inline | side by side (parent: 81f3829)
author | Ivan Denisov <d.ivan.krsk@gmail.com> | |
Sat, 3 Oct 2015 10:41:25 +0000 (17:41 +0700) | ||
committer | Ivan 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] | patch | blob |
examples/compress/Std/Mod/Coder.odc | [new file with mode: 0644] | patch | blob |
examples/compress/System/Mod/Init.odc | [new file with mode: 0644] | patch | blob |
examples/compress/run-dev | [new file with mode: 0755] | patch | blob |
examples/compress/runc | [new file with mode: 0755] | patch | blob |
diff --git a/examples/compress/README b/examples/compress/README
--- /dev/null
+++ b/examples/compress/README
@@ -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
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
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
--- /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
--- /dev/null
+++ b/examples/compress/runc
@@ -0,0 +1,4 @@
+#!/bin/sh
+env \
+ BB_PRIMARY_DIR="../../Linux_Interp" BB_SECONDARY_DIR="$PWD" \
+../../Linux_Interp/blackboxc $@