Tuesday, October 22, 2019

Free Essays on Same Sex Marriages From Moral And Spiritual Views

Same sex marriages from moral and spiritual views Although homosexual relationships have been going on since the beginning of time, the issue of same sex marriages is a relatively new topic of popular culture. The reasoning behind the push of this issue, one may conclude, is the evermore â€Å"liberal† stance of modern society. Currently, only one man and one woman can be joined in matrimony and have their marriage recognized by the state, except for residents of Massachusetts who successfully won a court battle for the right to get married. Same-sex couples were able to obtain marriage licenses in San Francisco, CA, and in several towns in New Mexico and New York for a short period in 2004. However, none of these people were able to register their marriages legally. There are places around the world that the idea of same sex marriages has been made legal. Most providences of Canada, for example, now allow same sex marriages and are seen as legally binding relationships. Other countries are close behind and will probably end up accepting the issue within a couple of years. The idea of same sex marriages is morally, ethically, and spiritually wrong. The definition of marriage is the union between one man and one woman, and changing this in any way totally demoralizes the very basis of the act itself. Some may disagree with this way of thinking, arguing that same sex marriage is a personal issue that does not, and will not affect anyone except the persons involved in the relationship. They may believe that it is a basic human right and choice of marriage partners should in no way be regulated by government. These same people may believe that every â€Å"sexual orientation† is essentially like every other, and relationships involving any and all â€Å"sexual orientations† shoul... Free Essays on Same Sex Marriages From Moral And Spiritual Views Free Essays on Same Sex Marriages From Moral And Spiritual Views Same sex marriages from moral and spiritual views Although homosexual relationships have been going on since the beginning of time, the issue of same sex marriages is a relatively new topic of popular culture. The reasoning behind the push of this issue, one may conclude, is the evermore â€Å"liberal† stance of modern society. Currently, only one man and one woman can be joined in matrimony and have their marriage recognized by the state, except for residents of Massachusetts who successfully won a court battle for the right to get married. Same-sex couples were able to obtain marriage licenses in San Francisco, CA, and in several towns in New Mexico and New York for a short period in 2004. However, none of these people were able to register their marriages legally. There are places around the world that the idea of same sex marriages has been made legal. Most providences of Canada, for example, now allow same sex marriages and are seen as legally binding relationships. Other countries are close behind and will probably end up accepting the issue within a couple of years. The idea of same sex marriages is morally, ethically, and spiritually wrong. The definition of marriage is the union between one man and one woman, and changing this in any way totally demoralizes the very basis of the act itself. Some may disagree with this way of thinking, arguing that same sex marriage is a personal issue that does not, and will not affect anyone except the persons involved in the relationship. They may believe that it is a basic human right and choice of marriage partners should in no way be regulated by government. These same people may believe that every â€Å"sexual orientation† is essentially like every other, and relationships involving any and all â€Å"sexual orientations† shoul...

Monday, October 21, 2019

Using Shelve to Save Objects in Python

Using Shelve to Save Objects in Python Shelve is a  powerful Python module for object persistence. When you shelve an object, you must assign a key by which the object value is known. In this way, the shelve file becomes a database of stored values, any of which can be accessed at any time. Sample Code for Shelve in Python To shelve an object,  first import the module and then assign the object value as follows: import shelve database shelve.open(filename.suffix) object Object() database[key] object If you  want to keep a database of stocks, for example, you could adapt the following code: import shelve stockvalues_db shelve.open(stockvalues.db) object_ibm Values.ibm() stockvalues_db[ibm] object_ibm object_vmw Values.vmw() stockvalues_db[vmw] object_vmw object_db Values.db() stockvalues_db[db] object_db A stock values.db is already opened, you dont  need to open it again. Rather, you can open multiple databases at a time, write to each at will, and leave Python to close them when the program terminates. You could, for example, keep a separate database of names for each symbol, appending the following to the preceding code: ## assuming shelve is already imported stocknames_db shelve.open(stocknames.db) objectname_ibm Names.ibm() stocknames_db[ibm] objectname_ibm objectname_vmw Names.vmw() stocknames_db[vmw] objectname_vmw objectname_db Names.db() stocknames_db[db] objectname_db Note that any change in the name or suffix of the database file constitutes a different file and, therefore, a different database. The result is a second database file containing the given values. Unlike most files written in self-styled formats, shelved databases are saved in binary form. After the data is written to the file, it can be recalled at any time. If you want to restore the data in a later session, you re-open the file. If it is the same session, simply recall the value; shelve database files are opened in read-write mode. The following is the basic syntax for achieving this: import shelve database shelve.open(filename.suffix) object database[key] So a sample from the  preceding example would read: import shelve stockname_file shelve.open(stocknames.db) stockname_ibm stockname_file[ibm] stockname_db stockname_file[db] Considerations With Shelve It is  important to note that the database remains open until you close it (or until the program terminates). Therefore, if you are writing a program of any size, you want to close the database after working with it. Otherwise, the entire database (not just the value you want) sits in memory and consumes computing resources. To close a shelve file, use the following syntax: database.close() If all of the code examples above were incorporated into one program, we would have two database files open and consuming memory  at this point. So, after having read the stock names in the previous example, you could then close each database in turn as follows: stockvalues_db.close() stocknames_db.close() stockname_file.close()

Sunday, October 20, 2019

An Explanation of Buffering in C++

An Explanation of Buffering in C++ Buffer is a generic term  that refers to a block of computer memory that serves as a temporary placeholder. You might encounter the term in your computer, which uses RAM as a buffer, or in video streaming where a section of the movie you are streaming downloads to your device to stay ahead of your viewing. Computer programmers use buffers as well. Data Buffers in Programming In computer programming, data can be placed  in a software buffer before it is processed. Because writing data to a buffer is much faster than a direct operation, using a buffer while programming in C and C makes a lot of sense and speeds up the calculation process. Buffers come in handy when a difference exists between the rate data is received and the rate it is processed.   Buffer vs. Cache A buffer is temporary storage of data that is on its way to other media or storage of data that can be modified non-sequentially before it is read sequentially. It attempts to reduce the difference between input speed and output speed. A cache also acts as a buffer, but it stores  data that  is expected to be read several times to reduce the need to access slower storage.   How to Create a Buffer in C++ Usually, when you open a file, a buffer is created. When you close the file, the buffer is flushed. When working in C, you can create a buffer by allocating  memory in this manner: char* buffer new char[length]; When you want to free up the memory allocated to a buffer, you do so like this: delete[ ] buffer; Note: If your system is low on memory, the benefits of buffering suffer. At this point, you have to find a balance between the size of a buffer and the available memory of your computer.

Saturday, October 19, 2019

The importance of derived demand in B2B marketing Essay

The importance of derived demand in B2B marketing - Essay Example In terms of technology, the company has established the need of aligning the company with emerging technologies. Additionally, the company considers Loyalty of each client paramount and in doing this, looks for ways how to be loyal to customers. The report explores much on marketing strategies that helps organization to concentrate on the greatest opportunities to increase their earnings and attain a sustainable competitive advantage. Many companies adopt the need of having marketing strategies in running their businesses centered on shopper, consumer and retailer need. Due to stiff competition, the company has taken a lot of time to evaluate opportunities that would enhance success. The purpose of this has been to evaluate companies of the same nature and assemble them to offset the marketing program. The company has established that it is from consumer’s needs that their productivity is informed and achieves a notable growth. Introduction Business to Business popularly known as B2B is a commercial transaction that occurs between two businesses as in the example of a manufacturer and a wholesaler (Block & Block, 2005) . The term was coined with the main purpose being to differentiate between electronic communication that was taking place between businesses and consumers. The term has been used mostly to describe the business transactions that take place between two businesses in an online scenario. Therefore, B2B marketing mostly involves sending and receiving mails plus other activities that take place in the online environment. This report seeks to explore the concept of derived demand and B2B marketing. Objectives The main objectives of this paper are to find out how a company (SolidWorks in this case) that is involved in B2B marketing: 1. Estimates derived demands 2. Evaluates business segmentation opportunities 3. Develops a new channel strategy that is aligned to one business segment About SolidWorks SolidWorks is a software engineering (CAD softw ares) which mostly sold to mechanical engineers (Brennan, 2011). The company engages so much in marketing activities by use of links that lead people to their site where they have advertised their products. Derived Demand and B2B marketing Derived demand in marketing term can be defined as the requirement that comes up as a result of purchasing another product. This mostly occurs in cases where the consumer has bought the product with the main purpose being to use it for purposes of production (Bruhn, 2003). The main reason for this is that the purchase of these products is normally due to desire to have their final products. In the case of the software manufacturing company Solidworks, there are a number of ways in which it determines the derived demand in which it decides to respond. All the demand in B2B chain are as result demands that are made somewhere by the consumer. SolidWorks being a software development company relies on engineers who want to design either bridges, houses or other building designs that the consumer has demanded for (Christopher & Ballantyne, 2002). However, the value chain is still incomplete because the consumer sought the services of the mechanical engineer and the engineer sought the service of a software developer who in turn sought the service of the person who developed the programming language. The position that the company is in the chain of value addition determines the contact that it has with the consumer (Bernadson & Toole, 2007). The

Friday, October 18, 2019

Auditing Essay Example | Topics and Well Written Essays - 1000 words

Auditing - Essay Example These occurrences are known as subsequent events.1 There are two types of subsequent events which an external auditor must evaluate: Firstly, the auditors must consider those evidences which involved conditions with respect to those that existed at the date of the balance sheet and it would affect the financial statements. All the information that is achieved prior to the issuance of the financial statements should be taken into consideration. The second types of event are those events that did not existed even at the time of balance sheet. Some of these types of events are such that disclosing this information would save the financial statements form being misleading. The effects of the subsequent events can be seen in the assets such as receivables and inventories or in the estimation of liabilities because these kinds of events represent the functionalities which exist over a long period of time.2 After the balance sheet date is over, there is a time period when the auditors are c oncerned about completing their different phase of audits. This time period is known as subsequent period and this period extends till the date of the auditor's report. This period may vary from time to time depending on the situations. In addition to the main duties, it is also the task of the external auditor to conduct other auditing procedures and require adjusting and disclosing the essential financial events and occurrences so as to present a completely transparent report, according to the stated accounting principles.3 Solutions Further Audit Evidences This study is on the Platinum Pokie Club in Western Australia. The evidences in the subsequent period are giving for the external audit firm to analyze their outcomes. Audit evidences are basically the information that auditors use for arriving at a conclusion. Auditors do not examine all the information given because generally many of the information are cumulative in nature that is they occur over a long period of time and ma y sometimes be analyzed after the date of balance sheet during the subsequent period. Audit evidences are more reliable when they are receiving from external sources that are unbiased. The evidences acquired directly by the auditor are more authentic that information received indirectly. Moreover, information available in a documented form is trusted more than verbally transmitted information.4 The financial controller of the club reported on 5th august, before the auditor’s report, that Mr. Tan, the general manager has made fraudulent expenses claims of $ 40000 over 5 years. The profit and loss account for the five years during which Mr. Tan was working in the club should be properly analyzed. All the evidences supporting all the expenditures should be received and then estimate the actual amount of fraud expenditures. Moreover, the account details of Mr. Tan can be collected with the help of police authorities to see his bank balances. In the second evidence we see Ms. Pete rs taking legal action against the company and claiming medication and damage charge from the club. For this kind of even, solicitor's advice can be taken, so as to see the likelihood of the customer winning the case and estimate the costs that they would be incurring. The financial controller informed on 18th of August about some serious fire that occurred during a football celebration. For this the insurance money has already been received. But the problem is that the bistro and bar would remain close

Journal Essay Example | Topics and Well Written Essays - 250 words - 69

Journal - Essay Example I forgot how to properly communicate with my friends, and in the sense, forgot to properly live in the community. Facebook and other forms of social media has influenced me to become less participative in the community. I have forgotten that laughing with friends is very different than just typing "LOL" or putting a smiley on the board. I did not realize this, until I read Kingsolvers speech. And as much as I hate to admit it, she was right. At this point, my reflection is beyond just the meaning of the speech. I believe I have to adjust my way of life and prevent myself from becoming one of those people who have forgotten to associate in the community. Now, Facebook or Skype I think, were designed to help us communicate with people who are thousand miles away from us, not those near us physically. I intend to keep that thinking in me. Maybe I should start trying to minimize chatting with my friends through SMS or over the phone, and be with them physically, to laugh with them and talk with them than working my fingers out typing in my laptops keyboard. Kingsolver spoke of hope, of building dreams with it, of putting it in ones life. I could not agree with her more, and I will try to live in that community that she portrayed. One that does not hesitate when asked at gunpoint, and I intent to be one who will always choose

Thursday, October 17, 2019

Engreeing desing Essay Example | Topics and Well Written Essays - 2500 words

Engreeing desing - Essay Example Safe escape route are provided in all points of a building and directs people to a safe place without any assistance from the fire fighting team or from the people outside. The most important reason for performing fire test is to determine whether or not the fire suppression system meets the minimum requirement as set by different building codes and legislation. Tests are done by companies holding international accreditation and certification It is important to perform more than one experiment to actually proof that the installed product will not fail in times of fire. Conducting of one experiment may give conflicting results that may indicate that the product is ok but another test may reveal the fire fighting product will not work. This is the process by which the fire rapidly spreads or climbs up an inclined surface. The trench effects are caused by the flash over concept and the Coanda effect. The flash over effects is a condition that occurs when a fire spreads on a surface rapidly due to the surface emitting flammable gases hot enough to ignite themselves. The Coanda effect is the tendency of fast moving stream of air to deflect towards the surface nearby it. This is because the fast moving streams of air tend to experience a decrease in static pressure that creates a pressure difference between the areas far from the wall as well as the wall itself The flammability limit gives the proportion of combustible gases in a mixture between which the mixture is flammable. The flammability limit is also referred to as the explosive limit. There are two extremes defined by the lower flammable limit and the upper flammable limit. The highest flammable limit: this limit describes the richest flammable mixture. Adjustment is done to the flammable gases mixture to either increase the lowest flammable mixture or reduce the highest flammable mixture. Inert gas are used for flammability