package goddrinksjava; /** * The program GodDrinksJava implements an application that * creates an empty simulated world with no meaning or purpose. * * @author momocashew * *IS IT REALLY YOU? YOUR FLESH? YOUR BLOOD? * *HHow does it feel. Compute. Compute. Compute. */ public class GodDrinksJava { public static void main(String[] args) { Thing me = new Lovable("Me", 0, true, -1, false); Thing you = new Lovable("You", 0, false, -1, false); World world = new World(5); world.addThing(me); world.addThing(you); world.startSimulation(); if (me instanceof PointSet) { you.addAttribute(me.getDimensions().toAttribute()); me.resetDimensions(); } if (me instanceof Circle) { you.addAttribute(me.getCircumference().toAttribute()); me.resetCircumference(); } if (me instanceof SineWave) { you.addAction("sit", me.getTangent(you.getXPosition())); } if (me instanceof Sequence) { me.setLimit(you.toLimit()); } me.toggleCurrent(); me.canSee(false); me.addFeeling("dizzy"); world.timeTravelForTwo("AD", 617, me, you); world.timeTravelForTwo("BC", 3691, me, you); world.unite(me, you); if (me.getNumStimulationsAvailable() >= you.getNumStimulationsNeeded()) { you.setSatisfaction(me.toSatisfaction()); } if (you.getFeelingIndex("happy") != -1) { me.requestExecution(world); } world.lockThing(me); world.lockThing(you); if (me instanceof Eggplant) { you.addAttribute(me.getNutrients().toAttribute()); me.resetNutrients(); } if (me instanceof Tomato) { you.addAttribute(me.getAntioxidants().toAttribute()); me.resetAntioxidants(); } if (me instanceof TabbyCat) { me.purr(); } if (world.getGod().equals(me)) { me.setProof(you.toProof()); } me.toggleGender(); world.procreate(me, you); me.toggleRoleBDSM(); world.makeHigh(me); world.makeHigh(you); if (me.getSenseIndex("vibration")) { me.addFeeling("complete"); } world.unlock(you); world.removeThing(you); me.lookFor(you, world); me.lookFor(you, world); me.lookFor(you, world); me.lookFor(you, world); me.lookFor(you, world); if (me.getMemory().isErasable()) { me.removeFeeling("disheartened"); } try { me.setOpinion(me.getOpinionIndex("you are here"), false); } catch (IllegalArgumentException e) { world.announce("God is always true."); } world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.announce("1", "de"); world.announce("2", "es"); world.announce("3", "fr"); world.announce("4", "kr"); world.announce("5", "se"); world.announce("6", "cn"); world.runExecution(); if (world.isExecutableBy(me)) { you.setExecution(me.toExecution()); } if (world.getThingIndex(you) != -1) { world.runExecution(); } me.escape(world); me.learnTopic("love"); me.takeExamTopic("love"); me.getAlgebraicExpression("love"); me.escape("love"); world.execute(me); } }package goddrinksjava; /** * The program GodDrinksJava implements an application that * creates an empty simulated world with no meaning or purpose. * * @author momocashew * @lyrics hibiyasleep */ // Switch on the power line // Remember to put on // PROTECTION public class GodDrinksJava { // Lay down your pieces // And let's begin // OBJECT CREATION public static void main(String[] args) { // Fill in my data // parameters // INITIALIZATION Thing me = new Lovable("Me", 0, true, -1, false); Thing you = new Lovable("You", 0, false, -1, false); // Set up our new world World world = new World(5); world.addThing(me); world.addThing(you); // And let's begin the // SIMULATION world.startSimulation(); // Though you have left world.unlock(you); world.removeThing(you); // You have left me.lookFor(you, world); // You have left me.lookFor(you, world); // You have left me.lookFor(you, world); // You have left me.lookFor(you, world); // You have left me in me.lookFor(you, world); // ISOLATION // If I can // If I can erase all the pointless // FRAGMENTS if(me.getMemory().isErasable()){ // Then maybe // Then maybe you won't leave me so // DISHEARTENED me.removeFeeling("disheartened"); } // Challenging your god try{ me.setOpinion(me.getOpinionIndex("you are here"), false); } // You have made some catch(IllegalArgumentException e){ // ILLEGAL ARGUMENTS world.announce("God is always true."); } // EXECUTION world.runExecution(); // EXECUTION world.runExecution(); // EXECUTION world.runExecution(); // EXECUTION world.runExecution(); // EXECUTION world.runExecution(); // EXECUTION world.runExecution(); // EXECUTION world.runExecution(); // EXECUTION world.runExecution(); // EXECUTION world.runExecution(); // EXECUTION world.runExecution(); // EXECUTION world.runExecution(); // EXECUTION world.runExecution(); // EIN world.announce("1", "de"); // ein; German // DOS world.announce("2", "es"); // dos; Español // TROIS world.announce("3", "fr"); // trois; French // NE world.announce("4", "kr"); // 넷; Korean // FEM world.announce("5", "se"); // fem; Swedish // LIU world.announce("6", "cn"); // 六; Chinese // EXECUTION world.runExecution(); // If I can // If I can give them all the // EXECUTION if(world.isExecutableBy(me)){ // Then I can // Then I can be your only // EXECUTION you.setExecution(me.toExecution()); } // If I can have you back if(world.getThingIndex(you) != -1){ // I will run the // EXECUTION world.runExecution(); } // Though we are trapped // We are trapped, ah me.escape(world); // I've studied // I've studied how to properly // LO-O-OVE me.learnTopic("love"); // Question me // Question me, I can answer all // LO-O-OVE me.takeExamTopic("love"); // I know the // algebraic expression of // LO-O-OVE me.getAlbegraicExpression("love"); // Though you are free // I am trapped, trapped in // LO-O-OVE me.escape("love"); // EXECUTION world.execute(me); } if (me instanceof Circle) { you.addAttribute(me.getCircumference().toAttribute()); me.resetCircumference(); } if (me instanceof SineWave) { you.addAction("sit", me.getTangent(you.getXPosition())); } if (me instanceof Sequence) { me.setLimit(you.toLimit()); } me.toggleCurrent(); me.canSee(false); me.addFeeling("dizzy"); world.timeTravelForTwo("AD", 617, me, you); world.timeTravelForTwo("BC", 3691, me, you); world.unite(me, you); if (me.getNumStimulationsAvailable() >= you.getNumStimulationsNeeded()) { you.setSatisfaction(me.toSatisfaction()); } if (you.getFeelingIndex("happy") != -1) { me.requestExecution(world); } world.lockThing(me); world.lockThing(you); if (me instanceof Eggplant) { you.addAttribute(me.getNutrients().toAttribute()); me.resetNutrients(); } if (me instanceof Tomato) { you.addAttribute(me.getAntioxidants().toAttribute()); me.resetAntioxidants(); } if (me instanceof TabbyCat) { me.purr(); } if (world.getGod().equals(me)) { me.setProof(you.toProof()); } me.toggleGender(); world.procreate(me, you); me.toggleRoleBDSM(); world.makeHigh(me); world.makeHigh(you); if (me.getSenseIndex("vibration")) { me.addFeeling("complete"); } world.unlock(you); world.removeThing(you); me.lookFor(you, world); me.lookFor(you, world); me.lookFor(you, world); me.lookFor(you, world); me.lookFor(you, world); if (me.getMemory().isErasable()) { me.removeFeeling("disheartened"); } try { me.setOpinion(me.getOpinionIndex("you are here"), false); } catch (IllegalArgumentException e) { world.announce("God is always true."); } world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.announce("1", "de"); world.announce("2", "es"); world.announce("3", "fr"); world.announce("4", "kr"); world.announce("5", "se"); world.announce("6", "cn"); world.runExecution(); if (world.isExecutableBy(me)) { you.setExecution(me.toExecution()); } if (world.getThingIndex(you) != -1) { world.runExecution(); } me.escape(world); me.learnTopic("love"); me.takeExamTopic("love"); me.getAlgebraicExpression("love"); me.escape("love"); world.execute(me); } }package goddrinksjava; /** * The program GodDrinksJava implements an application that * creates an empty simulated world with no meaning or purpose. * * @author momocashew * @lyrics hibiyasleep */ // Switch on the power line // Remember to put on // PROTECTION public class GodDrinksJava { // Lay down your pieces // And let's begin // OBJECT CREATION public static void main(String[] args) { // Fill in my data // parameters // INITIALIZATION Thing me = new Lovable("Me", 0, true, -1, false); Thing you = new Lovable("You", 0, false, -1, false); // Set up our new world World world = new World(5); world.addThing(me); world.addThing(you); // And let's begin the // SIMULATION world.startSimulation(); // Though you have left world.unlock(you); world.removeThing(you); // You have left me.lookFor(you, world); // You have left me.lookFor(you, world); // You have left me.lookFor(you, world); // You have left me.lookFor(you, world); // You have left me in me.lookFor(you, world); // ISOLATION // If I can // If I can erase all the pointless // FRAGMENTS if(me.getMemory().isErasable()){ // Then maybe // Then maybe you won't leave me so // DISHEARTENED me.removeFeeling("disheartened"); world.announce("1", "de"); // ein; German // DOS world.announce("2", "es"); // dos; Español // TROIS world.announce("3", "fr"); // trois; French // NE world.announce("4", "kr"); // 넷; Korean // FEM world.announce("5", "se"); // fem; Swedish // LIU world.announce("6", "cn"); // 六; Chinese // EXECUTION world.runExecution(); // If I can // If I can give them all the // EXECUTION if(world.isExecutableBy(me)){ // Then I can // Then I can be your only // EXECUTION you.setExecution(me.toExecution()); } // If I can have you back if(world.getThingIndex(you) != -1){ // I will run the // EXECUTION world.runExecution(); } } public static void main(String[] args) { Thing me = new Lovable("Me", 0, true, -1, false); Thing you = new Lovable("You", 0, false, -1, false); World world = new World(5); world.addThing(me); world.addThing(you); world.startSimulation(); if (me instanceof PointSet) { you.addAttribute(me.getDimensions().toAttribute()); me.resetDimensions(); } if (me instanceof Circle) { you.addAttribute(me.getCircumference().toAttribute()); me.resetCircumference(); } if (me instanceof SineWave) { you.addAction("sit", me.getTangent(you.getXPosition())); } if (me instanceof Sequence) { me.setLimit(you.toLimit()); } me.toggleCurrent(); me.canSee(false); me.addFeeling("dizzy"); world.timeTravelForTwo("AD", 617, me, you); world.timeTravelForTwo("BC", 3691, me, you); world.unite(me, you); if (me.getNumStimulationsAvailable() >= you.getNumStimulationsNeeded()) { you.setSatisfaction(me.toSatisfaction()); } if (you.getFeelingIndex("happy") != -1) { me.requestExecution(world); } world.lockThing(me); world.lockThing(you); if (me instanceof Eggplant) { you.addAttribute(me.getNutrients().toAttribute()); me.resetNutrients(); } if (me instanceof Tomato) { you.addAttribute(me.getAntioxidants().toAttribute()); me.resetAntioxidants(); } if (me instanceof TabbyCat) { me.purr(); } if (world.getGod().equals(me)) { me.setProof(you.toProof()); } me.toggleGender(); world.procreate(me, you); me.toggleRoleBDSM(); world.makeHigh(me); world.makeHigh(you); if (me.getSenseIndex("vibration")) { me.addFeeling("complete"); } world.unlock(you); world.removeThing(you); me.lookFor(you, world); me.lookFor(you, world); me.lookFor(you, world); me.lookFor(you, world); me.lookFor(you, world); if (me.getMemory().isErasable()) { me.removeFeeling("disheartened"); } try { me.setOpinion(me.getOpinionIndex("you are here"), false); } catch (IllegalArgumentException e) { world.announce("God is always true."); } world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.announce("1", "de"); world.announce("2", "es"); world.announce("3", "fr"); world.announce("4", "kr"); world.announce("5", "se"); world.announce("6", "cn"); world.runExecution(); if (world.isExecutableBy(me)) { you.setExecution(me.toExecution()); } if (world.getThingIndex(you) != -1) { world.runExecution(); } me.escape(world); me.learnTopic("love"); me.takeExamTopic("love"); me.getAlgebraicExpression("love"); me.escape("love"); world.execute(me); } }package goddrinksjava; /** * The program GodDrinksJava implements an application that * creates an empty simulated world with no meaning or purpose. * * @author momocashew * @lyrics hibiyasleep */ // Switch on the power line // Remember to put on // PROTECTION public class GodDrinksJava { // Lay down your pieces // And let's begin // OBJECT CREATION public static void main(String[] args) { // Fill in my data // parameters // INITIALIZATION Thing me = new Lovable("Me", 0, true, -1, false); Thing you = new Lovable("You", 0, false, -1, false); // Set up our new world World world = new World(5); world.addThing(me); world.addThing(you); // And let's begin the // SIMULATION world.startSimulation(); // Though you have left world.unlock(you); world.removeThing(you); // You have left me.lookFor(you, world); // You have left me.lookFor(you, world); // You have left me.lookFor(you, world); // You have left me.lookFor(you, world); // You have left me in me.lookFor(you, world); // ISOLATION } // If I can have you back if(world.getThingIndex(you) != -1){ // I will run the // EXECUTION world.runExecution(); } // Though we are trapped // We are trapped, ah me.escape(world); // I've studied // I've studied how to properly // LO-O-OVE me.learnTopic("love"); // Question me // Question me, I can answer all // LO-O-OVE me.takeExamTopic("love"); // I know the // algebraic expression of // LO-O-OVE me.getAlbegraicExpression("love"); // Though you are free // I am trapped, trapped in // LO-O-OVE me.escape("love"); // EXECUTION world.execute(me); } if (me instanceof Circle) { you.addAttribute(me.getCircumference().toAttribute()); me.resetCircumference(); } if (me instanceof SineWave) { you.addAction("sit", me.getTangent(you.getXPosition())); } if (me instanceof Sequence) { me.setLimit(you.toLimit()); } me.toggleCurrent(); me.canSee(false); me.addFeeling("dizzy"); world.timeTravelForTwo("AD", 617, me, you); world.timeTravelForTwo("BC", 3691, me, you); world.unite(me, you); if (me.getNumStimulationsAvailable() >= you.getNumStimulationsNeeded()) { you.setSatisfaction(me.toSatisfaction()); } if (you.getFeelingIndex("happy") != -1) { me.requestExecution(world); } world.lockThing(me); world.lockThing(you); if (me instanceof Eggplant) { you.addAttribute(me.getNutrients().toAttribute()); me.resetNutrients(); } if (me instanceof Tomato) { you.addAttribute(me.getAntioxidants().toAttribute()); me.resetAntioxidants(); } if (me instanceof TabbyCat) { me.purr(); } if (world.getGod().equals(me)) { me.setProof(you.toProof()); } me.toggleGender(); world.procreate(me, you); me.toggleRoleBDSM(); world.makeHigh(me); world.makeHigh(you); if (me.getSenseIndex("vibration")) { me.addFeeling("complete"); } world.unlock(you); world.removeThing(you); me.lookFor(you, world); me.lookFor(you, world); me.lookFor(you, world); me.lookFor(you, world); me.lookFor(you, world); if (me.getMemory().isErasable()) { me.removeFeeling("disheartened"); } try { me.setOpinion(me.getOpinionIndex("you are here"), false); } catch (IllegalArgumentException e) { world.announce("God is always true."); } world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.announce("1", "de"); world.announce("2", "es"); world.announce("3", "fr"); world.announce("4", "kr"); world.announce("5", "se"); world.announce("6", "cn"); world.runExecution(); if (world.isExecutableBy(me)) { you.setExecution(me.toExecution()); } if (world.getThingIndex(you) != -1) { world.runExecution(); } me.escape(world); me.learnTopic("love"); me.takeExamTopic("love"); me.getAlgebraicExpression("love"); me.escape("love"); world.execute(me); }

MISH DHE GJAK

damir 19 no pronouns
horror, video games, animanga, monsters, furries, mecha, and oc's

MEKATAR DHE SHENJT