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

Programming & Design - July 2007

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

2007-07-10 02:52:35 · 3 answers · asked by shraddha 1

So, everything's going along great. I can sort, and life is good. Then I decide it would be nice to have another column of data, so I add it, and now sorting does not work properly. It will sort a seemingly random set of cells (3 over 6 down, 4 over 3 down, etc), but will no longer sort the entire grid.

What happened? What do I need to do in order to add the column in and still be able to sort my data?


PS - This happened before when I added a row under the header row for space. I have since removed it in order to create peace in my grid. All was well.

2007-07-10 02:47:08 · 1 answers · asked by thenar8r 2

2007-07-10 02:25:25 · 4 answers · asked by Madame_Faust 1

my website is joyandsuccess.com, and I need some feedback. There are alot of things that need to be changed as far as color scheme on all of the pages, visible contact info, etc, but I want to know the general publics opinion. what would you change on this site? And why? Thanks for your feedback!

2007-07-10 01:58:16 · 5 answers · asked by BeautyMark 2

i compiled this as javac yes.java , and it does compiled! but when i run it as yes java "test" ,it goes back again to compilation! there's no output on the screen that I am waiting to view from it..Help me please to run this program and to see the output! Maybe there's a problem with my codes. Please debug also! :-D


Here's the java source code(program):


class yes{
public static void main(String [] args){
String s = args[0];
int[] f = tally(s);

}
static int[] tally(String s){
int[] f = new int[26];
s = s.toUpperCase();

for(int i=0; i char ch = s.charAt(i);

if (Character.isLetter(ch)){
int j = ch - 'A';
++f[j];
}
}

return f;

}

static void print(int[] f){
for(int j=0; j char ch = (char)(j+'A');
if (f[j]>0)
System.out.println(ch +": "+f[j]);
}
}
}

2007-07-10 01:55:02 · 4 answers · asked by mjmg 1

2007-07-09 23:48:38 · 9 answers · asked by murad j 1

According to my following situation and consideration, could you give me a direction to apply for that degree of graduate school in American such as a school website link, summary, suggestion or experience about how to prepare better?

>>I have had the experience in game company as a programmer for up to 4 years.
>>There are some game projects I have completed and launched in Asia market.

So, is there any graduate school accepting a portfolio instead of GRE scores?
>>Which of graduate schools in this degree are popular in game industry?
>>Is there any national university available?

2007-07-09 23:44:48 · 1 answers · asked by IgniteAbyss 4

2007-07-09 23:40:41 · 7 answers · asked by Ashis D 1

I want to be able to have the entire screen visable with nothing else showing

2007-07-09 23:01:47 · 4 answers · asked by Mikey 1

How do i compress a AVI file to Huffyuv?

its 123MB,and i need to compress the video,and ausio to huffy without to much of a quality hit(which if their is a large one i could probubly fix it up with AVIsynth),can Vmod compress that??...or...

2007-07-09 18:29:17 · 1 answers · asked by Joey N 1

I just converted a movie from AVI to flash. What I ended up with is a folder full of various files and I don't know how to view it, share it, or embed it, or edit it.

2007-07-09 18:23:29 · 1 answers · asked by Diana 1

Without doing it by hand?

2007-07-09 18:05:41 · 4 answers · asked by Rube 2

Please help and possibly list links!

2007-07-09 14:45:31 · 5 answers · asked by punxitup 1

Ex: I love to eat food -> Iay loveay toay eatay fooday

2007-07-09 13:01:02 · 1 answers · asked by ricky884848 1

2007-07-09 12:58:14 · 5 answers · asked by M!SZ $P!D3RM@N!!!!! 1

sentence.

Ex: I eat soy -> Isoy eatsoy soysoy

2007-07-09 11:55:47 · 1 answers · asked by ricky884848 1

2007-07-09 10:46:52 · 13 answers · asked by Anonymous

I am entering tenth grade after this summer

2007-07-09 09:40:33 · 10 answers · asked by That guy 1

2007-07-09 09:24:45 · 4 answers · asked by el guero 2

Currently I have the need to set up a website such that when a person opens www.website.com it takes them to www.website.com/main/index.shtml . The same kind of phenominon can be viewed if you try to go to www.wikipedia.com. When the page loads it instantly redirects you to www.wikipedia.org. I'd like to be able to set up something similar but I cannot see the source code on wikipedia.com since the moment I try to load it the page redirects me to wikipedia.org

2007-07-09 09:16:11 · 5 answers · asked by Shawn N 1

using css can we able to produce shaded color effect or we have to take a small image and tile it for the entire area ?? Thanks in advance

2007-07-09 09:15:34 · 2 answers · asked by jagadish c 1

Is there any possible way to change an image into binary digits and then from the binary digits, back into the image again?

2007-07-09 09:06:39 · 3 answers · asked by trustnoonestarsky 2

I wanted a way to teach him how to learn the basics of programing. What would be the best programing language to start him up on? Need something simple at first so he can get a feel for it. Thanks.

2007-07-09 08:49:51 · 8 answers · asked by Babolat 3

what are liquid templates?? please give me some sites where i can get the data and implement it. Thanks in advance

2007-07-09 08:28:46 · 2 answers · asked by jagadish c 1

2007-07-09 08:19:21 · 2 answers · asked by eyeseeyou2now 1

I am trying to create a presentation that my students have a drop down box to select an answer, rather that have to type out the answer.

2007-07-09 07:33:11 · 3 answers · asked by IP71 1

I am writting a program for a class and my tutor says that declaring a pointer to an array will make the program run better. How do I do this?

2007-07-09 07:30:03 · 5 answers · asked by Anonymous

fedest.com, questions and answers