Page 31 of 47

Re: The CTRL-V Game

Posted: Sun Mar 29, 2015 1:18 pm
by snubs
5U7Ec

^That's a dragon egg code. =p >> https://dragcave.net/view/5U7Ec

Re: The CTRL-V Game

Posted: Thu Apr 02, 2015 8:12 pm
by Pengwin
import javafx.application.Application;
import javafx.geometry.Pos;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.control.Label;
import javafx.scene.control.TextField;
import javafx.scene.layout.HBox;
import javafx.scene.layout.VBox;
import javafx.stage.Stage;

public class Exercise15_05 extends Application {
@Override
public void start(Stage primaryStage) {

VBox text = new VBox();
text.setSpacing(20);
VBox field = new VBox();
field.setSpacing(10);

TextField tfInvest = new TextField();
TextField tfYears = new TextField();
TextField tfRate = new TextField();
TextField tfValue = new TextField();

Label invest = new Label("Investment Amount: ");
Label years = new Label("Number of Years: ");
Label rate = new Label("Annual Interest Rate: ");
Label value = new Label("Future Value: ");

text.getChildren().addAll(invest, years, rate, value);
field.getChildren().addAll(tfInvest, tfYears, tfRate, tfValue);

HBox beforePane = new HBox();
beforePane.getChildren().addAll(text, field);

Button calculate = new Button("Calculate");
HBox bPane = new HBox();
bPane.getChildren().add(calculate);
bPane.setAlignment(Pos.BOTTOM_RIGHT);

VBox pane = new VBox();
pane.getChildren().addAll(beforePane , bPane);
pane.setSpacing(20);

calculate.setOnAction(e -> {
tfValue.setText(Double.parseDouble(tfInvest.getText()) * Math.pow((1 +
(Double.parseDouble(tfRate.getText()) / 100.0 / 12.0)),
(Double.parseDouble(tfYears.getText()) * 12)) + "");
});

Scene scene = new Scene(pane);
primaryStage.setTitle("Exercise15_05");
primaryStage.setScene(scene);
primaryStage.show();
}

public static void main(String[] args) {
launch(args);
}
}

A bunch of code I did for an assignment.. =p

Re: The CTRL-V Game

Posted: Fri Apr 03, 2015 11:12 am
by Gaberk
== TheStepHat [[email protected]] has joined

Re: The CTRL-V Game

Posted: Fri Apr 03, 2015 11:21 am
by Paula
Monica Stone: Jasoooon
Jason: Yes Monica_Stone?
Jason: Have we met?
Penguin: xD
Monica_Stone: No we haven’t
Penguin: You’ve never met Monica
Penguin: She’s new
Dan_in_Trank_Mobile: …
Jason: It’s a pleasure meeting you Monica_Stone
Monica_Stone: :)
Jason: Wait…Is Monica_Stone for reals new? Or just someone posing as Monica_Stone?
***Monica_Stone is now known as Paula
Paula: Sup Jason
Jason: Cuz it’s april 1…TRUST NO ONE
Jason: O.O
Penguin: xD
Jason dies
-------------
Anybody remember this? xD

Re: The CTRL-V Game

Posted: Fri Apr 03, 2015 4:37 pm
by Gaberk
9DBB864.EE66719E.5537FD5F.IP

Re: The CTRL-V Game

Posted: Fri Apr 03, 2015 9:07 pm
by Whitty Whit
This is not a threat and is in no way implicating the consequences of not joining the chatroom. Any herds of feral monkeys let loose in your home upon refusal are purely coincidental and not related to us in any way.

Re: The CTRL-V Game

Posted: Sat Apr 04, 2015 12:13 pm
by Gaberk
Here you will find the rules and guidelines as well as other important information.

Re: The CTRL-V Game

Posted: Sat Apr 04, 2015 12:39 pm
by snubs
Mwahahaha

Re: The CTRL-V Game

Posted: Sat Apr 04, 2015 12:49 pm
by Gaberk
The Twenty-ninth Town of Odyssey Election

Re: The CTRL-V Game

Posted: Sat Apr 04, 2015 5:09 pm
by Amethystic
I was convicted that if I would not speak out against the killing of multitudes of children at the cost of virtually nothing, then how could I expect I would have spoken out against other historical injustices at the cost my life?

Re: The CTRL-V Game

Posted: Sun Apr 05, 2015 9:11 am
by Gaberk
"You hit the nail on the proverbial head."

Re: The CTRL-V Game

Posted: Sun Apr 05, 2015 1:19 pm
by Woody
Sir Robert: Nevertheless, that creature won't give up, Doctor, and we still don't possess an actual weapon!
The Doctor: Oh, your dad got all the brains, didn't he?
Rose Tyler: Being rude again!
The Doctor: Good, I meant that one. You want weapons? We're in a library! Books! The best weapons in the world! This room's the greatest arsenal we could have - arm yourselves!

Re: The CTRL-V Game

Posted: Sun Apr 05, 2015 2:01 pm
by Marvin D.
Full değil .nette de fulu yok maalesef. Bulan gören haber etsin hayrına

Re: The CTRL-V Game

Posted: Thu Apr 09, 2015 5:55 pm
by Gaberk

Re: The CTRL-V Game

Posted: Tue Apr 14, 2015 10:16 am
by Moontide
37,202

Re: The CTRL-V Game

Posted: Tue Apr 14, 2015 1:17 pm
by snubs
HAPPY BIRTHDAY TO

Re: The CTRL-V Game

Posted: Tue Apr 14, 2015 3:19 pm
by Gaberk
bit.ly/1CvzHkO

Re: The CTRL-V Game

Posted: Tue Apr 14, 2015 8:47 pm
by Woody
wvPEy <-- Dragon code.

Re: The CTRL-V Game

Posted: Tue Apr 14, 2015 8:55 pm
by Moontide
The Steps of City Hal

Re: The CTRL-V Game

Posted: Wed Apr 15, 2015 7:16 pm
by LIGHTNING
Supernatural Solar