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

Programming & Design - January 2007

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

Since music is mathematical (A, B, C, D ... ect) and the words are mathematical ... could the words be converted into notes based on the length of the word, and alphabetic letters using binary codes?

2007-01-31 08:33:21 · 1 answers · asked by Giggly Giraffe 7

But can somebody tell me what does scratch mean here.
please bcos it came in my reading that Prof. A. S. Tanenbaum has also developed Minix from scratch.
Pls make me understand what is scratch here
Thanx in advance.

2007-01-31 08:28:31 · 8 answers · asked by Anonymous

C#.Net 2
======
I have created a base class called clsCommon which will be use in every classes. I have inharited as follows.

public class otherClass:clsCommon
{

}

But here i am facing one problem that instead of inheritance of clsCommon its public function is not showing in other classes.

HOW CAN I DIRECTLY ACCESS clsCommon CLASS FUNCTION IN OTHER CLASSES WITHOUT AFFECTING PROCESS OF clsCommon CLASS FUNCTION


Thanks in advance

2007-01-31 07:50:30 · 1 answers · asked by Jack J 1

for an example lets say I wanna to take( ad-aware) and change the writing on it or change the color in the box.. is there a program or ripper that will allow me to do that?

2007-01-31 07:50:28 · 4 answers · asked by crazyfollowing 3

I am trying to compile using gl.h and glut.h but it keeps asking for different odbc library files. Is there a web site that has these files to download? I can't seem to find it.

2007-01-31 07:33:46 · 2 answers · asked by Anonymous

I'm a Computer Science student.I know C and C++.Now i wanna learn Java programming by my self at home.Can u tell me any good books(also author name) or sites for Java tutorials for beginners.I want full command on the language.What r the other modern languages or software i need to learn?Thanks for help in advance...

2007-01-31 07:30:07 · 9 answers · asked by Anonymous

well the problem is that i need to make a login to pages dependingo on the user I added a oracle reference, made the conection, the select, but i cant get the parameters to compare whit my database

2007-01-31 07:28:14 · 2 answers · asked by adolfo 2

I have just put my site (created with dreamweaver) online and I have copied the code for every page - changing only the table in the center of the page.

Now there are like 13 pages (because I have it open up a new page everytime you view an article or set of images).

Should I be working with frames or embedding some of the information or something? Is it ok to have tons of pages or should I organize the information differently?

If you want to look at the site and offer a suggestion:
http://www.signfire.net

2007-01-31 07:18:12 · 7 answers · asked by rabble rouser 6

I have tried the "hlt" instruction-hasn't worked. I have tried int 15h with ax =83 and 86-neither has worked. I have tried reading the system time but I only get seconds precision. I need millisecond precision. I need something that will work on most computers. Preferably, the solution works for intel processors. Source code or a very good description of the solution would be very nice. Thank you for answering.

2007-01-31 07:13:23 · 2 answers · asked by Bridgeofstraws 2

Where can I find a website that will host forums for my organization that I can link directly to that will allow everyone to create their own username and password?

Creating for free would be best, but I can handle a somewhat nominal charge.

I would also like to create a site where authors could create their own basic homepage with basic information about themselves where they input a few fields and they can be looked up using those fields.

2007-01-31 07:05:09 · 3 answers · asked by uncletoon2005 3

anybody wanna teach me.

2007-01-31 06:48:53 · 5 answers · asked by Barbi_girl 2

i have a perl script, so how do i connect it to the internet?

2007-01-31 06:46:30 · 4 answers · asked by Anonymous

And even better, if i needed www.website.com/page=x where x is a variable, can I have a range of pages found based on changing that variable and collected into a single file?

I guess I need a script, but I´m not sure.

Thanks much!

2007-01-31 05:56:15 · 4 answers · asked by Lobo Mike 2

Why is it so many people come on here just to ask how to become a hacker? It really isn't that hard to do a google search, and if people are seriously that lazy not to do any work at all themselves, there isn't really much of a chance they will ever learn past what a static variable is in programming terms, or even running under a unix operating system. Furthermore, why is hacking so cool anyway? Its work just like anything else, you only get out what you put in, and it isn't about getting unauthorized access to systems (that is cracking). Regardless of the ignorance of other people, hopefully some of the people that will continue to ask, will click the link below so they can give up faster.

http://catb.org/esr/faqs/hacker-howto.html

2007-01-31 05:30:10 · 6 answers · asked by D 4

i want all my i cons to be winnie the pooh does any one know how to do this many thanks rochelle

2007-01-31 05:28:00 · 6 answers · asked by χχ-яσ¢н3ιιχχ 1

If for your website, you prefer this type of screen resolution and you want something that pops out to alert the visitor that it's best to use this resolution to view this website or it automatically changes the reso... any such script?

2007-01-31 05:26:53 · 7 answers · asked by edhel_Marie85 2

ive been programming python for half a year or so, and understand the basics. ive started looking at other languages like perl, lua, c++ and ruby. But i asked myself is it better to continue with python and forget about the others?
i am starting at a school learning programming at fall, and i dont think they are using python as main language there....

thanks in advance

2007-01-31 05:22:50 · 6 answers · asked by lilleku 1

I am new to myspace and am trying to find out how to add a link to my page. Example. On Televison i have a few small sentences stating like a show. I would like to add a link taking the person to that website. I do notice that a sentece is highlighted and it looks like a link can be added but when i click on it it just gives me the options to search. I would like to it to automatically connect to the webpage? Hope i'm making sense? Can anyone help?

2007-01-31 05:07:22 · 2 answers · asked by Flaca 1

Could please explain? Thanks

2007-01-31 04:46:56 · 4 answers · asked by Sunna 1

I'm trying to make a spreadsheet using drop down boxes. Each row has different cells of information concerning loans that i'm doing. And one drop down box in each row it has 4 words, opened, in process, withdrawn, & denied. I'm using the drop down box to show what status the loan is in. My question is...when i select a certain loan status..such as in process...i want the entire row containing the information to then have a background color of green. Also, when i select either withdrawn or denied, I want the row containing that loan and it's information to then have a background color of red. and lastly, with an opened loan, i want to have the background appear yellow. Can anyone here tell me the VB code or another way of doing this that would work? Thanks again for all your answers and your help!

2007-01-31 04:36:15 · 3 answers · asked by cbrkev98 1







what do i put in the onSubmit attribute to take the uploader back to my home page?

2007-01-31 04:14:49 · 2 answers · asked by tn5421 3

it would help if the word is contained within the form

for example, filter would find "cycle" in "motorcycle" and block it

2007-01-31 04:13:52 · 3 answers · asked by shaunhelsom 2

can someone take me through the process. please help!

2007-01-31 04:08:20 · 10 answers · asked by Anonymous

hello friends, I am from India. I am a teacher wish to down load free wav to text conversion s/w.. can u help me to down load the wav to text file s/w. I wish to demonstrate this s/w to the poor students indeed.
Kindly help me to down load the s/w...
jayaram

2007-01-31 03:59:28 · 2 answers · asked by sivaraman j 1

WebSense(TM) blocks the access to web-based mail and others that could help passing teough the firewall; so I can't check neither yahoo, msn or gmail. Besides I don't have Administrator Privileges, so I can`t install anything. Pretty safe, isn't it? So, I'd like to know if there's some way to check my gmail, or any of the others with the web browser or with something else. I've tried webmessenger, meebo, can't install trillian or any like, with Outlook (maybe I didn`t do it the right way). So! Am I lost? I thought maybe with the IE, or with OS, i could do something. HELP!!!

2007-01-31 03:55:31 · 2 answers · asked by emege_cool 1

0

I have been a Tool and Die maker for 12 years and a CNC programmer for 2 years. I was hurt last year, injuring my back. I am trying to get out of the blue collar industry and am currently going to school for a certificate in Computer Aided Mechanical Drafting at a community college. Would you say the job outllok for CAD design drafters is on the upside? What is the outlook for starting a home based buisness in this carrer?

2007-01-31 03:42:34 · 1 answers · asked by Jim 1

2007-01-31 03:34:17 · 4 answers · asked by Anonymous

fedest.com, questions and answers