Trance Forum | Stats | Register | Search | Parties | Advertise | Login

There are 0 trance users currently browsing this page
Trance Forum » » Forum  Trance - Collective Consciousness (Word Association)
← Prev Page
2766 2767 2768 2769 2770 Next Page →
First Page Last Page
Share on facebook Share on twitter Share on StumbleUpon
Author

Collective Consciousness (Word Association)

almost_human KROX ( Phantasm Rec .)
IsraTrance Junior Member

Started Topics :  25
Posts :  2369
Posted : Oct 6, 2010 19:52
Toba tera jalwa toba tera pyar tera imotional atyachaar           UVV Project / Mandala Project / Crystal noize Project / Cosmic Crew

Be not angry that you cannot make others as you wish them to be, since you cannot make yourself as you wish to be.
Dogon
IsraTrance Junior Member

Started Topics :  50
Posts :  8779
Posted : Oct 6, 2010 19:57
Presley from Patna!           We were born naked & grow up to become wicked.
Boulevard
IsraTrance Full Member

Started Topics :  55
Posts :  2497
Posted : Oct 6, 2010 20:22
Bagpipes from Baghdad           Mushrooms make you do crazy stuff. Look at Mario he jumps on animal heads and fights with dragons.
Pavel
Troll

Started Topics :  313
Posts :  8649
Posted : Oct 6, 2010 20:45

import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLConnection;
/**
* Main.java
*
* @author www.javadb.com
*/
public class Main {

/**
* Extends the size of an array.
*/
public void sendPostRequest() {

//Build parameter string
String data = "width=50&height=100";
try {

// Send the request
URL url = new URL("http://www.somesite.com");
URLConnection conn = url.openConnection();
conn.setDoOutput(true);
OutputStreamWriter writer = new OutputStreamWriter(conn.getOutputStream());

//write parameters
writer.write(data);
writer.flush();

// Get the response
StringBuffer answer = new StringBuffer();
BufferedReader reader = new BufferedReader(new InputStreamReader(conn.getInputStream()));
String line;
while ((line = reader.readLine()) != null) {
answer.append(line);
}
writer.close();
reader.close();

//Output the response
System.out.println(answer.toString());

} catch (MalformedURLException ex) {
ex.printStackTrace();
} catch (IOException ex) {
ex.printStackTrace();
}
}
/**
* Starts the program
*
* @param args the command line arguments
*/
public static void main(String[] args) {
new Main().sendPostRequest();
}
}          Everyone in the world is doing something without me
Fometrius
IsraTrance Full Member

Started Topics :  84
Posts :  2082
Posted : Oct 6, 2010 21:00
plezti,what about the robots?
Dogon
IsraTrance Junior Member

Started Topics :  50
Posts :  8779
Posted : Oct 6, 2010 21:42
Syntax Error
Fometrius
IsraTrance Full Member

Started Topics :  84
Posts :  2082
Posted : Oct 6, 2010 21:53
Zelo,the old russian dog
Dogon
IsraTrance Junior Member

Started Topics :  50
Posts :  8779
Posted : Oct 6, 2010 22:00
Vadim, the famous russian name           We were born naked & grow up to become wicked.
Fometrius
IsraTrance Full Member

Started Topics :  84
Posts :  2082
Posted : Oct 6, 2010 22:13
vadim, the spell book deocoration guy
Dogon
IsraTrance Junior Member

Started Topics :  50
Posts :  8779
Posted : Oct 6, 2010 22:20
you can call me V           We were born naked & grow up to become wicked.
SilmarJr
IsraTrance Junior Member

Started Topics :  26
Posts :  111
Posted : Oct 6, 2010 22:22
Dogon ?           -
http://soundcloud.com/chadd-monteiro
http://www.facebook.com/silmarlahm
Fometrius
IsraTrance Full Member

Started Topics :  84
Posts :  2082
Posted : Oct 6, 2010 22:26
sup T
Dogon
IsraTrance Junior Member

Started Topics :  50
Posts :  8779
Posted : Oct 6, 2010 22:34
U F _           We were born naked & grow up to become wicked.
Fometrius
IsraTrance Full Member

Started Topics :  84
Posts :  2082
Posted : Oct 6, 2010 22:37
milf
Dogon
IsraTrance Junior Member

Started Topics :  50
Posts :  8779
Posted : Oct 6, 2010 22:57
gang
Trance Forum » » Forum  Trance - Collective Consciousness (Word Association)
← Prev Page
2766 2767 2768 2769 2770 Next Page →
First Page Last Page
Share on facebook Share on twitter Share on StumbleUpon


Copyright © 1997-2025 IsraTrance