Multiple ethical theories espouse the reasons for and the meaning of the study o

Multiple ethical theories espouse the reasons for and the meaning of the study of ethics. Much of philosophy is seen by the public as either difficult to understand or impossible to comprehend. The required textbook chapters and the Morality (Links to an external site.) article explore several ethical theories in depth (Lykan, 2001). In this discussion post, evaluate the value of any one of the ethical theories examined thus far in the course, and explain the actions it would take by all individuals to put the theory into action. List the positives and negatives for society by following this ethical theory

The post Multiple ethical theories espouse the reasons for and the meaning of the study o appeared first on homework handlers.

Imagine what it would be like to stand in front of a room full of your colleague

Imagine what it would be like to stand in front of a room full of your colleagues and present a research study you designed. While you will not go quite that far in this course, you will create a brief presentation that could be used for such an occasion.  
Submit your presentation using information from your final paper. I have uploaded the final paper you did along with teacher comments
To complete this assignment, review the Final Project Part II Guidelines and Rubric document. I have uploaded below

The post Imagine what it would be like to stand in front of a room full of your colleague appeared first on homework handlers.

Use Docker Go SDK to implement basic docker run command dkr with a timeout optio

Use Docker Go SDK to implement basic docker run command dkr with a timeout option to force kill long running container. Images should be pulled if not available locally. For e.g.
1) dkr run -k 5 alpine:latest sleep 10 # should start container and kill after 5 sec
2) dkr run alpine:latest sleep 10 # should execute for 10 sec
Implement a task scheduler, which given a list of tasks executes both serially and concurrently. For example:
1. Execute task t1, t2, t3, t4 concurrent 
2. wait for them to complete 
3. Then execute t5,t6,t7 concurrent
4. wait for them to complete 
5. Then execute t8,
6. wait for them to complete 
7. Then execute t9
Define the tasks structure that can be used as an input.
After executing all tasks, print the list of task IDs and their start/return times.
Task structure would be something like 
type Task struct {
ID string
}
// Run prints the Task ID, sleeps for few random milliseconds 
// and returns the completion time
func (t * Task) Run() time.Time
Implement an HTTP service which accepts incoming requests and assigns the request to 1 of 3 buckets (A, B or C) based on the given distribution. Write a unit test to verify your solution.
E.g. If the server is configured with a distribution of 10%, 20%, and 70%, then out of 1000 incoming requests, responses should be A (100 times), B (200 times) and C (700 times). Approximation is acceptable.

The post Use Docker Go SDK to implement basic docker run command dkr with a timeout optio appeared first on homework handlers.

Discuss in five hundred words or more a situation at work where you felt you had

Discuss in five hundred words or more a situation at work where you felt you had to consider the ethics of something you were being asked to do. 
Use at least three sources. Include at least 3 quotes from your sources enclosed in quotation marks and cited in-line by reference to your reference list.  Example: “words you copied” (citation) These quotes should be one full sentence not altered or paraphrased. Cite your sources using APA format. Use the quotes in your paragaphs.
Copying without attribution or the use of spinbot or other word substitution software will result in a grade of 0. 
Write in essay format not in bulleted, numbered or other list format. 
Do not use attachments as a submission. 
Reply to two classmates’ posting in a paragraph of at least five sentences by asking questions, reflecting on your own experience, challenging assumptions, pointing out something new you learned, offering suggestions. These peer responses are not ‘attaboys’.   You should make your initial post by Thursday evening so your classmates have an opportunity to respond before Sunday.at midnight when all three posts are due. 
It is important that you use your own words, that you cite your sources, that you comply with the instructions regarding length of your post and that you reply to two classmates in a substantive way (not ‘nice post’ or the like).  Your goal is to help your colleagues write better. Do not use spinbot or other word replacement software. It usually results in nonsense and is not a good way to learn anything. . I will not spend a lot of my time trying to decipher nonsense. Proof read your work or have it edited. Find something interesting and/or relevant to your work to write about.  Please do not submit attachments unless requested.

The post Discuss in five hundred words or more a situation at work where you felt you had appeared first on homework handlers.