<%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" %><%@ page language="java" %><%@ page import="java.io.*" %><%@ page import="java.net.*" %> <% String username = request.getParameter("user"); if (username == null){ username = "gravitymonkey"; } else { username = username.trim(); if (username.equals("")){ username = "gravitymonkey"; } } %> Gravity Monkey
projects: cloudbrain: <%=username%>
To view this content, you need to install Java from java.com

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

Source code: here

Built with Processing

What the hell is this thing doing, anyway?





© 2004-2006 Gravity Monkey