click on another name to view:
<% File ff = new File("/usr/share/tomcat/gravitymonkey/ROOT/cloudbrain/data"); String[] flist = ff.list(); for (int w = 0; w < flist.length; w++){ String tfile = flist[w]; if (tfile != null){ tfile = tfile.trim(); } else { tfile = ""; } if (tfile.endsWith(".dat")){ if (!tfile.equals(username)){ tfile = tfile.substring(0, tfile.length() - 4); %> <%=tfile%>
<% } } } %>
click here to request a cloudbrain based on your tags
<% File ff = new File("/usr/share/tomcat/gravitymonkey/ROOT/cloudbrain/data"); String[] flist = ff.list(); for (int w = 0; w < flist.length; w++){ String tfile = flist[w]; if (tfile != null){ tfile = tfile.trim(); } else { tfile = ""; } if (tfile.endsWith(".dat")){ if (!tfile.equals(username)){ tfile = tfile.substring(0, tfile.length() - 4); %> <%=tfile%>
<% } } } %>
click here to request a cloudbrain based on your tags
Source code: here
Built with Processing