diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
new file mode 100644
index 0000000..3d22904
--- /dev/null
+++ b/.vscode/c_cpp_properties.json
@@ -0,0 +1,16 @@
+{
+ "configurations": [
+ {
+ "name": "Linux",
+ "includePath": [
+ "${workspaceFolder}/**"
+ ],
+ "defines": [],
+ "compilerPath": "/usr/bin/gcc",
+ "cStandard": "c11",
+ "cppStandard": "c++14",
+ "intelliSenseMode": "clang-x64"
+ }
+ ],
+ "version": 4
+}
\ No newline at end of file
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..cdbd9ed
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,3 @@
+{
+ "editor.fontSize": 14
+}
\ No newline at end of file
diff --git a/gnuplot/build_index.sh b/gnuplot/build_index.sh
new file mode 100755
index 0000000..12ee170
--- /dev/null
+++ b/gnuplot/build_index.sh
@@ -0,0 +1,21 @@
+echo this script will build the index to show all files
+
+echo "
+
+ BP gnuplot
+
+" >index.html
+
+echo "result in hpcc. Latest first
" >> index.html
+
+
+for f in $(ls -t hpcc_bp_plot/*.pdf)
+do
+echo $f
+
+echo "