package AXJava;
import LivinGrimoire.Algorithm;
import java.util.ArrayList;
import java.util.Random;
// (*)Algorithm Dispensers
public class AlgDispenser {
// super class to output an algorithm out of a selection of algorithms
private ArrayList<Algorithm> algs = new...
package AXJava;
import java.util.ArrayList;
import java.util.Random;
public class DrawRnd {
// draw a random element than take said element out
private ArrayList<String> strings = new ArrayList<>();
private Random rand = new Random();
public DrawRnd(String... values) {...
package AXJava;
public class Cycler {
// cycles through numbers limit to 0 non-stop
private int cycler = 0;
private int limit;
public Cycler(int limit) {
super();
this.limit = limit;
cycler = limit;
}
public int getLimit() {
return...
public class CountDownGate {
private int cycler = 0;
private int limit;
public CountDownGate(int limit) {
super();
this.limit = limit;
cycler = limit;
}
public int getLimit() {
return limit;
}
public void setLimit(int limit) {...
package AXJava;
import java.util.Hashtable;
public class Catche {
private Hashtable<String,String> dic1 = new Hashtable<>();
private int limit = 3;
public void setLimit(int limit) {
this.limit = limit;
}
public int getLimit() {
return limit;
}...
OJ/or better yet clementine with pulp :s42:
gradded apple + 1 spoon honey + pumpkin spice
1 small cup of flower (120 gr)
.25 cup sunflower oil (30 ml)
oil a mold
preheat oven while it is open
3 eggs whip with flower till fluffy (can separate eggs 1st for extra fluff)
add baking powder
add oil...