Thought or Rant of the day!!!

General chitchat, advertisements for other services, and other non-Cantr-related topics

Moderators: Public Relations Department, Players Department

User avatar
Dudel
Posts: 3302
Joined: Wed Oct 01, 2008 5:21 am

Postby Dudel » Fri Dec 05, 2008 8:58 pm

*Wiro wrote:I bought Animal Crossing: Lets Go To The City (Animal Crossing: City Folk - They always make European titles sound stupid :() today.


Well its the same game, its name dosn't matter.

*Wiro wrote:And I was wonder... about something. So, a question.
What's the largest bit of text you've ever typed in Cantr?

Let's say... Lines. I think for me it's 15 or so.


I think mine was maybe 8.
mikki
Posts: 3609
Joined: Tue Oct 26, 2004 7:38 pm
Location: don't you wish you knew
Contact:

Postby mikki » Fri Dec 05, 2008 10:30 pm

Oh I dont know.. But I would have to say that longest post I have written in cantr had to be atleast a screen full.. but that was from my first account.. and maybe half of a page on this account..
User avatar
Hustler0ne
Posts: 56
Joined: Thu Dec 04, 2008 2:30 am
Location: The cheese state

Postby Hustler0ne » Sat Dec 06, 2008 1:03 am

My boss shits himself, and I have to smell it all day... god damnit :x
User avatar
SekoETC
Posts: 15526
Joined: Wed May 05, 2004 11:07 am
Location: Finland
Contact:

Postby SekoETC » Sat Dec 06, 2008 1:37 am

When I have to write long things in Cantr, I tend to break them into readable chunks. Sometimes I end up writing long blocks of text but I never count the lines.
Not-so-sad panda
User avatar
Dudel
Posts: 3302
Joined: Wed Oct 01, 2008 5:21 am

Postby Dudel » Sat Dec 06, 2008 1:37 am

Hustler0ne wrote:My boss shits himself, and I have to smell it all day... god damnit :x


Waaaat? :lol:
User avatar
Hustler0ne
Posts: 56
Joined: Thu Dec 04, 2008 2:30 am
Location: The cheese state

Postby Hustler0ne » Sat Dec 06, 2008 1:41 am

Dudel wrote:
Hustler0ne wrote:My boss shits himself, and I have to smell it all day... god damnit :x


Waaaat? :lol:



Yea, he's a gay(literally) old man who's had cancer 3 times and takes 30 pills a day.
He shits himself and he smells like a rotting corpse. I would have quit along time ago but $12.50 a hour is more than I'll ever make until I graduate and get into the union.
User avatar
Rebma
Posts: 2899
Joined: Tue Aug 12, 2008 6:47 am
Location: Kitchener, ON

Postby Rebma » Sun Dec 07, 2008 4:03 am

I've come to the conclusion I may kill my father. Seriously. SOME of you know what I am talking about.

*punches the coffee table a few times*

I miss my Muma.

((mother for those of you confused..ie Dudel :P)
kronos wrote:like a nice trim is totally fine. short, neat. I don't want to be fighting through the forests of fangorn and expecting treebeard to come and show me the way in
User avatar
Dudel
Posts: 3302
Joined: Wed Oct 01, 2008 5:21 am

Postby Dudel » Sun Dec 07, 2008 4:25 am

Rebma19 wrote:I've come to the conclusion I may kill my father. Seriously. SOME of you know what I am talking about.


My father isn't the best person on the planet eithor. Well thats being nice but just say what I say: If it wern't for my father I wouldn't exsist and thats all I do!

Rebma19 wrote:*punches the coffee table a few times*

I miss my Muma.

((mother for those of you confused..ie Dudel :P)


No need to be angry and smash a coffe table into bits. And no need to call Dudel out like that. What did I do.

Oh guess what I followed you into all three posts just didn't post in the other two.

*scratchs chin* Whom is stalking whom?
User avatar
Rebma
Posts: 2899
Joined: Tue Aug 12, 2008 6:47 am
Location: Kitchener, ON

Postby Rebma » Sun Dec 07, 2008 4:28 am

*gasps* Dudel that was sneaky.


And btw love my father too, he just bugs me...And sorry for calling you out, just thought I'd solve one issue before it started. One less post. lol.
kronos wrote:like a nice trim is totally fine. short, neat. I don't want to be fighting through the forests of fangorn and expecting treebeard to come and show me the way in
User avatar
Dudel
Posts: 3302
Joined: Wed Oct 01, 2008 5:21 am

Postby Dudel » Sun Dec 07, 2008 4:33 am

Good on ya for loving your father cause I don't love mine. I'm just glad he um... well I'm alive and that only happend one way!

_______
Oh sneaky sneaky... *hides behind a wall* Oh... you no see me now. Dudel disapero! POOF! Oh wait... *poof*



Rant: BLAH! I CAN'T BELIVE ITS ONLY 11:10! My clock may be off a bit but still!
sluissa
Posts: 6
Joined: Mon Dec 01, 2008 3:00 pm

Postby sluissa » Sun Dec 07, 2008 5:07 am

Someone named Darci wants me to post more, so here it is.

I too sometimes get aggrivated with my father(and the rest of the family) I still love most of em though.
User avatar
Dudel
Posts: 3302
Joined: Wed Oct 01, 2008 5:21 am

Postby Dudel » Sun Dec 07, 2008 5:40 am

sluissa wrote:Someone named Darci wants me to post more, so here it is.

I too sometimes get aggrivated with my father(and the rest of the family) I still love most of em though.



OBLIGATED!

Its all good sluissa, its all good.
User avatar
joo
Posts: 5021
Joined: Fri Jun 17, 2005 2:26 pm
Location: London, UK

Postby joo » Sun Dec 07, 2008 5:55 am

Code: Select all

on new me
  return(me)
end

on kill me
end

on make me, data
  -- returns a gui object for the given xml document string
  -- parses the document tree using recursive calls of the
  -- traverse() function
 
  -- initialise and verify all required objects 
  if not stringP(data) then me.die(#error_xml_not_string)
 
  xml = xtra("xmlParser").new()
  if not objectP(xml) then me.die(#error_xtra_not_init)
 
  xml.parseString(data)
  if not voidP(xml.getError()) then me.die(#error_parsing, xml.getError())
 
  -- begin the process of traversing the document tree
  o = me.traverse(xml.child[1])
  return(o)
end

on traverse me, node
  -- returns a gui object for the given xml node and fills it
  -- with objects for all child nodes
 
  o = script("gui_" & node.name).new()
 
  attributes = [:]
  repeat with a = 1 to node.attributeName.count
    node.setProp(symbol(node.attributeName[a]), node.attributeValue[a])
  end repeat
end

on die me, err, data
  -- invoked from within the object if an error is detected
  -- reports the error to the user and gives them the option
  -- to continue or quit the application
 
  case err of
    #error_xml_not_string: a = "The XML data provided was not a valid string."
    #error_xtra_not_init: a = "The XML Parser Library could not be initialised."
    #error_parsing: a = "The XML Parser object returned the following error:" & RETURN & data
    otherwise:
      a = "Unrecognised error symbol:" && err
      if not voidP(data) then a = a && "with error data:" && data
      a = a & "."
  end case
 
  mui = xtra("mui").new()
  alertList = [:]
  alertList[#buttons] = #YesNo
  alertList[#default] = 0
  alertList[#title] = "GUI Agent Error"
  alertList[#message] = a & RETURN & RETURN & "Continue?"
  alertList[#icon] = #error
  alertList[#movable] = 1
  res = mui.alert(alertList)
  alertList = VOID
 
  if res <> 1 then _movie.halt()
end

Bitches don't know about my programmers's block.
User avatar
*Wiro
Posts: 5855
Joined: Mon Sep 29, 2008 1:24 pm

Postby *Wiro » Sun Dec 07, 2008 11:39 am

w00t! Government wants us to tell them what kind of pubic hair we have and when we (everyone younger than 19 years old) had sex for the very first time. Apparently this is useful for doctors and hospitals and stuff.

OH YAY. Slipping away in my emo mood again. I hate myself. OH AND THE INTERNET IS DEAD! :O Must be because everyone is playing Animal Crossing on the Wii... :O!!! ya.. or cutting themself.

Bah.
User avatar
Rebma
Posts: 2899
Joined: Tue Aug 12, 2008 6:47 am
Location: Kitchener, ON

Postby Rebma » Sun Dec 07, 2008 6:07 pm

@ Sluissa- I win. :D
kronos wrote:like a nice trim is totally fine. short, neat. I don't want to be fighting through the forests of fangorn and expecting treebeard to come and show me the way in

Return to “Non-Cantr-Related Discussion”

Who is online

Users browsing this forum: No registered users and 1 guest