Skip to content

Instantly share code, notes, and snippets.

View Raghuramgrr's full-sized avatar

Raghuram Raghuramgrr

View GitHub Profile
@Raghuramgrr
Raghuramgrr / Deep_Network_Setup.sh
Created April 18, 2018 09:15
DeepLearning_Dependencies Install
#!/bin/bash
orig_executor="$(whoami)"
if [ "$(whoami)" == "root" ]; then
echo "running as root, please run as user you want to have stuff installed as"
exit 1
fi
###################################
# Ubuntu 16.04 Install script for:
# Pythonlibs
@Raghuramgrr
Raghuramgrr / xforms - cheat sheet
Created March 19, 2018 08:39
Xforms - Preparation
---adding element in the form-----
<xf:input ref="objname">
<xf:label>whateveryou want: </xf:label>
<xf:hint>whatever you want</xf:hint>
</xf:input>
--------------------------------- add rows from the table---------------------