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

Other then Visual Basic!

Thanks

2007-03-06 16:23:51 · 7 answers · asked by Anonymous

void fn(int n)
{
while(n != 0)
{
n >>= 1;
//do something
}
return;
}

2007-03-06 16:06:41 · 4 answers · asked by Anonymous

Hello

Someone asked how to put up a video on a web page to me in another forum and i knew how to but couldnt help him as i didnt know how to explain that to him

If some one would ask YOU "Explain me How to put up a video on a web page"
How would you ***EXPLAIN*** the code to him/her ???

2007-03-06 16:01:14 · 3 answers · asked by wp1_wp1 1

what is this method signature? and what are its uses in programming? what is its role in overriding and overloading?

2007-03-06 15:59:43 · 3 answers · asked by Database 2

i need the facts plz!!!!!!!!!!!!!!!!!!!!

2007-03-06 15:49:08 · 1 answers · asked by Anonymous

2007-03-06 15:31:21 · 11 answers · asked by Anonymous

I'm looking to extract the text from a PDF, the text inside the PDF is sorted in columns, no format at all, and some spaces between each column.
Is there a way to read from the PDF and get the text in xml, txt or else? Want to find a way to ensure i get the data/columns with no errors/shift.

2007-03-06 15:28:19 · 2 answers · asked by Cat 9 6

Here's the code I have and it is giving a very stupid error! any idea why?

public class Main {


public Main() {
allStudents = new Stu[1];
allStudents[0].Name1 = "re"; //The NullPointerException occurs here
}
Stu[] allStudents;
public static void main(String[] args) {
new Main();
}
class Stu
{
String Name1;
String Address1;
String Nationality1;
String DOB1;
String Sex1;
int TelephoneNo;
int ID_nos;
int MobileNo;
int MarksEnglish;
int MarksMaths;
int MarksComputers;
}
}

2007-03-06 15:15:03 · 4 answers · asked by HellBoy 2

I want to redirect a website I run to a domain name of my choice. I'm curious to know if there are any free domain name services (ex. mysite.com). Do they exist?

2007-03-06 14:53:31 · 5 answers · asked by The Initiative 314 1

A file sent attached to mail by the office is not getting opened

2007-03-06 14:44:41 · 2 answers · asked by Anonymous

2007-03-06 14:44:28 · 1 answers · asked by Vampire 1

im planning to use nokia phones because thats what i have and i bought a cable to connect it on my PC but my computer dont detect the connection. (All I want is to receive and send SMS message through my PC using the phone I connect) Any idea big or small from anyone would be of great help. Thanks,, JP from Philippines

2007-03-06 14:08:11 · 2 answers · asked by earshot13 1

Image Hosted by ImageShack.us

html picture ^^^ if it doesn't show up then click here

http://img255.imageshack.us/img255/572/freecellld8.jpg

please help thanks

2007-03-06 13:53:04 · 1 answers · asked by Coddle Stripes & Horse Shoe Rain 1

2007-03-06 12:39:09 · 3 answers · asked by Lucifer 2

how do i make colorful and/or big fonts in my pic captions
and how do i make the music on my profile start right away instead of people having to press play?

2007-03-06 12:38:26 · 7 answers · asked by hrrrrrrlhghglhghgghbhgb 1

I'm unsure how to create a class that color codes words entered by syntax. I already have an application similar to Textpad, I just need to add this feature. please help!

2007-03-06 12:36:11 · 3 answers · asked by rocketj3 1

Who maintains Dynamic HTML or who regulates and standardizes it?

2007-03-06 12:24:10 · 3 answers · asked by Anthony S 2

im really confussed on the HTML format, any crash courses to learn it on my own??? im usually a hands on person, and can pick something up pretty easily, if anybody is willing to explain, thanks!

2007-03-06 11:15:51 · 7 answers · asked by ruspecialenuf 3

give a plain answer in laymans terms...please

2007-03-06 11:08:28 · 8 answers · asked by glovorzak 2

I want to take data from one sheet and transfer it onto another sheet.
This does not involve a simple copy or cut and past.
Thus,
The data on one sheet will be in rows eg /Jeff/ 56 / 78 / 897 / 789 /
/Lisa/ 890 / 765 / 6789 / 2344/
/Jane/ 8 / 34 / 7832 / 7893 /

On the second sheet, i want to automatically obtain or retrieve the numeric data for Jane by typing in "JANE'' ,
Lisa by typing in "LISA
or
Jeff by Typing in "JEFF''
Thus regardless of the order in which i enter a name in a given column in the second sheet, i want the numeric data for that individual to load up along that row.
Is this possible?
What are the steps?
Thank you

2007-03-06 11:02:07 · 3 answers · asked by Ellen M 1

i just found out of another yahoo answers member that lilo may be a better option than grub on my computer because it simply wont boot with grub i keep getting

GRUB BOOTING ERROR

Grub Loading Stage 1.5

Grub Loading Please Wait...

Error 2

So... i have my install cd which they sent me in the post for ubuntu 6.10 but how do i install lilo instead of grub ? there is no option for this i may be able to install it through command in the live cd through a terminal but how?

Any ideas

http://www.linuxquestions.org/questions/showthread.php?p=2659298&posted=1#post2659298

heres the link to the problems ive been having..

2007-03-06 11:00:32 · 1 answers · asked by Donkey_kong 1

2007-03-06 11:00:27 · 6 answers · asked by hey now 1

I just established my company, and I designed a pretty nifty flash website for it. However, I'm also making an html/javascript version for our potential customers who don't have Flash 8. How can I create a mailto link without making the email address easy prey to address-harvesting robots?

2007-03-06 10:28:04 · 2 answers · asked by ? 5

0

Does anyone know how to make a face and hair in blender? I used this program for 6 month. If you can please give link to some cool tutorials. Thanx!!!

2007-03-06 09:47:46 · 3 answers · asked by Anonymous

I have data filling in a table directly from mySQL, the max of columns is 3 columns, but sometimes I have less than 3 columns and they show up as empty, even using empty-cells: hidden I end up with a lot of space before the thick border.... can anyone help me with this?

2007-03-06 09:45:12 · 1 answers · asked by quiksilver_army 2

how can i make abatch file and what command doe i need i know that at the top i have to put in " @echo off" butthen wht and hoow many spaces do i have to make
Remember just asking for studies of preograming and buy the way how can i make a virus

2007-03-06 09:26:58 · 2 answers · asked by Anonymous

How do i generate a banner or a graphic into html so i can post is for people to take. What i need is a generator

2007-03-06 09:26:11 · 3 answers · asked by Majin 1

fedest.com, questions and answers