This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
King_of_Dragons jotted down notes from sit-down at Blizzards WoW preview: | |
Features/Misc | |
hour and a half to go from bottom to top of Azeroth | |
2 continents, Azeroth and Kalimdor | |
PVP will be consensual, 90% of world is non-pvp, 10% is | |
the Stranglethorn Arena will be player pvp. Players can buy tickets to fight dragons, hyrdras, etc. | |
Multiple players can fight a monster at once, but there will be limits. | |
Team battles, either groups vs groups or groups vs monster(s) | |
Guild battles planned, will be advertise |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.*; | |
import java.io.*; | |
import java.security.*; | |
public class ChangePassword | |
{ | |
private final static JKS j = new JKS(); | |
public static void main(String[] args) throws Exception | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class SomeFragment extends Fragment { | |
MapView mapView; | |
GoogleMap map; | |
@Override | |
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { | |
View v = inflater.inflate(R.layout.some_layout, container, false); | |