English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Programming & Design - March 2007

[Selected]: All categories Computers & Internet Programming & Design

2007-03-14 10:04:49 · 4 answers · asked by wars 1

Hi,

I'm a software developer who is thinking about developing a free/public domain personal DVD library manager - I've searched and searched on the internet, but cannot find a site and/or data provider, who can make available thousands of DVD titles to make data entry easy for potential users of the new software.

Basically, I'm looking for something like freedb.org which provides machine access to CD titles, but for DVD's.

Any help would be much appreciated.

Thanks,
DJ

2007-03-14 09:59:47 · 3 answers · asked by Dee J 1

im working on like a database program and my teacher said that i have to be able to add delete change and have a search program but like some parts of my program keep crashing or it's just not doing what i need it to do

2007-03-14 09:51:44 · 2 answers · asked by tooraw88 3

I was thinking some kind of link people can click on that says "Spanish" or something just like other sites translate everything from english to another language.

2007-03-14 09:49:03 · 1 answers · asked by Tiffany 1

This is the client:

#include
#include
#include
int main(int argc, char *argv[])
{ int starts; char buff[16]; sockaddr_in sockin; WSAData *wsa;
WSAStartup(MAKEWORD(2,2),wsa);
starts=socket(AF_INET,SOCK_STREAM,IPPROTO_TCP);
sockin.sin_family=AF_INET;
sockin.sin_addr.s_addr = inet_addr("127.0.0.1");
sockin.sin_port=htons(40254);
bind(starts,(sockaddr *)&sockin,sizeof(struct sockaddr));
sockin.sin_port=htons(41254);
connect(starts,(sockaddr *)&sockin,sizeof(struct sockaddr));
*buff='1';
do
{
recv(starts,buff,16,0);
cout< cout<<"\n";
}
while(*buff!='0');
return 0;
}

more details in a moment...

2007-03-14 09:44:40 · 1 answers · asked by Anonymous

I want a personal webpage... what is the best site I can go to to get a free one? I don't understand what they mean when they say webhosting? Please help... Thanks

2007-03-14 09:32:17 · 1 answers · asked by nyxx 1

If, so what should I bring a print out and source code of completed web applications??? and of my certifications and my resume as well right?

2007-03-14 09:30:02 · 3 answers · asked by groundbrandon 3

2007-03-14 09:29:05 · 4 answers · asked by isis150166 1

for free?

2007-03-14 09:03:03 · 3 answers · asked by Lucy 2

2007-03-14 08:52:04 · 3 answers · asked by fallguy2004 3

I have a set of data that was measured from accelerometers moved over a meter and I want to get rid of the noise.

Any other suggestion for noise reduction would also be appreciated!

Thanks

2007-03-14 08:45:05 · 1 answers · asked by Pete 4

I need best freeware download website "convert from jpg files to text files"

2007-03-14 08:28:28 · 5 answers · asked by Anonymous

SYS.USER_TABLES shows the tables in the database, SYS.USER_COLUMNS shows the columns in the table, how do I find out which columns are primary keys?

2007-03-14 08:22:32 · 2 answers · asked by hello 6

i need to know who helped?

2007-03-14 08:21:28 · 6 answers · asked by opal s 1

2007-03-14 08:08:48 · 3 answers · asked by Anonymous

2007-03-14 07:59:16 · 4 answers · asked by Anonymous

2007-03-14 07:58:27 · 3 answers · asked by nsinghvns 2

i want to know how to develop windows applications, asp.net web aplications, about ado.net etc...........................in VStudio.NET2003

2007-03-14 07:49:34 · 4 answers · asked by aravind 1

I want to be a computer game programmer when Im older and Im already doing computer programming and I read that Flash is the best place to start so are there any free flash game creation software's out there thats freeware and not trails etc.
Also any tutorials or good sites.

2007-03-14 07:49:16 · 1 answers · asked by sbraidley 3

I want to create a sports game, this game would be distrubuted as freeware,but the nature of the game would require a subscription fee, which would be going towards the cost of development, ie the cost of paying developers and games designers, with myself doing the graphics.

I would like to hear from people with experience programming games, to hear if this is possible to do, and what i would need to do it?

Also, if anyone would like to help me with this project as i feel it could be a very nice little game to be part of, and any help would be great.

2007-03-14 07:48:22 · 3 answers · asked by kinglee28 2

what i pasted on my "edit profile" has shown up on the actual page...how do i take thet off

2007-03-14 07:46:46 · 5 answers · asked by LoVeLy 3

Im working on a project that is a vista style start button with menu and I need a way to change the windows start key (when the program is running) to open the menu and not the original start menu.
Can this be done in Visual Basic.Net?
If so how?
Code or links please

2007-03-14 07:42:19 · 4 answers · asked by sbraidley 3

2007-03-14 07:31:02 · 7 answers · asked by jim j 1

I am interested in learning how to read rss feeds.

2007-03-14 07:29:50 · 2 answers · asked by James W 2

I have one sheet in which i want to design macro that will use Vlookup function to get data from other sheets. but the problem is i want to pass sheet name as parameter coz i have to refer different sheets, i want that when i run a macro it ask for sheet name and depending on sheet name it should fetch data from that sheet into current sheet.

2007-03-14 07:19:20 · 2 answers · asked by crazy g 1

I am trying to write PHP to generate HTML and Javascript which contains quotes. How do I do this?

2007-03-14 07:17:40 · 3 answers · asked by Anonymous

I need the command (in console) to kill samba, in ubuntu.

2007-03-14 07:16:49 · 5 answers · asked by Nelson 1

I'm looking for the ability to record anything on tv and then bring it over to my computer for editing.

For example, say i was making a documentary on something everyone knows, Nintendo. Suppose i already did all my research, have interviews, pictures etc. Now i want some in game footage of what their finished products are like. Is there a device, harware or software that would enable me to record what my TV output is either to a USB storage device or my computer's hard drive directly then edit it like any normal data?

If the answer is yes please include either a product name, company, website or contact information. While a price range and/or other information would be greatly appreciated i can make do without.

Thank you so much in advance.

2007-03-14 07:02:33 · 2 answers · asked by warior916 2

Please do not use any conditional statements.(if,conditional operators)

2007-03-14 06:55:09 · 2 answers · asked by Deepak Kotla 2

fedest.com, questions and answers