View Full Version : I Code any 562, 317, or 525
Snowz
July 5th, 2010, 03:20
Snowz FREE Coding
Hello, i would just like you all to know im willing to code for free, if you wanna
pay me thats your choice but i can code any: 562, 525, 317 server's.
If you want me to help you reply to this thread with server name and your msn or you can msn me at:
luky-elitepvp@hotmail.com.
_______________________________________________
Server's ive coded:
_________________________________________
Luky-scape 562
my current project: Treadly-Scape 317
SnowState 562
If you want me to show you some alternative work ive done add me on msn or pm me on the forums.
Thanks,
Snowz :p
Cart
July 5th, 2010, 03:25
Whats the catch?
O_o
Owntnarb0
July 5th, 2010, 03:26
Yeah, what is this Catch?
Canownueasy`
July 5th, 2010, 03:27
He needs your credit card numbers
Cart
July 5th, 2010, 03:29
oh okay, 555 666 777 999.
Owntnarb0
July 5th, 2010, 03:29
He needs your credit card numbers
He's doing it for free though, and he said we "could" pay him. ;)
There's got to be a catch for something that sounds so, how should I say, good.
Canownueasy`
July 5th, 2010, 03:30
It doesn't sound good to me.
I'd be scared of somebody screwing up my server
Owntnarb0
July 5th, 2010, 03:31
It doesn't sound good to me.
I'd be scared of somebody screwing up my server
You've got a point there. Show some work, please.
Snowz
July 5th, 2010, 03:33
You could teamview me
i don't fuck anythign up
Owntnarb0 has seen my work.
Im the coder of my current project i dont host it. With that as proof that i dont mess anything up.
Owntnarb0
July 5th, 2010, 03:35
You could teamview me
i don't fuck anythign up
Owntnarb0 has seen my work.
Im the coder of my current project i dont host it. With that as proof that i dont mess anything up.
Liar. I don't know you.
Show proof of recent work.
Canownueasy`
July 5th, 2010, 03:36
You could teamview me
i don't fuck anythign up
Owntnarb0 has seen my work.
Im the coder of my current project i dont host it. With that as proof that i dont mess anything up.
Ok then I want you to write a simply array list and method that adds the elements "I", "Am", "Funny" then I want to array list length and all the elements in the arraylist to be outprinted in the console.
I don't want a class-level arraylist btw. And it needs to be in a seperate class called Proof
BTW don't tell me I don't have time because if you knew how to code then it should take you about 30 seconds.
Snowz
July 5th, 2010, 03:39
wow im talking to you on msn atm
Owntnarb0 - MySpace - FaceBook says:
haha
Canownueasy`
July 5th, 2010, 03:41
wow im talking to you on msn atm
Owntnarb0 - MySpace - FaceBook says:
haha
That's not me and I don't talk to anybody on MSN when they message me I just laugh and block them unless they are cool in my book :p
Snowz
July 5th, 2010, 03:43
@canownueasy what do you want me to do
put it in a file and send to you?
Owntnarb0
July 5th, 2010, 03:43
wow im talking to you on msn atm
Owntnarb0 - MySpace - FaceBook says:
haha
Making up stuff now.
Just answer Canownueasy' to provide awesome proof. :)
Snowz
July 5th, 2010, 03:43
that was directed at owntnarb0 btw
Canownueasy`
July 5th, 2010, 03:44
@canownueasy what do you want me to do
put it in a file and send to you?
No post it right here with [ code ] tags
Snowz
July 5th, 2010, 03:47
ok
gimme a min to type it
Snowz
July 5th, 2010, 03:50
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
public class Proof {
public static void main(String[] args) throws IOException {
BufferedReader userInput = new BufferedReader
(new InputStreamReader(System.in));
ArrayList<String> myProof = new ArrayList<String>();
myProof.add("I");
myProof.add("Am");
myProof.add("Funny");
}
}
like that?
Canownueasy`
July 5th, 2010, 03:51
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
public class Proof {
public static void main(String[] args) throws IOException {
BufferedReader userInput = new BufferedReader
(new InputStreamReader(System.in));
ArrayList<String> myProof = new ArrayList<String>();
myProof.add("I");
myProof.add("Am");
myProof.add("Funny");
}
}
like that?
Yep. You'll screw up servers. Bad conventions and didn't do all my requests.
Snowz
July 5th, 2010, 03:53
the screwing up server part isnt really needed :p
Canownueasy`
July 5th, 2010, 03:54
the screwing up server part isnt really needed :p
It is. Anyways perfect example:
import java.util.ArrayList;
public class Proof {
void go() {
ArrayList<String> myProof = new ArrayList<String>();
String[] contents = {"I", "Am", "Funny"};
for(String items : contents) {
myProof.add(items);
}
System.out.println("Length: " + myProof.length());
System.out.println(myProof);
}
}
Snowz
July 5th, 2010, 03:57
so it depends if the person is asking for an array, if they want me to code a whole server its different than making an array
Snowz
July 5th, 2010, 03:58
Even though I'll need array's, the array's arent gonna be like that... -.-
Owntnarb0
July 5th, 2010, 03:58
It is. Anyways perfect example:
import java.util.ArrayList;
public class Proof {
void go() {
ArrayList<String> myProof = new ArrayList<String>();
String[] contents = {"I", "Am", "Funny"};
for(String items : contents) {
myProof.add(items);
}
System.out.println("Length: " + myProof.length());
System.out.println(myProof);
}
}
Wow... You guys know too much.
Snowz
July 5th, 2010, 04:00
Fine then do you want me to 'lock' the thread if you think im not good enough. There was no fucking catch.
Owntnarb0
July 5th, 2010, 04:00
Fine then do you want me to 'lock' the thread if you think im not good enough. There was no fucking catch.
I want help. PLEASSEEEEEEE!
Snowz
July 5th, 2010, 04:03
Ok
But somone thinks I'm not good enough.
-.- but I'll code if you want.
Owntnarb0
July 5th, 2010, 04:03
Ok
But somone thinks I'm not good enough.
-.- but I'll code if you want.
Iun care. I need help. xDD
Canownueasy`
July 5th, 2010, 04:04
Ok
But somone thinks I'm not good enough.
-.- but I'll code if you want.
I said you're not good enough for me. It's a personal preference.
Owntnarb0
July 5th, 2010, 04:05
I said you're not good enough for me. It's a personal preference.
Are you good enough for me?
Canownueasy`
July 5th, 2010, 04:06
Are you good enough for me?
Soz I don't do pretend-girls.
Snowz
July 5th, 2010, 04:07
if your so good than why did you come to this thread? Lol.
Canownueasy`
July 5th, 2010, 04:07
if your so good than why did you come to this thread? Lol.
To test your knowledge of course.
Snowz
July 5th, 2010, 04:09
xD I love people like you, [NO HOMO].
And I know java i just got confused by your question.. and i did make an arraylist ;D
Owntnarb0
July 5th, 2010, 04:10
Soz I don't do pretend-girls.
Wirklich? Ich weiß, ich bin zu gut.
Ich halte mich von kleine Nerds.
Haha joking. I am smarter than you think, dude. I keep myself hidden from pervs, I'd like to see you have your irl pic on your avatar.
Nein, nicht so denken,
Canownueasy`
July 5th, 2010, 04:11
Ok well you should join my supporters group =]
Owntnarb0
July 5th, 2010, 04:14
Ok well you should join my supporters group =]
What's it about?
Will you still code with me Snowz?
Canownueasy`
July 5th, 2010, 04:15
Wirklich? Ich weiß, ich bin zu gut.
Ich halte mich von kleine Nerds.
Haha joking. I am smarter than you think, dude. I keep myself hidden from pervs, I'd like to see you have your irl pic on your avatar.
Nein, nicht so denken,
Only the registered members can see the link. idc
Owntnarb0
July 5th, 2010, 04:17
Only the registered members can see the link. idc
Ehhh.. Awkward. I forgot you already showed yourself. I take that back.
Snowz
July 5th, 2010, 04:21
Yes ill still code 4 u
Powered by vBulletin® Version 4.1.9 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.