Results 1 to 14 of 14

Thread: Bored

  1. #1

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Bored

    If anyone needs some classes written I'm your guy.

    I've just finished a big project and need to keep my self busy.

    Not Databases though sorry

    VB.net / C#
    I don't live here any more.

  2. #2
    Lively Member
    Join Date
    Apr 2004
    Posts
    95
    What do you take us for man, a bunch of slackers?

    Actually, I'm surprised all those CS kids haven't asked you for help yet.

    Do you realize what would happen if they handed in their code in your style? They'd get kicked out of school.

    You wouldn't want that to happen now would you? Think McFly, think.

  3. #3
    Frenzied Member Memnoch1207's Avatar
    Join Date
    Feb 2002
    Location
    DUH, Guess...Hint: It's really hot!
    Posts
    1,861
    I would like you to write a class that will do the following.

    1) Do my work for me so I can sleep in.
    2) Increase my bank account amount, based on the amount I pass to the classes constructor.
    3) Make my wife quit nagging me.
    4) Make Demi Moore return my calls.
    5) Make me win the lottery.

    And I would like you to have it done yesterday.
    Being educated does not make you intelligent.

    Need a weekend getaway??? Come Visit

  4. #4
    Registered User
    Join Date
    Jul 2001
    Posts
    283
    id3v2 reader/writer
    and/or mp3 decoder (player) without mci

    good luck...

  5. #5
    Lively Member
    Join Date
    Apr 2004
    Posts
    95
    Originally posted by marvinklein
    id3v2 reader/writer
    and/or mp3 decoder (player) without mci

    good luck...

    Dude, from a professional programmer's standpoint (and I'm not one), you're giving the man some f***ing busywork.

    At least ask him to make something that hasn't been done before. The guy that posted before you was just a tad bit more creative, man.

  6. #6
    Member
    Join Date
    Apr 2004
    Posts
    39
    Hi

    I need example code on how to write my own Collection class with an Add method that allows me to specify a key. The following is a cut 'n paste from MSDN:


    ' Restricts to Widget types, items that can be added to the collection.
    Public Sub Add(ByVal awidget As Widget)
    ' Invokes Add method of the List object to add a widget.
    List.Add(aWidget)
    End Sub



    Now, I would like to expand this method to include another argument that represents the key so that when I add objects to my collection, I can use a statement like this:

    myCollection.Add(aWidget, key)


    Thanks

  7. #7

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682
    Originally posted by Kt3
    What do you take us for man, a bunch of slackers?

    Actually, I'm surprised all those CS kids haven't asked you for help yet.

    Do you realize what would happen if they handed in their code in your style? They'd get kicked out of school.

    You wouldn't want that to happen now would you? Think McFly, think.


    Nobody calls me... chicken!

    I'll look into the id3v2 thing but it sounds more like a full prog project to me

    tina: What kind of collection class do you want to write? How would it functionally differ from the existing collections?

    I've also been given the idea for an encryption / verification class for TripleDes. I'll be posting it up open source on VBF soon.
    I don't live here any more.

  8. #8

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682
    Hmm, the id3v2 thing seems like a hackers dream to me.

    How better to transmit a trojan or virus than in a audio file downloaded by thousands of people potentially?

    I think I'll leave that one alone
    I don't live here any more.

  9. #9
    Lively Member
    Join Date
    Apr 2004
    Posts
    95
    Not entirely sure but I think Tina's class would support collecting objects by simply using an Add method, and specifying the object to add and the key to store it with. Sounds like a hashtable. Except it can store objects. Which can't a hashtable do that anyways?

    And the first half of her post was describing a custom ArrayList. More busywork, damnit. If you got another tool that can do the job why waste your time.

    I dunno, I'm tired. Sorry if my post is kind of rude.
    Last edited by Kt3; Apr 25th, 2004 at 10:30 AM.

  10. #10
    Lively Member mindloop's Avatar
    Join Date
    Mar 2004
    Posts
    64
    hello there, wossname
    Look, i just wanted to say that dudes like you keep the world changing:
    i was a dude like you and changed when i got my hands on a new program:
    my new program included getting out with friends, jocking around, having fun, stuff like this - cool program, seriously.
    i called my new program 'get a life - part 1' .
    i was just fooling around, back to my routines now.
    ehmm...

  11. #11

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682
    Originally posted by mindloop
    my new program included getting out with friends, jocking around, having fun, stuff like this - cool program, seriously.
    i called my new program 'get a life - part 1'
    Which you obviously upgraded with 'Get a life: Service Pack 1 - How to be a ******'.
    I don't live here any more.

  12. #12
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    Man watch what you say to wossname, that guy walks on water.

  13. #13

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682
    Ouch.
    I don't live here any more.

  14. #14
    Lively Member
    Join Date
    Apr 2004
    Posts
    95
    Originally posted by wossname
    Which you obviously upgraded with 'Get a life: Service Pack 1 - How to be a ******'.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width