Jump to content

Hello, Hi, Hey: I'm $$$ richh


Recommended Posts

  • Replies 493.9k
  • Created
  • Last Reply

Top Posters In This Topic

  • Starman

    60032

  • Kinumi

    38629

  • Lance Masayoshi

    26279

  • Soledai

    25884

Hmmmm.

Try this in the console (Ctrl+Shift+J on Chrome, Right Click -> Inspect Element -> Console tab on Firefox):

var opts = JSON.parse(localStorage.getItem('MakazeScriptOptions'));

delete opts.ipb_member_nicknames;

localStorage.setItem('MakazeScriptOptions', JSON.stringify(opts));
Then refresh. All of your nicks should be cleared.

Fixed.

Link to comment
Share on other sites

what is SFblog?

heard of it, dont know about it

The furthest my knowledge goes is that long ago back when SF had subtitles instead of tags, in Integrity's blog topics he would make the subtitle "hello sf blog" and then people started to imitate that and I'm the only one he won't be disappointed in for stealing it (although I'm sure it isn't only me~)

The feeling has been around all day and I can't think of what would cause it.

Which is more bothersome than the pain itself!

OH NO

DOUBLE PAIN D=

Well sf blog says both of those should really really go away soon

I say so too

I also say good night

Link to comment
Share on other sites

The feeling has been around all day and I can't think of what would cause it.

Which is more bothersome than the pain itself!

Hm I also had a chest pain a few days ago.

Although not sure how bad yours is.

Link to comment
Share on other sites

Hm I also had a chest pain a few days ago.

Although not sure how bad yours is.

It's a minor inconvenience.

OH NO

DOUBLE PAIN D=

Well sf blog says both of those should really really go away soon

I say so too

I also say good night

POOR ME

Thanks though

good night

Link to comment
Share on other sites

Sol, did you see my Clock Tower progress that I posted yesterday morning?

o: I didn't, I'll take a look in a few!

Now I saw it.

I'll give my actual response in the thread.

Edited by Soledai
Link to comment
Share on other sites

Oh man now I'm reminded on why I hated programming when I first tried it. My book didn't seem to make sense. To those who know python why would this command be wrong

help 'keywords'

I get an invalid syntax error everytime.

>>> help('keywords')

this is the code from the book.

Link to comment
Share on other sites

Oh man now I'm reminded on why I hated programming when I first tried it. My book didn't seem to make sense. To those who know python why would this command be wrong

help 'keywords'
I get an invalid syntax error everytime.

>>> help('keywords')

this is the code from the book.

Because you forgot the parentheses. The keywords have to be put in parentheses to be passed (or 'input into') to the help function.

With parens:

>>> help('keywords')

Here is a list of the Python keywords.  Enter any keyword to get more help.

and                 elif                if                  print
as                  else                import              raise
assert              except              in                  return
break               exec                is                  try
class               finally             lambda              while
continue            for                 not                 with
def                 from                or                  yield
del                 global              pass                

>>>
Without:

>>> help 'keywords'
  File "<stdin>", line 1
    help 'keywords'
                  ^
SyntaxError: invalid syntax
>>> 
Edited by Makaze
Link to comment
Share on other sites

today in class we had to propose a question about the elections and stuff.

One person in my group suggested this. "Why is it important that we vote for our leaders"?

>me explaining to her why it's important

her response:well why can't we just let the government decide that?

me: >>>>>>>>>_>>>>>>>>>>>>>>>

Edited by Junk
Link to comment
Share on other sites

today in class we had to propose a question about the elections and stuff.

One person in my group suggested this. "Why is it important that we vote for our leaders"?

>me explaining to her why it's important

her response:well why can't we just let the government decide that?

me: >>>>>>>>>_>>>>>>>>>>>>>>>

Irony: The government already does decide it to a large degree.

Link to comment
Share on other sites

today in class we had to propose a question about the elections and stuff.

One person in my group suggested this. "Why is it important that we vote for our leaders"?

>me explaining to her why it's important

her response:well why can't we just let the government decide that?

me: >>>>>>>>>_>>>>>>>>>>>>>>>

She should move to a ditatorship to know better
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...