A joke is something that is said, written, or done to cause amusement or laughter. It could be a short piece or a long narrative joke, but either way it ends in a punchline, where the joke contains a second conflicting meaning. Sometimes when we read a joke, we understand it directly and fully, but this is not always the case. When a writer writes a joke, he intends to manipulate the reader in a way that the reader doesn’t get the joke at once. He does that by using pun on words or any other word play. We, as listeners to the joke, try to get the message depending mostly on the tone of the voice, in addition to other factors concerning vocabulary and grammar. But as readers of the joke, we need more other factors in order to get to the intended meaning of the joke. One of these important factors is punctuation. Punctuation is the use of certain signs which help understand a piece of writing. It is used to create clarity, sense, and stress in contexts, because using the correct punctuation helps us to convey our thoughts as we intend them to. So is the use of punctuation marks in writing a joke is essential in order to understand it? Or is it just helpful sometimes? What happens if the writer doesn’t use punctuation marks when writing the joke? Would this affect us in getting the meaning of the joke? In this study we try to answer these rising questions.
This study examines the effect of colonialism on Caribbean society during the colonial period. Through normalization, the British colonial power diminished Caribbean identity and planted a new hybrid identity. Discipline institutions and surveillance techniques had a vital role in normalizing Caribbean society. Caribbean authors have adopted this notion of normalization to represent the reality of colonialism and its consequences. George Lamming, one of the Caribbean political activist and influential novelist in his novel In the Castle of My Skin (1953), reflects normalization as theorized by Michael Foucault. Lamming depicts the story of villagers and their life under colonial domination. Through discipline institution, like school, colo
... Show MoreZernike Moments has been popularly used in many shape-based image retrieval studies due to its powerful shape representation. However its strength and weaknesses have not been clearly highlighted in the previous studies. Thus, its powerful shape representation could not be fully utilized. In this paper, a method to fully capture the shape representation properties of Zernike Moments is implemented and tested on a single object for binary and grey level images. The proposed method works by determining the boundary of the shape object and then resizing the object shape to the boundary of the image. Three case studies were made. Case 1 is the Zernike Moments implementation on the original shape object image. In Case 2, the centroid of the s
... Show MoreWhen the drawdown pressure amounts to a value below the dew point pressure, a minor droplet of condensate is shaped and accumulated in the close area of wellbore. As the accumulation happens, the saturation of the liquid will grow and a reduction in gas relative permeability will happen, therefore it will affect the productivity. Generally, condensate baking problem in gas wells is being deliberated and studied and numerous techniques have been suggested to solve the problem. The studying of condensate banking dynamics is essential to evaluate the productivity and behavior of the wells of the gas fields.
Hair is an excellent indicator for abnormal concentration of toxic elements , In this study a random samples from girls hair of 12 cm long were irradiated by a flux of neutrons (4x10^ n/ cm^.s) obtained from an Am-Be neutron source of 5-Ci activitity . The y-ray activity measurements were carried out by using a " 5x5 " well- type Nal (Tl) detector. The study indicates clearly that the maximum concentration of elements was at about 7 cm hair length.
My study here is about the (possible for itself) features especially in the (Alashaira) opinion, also I touch to the other logicians opinions, I clarified these features concisely in the preface to be clear in front of the reader, I made it in two studies and five subjects.I talked about the meaning of the existence in the ((possible for itself) theme, and I clarified its types in the logicians and the philosophers' opinions, through which the existence and the nonexistence are equal in it, as it cannot be existed nor be nonsexist unless with a separated reason, and there is no necessity to oblige its existence, or its nonexistence is impossible.Then I talked about the outweighing of the (possible for itself) as one side of the exi
... Show MorePublic-private partnership (PPP) has been used over the past 20-30 years by governments in developed countries to meet the public demand for infrastructural services. In Iraq, the PPP concept is comparatively new to the Government of Iraq (GoI), where the government has historically taken most of the responsibility for providing public services. There are few PPP projects in Iraq. However, the number is increasing. Recently the Iraqi market has experienced a number of attempts of PPP in different sectors, especially after the new investment law in 2006. The aim of this paper is to evaluate the investment environment in Iraq and to indicate the main factors affecting PPP in particular for infrastructure projects. Some literature review and
... Show MoreA skip list data structure is really just a simulation of a binary search tree. Skip lists algorithm are simpler, faster and use less space. this data structure conceptually uses parallel sorted linked lists. Searching in a skip list is more difficult than searching in a regular sorted linked list. Because a skip list is a two dimensional data structure, it is implemented using a two dimensional network of nodes with four pointers. the implementation of the search, insert and delete operation taking a time of upto . The skip list could be modified to implement the order statistic operations of RANKand SEARCH BY RANK while maintaining the same expected time. Keywords:skip list , parallel linked list , randomized algorithm , rank.