|
-
Apr 24th, 2004, 11:30 AM
#1
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.
-
Apr 24th, 2004, 05:56 PM
#2
Lively Member
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.
-
Apr 24th, 2004, 07:26 PM
#3
Frenzied Member
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
-
Apr 24th, 2004, 07:35 PM
#4
Registered User
id3v2 reader/writer
and/or mp3 decoder (player) without mci
good luck...
-
Apr 25th, 2004, 12:08 AM
#5
Lively Member
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.
-
Apr 25th, 2004, 01:23 AM
#6
Member
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
-
Apr 25th, 2004, 07:02 AM
#7
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.
-
Apr 25th, 2004, 07:09 AM
#8
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.
-
Apr 25th, 2004, 10:27 AM
#9
Lively Member
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.
-
Apr 26th, 2004, 06:21 AM
#10
Lively Member
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.
-
Apr 26th, 2004, 06:35 AM
#11
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.
-
Apr 26th, 2004, 07:08 AM
#12
I wonder how many charact
Man watch what you say to wossname, that guy walks on water.
-
Apr 26th, 2004, 07:35 AM
#13
Ouch.
I don't live here any more.
-
Apr 26th, 2004, 01:41 PM
#14
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|