Support Message Generator

Criminal Defense Law
Math Basics
English Basics
Science Basics
Defensive Driving, Seat Belts, Motorcycle Helmets
High Voltage, Electrical Safety
Drilling Clean Water Wells
Disaster Risk Reduction
United Nations Peacekeeping
Human Rights
Amnesty International
Forgiveness
Grace and Love
Reduced Controlling
Better Customer Service
Better Creative Problem Solving
Anger Management
Reducing Miscommunication
Time Management
Encouragement, Inspiration, Never Say Die!
Artist and Magnify Studio Support
Messages Less Heard and Comprehended to More Heard and Comprehended
Accessibility Support
Cancer and Hospital Medical Support
Dental Support
Dangers of Debt
Dangers of Numbers Not Respected
Dangers of Numbers and Inconsistent Data Respected Too Much

LisV-wcdBby-IncUBI-rmDthPen, BdSpLns-&Insp-anUnfMinority-WL2-Disaster

One line that says Life is Valuable, there is need for change, we can do Better, we can Improve by Increasing Universal Basic Income and Removing the Death Penalty. One that also says Bad Supply Lines and Inspiring an Underfunded Minority will lead to Disaster, has High Potential for Woe, will not lead to ideal future gains in society.

Working on my story outline generator I have that unique variety added early can give a lot of range and interesting to the content

Unique Interrupts could ideally be buzz worthy

System leaving my accounts in jeopardy maybe is popular for a short time to being less popular going forward

Volume of Content, Words available can be power. Have the potential to possibly obfuscate non ideally at times.

Nsdtp!

Never Say Die Throughput!

Free Java Starter Classes

package encouragement;

import java.util.ArrayList;
import java.util.Arrays;
import random.RandomUtil;

public class EncouragementUtil {
	private static ArrayList<String> encouragingPhrases;
	
	public static ArrayList<String> getEncouragingPhrases() {
		if (null != encouragingPhrases) {
			return encouragingPhrases;
		}
		
		String arrayOfEncouragingPhrases[] = { 
			"Never Say Die!", "You can do it!", "You will Prevail!", 
			"Nsdtp! Never Say Die Throughput!", "Small changes do add up",
			"Possible is Power", "Possible has yet to be defined",
			"There is hope in a New Day", "The future has yet to be written",
			"Initial conditions can mean a lot", "Encouragement Throughput has yet to be maximized",
			"Customer Experience and Quality can be Improved", "Don't forget an extra bottle of water can change a lot",
			"Past activation energy can be clear sailing", "Others do not get to claim ground on what you can and cannot do"
		};
		
		
		encouragingPhrases = new ArrayList<>(Arrays.asList(arrayOfEncouragingPhrases));
		
		return encouragingPhrases;
	}
	
	public static String getRandomEncouragingPhrase() {
		String encouragingPhrase = random.RandomUtil.getRandomElementInListOfStrings(getEncouragingPhrases());
		return encouragingPhrase;
	}
}
package main;

import java.io.IOException;
import java.util.logging.FileHandler;
import java.util.logging.Logger;

import encouragement.EncouragementUtil;
import random.RandomUtil;

public class Main {
	private static Logger logger = Logger.getLogger(Main.class.toString());
	
	public static void main(String[] args) {
		String filename = "encouragementNsdtp-"+System.nanoTime()+".txt";
		try {
			FileHandler fileHandler = new FileHandler("c:\\storyGenOutput\\"+filename, true);
			logger.addHandler(fileHandler);
		} catch (IOException e) {
			logger.severe("Exception enabling log file to be written to disk");
		}
		
		for (int i=0; i<1000; i++) {
			logger.info(RandomUtil.getRandomList(EncouragementUtil.getEncouragingPhrases(), 1000).toString());
		}
	}
}
package random;

import java.util.ArrayList;
import java.util.OptionalDouble;
import java.util.random.RandomGenerator;
import java.util.random.RandomGeneratorFactory;
import java.util.stream.DoubleStream;

public class RandomUtil {
	private static RandomGenerator randomGenerator = RandomGeneratorFactory.getDefault().create();
	public static ArrayList<String> getRandomList(ArrayList<String> listOfStrings, int size) {
		DoubleStream doubleStream = randomGenerator.doubles(size);
		
		ArrayList<String> randomList = new ArrayList<>();
		
		doubleStream.forEach((random) -> {
			int value = Double.valueOf(listOfStrings.size()*random).intValue();
			randomList.add(listOfStrings.get(value));
		});
		
		return randomList;
	}
	
	public static String getRandomElementInListOfStrings(ArrayList<String> listOfStrings) {
		DoubleStream doubleStream = randomGenerator.doubles(1);
		
		OptionalDouble random = doubleStream.findFirst();
		int value = Double.valueOf(listOfStrings.size()*random.getAsDouble()).intValue();
		String randomElementString = listOfStrings.get(value);		
		return randomElementString;		
	}
}

Generated close to a 35 MB file when I ran it

https://en.wikipedia.org/wiki/Megabyte

Win Wins for Encouragement and Comprehension Amplification

Negate is Zero Never Say Die Throughput! Nsdtp!

Help to fill up future Yottabyte PCIE Drives

Distinctly greater than zero levels of Never Say Die Throughput Detected, Nsdtp!

Juxtapores like blackhead removal?

Juxtaposizing Metaphoriphany Onomarony, going to let you in on a secret Buzz Snap, Buzz Buzz Buzz

How does Miscommunication happen? Systems that claim to amp less miscommunication amp reduced accessibility?

Theorize about how CEOs took bribes to turn off access?

Non null investment in non ideally hypothesizing

Never Say Die Throughput enabled potential for reminders to the world every 5 years after I die if they don’t enable my accounts?

People with health problems being robbed of access to networks, if I were God and saw that

Published by techinfodebug

Flex and Java Developer, Christian, Art, Music, Video, and Vlogging

Leave a comment