Editable?
Show your IP address?
Posted on 2008-07-04 at 17:07:05 by 222.154.175.63
> Dear Free Software Supporters,
>
> The New Zealand government has proposed allowing unlimited
> software
> patenting. They are accepting comments until July
> 2nd, but
> participation from the people who will be harmed seems very
> low.
>
> The details of how to participate can be found on
> swpat.org:
> http://en.swpat.org/wiki/New_Zealand

Posted on 2008-07-04 at 17:07:42 by IP Address hidden
Designed for first year students, Get Connected will help you make the most of your time at university. Get to know what support services are available for students, find out who to ask, join one of the library tours and discover how to use the resources and get the information you need to complete your course assignments, take part in a campus tour to ensure you don’t get lost in your first semester. You can also join us for a sausage sizzle at lunchtime!

Posted on 2008-07-04 at 16:07:05 by 222.154.175.63
Pastebucket kicks ass!

Posted on 2008-07-04 at 12:07:44 by IP Address hidden
woo and now sorting is working properly

Posted on 2008-07-04 at 12:07:53 by IP Address hidden
Apparently sorting isnt working properly

Posted on 2008-07-04 at 12:07:31 by IP Address hidden
Woke up this morning and really wanted makas ^_^

Posted on 2008-07-04 at 00:07:44 by IP Address hidden
This post will not show the IP address, but is still editable.

Posted on 2008-07-04 at 00:07:37 by 222.154.175.63
This test will show the users IP address. It is also...

.. Editable.

Posted on 2008-07-04 at 00:07:41 by IP Address hidden
A non editable post (test)

Posted on 2008-07-04 at 00:07:29 by IP Address hidden
An editable post (test)

Posted on 2008-07-03 at 23:07:52 by IP Address hidden
static vector *splitMultiSelect(string delimiter,
string values)
{
vector *splitValues;
size_t tokenPos = 0;
size_t beginPos = 0;
size_t endPos = values.length();

splitValues = new vector();

do
{
tokenPos = values.find(delimiter, beginPos);

if (tokenPos == string::npos)
{ // Last entry
splitValues->push_back(values.substr(beginPos,
(endPos - beginPos + 1)));
}

Posted on 2008-07-03 at 23:07:51 by IP Address hidden
Hello there!

Testing...

... Paste bucket!

Posted on 2008-07-03 at 23:07:32 by IP Address hidden
/* This is a test paste! */
#include

int main (int argc, char **argv[])
{
printf(stdout, "Something...\n");
exit(0);
}


Feedback/bugs to feedback@pastebucket.com