Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Lead

Pages: 1 2 3 [4] 5 6 ... 34
46
[x86] Announcements / Re: A new member! Yeah!
« on: October 12, 2009, 06:46:23 am »
Welcome to the brotherhood. Cookies to the left.

47
Lead's House of Shenanigans / Ni Hao: A Gold Farmers Story
« on: October 07, 2009, 06:55:23 pm »
http://www.youtube.com/watch?v=0dkkf5NEIo0

It's old, but pretty lols, and according to Quik I'm a goldfarmer so.... enjoy.

48
General Programming / Re: Couple question regarding .net
« on: October 07, 2009, 01:47:15 pm »
Lol. Or maybe.. I was just using a bot to play around with the sockets :o

Dun dun dun

Lies and slander.

49
General Programming / Re: Couple question regarding .net
« on: October 05, 2009, 01:42:43 pm »
Refusing for the last couple years to learn how the .Net platform works, I've decided that I probably should knock this one off my shoulder. Actually, it wasn't until 3 days ago when my dad's friend asked if I could write him some new server software for his company... The software will be accepting / responding to many multiple active connections.

So I did some research and asking around and noticed a lot of people pointed me towards .Net. I would do it in C, but my experience level isn't quite there yet and I know if I did something like that with my level of experience, I would create clusters of memory leaks.

Knowing VB6, I thought it would probably be easiest to go to VB.Net. Therefore, I would be able to get the project done a lot faster.

So my questions are...

Would .Net be suitable for this project?
Is C# and VB equivalent in performance since they both compile down to the same CLR?

Damn your dad's friend wanted a BNetD clone?

http://forum.valhallalegends.com/index.php?topic=18082.0

50
General Programming / Re: .NET Sockets
« on: October 05, 2009, 06:52:26 am »
As long as using the TcpListener class doesn't hinder performance (nothing major), then it wouldn't be a problem.

The documentation's I've read create a new thread per connection... wouldn't that greatly decrease performance if say.. you have a 400 connections?

For example

Code: [Select]
    Public Sub InitNewClient(ByVal Socket As TcpClient, ByVal clientIPAddress As IPEndPoint)
        clientSocket = Socket
        clientIP = clientIPAddress

        printf("Incoming client " & clientIP.ToString.Split(":")(0), _SOCKET)


        Dim clientThread As Threading.Thread = New Threading.Thread(AddressOf ClientDataArrival)
        clientThread .Start()
    End Sub

The subroutine ClientDataArrival is obviously just a loop that constantly checks the stream.

If I'm not mistaken you can use an asynchronous callback for the DataArrival instead of a loop to check for data constantly. There you WILL take a performance hit if you use a loop like that.

Also Rob, message me on AIM when you have a chance. I have a patch I need to submit for BNCSUtil. (Lockdown)

51
General Programming / Re: Couple question regarding .net
« on: October 03, 2009, 05:40:18 pm »
.NET is great if you're wanting to develop windows applications.  If you want more breadth than that, then you'll obviously want to consider other platforms?

I'd recommend doing yourself a favor and ignoring your attraction to VB.  While, to my knowledge, VB.NET is everything but superficially equivalent to C#, learning C# syntax will bring you that much closer to being familiar with all of the other languages that smell like Java, which is a definite advantage.

Plus, VB is ugly and hard to read. :)

.NET is a great platform for network applications.

Your ugly and hard to read sometimes Sidawg :D

52
I'd like to join! / Re: joinAttempt++;
« on: September 30, 2009, 11:21:38 am »
You have my vote :)

53
Trash Can / Re: 0wnz0red
« on: September 27, 2009, 07:30:27 pm »
No, quit being lazy.

How about you quit being an asshole. That could work out too!

Thanks Blaze / Joe. (Even though Blaze's tl;dr version might be made up :P)

54
Entertainment District / Re: 0wnz0red
« on: September 26, 2009, 10:20:23 pm »
Can someone give me the tl;dr version?

55
Gaming / Microsoft / XBox 360: Gamertag Listing
« on: September 24, 2009, 11:39:00 am »
Starting an official list of all x86 members / posters who have a gamertag and play on Live!

Please either PM, IM or post your gamertag to me so I can add it to the list.

Lead
Gamertag: enetiX


rabbit
Gamertag: rabbitx86


Blaze
Gamertag: Maide GOONS


Newby
Gamertag: Newbyd


Camel
Gamertag: Camel7


warz
Gamertag: CHYEA BALLIN


MyndFyre
Gamertag: vL MyndFyre

56
Gaming / Re: Halo 3: ODST
« on: September 24, 2009, 11:30:19 am »
Getting it tonight. Add me on XBL Mynd... my gamertag is enetiX

57
General Discussion / Re: What are you up to?
« on: September 23, 2009, 06:55:09 am »
* Where are you living? (City/State/Province)
Cleveland, Ohio. I work in the hood :(

* What are you up to? (where are you going to school? working?)
Working at an engineering company called URS, doing tools development for on of their ECM systems. Going to school full time at nights and, being a "playa playa!!"

* What do you do for fun these days? (games/sports/etc)
Going out in general (not drinking). Since I was diagnosed with Crohns, I can't drink anymore, which really doesn't bother me but when you are always the DD it gets annoying. But Bowling, Putt-Putt, just hanging out in general.

* Are you dating/married?
Women?!??!?!? They exist?!??  ???

* Did you go anywhere cool in the past year or two?
I went to Windsor in Ontario to gamble and party before I knoew I had Crohns. It was a great time.
There was also a place we went to called Seneca Caverns here in Ohio, which is this big cave that goes way way way underground.
(http://www.senecacavernsohio.com/)

58
General Discussion / Re: Let's hear it!
« on: September 20, 2009, 08:46:30 pm »
I think that's pretty obvious: sex.
Wouldn't you rather find somebody you get along and can hang out with, and ALSO have sex with?

(Maybe that's a stupid question :P)


You can always try whoring yourself out on craigslist for some cheap love :P

59
JavaOp Support Archive / Re: JavaOp 2.1.2 To-Do List:
« on: September 16, 2009, 05:59:51 pm »
You planning on using a Warden BNLS server to handle requests? -- As far as I know implementation of 0x05 can't be done :(

Negative.

You can't directly read/write memory in Java, at least to my knowledge. I'm just curious if / how your going to support warden.

60
JavaOp Support Archive / Re: JavaOp 2.1.2 To-Do List:
« on: September 16, 2009, 03:54:19 am »
You planning on using a Warden BNLS server to handle requests? -- As far as I know implementation of 0x05 can't be done :(

Pages: 1 2 3 [4] 5 6 ... 34