Author Topic: Curse you Mr. Sanderson, curses.  (Read 3277 times)

Andrew the Great

  • Level 19
  • *
  • Posts: 967
  • Fell Points: 0
  • If that never happened again, it would be too soon
    • View Profile
Re: Curse you Mr. Sanderson, curses.
« Reply #15 on: September 05, 2008, 01:14:54 AM »
I'm quoting parts of Miyabi's reply, but I don't know how to show that other than writing it here ???. Dang, I'm a n00b again.
In order to quote the way I did on this reply you click the "Quote" button in the top right portion of their post.  Then it's just a lot of copy pasting the 'quote' tags.  It's chill.  We were all new once. I'd classify you as a newb though, not a n00b; you're cool. ;)

Or, if you want to feel really special, you can write it as
Quote from:  (person's name)(close bracket, which I'm not doing so that this actually shows up as text.) Then type what you want, and at the end, do an [ /quote
without the space between the bracket and the slash.

 If you typed what I did above (except with a real close bracket), it would look like this:

Quote from: (person's name)
  Then type what you want, and at the end, do an

Just so you know. Anyway, welcome to the board. I don't really remember much of Elantris as I last read it about a year ago, so I'll let you people who do remember post.
« Last Edit: September 05, 2008, 01:21:40 AM by Andrew the Great »
Sign on wall: "We're doing everything we can to get you to the math lab and get you help."
Random girl: "That explains so much about the way my professors have been teaching..."

"Look! I can play Mary had a little lamb on my rape whistle!"

Executor of Chaos' Opinions in the Event of His Absence

Miyabi

  • Level 45
  • *
  • Posts: 3098
  • Fell Points: 1
  • Simple is the concept of love as eternity.
    • View Profile
Re: Curse you Mr. Sanderson, curses.
« Reply #16 on: September 05, 2008, 01:19:19 AM »
Or, if you want to feel really special, you can write it as
Quote from:  (person's name)(close bracket, which I'm not doing so that this actually shows up as text.) Then type what you want, and at the end,
[/quote
But then you don't have a timestamp or a link, which can be useful if you quote from another thread or quote something from a few pages back if someone wants to see the original discussion on the topic. xD ;)
オレは長超猿庁じゃ〜。

Czanos

  • Level 7
  • ****
  • Posts: 248
  • Fell Points: 0
    • View Profile
Re: Curse you Mr. Sanderson, curses.
« Reply #17 on: September 05, 2008, 03:30:35 AM »
Personally I go Miyabi's route, but for the really technical, the syntax is . . .

Code: [Select]
[quote (author={author's name}) (link=(topic={topic number}.msg{message number}#msg{message number}
     date={day part of date in unknown medium?}{Time part of day in unkown medium?}]

At the moment, the inner workings of the
Code: [Select]
date= are beyond me.
I came because I heard stories, tales of a lengendary man.
A man who was known as the Lord of the Mists, a man they named Survivor.
A man called Hope.

Miyabi

  • Level 45
  • *
  • Posts: 3098
  • Fell Points: 1
  • Simple is the concept of love as eternity.
    • View Profile
Re: Curse you Mr. Sanderson, curses.
« Reply #18 on: September 05, 2008, 03:40:45 AM »
That's because you are looking at script which someone else wrote and you don't know the definitions of the variables.
オレは長超猿庁じゃ〜。

VegasDev

  • Level 10
  • *
  • Posts: 395
  • Fell Points: 1
    • View Profile
Re: Curse you Mr. Sanderson, curses.
« Reply #19 on: September 05, 2008, 05:47:26 AM »
That's because you are looking at script which someone else wrote and you don't know the definitions of the variables.

Actually, I believe it's epoch.

Edit: This one might work.
« Last Edit: September 05, 2008, 05:51:12 AM by VegasDev »
Now you've got all the ones with beards on one side and all the
moustaches on the other.

Miyabi

  • Level 45
  • *
  • Posts: 3098
  • Fell Points: 1
  • Simple is the concept of love as eternity.
    • View Profile
Re: Curse you Mr. Sanderson, curses.
« Reply #20 on: September 05, 2008, 06:16:41 AM »
That's because you are looking at script which someone else wrote and you don't know the definitions of the variables.

Actually, I believe it's epoch.

Edit: This one might work.
Yes, but in any case it was written by someone else and he doesn't know the definition of the variables. ;)

Epoch = a time manager used for programming within a unix based system.

So it is a program and {day part of date in unknown medium?}{Time part of day in unkown medium?} only makes sense if you know the workings of the program.
オレは長超猿庁じゃ〜。

VegasDev

  • Level 10
  • *
  • Posts: 395
  • Fell Points: 1
    • View Profile
Re: Curse you Mr. Sanderson, curses.
« Reply #21 on: September 05, 2008, 06:22:54 AM »
That's because you are looking at script which someone else wrote and you don't know the definitions of the variables.

Actually, I believe it's epoch.

Edit: This one might work.
Yes, but in any case it was written by someone else and he doesn't know the definition of the variables. ;)

Epoch = a time manager used for programming within a unix based system.

So it is a program and {day part of date in unknown medium?}{Time part of day in unkown medium?} only makes sense if you know the workings of the program.


No, it's the number seconds from origination date (epoch) or in this case Jan 1 1970.

Edit: The quickest way to figure it out is to take the number (yours shows 1220582445) divide it by 86400 (number of seconds in a day) take that and divide by 365 (number days in a year) and it gives you a close approximation. This doesn't take into account the extra days (about 9 since there is an extra Feb 29th 97 out of 400 years (Approx every 4 years)) so you can get close.

Edit2: Sorry, I spend too much time conversing with other programmers.
« Last Edit: September 05, 2008, 07:04:46 AM by VegasDev »
Now you've got all the ones with beards on one side and all the
moustaches on the other.

Miyabi

  • Level 45
  • *
  • Posts: 3098
  • Fell Points: 1
  • Simple is the concept of love as eternity.
    • View Profile
Re: Curse you Mr. Sanderson, curses.
« Reply #22 on: September 05, 2008, 07:15:45 AM »
That's because you are looking at script which someone else wrote and you don't know the definitions of the variables.

Actually, I believe it's epoch.

Edit: This one might work.
Yes, but in any case it was written by someone else and he doesn't know the definition of the variables. ;)

Epoch = a time manager used for programming within a unix based system.

So it is a program and {day part of date in unknown medium?}{Time part of day in unkown medium?} only makes sense if you know the workings of the program.


No, it's the number seconds from origination date (epoch) or in this case Jan 1 1970.

Edit: The quickest way to figure it out is to take the number (yours shows 1220582445) divide it by 86400 (number of seconds in a day) take that and divide by 365 (number days in a year) and it gives you a close approximation. This doesn't take into account the extra days (about 9 since there is an extra Feb 29th 97 out of 400 years (Approx every 4 years)) so you can get close.

Edit2: Sorry, I spend too much time conversing with other programmers.
I'm not talking about the numbers.  I'm talking about the words in between the {day part of day}  That looks like code to me not a number.
オレは長超猿庁じゃ〜。

VegasDev

  • Level 10
  • *
  • Posts: 395
  • Fell Points: 1
    • View Profile
Re: Curse you Mr. Sanderson, curses.
« Reply #23 on: September 05, 2008, 07:40:41 AM »
Happy Birthday VegasDev

Thanks, how did you know?

I have this strange feeling that an ashmount may erupt somewhere in the northwest tomorrow...

I shouldn't have dug this up, but you were totally right.
« Last Edit: September 05, 2008, 07:59:48 AM by VegasDev »
Now you've got all the ones with beards on one side and all the
moustaches on the other.

Czanos

  • Level 7
  • ****
  • Posts: 248
  • Fell Points: 0
    • View Profile
Re: Curse you Mr. Sanderson, curses.
« Reply #24 on: September 05, 2008, 12:42:39 PM »

Guys! I think something is omiescently warping reality! The posts on this forum are changing. I know you guys'll think it's not possible, but look for yourself! Stop using your metalminds!

Maybe Coma was on to something . . .

I came because I heard stories, tales of a lengendary man.
A man who was known as the Lord of the Mists, a man they named Survivor.
A man called Hope.

Miyabi

  • Level 45
  • *
  • Posts: 3098
  • Fell Points: 1
  • Simple is the concept of love as eternity.
    • View Profile
Re: Curse you Mr. Sanderson, curses.
« Reply #25 on: September 05, 2008, 02:01:04 PM »
Happy Birthday VegasDev

Thanks, how did you know?

I have this strange feeling that an ashmount may erupt somewhere in the northwest tomorrow...

I shouldn't have dug this up, but you were totally right.
Ha ha ha.
オレは長超猿庁じゃ〜。