Forum: C++
Aug 24th, 2008, 9:15 AM
|
|
Replies: 4
Views: 117
Re: What is a stream?
Definition: A stream is a body of water with a current, confined within a bed and stream-banks. (from wikipedia thank you)
|
Forum: Java
May 20th, 2008, 1:21 AM
|
|
Replies: 2
Views: 167
Re: Need Some Advice
Have you checked out MySQL's Website? That'll be the best place to get the information you need for the server part. Have you googled your idea: MySQL Connection in Java....???
Make a testing...
|
Forum: Coder's Corner Lounge
Apr 3rd, 2008, 6:47 PM
|
|
Replies: 13
Views: 442
|
Forum: C++
Apr 2nd, 2008, 6:39 PM
|
|
Replies: 8
Views: 482
Re: Detect a string of text in a running program.
I would make sure that you make a copy of the file before opening it and reading it. There are some programs that if they try to reopen an open file it will fail. Make sure you sure some kind of...
|
Forum: Coder's Corner Lounge
Mar 23rd, 2008, 5:29 AM
|
|
Replies: 1
Views: 142
Radio/Band Signal Receiver/Transmitter
So this is probably more to the Electrical Engineers and the Radio Buffs in our group. I'm looking for a type of hardware that can pick up radio waves and I don't mean just AM/FM signals, just any...
|
Forum: Other Web Development Languages
Feb 23rd, 2008, 1:35 AM
|
|
Replies: 2
Views: 231
Re: Forums - post is read
You could do it based on the last time they logged in. Then whenever they click a link use CSS to change it from a "Unread" style to a "read" style.
|
Forum: Coder's Corner Lounge
Feb 23rd, 2008, 1:34 AM
|
|
Replies: 38
Views: 1,196
Re: Mac Descrimination
Jabo, my work is set up to where if you are a whistle-blower you have protection. Guess where I work is better for employees being equal and being treated right
like Arla was saying. When you go to...
|
Forum: Coder's Corner Lounge
Feb 20th, 2008, 5:05 PM
|
|
Replies: 38
Views: 1,196
Re: Mac Descrimination
If you go into a job saying I'm going to do what I want, when I went (using your laptop) and resigning just because of it, you won't last that long, trust me. The reason for cracking down on code is...
|
Forum: Coder's Corner Lounge
Feb 20th, 2008, 9:10 AM
|
|
Replies: 38
Views: 1,196
Re: Mac Descrimination
I think you are taking it the wrong way. Why do you want to use your laptop at work? Is it more for fun or for work? If I were you I wouldn't be taking my laptop to work to do business on.
Like you I...
|
Forum: C++
Feb 20th, 2008, 2:35 AM
|
|
Replies: 3
Views: 196
Re: Mobile Development
Could you give us some more detail? Like are the source files on the Flash Drive? Is your Compiler on the Flash Drive? Do you want to compile files and have the Executable on the flash drive? What in...
|
Forum: C++
Feb 9th, 2008, 2:35 PM
|
|
Replies: 27
Views: 756
Re: Streaming Audio over network
Have you thought about making it so it has to have 5 items in the list before it's able to play? or something of that sort and when it plays an item it removes it, once the list is empty it puts it...
|
Forum: C++
Feb 9th, 2008, 1:32 PM
|
|
Replies: 27
Views: 756
|
Forum: C++
Feb 8th, 2008, 4:31 PM
|
|
Replies: 27
Views: 756
|
Forum: ASP.NET
Feb 8th, 2008, 9:09 AM
|
|
Replies: 4
Views: 362
Re: Saving document into database
If the file gets moved then you either make a program to move it that will also update the database or you update the database on your own.
|
Forum: ASP.NET
Feb 8th, 2008, 2:12 AM
|
|
Replies: 4
Views: 362
|
Forum: C++
Feb 7th, 2008, 9:03 PM
|
|
Replies: 27
Views: 756
Re: Streaming Audio over network
I didn't look at your code, but I'd suggest using UDP rather than TCP, as UDP does not wait on confirmation of successful packet and just sends and sends.
|
Forum: Visual Basic
Jan 20th, 2008, 6:25 PM
|
|
Replies: 4
Views: 371
|
Forum: Other Programming Languages
Jan 19th, 2008, 4:44 PM
|
|
Replies: 8
Views: 426
Re: Detect number of monitors
@dameon: Is there any way to just return the count of how many?
@Ancient Dragon: If you are a user in a network with a computer. There are far more ways than just pxexec for Admins to run on your...
|
Forum: Other Programming Languages
Jan 19th, 2008, 4:35 AM
|
|
Replies: 8
Views: 426
|
Forum: Other Programming Languages
Jan 18th, 2008, 8:01 PM
|
|
Replies: 8
Views: 426
Re: Detect number of monitors
I'm sorry. It's windows XP and the programming language will be vb.net/vbscript unless there is an easier way in another language.
|
Forum: Other Programming Languages
Jan 18th, 2008, 5:41 PM
|
|
Replies: 8
Views: 426
Detect number of monitors
I was wondering if anyone has an idea on how to detect the number of monitors that are attached to a remote system.
|
Forum: Coder's Corner Lounge
Jan 7th, 2008, 12:55 AM
|
|
Replies: 5
Views: 198
Website Untraceable?
So I just saw a commercial on tv for a new movie: Untraceable, about a website that when people go there it increasingly kills a person. What I wonder is can a website be truly untraceable?
I want...
|
Forum: C#
Jan 3rd, 2008, 12:51 AM
|
|
Replies: 13
Views: 464
Re: System.Net.Sockets Namespace Missing??
The Program and the framework binaries are connected through the IDE. If you mess something up in the IDE it wont properly connect to the Framework Binaries. So if a VS developer wanted to have some...
|
Forum: C#
Jan 1st, 2008, 9:29 PM
|
|
Replies: 13
Views: 464
|
Forum: Other Programming Languages
Dec 27th, 2007, 6:55 PM
|
|
Replies: 5
Views: 408
Re: Read a bit on the hard drive
I want to be able to have this:
Input:
StartReadSector
EndReadSector
For each sector between StartReadSector and EndReadSector
Display bit values of the sector, in a binary form. I want to be able to...
|
Forum: Visual Basic
Dec 26th, 2007, 9:34 PM
|
|
Replies: 5
Views: 298
Re: external .exe
I'm sorry, my understanding was that both programs were written in VB. System.Processes should deal with starting and stopping current processes. If you need I can look up a program i made that would...
|
Forum: Visual Basic
Dec 26th, 2007, 8:57 PM
|
|
Replies: 5
Views: 298
Re: external .exe
why don't you just use the code for the EXE in your own program?
look at system processes.
|
Forum: Other Programming Languages
Dec 26th, 2007, 7:28 PM
|
|
Replies: 5
Views: 408
Read a bit on the hard drive
What language would be the best language to read the hard drive bit by bit and then display it. for example I'd have a layout of the whole hard drive and then i could select a sector and it'd display...
|
Forum: Other Programming Languages
Dec 3rd, 2007, 7:54 AM
|
|
Replies: 0
Views: 279
Creating Windows Server 2003 GPO via Program
So I know that most GPOs are created through MMC or MS New Group Policy Management Console. I have a program that automatically adds users to a domain and was wanting to create a GPO for those users....
|
Forum: C#
Nov 26th, 2007, 2:13 PM
|
|
Replies: 5
Views: 321
|
Forum: PHP
Nov 20th, 2007, 8:31 AM
|
|
Replies: 8
Views: 310
|
Forum: Visual Basic .NET
Nov 11th, 2007, 4:28 AM
|
|
Replies: 2
Views: 306
FireWall/Packet Tracker
Does anyone know how to monitor all packets going in and out of a computer using Visual Basic.Net. I basically want to create a firewall/Program to disallow certain packets, for example if the client...
|
Forum: PHP
Nov 7th, 2007, 1:29 AM
|
|
Replies: 6
Views: 279
|
Forum: Other Programming Languages
Nov 5th, 2007, 12:28 PM
|
|
Replies: 2
Views: 322
Re: MySQL WON'T UNINSTALL!!!!!
What OS are you on? Did you make sure that the service is not running? That would probably be the first thing to check. Once it's stopped running, you should be able to uninstall it. You could also...
|
Forum: Community Announcements and Feedback
Oct 31st, 2007, 2:21 PM
|
|
Replies: 13
Views: 420
|
Forum: Community Announcements and Feedback
Oct 30th, 2007, 11:12 PM
|
|
Replies: 13
Views: 420
|
Forum: Community Announcements and Feedback
Oct 13th, 2007, 3:33 PM
|
|
Replies: 14
Views: 717
The only thing I can say is don't change it to...
The only thing I can say is don't change it to much. Sure you may run it and you may support it, but in the end it should be up to us as to how it should be and how it works. I think we are pretty...
|
Forum: Show Off Your Open Source Projects
Sep 24th, 2007, 9:59 AM
|
|
Replies: 5
Views: 417
|
Forum: Assembly
Sep 18th, 2007, 9:58 AM
|
|
Replies: 5
Views: 444
|
Forum: Coder's Corner Lounge
Sep 12th, 2007, 8:46 PM
|
|
Replies: 18
Views: 412
|