Sunday, June 29, 2008

i m trying to get the source code of arcanists15 at funorb.com just to have a look maybe edit a bit and well ill just say its HARD ive got to a pack200 file but when i try to extract it the darn pack200 runs up the error


corrupted pack file: magic/ver =08000000/0.0 should be CAFEDOOD/150.7 or CAFEDOOD/150.6

some 1 plz help me!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Ok. Can someone explain to me what Java is used for- and how i can learn it? Thanks.

If the title

I got this moss at petco but the petco guy didn t what it was.

http://i21.photobucket.com/albums/b284/xohellokittyxo/javamoss002-1.jpg

This moss is the clump infront of the driftwood and i m not sure if the moss on the driftwood is java moss:
http://i21.photobucket.com/albums/b284/xohellokittyxo/javamoss006-1.jpg

This is Java moss I think. It doesn t look like any of the pictures on google though. I heard it is fast growing- but mine grows kinda slow

http://i21.photobucket.com/albums/b284/xohellokittyxo/javamoss005-1.jpg

I wrote a program do not know where is wrong
Has been wrong- there is a problem in class
“class Dessert is public- should be declared in a file named Dessert
.java”
What is the problem with this
class OOP {
public static void main(String args[]) {
Dish dish1=new Dish();
dish1.setName("steak");
dish1.setPrice(490);
dish1.setTime("dinner");

Cake cake=new Cake();
cake.setFlavor("chocolate");
cake.setAmount(2);
cake.setDessertSpecies("CAKE");

System.out.println("Time of dish1 ==>"+dish1.getTime());
System.out.println("Name of dish1 ==>"+dish1.getName());
System.out.println("Price of dish1 ==>"+dish1.getPrice());
dish1.dessert(cake);
}
}
public class Entree{
public Entree() { }

String name="";
int price=0;

public void setName(String str) {
name=str;
}
public void setPrice(int price1) {
price=price1;
}
public String getName() {
return name;
}
public int getPrice() {
return price;
}
public void dessert(Dessert dessert) {
System.out.println("Dessert : "+dessert.getDessertSpecies());
}
}


public class Dish extends Entree{
public Dish(){}

String time="";
public void setTime(String time){
time=time;
}
public String getTime() {
return time;
}
}


public class Dessert {
int amount=0;
String flavor="";
String dessertSpecies="";
public Dessert() { }

public void setAmount(int amount1) {
amount= amount;
}
public int getAmount() {
return amount;
}
public void setFlavor(String str) {
flavor=flavor;
}
public String getFlavor() {
return flavor;
}
public void setDessertSpecies(String str) {
dessertSpecies=str;
}
public String getDessertSpecies() {
return dessertSpecies;
}
}

public class Cake extends Dessert {
public Cake (){}
}

does card counting really work? I have tried it on a free online black jack game and i seem to win more then i used to when i did not use card counting but lets say you played online for real money is there any chance of making a little bit of money from card counting at blackjack?.
The method i have been using is the low cards count at +1 and the higher cards -1 you start off at 0 and then place your bet accordingly. So lets say you had a score of +5 you would bet a higher amount.
Its seems to work on the free black jack and the blackjack on my k750 java game. Before i tried the above i used to loose allot at blackjack games.

No comments: