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

Programming & Design - February 2007

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

import java.io.*;
public class homework{

public static void main(String[] args) throws IOException{
BufferedReader sulat = new BufferedReader (new FileReader("pakshit"));
String ian;

String[] jiji = new String[4];
int i = 0;
while ((ian = sulat.readLine()) != null ){
String moo;
char mqq;
mqq = ian.charAt(0);
moo = Character.toString(mqq);
jiji[i++] = moo;
int val = (int)mqq;
System.out.println(val);




}
}
}
____

pakshit textfie contains:

Justin
Nadine
Adrian
Vincent
___
it prints the converted first letters to its coresponding number:

74
78
65
86
____
my prob is how to sort these numbers in ascending order and print the coresponding name also in ascending order which will now print:

Adrian
Justin
Nadine
Vincent
______
hope u guys can help me =)

2007-02-14 03:34:16 · 4 answers · asked by Anonymous

I have a Microsoft Database in Access, I have a lot of Fields and reports to go through daily, is there any way I can set up a "Message Box" to remind me that a field had been left blank after a certain number of days. Such as, after I open a "case" after 30 days a message will appear saying that the case is still open. ...to remind me to resolve the issue...something along that ...if i cant do it in access is there any other database that can give me this "ticker" option?

2007-02-14 03:34:14 · 5 answers · asked by jim_d28 1

I need to copy text from 'pdfs' a lot at my work.... I would gain a lot of time if only I was able to select text from them and paste them in other types of documents (=> Word, SwishMax....)

Any help apriciated, if other software is needed please let me know.... (to edit pdfs for example)
I use (at my work) Adobe Acrobat Proffessional 7 and have the Adobe CS2 package...

2007-02-14 03:30:11 · 9 answers · asked by Alex G. 2

I guess I don't have to use mailto: anymore...

2007-02-14 03:28:29 · 1 answers · asked by Fr0z3nByt3 3

2007-02-14 02:45:05 · 2 answers · asked by tekhlu t 1

2007-02-14 02:41:55 · 4 answers · asked by abdi a 1

It is of clear quality on PC cause it is of small lenght and width on ma PC.But when i made it on VCD using nero it's quality decreased and it appears to be sterched.How do i make it to appear clear on VCD???

2007-02-14 02:31:49 · 2 answers · asked by The King Of Kings 2

Hi, I just learned that if you press and hold ALT and then press 0169 a copywrite symbol comes up... is there any site online where I can print a list of "secret codes" to use? like if I press ALT 0444 a little cute 1/4 symbol comes up, how do I look up a list online to print? Any ideas? Thanks!!

2007-02-14 02:31:05 · 4 answers · asked by imissrascal 3

2007-02-14 02:18:24 · 1 answers · asked by Anonymous

I've been working in the publishing industry as a senior designer for nearly 8 years now and have come to a point where I want a change in career. Before I started working in publishing, I was a keen artist and loved to paint and draw but felt that a job as an artist would not pay well for a living!

The next option I would like to get into is 3D modeling and trying to get into the computer games industry as a character designer of some sort.

The problem is, the games industry is becoming highly competitive and was wondering if it is strange for a female to be working in such an industry?

2007-02-14 02:10:11 · 5 answers · asked by Presea 4

i have downloaded the free trial, but how do i use it, i need to make Lightsaber effects,

same question as before only i want to know how to make lightsaber effects for a poster (a still picture not a movie)
Thanks

2007-02-14 02:08:34 · 2 answers · asked by Len 2

2007-02-14 02:05:35 · 1 answers · asked by Anonymous

i have downloaded the free trial, but how do i use it, i need to make Lightsaber effects

2007-02-14 01:44:59 · 9 answers · asked by Len 2

dis is a VB code enter it in ur anser so i just have to copy it

2007-02-14 01:26:28 · 3 answers · asked by Sharkman 1

the links on my blog are black but i wish to change one link to white. blog is html. thanks!

2007-02-14 01:20:44 · 5 answers · asked by gillyweet 2

i need this to learn the design

2007-02-14 00:51:10 · 3 answers · asked by keanhong2 2

When I'm designing a banner using Photoshop, and I use overlapping fonts in different colours, the points where the edges of the fonts meet are kind of murky. I'm sure there's a technical name for that, and some way I can overcome it. Any ideas?

2007-02-14 00:24:30 · 2 answers · asked by Banana Ray David 4

Does anyone know where I can upload my own photos to make my own cursors for free..?

is there a program I need to buy ??

2007-02-14 00:24:04 · 1 answers · asked by Vulcan 1 5

My girlfriend is the manager of a pub, I would like to make some visuals to be played through a dvd player on the tv's. I have used powerpoint and powerpoint converters previously for drink promotions and give aways ect, but they just dont seem to have that "professional look" can anyone recommend some programs i can use to make these? Cheers

2007-02-14 00:20:23 · 5 answers · asked by flikapotamus 5

I want to do a project by using oracle and asp. I want to create online reservation system. and i want to allot a number for each user entering into it

2007-02-14 00:18:30 · 2 answers · asked by K s 1

I need to disable sorting in Excel preferably using VBA

Does anyone know if it's possible and how to do it.

I need to diable sorting on a worksheet due to the fact that the data is being messed up and not corresponding.

How do I disable a whole worksheet or a column

2007-02-14 00:00:34 · 2 answers · asked by per4more 3

2007-02-13 23:34:32 · 1 answers · asked by herbie 1

Please tell me the proper way to enter it also. Thank you

2007-02-13 22:35:52 · 4 answers · asked by mac-won 3

I need to load some ARGB images, convert them to 256 color with alpha value(I just need an alpha value of 1 or 0 not a whole channel) , and then write a png out of those. If i just create a BufferedImage with an IndexedColorModel, the result looks bad, so I have to apply some quantization algorithms to get the best palette for the image. How can I create an optimized palette, and how can I create a new bufferedImage out of this?
What java classes can I use for this purposes, and please wirte me a concrete example how to do it too!

Thanks!

2007-02-13 22:01:01 · 3 answers · asked by szabo l 1

2007-02-13 21:40:21 · 3 answers · asked by Anonymous

Hi, I have been programming with C++ for a while now, and I want to start making some
programs with an interface. What is a good toolkit? I have been using the book 'Beginning
visual C++ 2005' and have finsihed the part up to where they start making GUIs, however,
I would like to make cross platform programs, and I only have the express edition of
Visual Studio 2005 C++, so I can't use the MFCs. Also, I would like a well documented setup,
or at least something there are books on, and a good communuity would be nice. What do the
professionals use? When I am older a want to be a software developer, and I would like one
that wouldn't be laughed at if I was asked what I used


So, to some up that rather confusing post:

I would like a cross platform GUI tool kit that works with Visual Studio 2005 express
edition easily, I would like it to be well documented and recognised.

Thank you, Sophie

2007-02-13 21:24:46 · 4 answers · asked by SM 3

I have the following tag on my website:


But it annoyes me that everytime somebody wants to send an e-mail it automatically takes him into Outlook. How can I make so that the e-mail can be send directly from my website?

2007-02-13 21:16:26 · 2 answers · asked by Fr0z3nByt3 3

I'm currently experiencing problems where I have two sheets in excel, one sheet has a column of cells that are = to the other sheets.

My problem arises when I delete or add a row in that column, when I do so it automatically repoints the cell.

For example

Before

=Sheet1!A1
=Sheet1!A2
=Sheet1!A3

Afterwards once I delete the row that the second formula refers to.

=Sheet1!A1
=Sheet1!A3
=Sheet1!A4

I've tried placing a $ in the formula to no help.

2007-02-13 21:13:27 · 4 answers · asked by per4more 3

fedest.com, questions and answers