Mechwar and Absolute merge, yay or nay?

02/19/2010 02:00 nadjatee1996#16
Good! Anyways, I veto because too much people in a dev team means madness and one little incident can spark a big fire
02/19/2010 02:24 bladeofthedark#17
Quote:
Originally Posted by nadjatee1996 View Post
Good! Anyways, I veto because too much people in a dev team means madness and one little incident can spark a big fire
lol AZ only has 4 dev and if we merge we are only taking 3 of theres xD
02/19/2010 02:40 nadjatee1996#18
You didn't count me did you?...I'm off?
02/19/2010 04:18 bladeofthedark#19
Quote:
Originally Posted by nadjatee1996 View Post
You didn't count me did you?...I'm off?
you are and never where a Developer >_>
02/19/2010 04:40 nadjatee1996#20
Yea..no wait,I'm a sub programmer, that counts as SUB-developer....I believe Super said I can access limited server files.Also, everybody hates me now...
02/19/2010 04:48 bladeofthedark#21
Quote:
Originally Posted by nadjatee1996 View Post
Yea..no wait,I'm a sub programmer, that counts as SUB-developer....I believe Super said I can access limited server files.Also, everybody hates me now...
a sub of any thing dosnt really get what the real one dose
02/19/2010 05:48 nadjatee1996#22
Once I get the hang of things, I'm obviously gonna apply for programmer and PLUS, I know a little 3D modelling too, just not with AutoDesk
02/19/2010 18:53 bladeofthedark#23
Quote:
Originally Posted by nadjatee1996 View Post
Once I get the hang of things, I'm obviously gonna apply for programmer and PLUS, I know a little 3D modelling too, just not with AutoDesk
i know Blendter 3d, Maya 3d, 3ds max, TurboCOD, and some others i really dont know the name of like the system second life uses and some programs used to make sculpties in second life. i know VB, Java, Java Script, HTML, Action Script, and a bit of C++. i know low end encriptions, hacking and translations. i know japanese, bits of chinese, korean, russian, german, irish, and sweedish. i know textureing as well as rendering and animations. i have used 3d animation programs so im familier with that and flash animations. lighting and shading of animation and 3d modeling. i also know how to use linux and other sub OS like it (ubuntu). i can also build computers and fix them given its in real life. and if i find some thing i cant do i will find some one that can and i will learn it for my self because lets face it, bugging people to help you is just annoying and you do it alot.

so then what do you know?
02/19/2010 19:12 nadjatee1996#24
I know flash Action script, VB08, use to know some PhP, and Java+JavaScript, still remember some HTML. Photoshop CS4, some modelling program my sister use to let me play around with, Chinese,Mandarin,Spanish,English, hacking, computer tech, robotics, was learning C, hard facts about how a computer works, XP semi-pro, real life modeller, rendering, animations.I wouldn't have bugged you if you gave me nice instructions from the start.(Put the mobo in, plug it in, you done!->thats you)
02/19/2010 19:21 bladeofthedark#25
Quote:
Originally Posted by nadjatee1996 View Post
I know flash Action script, VB08, use to know some PhP, and Java+JavaScript, still remember some HTML. Photoshop CS4, some modelling program my sister use to let me play around with, Chinese,Mandarin,Spanish,English, hacking, computer tech, robotics, was learning C, hard facts about how a computer works, XP semi-pro, real life modeller, rendering, animations.I wouldn't have bugged you if you gave me nice instructions from the start.(Put the mobo in, plug it in, you done!->thats you)
if so then make a better site then andy and upload some screens of stuff you have done. and if you are in actuall programing then what dose
System.out.println();
do?
and tell me what is this "/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/

package javaapplication17;

/*
*
* @author 20513
*/
import java.util.Scanner;
import java.lang.*;

public class Main {

/*
* @param args the command line arguments
*/

public static void tttborad1(String [][] tttborad){



for (int row = 1; row < tttborad[0].length -1; row++){
for (int col = 1; col < tttborad[0].length -1; col++){

System.out.print ("[" + tttborad[row][col] + "]" );
}
System.out.println();
}


}
public static void update_tttborad(String [][] update_tttborad){



for (int row = 1; row < update_tttborad[0].length -1; row++){
for (int col = 1; col < update_tttborad[0].length -1; col++){

System.out.print ("[" + update_tttborad[row][col] + "]" );
}
System.out.println();
}


}
public static void main(String[] args) {
// TODO code application logic here
Scanner input = new Scanner (System.in);

int row, col, wolfgen, wolfgen1, again, rand1, rand2, num1, num2, total, sscan, xcount, againz, yesno;
String var1, var2, var3, var4, var5, var6, var7, var8, var;

againz = 0;
xcount = 0;
again = 0;
total = 0;
String [][] tttborad = new String [12][12];
String [][] update_tttborad = new String [12][12];


for (int r = 0; r < tttborad.length; r++){
for (int c = 0; c < tttborad[0].length; c++){

tttborad[r][c]= " ";
System.out.print ("[" + tttborad[r][c] + "]");
}
System.out.println();
}
for (int m = 0; m < update_tttborad.length; m++){
for (int n = 0; n < update_tttborad[0].length; n++){

update_tttborad[m][n]= " ";
System.out.print ("[" + update_tttborad[m][n] + "]");
}
System.out.println();
}






System.out.println(" ");

do
{
rand1 = ((int)((10 - 1 + 1)* Math.random() + 1));
rand2 = ((int)((10 - 1 + 1)* Math.random() + 1));

row = rand1;
col = rand2;

if (tttborad[row][col] == " ")
{tttborad[row][col] = "x";}

again = again + 1;

num1 = 1;
num2 = 1;

}while (again < 30);
sscan = 0;

tttborad1(tttborad);
System.out.println("");


do
{

for (int b = 1; b < tttborad.length - 1; b++){
for (int e = 1; e < tttborad[0].length - 1; e++){

num1 = b;
num2 = e;

total = 0;


var1 = tttborad[num1 - 1][num2 - 1];
var2 = tttborad[num1 - 1][num2];
var3 = tttborad[num1 - 1][num2 + 1];
var4 = tttborad[num1][num2 - 1];
var5 = tttborad[num1][num2 + 1];
var6 = tttborad[num1 + 1][num2 - 1];
var7 = tttborad[num1 + 1][num2];
var8 = tttborad[num1 + 1][num2 + 1];

if (var1 == "x")
{total = total + 1;}
if (var2 == "x")
{total = total + 1;}
if (var3 == "x")
{total = total + 1;}
if (var4 == "x")
{total = total + 1;}
if (var5 == "x")
{total = total + 1;}
if (var6 == "x")
{total = total + 1;}
if (var7 == "x")
{total = total + 1;}
if (var8 == "x")
{total = total + 1;}

if (total >= 4 || total <= 1)
{update_tttborad[num1][num2] = " ";}
else if (tttborad[num1][num2] == " " && total == 3 )
{update_tttborad[num1][num2] = "x";}
else if (tttborad[num1][num2] == "x" && total == 2 || total == 3)
//if (total >= 3 && total <= 3)
{update_tttborad[num1][num2] = "x";
xcount = xcount + 1;}

}
}

tttborad1(update_tttborad);


for (int v = 1; v < tttborad.length - 1; v++){
for (int w = 1; w < tttborad[0].length - 1; w++){
tttborad[v][w] = update_tttborad[v][w];
}
}


System.out.println(xcount);
xcount = 0;

System.out.println("Would you like to run again? yes = 0 no = 1");
yesno = input.nextInt();
if (yesno == 0)
{againz = 0;}
if (yesno == 1)
{againz = 1;}

}while (againz == 0);






}

}
" program is copyright by me
02/19/2010 19:27 nadjatee1996#26
Didn't you just hear me say i USE to know some Java+Javascipt?(Keywords are USE TO and SOME).AS for flash, I only made games, and even then, I'm still working on it, I got proof of reference too. What renderings you wanna see?I'm not uploading it here, go on MSN if you wanna see it, all I got is renderings of NSG's ZO pics anyways.

Oh and seriously, when did this become a show-off fest, I now what I can do and so do you, so why compete?C'mon man, we used to be good buddies, lets go back to being good buddies.
02/19/2010 20:04 bladeofthedark#27
Quote:
Originally Posted by nadjatee1996 View Post
Didn't you just hear me say i USE to know some Java+Javascipt?(Keywords are USE TO and SOME).AS for flash, I only made games, and even then, I'm still working on it, I got proof of reference too. What renderings you wanna see?I'm not uploading it here, go on MSN if you wanna see it, all I got is renderings of NSG's ZO pics anyways.

Oh and seriously, when did this become a show-off fest, I now what I can do and so do you, so why compete?C'mon man, we used to be good buddies, lets go back to being good buddies.
im not adding you or NSG back so forget it
02/19/2010 20:44 nadjatee1996#28
Why?I barely annoyed you...Super will have some strong words with you, I'm positive
02/19/2010 22:37 bladeofthedark#29
Quote:
Originally Posted by nadjatee1996 View Post
Why?I barely annoyed you...Super will have some strong words with you, I'm positive
lol i talked to super a while back he wont do shit
02/19/2010 23:42 nadjatee1996#30
Yea he will, he's gonna tell you to stop being such a baby, killing anybody won't solve anything