Profile for Sturg

Error message

Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /var/www/pied-piper.ermarian.net/includes/common.inc).

Recent posts

Pages

AuthorRecent posts
Wow, that's weird... in General
Master
Member # 4614
Profile Homepage #11
I know it is simplistic because I still have quite a bit of work to do on it before it's fully functional.

I kind of like the colors, though. It's quite out of the ordinary, but what did you expect from a forum software by me? :P Incidenatally, I asked my family about the colors, and they thought that it looked quite good, my mom saying "very colorful and inviting".

However, that doesn't seem to be the opinion here, and that's why if I ever get that far, I plan to make the color scheme customizable to each user. But that won't be for a while.

--------------------
-ben4808

For those who love to spam:
CSM Forums
RIFQ
Posts: 3360 | Registered: Friday, June 25 2004 07:00
Wow, that's weird... in General
Master
Member # 4614
Profile Homepage #0
Here I was temporarily calling my forum software I'm making benBB, and I started to think that would be a good final name for it. Well, as it turns out, that name is already taken.

Shoot. Now I need another, better name. You can see screenshots of what mine is like here.

[ Tuesday, September 13, 2005 15:51: Message edited by: Benny Boy ]

--------------------
-ben4808

For those who love to spam:
CSM Forums
RIFQ
Posts: 3360 | Registered: Friday, June 25 2004 07:00
Does anyone remember in General
Master
Member # 4614
Profile Homepage #13
But that doesn't even come close to as annoying as a computer screen that looks like this:
LOADING................................................
.......................................................
.......................................................
...................
:P :rolleyes: ...

--------------------
-ben4808

For those who love to spam:
CSM Forums
RIFQ
Posts: 3360 | Registered: Friday, June 25 2004 07:00
The one calculator in General
Master
Member # 4614
Profile Homepage #84
Yeah. Something BASIC. I'm thinking TI BASIC.

Anyway, my program is not by any means compatible with calculators, but rather with my trusty compiler. Even then, I see I forgot a better form of error correction. Type in anything negative and you get -1. Anyway, that's all right.

EDIT: Oof, whoops, I also forgot that my variable in main() was declared as selection and then used as n. As it turns out, that program is not compatible with anything. Always happens. :P

[ Tuesday, September 13, 2005 15:31: Message edited by: Benny Boy ]

--------------------
-ben4808

For those who love to spam:
CSM Forums
RIFQ
Posts: 3360 | Registered: Friday, June 25 2004 07:00
MMMMM in General
Master
Member # 4614
Profile Homepage #168
quote:
Originally written by SupaNik:

quote:
Originally written by Archmage Alex:

The majority of these latest pictures would make more sense if you gave the link to this thread to your freinds.
This I have done. Good idea actually. I got a few remarks like "Who the heck are these people", and "Spiderweb huh? Sounds rubbish", but the majority of them, well 4 out of the 7 I told loved them. You have a fan in one AJW (name not supplied by his wishes.

Four new members, comin' up.

Shoot, I noticed that on the first post, but my brain phased it out on the second, even with the quotes. Therefore the picture of Hoover Dam. :D

--------------------
-ben4808

For those who love to spam:
CSM Forums
RIFQ
Posts: 3360 | Registered: Friday, June 25 2004 07:00
What would you do if... in General
Master
Member # 4614
Profile Homepage #11
quote:
Originally written by Nicothodes:

I would kill President Bush and his cronies.
Hey, hey. That statement could easily offend some people. :D

I haven't though of much of what I'd do, though, mostly because in real life I wouldn't get away with it. And I don't fancy being a criminal, known or not.

--------------------
-ben4808

For those who love to spam:
CSM Forums
RIFQ
Posts: 3360 | Registered: Friday, June 25 2004 07:00
Is my Karma my member rating? in General
Master
Member # 4614
Profile Homepage #2
Yes, you must have a fan. But be warned that those who post in topics about karma generally gather a couple of one-star votes.

But I don't know. You may be saved by the fact that you wisely refrained from asking people to rate you. ;)

I really love karma topics. :D

--------------------
-ben4808

For those who love to spam:
CSM Forums
RIFQ
Posts: 3360 | Registered: Friday, June 25 2004 07:00
ATTN: Milla in General
Master
Member # 4614
Profile Homepage #9
Wow! You, sir, should feel quite lucky even if you didn't get any air time.

--------------------
-ben4808

For those who love to spam:
CSM Forums
RIFQ
Posts: 3360 | Registered: Friday, June 25 2004 07:00
MMMMM in General
Master
Member # 4614
Profile Homepage #157
IMAGE(http://images.google.com/images?q=tbn:A80QsK5KEiQJ:213.61.97.114/mangum/pic_db/high_res/2/LVA%2520-%2520Hoover%2520Dam.jpg)

--------------------
-ben4808

For those who love to spam:
CSM Forums
RIFQ
Posts: 3360 | Registered: Friday, June 25 2004 07:00
Mathematical Logic... in General
Master
Member # 4614
Profile Homepage #42
Eh, I'll just leave it that if |N| = inifinity, then |R| = infinity squared. :P

--------------------
-ben4808

For those who love to spam:
CSM Forums
RIFQ
Posts: 3360 | Registered: Friday, June 25 2004 07:00
The one calculator in General
Master
Member # 4614
Profile Homepage #77
Hmmm, interesting. I'd like to see how they came up with that formula. Anyway.
#include <iostream>
#include <stdlib.h>
using namespace std;
int Fib(int);
int main()
{
int selection;
cout << "Enter n for Fib(n): ";
cin >> n;
int result = Fib(n);
cout << "\n\nFib(" << n << ") = " << result << ".";
system("pause");
return 0;
}
int Fib(int n)
{
if(n < 0) return -1;
if(n < 3) return 1;
else return Fib(n-1) + Fib(n-2);
}


--------------------
-ben4808

For those who love to spam:
CSM Forums
RIFQ
Posts: 3360 | Registered: Friday, June 25 2004 07:00
Forum 13 in Richard White Games
Master
Member # 4614
Profile Homepage #52
Ah, we now have an apprentice cartoonist. :P

--------------------
-ben4808
Posts: 3360 | Registered: Friday, June 25 2004 07:00
Democracy Off The Mark! or not selecting this year's cult slogan. in Richard White Games
Master
Member # 4614
Profile Homepage #5
Our dummy slogan should obviously be Richard White Games: Keep laughing. GC2 is loading.

--------------------
-ben4808
Posts: 3360 | Registered: Friday, June 25 2004 07:00
The one calculator in General
Master
Member # 4614
Profile Homepage #67
But like I said, this is just a simple calculator program, not the next new big project in programming. I'll bet even 15 digits would fool some people for a while. :P

But anyway, if that's not good, you could use the square root of two, which can be calculated on the fly.

--------------------
-ben4808

For those who love to spam:
CSM Forums
RIFQ
Posts: 3360 | Registered: Friday, June 25 2004 07:00
ATTN: Milla in General
Master
Member # 4614
Profile Homepage #5
Wow, that is weird. Fortunately, the post was on September 10 board time, making it possible to avoid any pending complications. :P

--------------------
-ben4808

For those who love to spam:
CSM Forums
RIFQ
Posts: 3360 | Registered: Friday, June 25 2004 07:00
If you had 3 wishes... in General
Master
Member # 4614
Profile Homepage #47
quote:
Originally written by Khoth:

University level education for all, whether they want it or not, would likely be a bad thing, but everyone should be literate and numerate, and know a bit about how the world works beyond their actual experience (basic science, history, political/economic structure of current country). Some critical thinking skills would be a good idea too. Scammers, quacks and politicians have it far too easy. (Although I don't know how much that can be taught)
I believe that's the purpose of high school, which everyone is supposed to go to here. Sure, people drop out, but usually for a worthy reason such as having more time to play video games. :P

--------------------
-ben4808

For those who love to spam:
CSM Forums
RIFQ
Posts: 3360 | Registered: Friday, June 25 2004 07:00
Democracy on the March! or Selecting this year's cult slogan in Richard White Games
Master
Member # 4614
Profile Homepage #18
I see our new proud slogan has been implemented in the forum description. The first part is still pretty inaccurate, though. :P

--------------------
-ben4808
Posts: 3360 | Registered: Friday, June 25 2004 07:00
Forum 13 in Richard White Games
Master
Member # 4614
Profile Homepage #40
Yeah. Usually it turns out to be a case of being a little hesitant to leave one's sanity at the door. Pretty much everyone leaves after forgetting that. :P

--------------------
-ben4808
Posts: 3360 | Registered: Friday, June 25 2004 07:00
MMMMM in General
Master
Member # 4614
Profile Homepage #144
Oh, dear. Way to go, AA! How do you draw these things so fast?

--------------------
-ben4808

For those who love to spam:
CSM Forums
RIFQ
Posts: 3360 | Registered: Friday, June 25 2004 07:00
The one calculator in General
Master
Member # 4614
Profile Homepage #64
quote:
Originally written by Eldibs:

I remember it being something like 3 billion places
Pi itself has been calculated to over 1 trillion places.

--------------------
-ben4808

For those who love to spam:
CSM Forums
RIFQ
Posts: 3360 | Registered: Friday, June 25 2004 07:00
Boeing 787 in General
Master
Member # 4614
Profile Homepage #5
Hmmm, I looks quite different with those curved wings. Does curves wings give an aerodynamic advantage or something?

--------------------
-ben4808

For those who love to spam:
CSM Forums
RIFQ
Posts: 3360 | Registered: Friday, June 25 2004 07:00
Forum 13 in Richard White Games
Master
Member # 4614
Profile Homepage #32
quote:
Originally written by Lydia Pinkham's Vegetable Compound:

quote:
(1) Why is it a popular opinion among the community members that Linda should be fired and replaced with a juicer?
She once banned someone for posting a dictionary definition. There's a story behind this, but it's been told many times before.


But I haven't heard it. But banned for posting a dictionary definition? O_o

quote:
(2) What is the "lagot incident"?
Scorpius and TM (two members of this forum community) conspired to make a banner calling ADOS (another member) a "lagot" and put it in the forum header of Misc. The administration was distinctly unamused.


I have heard of this one. I did not know, however, that non-administrators were capable of changing forum headers.

quote:
(3) What logic exists behind my custom title?
Your title, like so many others, is a Marathon level.


I wonder if it had something to do with your love for GC. :P

It was probably just another level, though.

quote:
(4) How did Alo get to be such a good shot with a rifle?
Practice, practice, practice.


Didn't skribbane help out quite a bit?



[ Saturday, September 10, 2005 13:43: Message edited by: Benny Boy ]

--------------------
-ben4808
Posts: 3360 | Registered: Friday, June 25 2004 07:00
It's a Party! You're invited! in General
Master
Member # 4614
Profile Homepage #8
*records a couple more views*

Well, well. I've visited your site a little, but not that much. But I see it's been useful to some people.

I suppose NT 5.1 = XP.

--------------------
-ben4808

For those who love to spam:
CSM Forums
RIFQ
Posts: 3360 | Registered: Friday, June 25 2004 07:00
Radiant where are you? in SubTerra
Master
Member # 4614
Profile Homepage #3
Spidweb = Jeff, Mariann, Linda, or whoever official Spiderweb personnel decides to use it.

Usually, Jeff only posts in the announcements and stuff and rarely posts at all even then.

--------------------
-ben4808
Posts: 3360 | Registered: Friday, June 25 2004 07:00
Is it still a crime if... in General
Master
Member # 4614
Profile Homepage #42
I'll bet putting such a database online via a remote host would cost big bucks. Otherwise you guys could try out benBB, a forum software I'm creating. :P

--------------------
-ben4808

For those who love to spam:
CSM Forums
RIFQ
Posts: 3360 | Registered: Friday, June 25 2004 07:00

Pages