Sunday, 21 December 2008

Malaysia HandPhone Number Reverse Wordlist Generator

// Save as MalaysiaWirelessWordlistGenerator.java
// The difference between this wordlist and the old version is generated wordlist will be
// in reverse order. 0179999999 - 0170000000.

**
* This wordlist generator brought to you by:
* KaibaTheLegacy "The Elite Blog For All"
* http://kaibathelegacy.blogspot.com
*
* This generator has been coded by me (KaibaTheLegacy) .
* This code is protected under
* GNU Public Licence by Free Software Foundation.
*
* This code is given by me for free by meaning of freedom
* and price. You are prohibited to sell my wordlist
* generator source code. If you modified this code,
* please credit me and please give your code free
* to others too.
*
* This code is absolutely NO WARRANTY. Use this code
* at your own risk. Neither the programmer or anybody
* else responsible
* for any damage regarding to this code.
*
* KaibaTheLegacy 2008. Copyleft and Free/Libre Open Source Software
* No Copyright in Islam. Feel Free to share.
* Sharing is not a crime
* because sharing is caring.
*/

/**
* @author KaibaTheLegacy
*
*/
import java.io.*;
import java.text.DecimalFormat;
public class MalaysiaWirelessWordlistGenerator {

/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
PrintWriter out=null;
try {
out
= new PrintWriter(new BufferedWriter
(new FileWriter
("WirelessReverseWordlist017.txt")));
//The output will be stored in WirelessWordlist017.txt
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}

DecimalFormat df = (DecimalFormat) DecimalFormat.getNumberInstance();

df.setMaximumIntegerDigits(7);
df.setMinimumIntegerDigits(7);
df.setGroupingUsed(false);
String phoneNumber = "";

/*Change the value of i according
* to your country phone number
* system.
*/
for (int i=9999999;i>=0;i--) {
phoneNumber= df.format(i);
out.println("017" + phoneNumber);
/*019 is extension for a Malaysian
* mobile phone company
*/
out.flush();
/*Don't remove out.flush()
* or your computer may hang due to
* large memory consumption.*/
}
out.close();
System.out.println("Finished!!!");
/*Finished!!! will be appeared in console
* after your wordlist generation session
* complete. It will take a long time if
* you will generate a large wordlist.
*/
}



}

Tuesday, 2 December 2008

Songs by Junko Takeuchi

Junko Takeuchi (竹内 順子 Takeuchi Junko?, born April 5, 1972 in Saitama) is a seiyū.

As of 2005, Takeuchi is employed by Love Live.

Taking a well-trod path by many female seiyū, she often voices young male characters with generally very quirky and goofy personalities. Her two most notable recent roles are in Naruto, where she plays the main character, Naruto Uzumaki, and in Hunter x Hunter as Gon Freecss.

Source: http://en.wikipedia.org/wiki/Junko_Takeuchi

I like her voice for
Here, I share some of her song that I like to listen to:

uzumaki_naruto_-_touki_fighting_spirits.mp3

Gyu-ru-ru

Naruto ondo


Google custom search

Custom Search