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

Programming & Design - November 2006

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

Does any1 have a text document of like numbers from 10000-9999999999999 not skiping any LOL sounds really stupid but if any1 has one it would be much appreciated!

2006-11-17 03:11:09 · 2 answers · asked by austinisking302 1

2006-11-17 03:08:36 · 4 answers · asked by anil kishore g 1

Electronic compoent / Processors

2006-11-17 02:57:06 · 4 answers · asked by Ciaran S 1

2006-11-17 02:37:00 · 7 answers · asked by Anonymous

2006-11-17 02:31:20 · 7 answers · asked by Anonymous

after compiling its coming that "cant open STDIO.H file" but i hv tht file stored in my folder..wat to do?? need help..

2006-11-17 02:15:11 · 3 answers · asked by Anonymous

pls help me im in need for a good tutorial in HTML, i have no knowledge in using the HTML or i dont even know what it is . Pls help me

i've heard that it was used for making sites

thanks to those who would reply

2006-11-17 01:57:41 · 6 answers · asked by terry!!! 1

I'v already been to the www.cs.williams.edu/~bailey/JavaElements as I have the bought the book,
but I can't find anything else...

Thanks!

2006-11-17 01:46:07 · 2 answers · asked by Julie C (little ninja) 1

when i go to my web page www.darrellsolomon.ws (take a look!) i downloaded an ftp programe called smartftp.com im trying to change my directory to index.HTML

2006-11-17 01:29:54 · 3 answers · asked by darrell s 1

I've been in the process of revamping my website and would like to have a horizontal menu bar like the one on GoDaddy.com--not that there's anything special about the one on GoDaddy, but it's just one that I remember seeing often. Are there any good sites with either freeware menu scripts or scripts that don't cost much to purchase? You can go to www.jesusfreak.com to see the vertical menu template I've got right now,

2006-11-17 01:27:20 · 3 answers · asked by Pastor Chad from JesusFreak.com 6

Or linux or sun systems?

2006-11-17 01:07:52 · 7 answers · asked by Alan 2

I am seeking part time jobs in UNIX/Linux (Admin/support/troubleshoot) and scripting.

2006-11-17 00:47:48 · 4 answers · asked by Anonymous

i need to record video from webcam on the asp.net page,
please suggest any source code, link or third party control

2006-11-17 00:42:17 · 2 answers · asked by googsoft 1

I'm working on a simple assignment, using simple geometric shapes, just arcs, rect and ovals, and want to use some simple loops to make them animated.

Thanks.

2006-11-17 00:32:10 · 3 answers · asked by Julie C (little ninja) 1

This question to yahoo groups:

What the chip /effective way to get more web traffic for our

www.goocrawler.com -search engine

welcome for your website free listing.

2006-11-17 00:29:35 · 2 answers · asked by Anonymous

how can i find out if my Database's (mysql) blob field is empty with php ?

2006-11-17 00:25:04 · 4 answers · asked by PherDee ® 1

..XHTML, CSS, PHP and other kinds of programming languages. Its hard to find a site where everything is really clearly and well explained. I´d really appreciate any help you could give me. Thank you for takin the time. =)

2006-11-17 00:01:07 · 6 answers · asked by Jaded 7

what is pascal compiler? is it a special compiler....... which compiler do v use in c, c++, etc......

2006-11-17 00:00:19 · 2 answers · asked by parwan005 1

I have tried the advise given and thanks but it's not working. Many have said to right click and view source but that is not an option. I am trying to copy htlm code from pimpyourspace and sparkletags. It's really weird My account is computer admin

2006-11-16 23:54:44 · 6 answers · asked by muggle_73 1

WHich is the best PHP Hosting Site? Free or Cheaper one. 5$ to 7$

2006-11-16 23:54:32 · 7 answers · asked by Krrish 1

and what is it for?

2006-11-16 23:33:00 · 30 answers · asked by sukis 4

I'm supposed to write one that converts US money to other types, for example, 1 US dollar equals 9.52 pesos. I just started programming last week and I really don't know here to begin. Could someone please help me out? I'd really appreciate it.

2006-11-16 23:28:23 · 5 answers · asked by Ændru 5

2006-11-16 23:21:47 · 8 answers · asked by sandy 1

Firstly, how much do you use flowcharting vs psuedocode?

I assume you get a 'program requirements sheet' then you write your psuedocode and then you develop the code. Is this how it works?

How and where do you keep your code for future reference?

How important is the psuedocode?

Do you update the psuedocode so that it reflects any changes made to the program itself?

I am in programming classes in college and would like to get an accurate idea of what I can and should expect in regard to psuedocode. I have programmed for years but I rarely do any precode work so I need to learn new habits and I would like those habits to reflect real world practices.

I was considering hard copies of code in project folders along with corresponding documentation modules in Visual Studio 2005.

If there is a more common practice or things I should know, please tell me.

Thanks!

2006-11-16 23:21:29 · 2 answers · asked by Anonymous

Dear all:

I met a problem about how to call a method I need from a public interface in Java.What I've done in JCreator are:

1
Defined an internal class to implement the public interface.The internal class
only had a constructor.
class AA implements publicinterface
{
public AA()
{
}
}

2
Defined an object BB of the class AA.
AA BB = new AA();

3
To call the method at demanded position.
BB.methodname();

When I compiled source file ,JCreator reported error:
External class name.AA is not absract and does not override abstract method methodNameOfPublic in package.

Now I am confused by calling a method from public interface that belongs with a third-party SDK and all the necessary packages successfully imported in Java.

2006-11-16 23:14:22 · 2 answers · asked by Joshua 1

//both are c++ codes try to initialize an array freqs[11] to zeros
//for futur arithmetic calculation
int freqs[11]={0,0,0,0,0,0,0,0,0,0,0};//way 1

//or
int freqs[11];
for(int i=0;i<=10;i++){
freqs[i]=0;
}//way 2
//yes i agree way 2 is much much easier but a loop needs more time to process than direct manipulation

2006-11-16 23:13:51 · 6 answers · asked by Rami 5

I don't know what I did yesterday but all text - web pages and e-mails - appear larger on the screen than they did the day before ... what have I done and how do I "go back"?

2006-11-16 22:59:28 · 9 answers · asked by Anonymous

I used code given me by Microsoft fot MS FrontPage 2003 in conjunction with MS Acces (.db). I need code for a link so users can sign ou. Thanksx

2006-11-16 21:47:03 · 2 answers · asked by pdablyu 1

direct download link

2006-11-16 19:43:24 · 1 answers · asked by atlas 2

fedest.com, questions and answers