GUI Fix/Log Functions Patch

Restart your browser and/or Clear Your Java Cache

We've made some updates to the file browser based on user input. You can now switch between the list view and icon view. We have also added in a few more functions to make things a bit more interesting, and added our helper functions we added into the challenge API -- so you can use them for challenges.

New Helper Functions:

We've added in some new helper functions into the GUI :

int intValue(float) Given a float it returns the integer value of it.
float floatValue(int) Given an int it returns the float value of it.
int indexOf(string,string,int) Searches for nth occurrence of s2 in s1.
replaceAll(string s1,string s2,string s3) replaces all instances of s2 in s1 with s3.

New HTTP Function:

hideStore() Stop the current visitor to your web-site from seeing your store.

New Attack Functions:

Peek at Logs In show choices you can now peek at other player's logs.
editLogs(string s1,string s2) Replaces all occurences of s1 in the opponent's logs with s2. This is a new finalize function.

File IO Function Pack:

We have been working in preparation recently for our first pay feature The File IO Function Pack (these function packs will be sold based on a one-time payment). Stay tuned, this exciting group of functions will allow you read and write to the text files on your computer. It will also let you spread your website over several files, and dynamically serve it to people.