Forum: Coder's Corner Lounge
Jan 8th, 2008, 6:13 PM
|
|
Replies: 12
Views: 305
Re: Complex SQL Question Question
I am far from being a database guru by any means, but keep in mind you are looking at only one very small facet of an entire application. I am happy to say that this is really the only query that has...
|
Forum: Coder's Corner Lounge
Jan 8th, 2008, 1:24 PM
|
|
Replies: 18
Views: 897
Re: Software Engineering – Most Overrated Career?
This doesn't seem so much as a limitation in the field so much as a limitation on your ambition. Learning new technologies is half the fun of the battle.
I wouldn't choose any other career.. except...
|
Forum: Coder's Corner Lounge
Jan 8th, 2008, 1:20 PM
|
|
Replies: 12
Views: 305
|
Forum: Coder's Corner Lounge
Jan 8th, 2008, 11:52 AM
|
|
Replies: 12
Views: 305
Re: Complex SQL Question Question
This won't work because there are multiple health records per cat, the WHERE clause would always return true, returning multiple records for each cat.
I should add that even when using multiple...
|
Forum: Coder's Corner Lounge
Jan 4th, 2008, 1:09 PM
|
|
Replies: 12
Views: 305
Re: Complex SQL Question Question
Ok, so officially this is what solved my problem, and despite the number of inner queries, it runs much much faster...
SELECT DISTINCT cat_id, cat_name, cst_status, cat_birthday, cat_intake_date,...
|
Forum: Coder's Corner Lounge
Jan 3rd, 2008, 11:56 PM
|
|
Replies: 12
Views: 305
Re: Complex SQL Question Question
I always thought that LEFT OUTER JOIN required matching records in both tables, now that I know it does not, it should actually work very well. Thanks.
|
Forum: Coder's Corner Lounge
Jan 3rd, 2008, 3:34 PM
|
|
Replies: 12
Views: 305
Complex SQL Question Question
Hey guys; Trying to optimize some code that I wrote to not kill our DB server, I was hoping someone could give me some insightful feedback, as googling this isn't very easy.
Basically I have some...
|
Forum: C#
Nov 28th, 2007, 8:56 PM
|
|
Replies: 5
Views: 301
Re: TCP Server Design
IR: in retrospect, I will have very few working threads as most client server connectivity will be very minor "check for updates" kind of events. However a couple of clients will be sending large...
|
Forum: C#
Nov 28th, 2007, 8:54 PM
|
|
Replies: 5
Views: 301
Re: TCP Server Design
If you are using BeginReceive, then you are using asynchronous sockets. I prefer to stick with synchronous sockets.
|
Forum: C#
Nov 28th, 2007, 7:45 AM
|
|
Replies: 5
Views: 301
TCP Server Design
I am working on a project which uses a client/server model. The client will connect with the server using a TCP/IP connection (though I have considered using UDP/IP).
For server design though there...
|
Forum: Coder's Corner Lounge
Nov 15th, 2007, 4:46 PM
|
|
Replies: 4
Views: 247
Don't read this post
Don't worry about this post.. someone had the nerve to spam me, and leave their real email address in a place that was easy to get.. so I am returning the favour
<address removed>
I think he also...
|
Forum: Coder's Corner Lounge
May 15th, 2007, 8:47 AM
|
|
Replies: 3
Views: 113
Windows Vista Wifi
So I seem to have a problem where one day I will connect to an AP here at work with Windows Vista and it work fine, and than a week or so later I will connect with the AP, and my client wil send...
|
Forum: JavaScript and Client-Side Browser Scripting
May 7th, 2007, 1:47 PM
|
|
Replies: 4
Views: 249
|
Forum: C#
May 7th, 2007, 1:45 PM
|
|
Replies: 8
Views: 214
|
Forum: Coder's Corner Lounge
May 7th, 2007, 1:43 PM
|
|
Replies: 9
Views: 194
Where do you live? Uk? I wish we had a student...
Where do you live? Uk? I wish we had a student loans program like that, they wouldn't give me enough funds to complete school and I am still expected to pay it all back, it doesn't matter how much or...
|
Forum: Other Programming Languages
May 7th, 2007, 1:40 PM
|
|
Replies: 7
Views: 246
|
Forum: Other Programming Languages
May 6th, 2007, 10:59 PM
|
|
Replies: 7
Views: 246
|
Forum: Coder's Corner Lounge
May 6th, 2007, 10:59 PM
|
|
Replies: 19
Views: 600
No offence, but I don't think you have the...
No offence, but I don't think you have the interest to take your through computer science, and even if you graduated and managed to find and keep a job, your progress in the field will likely be...
|
Forum: Community Introductions
May 6th, 2007, 10:56 PM
|
|
Replies: 6
Views: 217
|
Forum: Community Announcements and Feedback
May 2nd, 2007, 9:21 PM
|
|
Replies: 27
Views: 558
|
Forum: Community Announcements and Feedback
May 2nd, 2007, 9:21 PM
|
|
Replies: 27
Views: 558
|
Forum: Java
Apr 23rd, 2007, 3:49 PM
|
|
Replies: 15
Views: 310
|
Forum: Coder's Corner Lounge
Apr 23rd, 2007, 3:49 PM
|
|
Replies: 1
Views: 111
|
Forum: Software Design and Algorithms
Apr 8th, 2007, 10:43 PM
|
|
Replies: 10
Views: 308
|
Forum: Coder's Corner Lounge
Apr 8th, 2007, 2:07 PM
|
|
Replies: 21
Views: 421
IR: I found a lot of my univeristy professors...
IR: I found a lot of my univeristy professors took the same approach with memory constraints, even the programming competitions we attended tended to require code which compiled and executed within...
|
Forum: C++
Apr 8th, 2007, 11:50 AM
|
|
Replies: 7
Views: 200
|
Forum: C#
Apr 7th, 2007, 5:17 PM
|
|
Replies: 1
Views: 129
You know I think the solution to this was a...
You know I think the solution to this was a little bit easier then I originally anticipated...
When the packet goes across the stream it has to be a byte stream, this is the only way the...
|
Forum: C#
Apr 7th, 2007, 5:00 PM
|
|
Replies: 1
Views: 129
Binary Serialization vs. Byte Streams
Remeber back in C++ when to send a packet from one end point to another you create some structure for your packet headers and data, casted it into a bytstream sent it and then interpreted it again on...
|
Forum: Coder's Corner Lounge
Apr 7th, 2007, 4:30 PM
|
|
Replies: 21
Views: 421
Sometimes it is cheaper to buy more memory and...
Sometimes it is cheaper to buy more memory and hard drive space than it is to make a program more efficient. I have worked with companies in the past who have given me that as an aswer to some of the...
|
Forum: ASP.NET
Apr 7th, 2007, 3:18 PM
|
|
Replies: 2
Views: 124
|
Forum: PHP
Apr 7th, 2007, 3:15 PM
|
|
Replies: 5
Views: 198
|
Forum: C++
Apr 7th, 2007, 3:14 PM
|
|
Replies: 3
Views: 145
I think you are taking the wrong approach to...
I think you are taking the wrong approach to this... writing the data to a file and having that file stream back to the audio player. You might manage to make it work, but at the cost of processing...
|
Forum: Coder's Corner Lounge
Apr 7th, 2007, 3:09 PM
|
|
Replies: 21
Views: 368
Agreed... Windows XP might be expensive, but...
Agreed... Windows XP might be expensive, but there are moral issues with using pirated copies of Windows. There are a lot of open source alternatives which work very well, Linux namely, and Fedora...
|
Forum: C#
Apr 7th, 2007, 3:02 PM
|
|
Replies: 3
Views: 179
|
Forum: C
Apr 5th, 2007, 3:35 PM
|
|
Replies: 9
Views: 363
|
Forum: C#
Apr 5th, 2007, 3:33 PM
|
|
Replies: 7
Views: 205
If you are dealing with constantly growing...
If you are dealing with constantly growing number, and they likely won't trim off within any reasonable period of time, you might consider a database system, or even an embedded database solution....
|
Forum: Coder's Corner Lounge
Apr 5th, 2007, 3:32 PM
|
|
Replies: 18
Views: 388
|
Forum: Coder's Corner Lounge
Apr 5th, 2007, 3:31 PM
|
|
Replies: 33
Views: 618
I can't stand manual shavors, by hair is too...
I can't stand manual shavors, by hair is too fine, I use a Barun Sycnropro shavor (electric) with the auto cleaning function, expensive, but I swear by this thing. No irritation or anything.
|
Forum: Coder's Corner Lounge
Apr 5th, 2007, 3:30 PM
|
|
Replies: 19
Views: 463
|
Forum: C++
Apr 4th, 2007, 1:04 PM
|
|
Replies: 5
Views: 164
|