the power of the federal supreme court to stop the implementation of the law
Abstract
The net profit reported in the annual financial statements of the companies listed in the financial markets, is considered one of the Sources of information relied upon by users of accounting information in making their investment decisions. At the same time be relied upon in calculating the bonus (Incentives) granted to management, therefore the management of companies to manipulate those numbers in order to increase those bonuses associated to earnings, This practices are called earnings management practices. the manipulation in the figures of earnings by management will mislead the users of financial statements who depend on reported earnings in their deci
... Show MoreThe aim of this research is to identify the strengths and weaknesses of organizational health in the Iraqi Central Handball Federation from the point of view of those who manage the implementation of the annual curriculum, and adopt a descriptive approach in the method of studying the case. This is based on a sample of administrators of the Iraqi Handball Federation curriculum [trainers, governors, members, president, the 138 members of the Central Federation's Administrative Authority, the President, members of the sub-federations of the sports market (2021/2022) selected deliberately by 100% and then divided into statistical analysis sample (30), reconnaissance sample (10), and application sample (98)]. The regulatory health questionnaire
... Show MoreAt a time when the general rules in the different legal systems require the presence of two parties to the contract, one of which is issued the first expression of the will and is called the offer, and the other is issued from the other and is called the acceptance. A special type of contracts emerged in the beginning of the last century called the “unilateral contracts”. The side sparked a major jurisprudential dispute, as well as the issuance of several contradictory judicial rulings on it. Hence, this research came to highlight this special type of contract. Key words: the definition of a unilateral contract, its distinction from other legal situations, and its effects.
A microbial desalination cell (MDC) is a new approach to bioelectrochemical systems. It provides a more sustainable way to electrical power production, saltwater desalination, and wastewater treatment at the same time. This study examined three operation modes of the MDC: chemical cathode, air cathode, and biocathode MDC, to give clear sight of this system's performance. The experimental work results for these three modes were recorded as power densities generation, saltwater desalination rates, and COD removal percentages. For the chemical cathode MDC, the power density was 96.8 mW/m2, the desalination rate was 84.08 ppm/hr, and the COD removal percentage was 95.94%. The air cathode MDC results were different
... Show More
In past years, structural pavement solution has been combined with destructive testing; these destructive methods are being replaced by non-destructive testing methods (NDT). Because the destructive test causes damage due to coring conducted for testing and also the difficulty of adequately repairing the core position in the field. Ultrasonic pulse velocity was used to evaluate the strength and volumetric properties of asphalt concrete, of binder course. The impact of moisture damage and testing temperature on pulse velocity has also been studied. Data were analyzed and modeled. It was found that using non-destructive testing represented by pulse velocity could be useful to predict the quality of asphalt c
... 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.