Wednesday, March 18, 2020

Bombast Definition and Examples of Bombast

Bombast Definition and Examples of Bombast A pejorative term for pompous and inflated speech or writing. Adjective: bombastic. Unlike eloquence, a favorable term for forceful and persuasive discourse, bombast generally refers to empty rhetoric or a windy grandeur of language (Eric Partridge). Dickensian Bombast My dear Copperfield, a man who labors under the pressure of pecuniary embarrassments, is, with the generality of people, at a disadvantage. That disadvantage is not diminished, when that pressure necessitates the drawing of stipendiary emoluments before those emoluments are strictly due and payable. All I can say is, that my friend Heep has responded to appeals to which I need not more particularly refer, in a manner calculated to redound equally to the honor of his head and of his heart.(Wilkins Micawber in David Copperfield by Charles Dickens) Shakespearean Bombast Full thirty times hath Phoebus cart gone roundNeptunes salt wash, and Tellus orbed ground;And thirty dozen moons, with borrowd sheen,About the world have times twelve thirties been;Since love our hearts, and Hymen did our hands,Unite communal in most sacred bands.(Player King in the play within a play in William Shakespeares Hamlet, Act III, scene two) Bombast and Hyperbole Bombast and hyperbole . . . are not interchangeable terms. Hyperbole is a figure of thought and one of the devices used to achieve bombast. Bombast is a stylistic mode, a manner of speaking and writing characterized by turgid and inflated language. The Elizabethans seem to have understood bombast to be more of an acoustic and an almost renegade quality of language, in contrast to rhetoric which was generally organized into a system. . . . Hyperbole shares with bombast the force of exaggeration, but not necessarily its lexical limitlessness and inelegance.​(Goran Stanivukovic, Shakespeares Style in the 1590s. The Oxford Handbook of Shakespeares Poetry,  ed. by Jonathan Post. Oxford University Press, 2013) Alexis de Tocqueville on American Bombast I have often noted that Americans, who generally conduct business in clear, incisive language devoid of all ornament and often vulgar in its extreme simplicity, are likely to go in for bombast when they attempt a poetic style. In speeches their pomposity is apparent from beginning to end and, seeing how lavish they are with images at every turn, one might think they never said anything simply. ​(Alexis de Tocqueville, Democracy in America, 1835) The Lighter Side of Platitudinous Ponderosity The following remarks on style appeared anonymously in dozens of late-19th-century and early-20th-century periodicals, ranging from Cornhill Magazine and the Practical Druggist to the Brotherhood of Locomotive Engineers Monthly Journal. Decide for yourself whether the advice is still appropriate. In promulgating your esoteric cogitations, or articulating your superficial sentimentalities, and amicable, philosophical or psychological observations, beware of platitudinous ponderosity.Let your conversational communications possess a clarified conciseness, a compacted comprehensiveness, coalescent consistency, and a concatenated cogency.Eschew all conglomerations of flatulent garrulity, jejune babblement and asinine affectation.Let your extemporaneous descantings and unpremeditated expatiations have intelligibility and veracious vivacity, without rhodomontade or thrasonical bombast.Sedulously avoid all polysyllabic profundity, pompous prolixity, psittaceous vacuity, ventriloquial verbosity, and vaniloquent vapidity.Shun double entendres, prurient jocosity, and pestiferous profanity, obscurant or apparent.In other words, talk plainly, briefly, naturally, sensibly, truthfully, purely. Keep from slang; dont put on airs; say what you mean; mean what you say; and dont use big words! (Anonymous, The Basket: The Journal of the Basket Fraternity, July 1904) Honey, dont let the blonde hair fool you. Although  bombastic  forms of  circumlocution  should be generally avoided, one mustnt shy away from big words in the right  context.(Aphrodite in Punch Lines.  Xena: Warrior Princess, 2000) Etymology:From Medieval Latin, cotton padding Also Known As: grandiloquence

Sunday, March 1, 2020

Basic Guide to Creating Arrays in Ruby

Basic Guide to Creating Arrays in Ruby Storing variables within variables is a common thing in Ruby and is often referred to as a data structure. There are many varieties of data structures, the most simple of which is the array. Programs often have to manage collections of variables. For example, a program that manages your calendar must have a list of the days of the week. Each day must be stored in a variable, and a list of them can be stored together in an array variable. Through that one array variable, you can access each of the days. Creating Empty Arrays You can create an empty array by creating a new Array object and storing it in a variable. This array will be empty; you must fill it with other variables to use it. This is a common way to create variables if you were to read a list of things from the keyboard or from a file. In the following example program, an empty array is created using the array command and the assignment operator. Three strings  (ordered sequences of characters) are read from the keyboard and pushed, or added to the end, of the array. #!/usr/bin/env rubyarray Array.new3.times dostr gets.chomparray.push strend Use an Array Literal to Store Known Information Another use of arrays is to store a list of things you already know when you write the program, such as the days of the week. To store the days of the week in an array, you could create an empty array and append them one by one to the array as in the previous example, but there is an easier way. You can use an array literal. In programming, a literal is a type of variable thats built into the language itself and has a special syntax to create it. For example, 3 is a numeric literal and Ruby is a string literal. An array literal is a list of variables enclosed in square brackets and separated by commas, like [ 1, 2, 3 ]. Note that any type of variables can be stored in an array, including variables of different types in the same array. The following example program creates an array containing the days of the week and prints them out. An array literal is used, and the each loop is used to print them. Note that each is not built into the Ruby language, rather its a function of the array variable. #!/usr/bin/env rubydays [ Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday]days.each do|d|puts dend Use the Index Operator to Access Individual Variables Beyond simple looping over an arrayexamining each individual variable in orderyou can also access individual variables from an array using the index operator. The index operator will take a number and retrieve a variable from the array whose position in the array matches that number. Index numbers start at zero, so the first variable in an array has an index of zero. So, for example, to retrieve the first variable from an array you can use array[0], and to retrieve the second you can use array[1]. In the following example, a list of names are stored in an array and are retrieved and printed using the index operator. The index operator can also be combined with the assignment operator to change the value of a variable in an array. #!/usr/bin/env rubynames [ Bob, Jim,Joe, Susan ]puts names[0] # Bobputs names[2] # Joe# Change Jim to Billynames[1] Billy

Friday, February 14, 2020

The Palestinian & Israeli conflict Essay Example | Topics and Well Written Essays - 1750 words

The Palestinian & Israeli conflict - Essay Example This paper delineates the root causes of Israel Palestine conflict, which includes the historical, political and socio-economic aspects of the dispute. It also delivers the reasons as to why this issue has not yet been resolved. Since 1948 this dispute between the Jews and the Arabs over Palestine has largely been transformed into a fight between the states. Palestine vanished from the map after Israel occupation and as a result the Arab nationalists begun to stress on reoccupation of the land of Palestine, making it the topmost priority of every Arab nation. The Palestinian refugees which were the last living remnants of Palestine had also become permanent citizens of their respective states and many of them also became the Jordanian citizens in 1967. This conflict has become more intense over the time with the emergence of new world order and reticulation of relationships among the regions as well as great powers. Soon after the Britain's withdrawal from the Middle East, especially from Palestine after the end of the Second World War, the United States, the Soviet Union and the neighboring Arab countries entered into this conflict. This dispute between Israel and Palestine, apparently of political nature, has now turned out to be religious and ideological. It has not just remained a bone of contention between Israel and Palestine, but also between the Jews and the Arabs. ... Jews and Arabs both have their historical, social and moral claims over the land of Palestine. Even today, they have their religious and holy places in this land therefore none is willing to withdraw its claim over Palestine. They both need to work for the improvement of land in terms of peace, security and socio-economic growth. No one can deprive the right of others to live. There is only one way out, which is to live and let the other do the same. Neumann says that " it really does not matter who inhabited Palestine in the distant past; it would never give as a basis for deciding who should live there in the present" (2005, p69). It is because Israelis and Palestinians are not in the position to prove as to whom this land belongs to. The historical background of Israeli and Palestinians has badly affected both sides and now they aggressively tend to blame each other for what happened in the past as well as what is going on in the present. The history shows that they have reasonabl e claims over each other. Most important thing that needs to be known to both sides is that they both have a right to live. Palestinians must accept the existence of Israel and the Israelis must give the right of self-determination to the Palestinians in order to move forward in the peace negotiation process (Artz, 1997). Political Conflict Political aspect of the Israel-Palestine conflict is rather evident to the whole world. Politics seems to be something that has been encompassing this conflict for the last several decades. Israel wants its supremacy in the region and does not want its neighboring countries to become powerful. Its policy is to keep others

Saturday, February 1, 2020

Power and Jurisdictional Authority Essay Example | Topics and Well Written Essays - 500 words

Power and Jurisdictional Authority - Essay Example A ‘motion to reconsider’ may be filed with the existing court of record (in Nevada†¦there does not exist an Appellate or Intermediate Court) but, assuming the complaint that a litigant offers to the court post-trial (judicial finding) is new, as in â€Å"overlooked†, and part of the original ‘court record’, a ‘motion to reconsider is allowed in post-trial brief or ‘compelling new evidence’ with respect to a motion. If the company that I am litigating against conducts any business across state lines the potential to file the case in the 9th Federal District Court may be in order. This filing with the 9th District is allowable if the business in question conducts its particular business affairs beyond state boundaries. This ‘Interstate Business’ may be deemed as ‘Federal’ using the Commerce Act (Commerce Clause/Sherman Act) (U.S. vs Lopez) or any other associated â€Å"Interstate† activity. Federa l Magistrate Court (the first level of federal appeal) would not be an allowable Court for appeal because the sum of the amount being litigated-$1,000,000- is more than the ceiling price amount allowable by law for a Magistrate Court ($10,000.00). The 9th Federal District Court would be the proper venue of choice (if the case is considered federal) for this complaint. The â€Å"nature† of diversity jurisdiction is much more complicated than the cross-border civil matter implies (two people from different states in a car wreck). Diversity jurisdiction, according to Federal Rules of Civil Procedure, insists that a Federal Court may be the venue of choice legally of this case; but not because two people from different states are involved. the Federal venue is limited with respect to State Laws of the competing states. A federal court might ‘house’ the proceedings but the federal rulings cannot extend beyond the parameters of the two state’s laws according to diversity

Friday, January 24, 2020

Interpersonal Communication Styles Examined in My Big Fat Greek Wedding

Throughout the semester, we have been introduced to many topics related to interpersonal communication. I have come to believe that these concepts have allowed me to better understand interactions that occur in our daily lives. My knowledge of these concepts was challenged when asked to relate these notions to a movie. During the time that I was watching the movie, My Big Fat Greek Wedding, I realized myself grasping onto what was going on and being able to relate certain scenes and situations to topics I had previously learned about. Interactions in My Big Fat Greek Wedding display concepts of conflict and politeness theory, which can be pointed out in a few specific scenes. During the movie, I found that these concepts that were taught in class helped me better understand and relate to certain clips of the movie. Throughout the rest of the paper, I will be going into a bit more detail about exactly what these concepts are and mean, following that I will be giving examples from the movie that demonstrate the concepts of conflict and politeness theory. The movie My Big Fat Greek Wedding is about a 30-year old and single woman named Toula Portokalos who although has lived a very Greek life-style up to this point, decides to pursue a relationship with a non-Greek man. This, of course, is disturbing to her family since they are so proud about their culture, and do not really know anything different. Her whole life, Toula has been instilled with a very traditional Greek outlook on life. She has been expected to do three things: Marry a Greek boy, make Greek babies, and feed everyone until the day they die. Throughout the movie, Toula overcomes inner struggles to find her own identity, and she overcomes struggles with her family. The first topic that is found in the movie that was taught in class is conflict. Conflict is expressed disagreement over perceived incompatible goals. Although it may seem it, conflict is not always a negative thing. Conflict is needed and can help growth of relationships. Many conflicts are started because people have different conversational styles. In class, we learned that there are guidelines that one should follow in order to help prevent conflict or help solve it. The guidelines include clarifying goals, helping others save face, using constructive criticism skills, using empathic listening skills, monitoring nonverbal be... ...er try to think of a way to ask her father. They decide to make him think that he has come up with the idea. Toula?s mother could have flat out said that Toula wanted to work at the travel agency, but she instead decides to save his ?face?. She basically decides to ask him in an off-record way. It could be said that the mother manipulates the father in a very clever way, which was probably a good way to handle the situation. If she would have just asked him bald on record, or with some redress, about Toula working at the agency it may have started an argument. After completing this assignment, I am amazed on how much of a better understanding I have on these concepts. Not only am I able to connect them with situations in daily life, but even to the extent at which I can relate them to circumstances in a movie. The two topics that I chose to explore further and relate to the movie and each other were conflict and politeness theory. Not only did I realize my ability to connect such topics to fulfill this assignment, but I somehow feel that my future experiences watching movies or paying attention to others daily behaviors will be more analytical after completing this assignment.

Thursday, January 16, 2020

Importance of Effective Communication

IMPORTANCE OF EFFECTIVE COMMUNICATION In this age of competition communication is the number one problem of the management. Competition,  complex  methods  of  production,  large  scale  operations  and  specialisation  in  production  functions  have  increased  the  importance  of  communication. Without  effectivecommunication  a  manager  cannot  perform  his  duties  well. Communication  is  as  essential  to  business as blood is to the human body. Success of the communication system affects the successof business. The following points will prove its  importance in business: 1.Smooth  Working of a  Business Firm Communication is necessary for the successful smooth and unrestricted working of anenterprise. All organisational interaction depends upon working of an  enterprise. All organisationalinteraction depends upon communication. The manager co-ordinates the human and the physicalelements of an organisation into an  efficient and working unit that achieves common objectives. Beit an activity of purchase or sale or production or finance it is the process of communication thatmakes  cooperative  action  possible.The  internal  and  external  communication  process  of  anorganisation  decides  the  various  activities  to  be  done  and  various  objectives  to  be  achieved. â€Å"Communication is basic to an organisation’s existence from birth of the organisation through itscontinuing life when communication stops, organised activity ceases to exist. † 2. Basis of Managerial Function Communication  plays  an  important  role  in  discharging  the  various  functions  of  management. No function of management is possible without the communication process.Itsimportance in performing the various functions is as  follows:i. Planning : Planning the most important among the functions of management, require sextensive communication among the executives and the other personnel. Communication isimportant in executing a planned programme and then controlling the activities of the  personnel with the help of feedback information. ii. Organisation :  Organisation  is  the  second  important  function  of  management  whichdecides  the  various  activities  of  an  organisation,  divides  them  into  workable  units,delegates authority to perform the.For this purpose, communication is a must becausedifferent persons, departments and group come to know their powers and jurisdiction onlythrough an effective means  of communication. iii. Direction and Leadership : Direction and effective leadership requires an efficient systemof communication in an organisation. A good leader can direct or lead his subordinatesonly when an efficient system of communication is present. It brings both the leader andthe subordinates in close contact with each other and r emoves  misunderstanding if any. iv. Motivation An efficient system of communication enables management to change theattitude  of  the  subordinates  and  to  motivate,  influence  and  satisfy  them. Most  of  theconflicts in business are not basic but are caused by misunderstood motives and ignoranceof facts. Proper and timely communication between the interested parties, reduces the  points of friction and minimises those  that inevitably arise. v. Co-ordination : The present day big organisations, designed on the basis of specialisationand division of labour are constituted of a large number of people.In order to achieve thedesired objective, it is very necessary to co-ordinate the efforts of labour engaged in thevarious  activities  of  production  and  the  organisation. Co-ordination  requires  mutualunderstanding about  the  organisational goals  and the  mode of  their accomplishment;  andthe interrelationship betwee n the works being performed by various individuals. vi. Control : Communication aids in controlling the activities of the individuals departmentand groups. The facts standards and information are  communicated to the concerned partiesand they perform their respective obligations according to the standards set forth in the  plan. . Maximum Production at Minimum Cost Every organisation aims at getting the maximum output at the minimum cost and for this  purpose it requires an effective internal and external communication system. In the external field,and efficient communication system  helps in  improving public  opinion  having  contacts  withgovernment departments and getting market information in order to achieve the  primary goals. 4. Prompt Decision and  its Implementation In order to make prompt decisions, fact collecting process is necessary. Information must  be received before any meaningful decision and for this purpose communication is a primaryrequi rement.Again to  implement the  decision  effectively its  communication to  subordinatesconcerned is essential. Thus, decision-making and its implementation require and effective systemof communication. 5. Building Human Relations Man is the most active and effective factor of production and good human relations are the  basis  of  cooperation  and  industrial  peace  that  requires  good  working  conditions  and  work-environment. As  we  have  discussed  earlier  communication  is  a  two-way  traffic  which  helps  promote  cooperation  and mutual  understanding between the  two partners of  an  organisation.Efficient  downward  communication  helps  the  management  to  tell  the  subordinates  what  theorganisation wants and how it can be performed. On the other hand upward communication helpsthe workers in putting their grievances and suggestions and reactions to the policies, befor e themanagement. 6. Job-satisfaction and  Good Morale Morale is the human element that motivates a man to work in the right spirit. Goodcommunication removes the possibility of misunderstanding among the parties  concerned. Workersknow what they have to do and how it creates a sense of cooperation among them.It increases themorale of the workers and each worker will have job satisfaction. 7. Avoids Illusion While passing through various stages information may be distorted by interested partiesand many create illusion and misunderstanding among persons. Illusion is the great enemy of  communication. An  efficient  system  of  communication  aims  at  removing  illusions  andmisunderstanding by communicating facts and figures. 8. Contacts  with External  Parties Communication is essential not only for the internal management of the organisation but italso helps contacts with the outside world.Contact with outside agencies such as customers,associations,   other manufacturers, advertisers,  suppliers,  trade  unions,  research  councils  andinstitutions, etc. are necessary for furthering the interests of the organisation. It increases thegoodwill of the firm and helps in  creating a favourable public attitude towards the organisation. Steps to Make Communication Effective In order to remove barriers to communication an open door communication policy should  be prepared and followed by managers at all levels.The superiors in the organisation must createand atmosphere of confidence and trust in the organisation so that the credibility gap may benarrowed down. Major efforts in this direction are: 1. Two-way communication The  organisation’s  communication  policy  should  provide  for  a  two-way  traffic  incommunication upwards and downwards. It brings two minds closer and improves understanding  between the two parties the sender and  the receiver. A sound feedback system should be  int roducedin the organisation so that distortion in and filtering of messages should be avoided.There should  be no communication gap. 2. Strengthening Communication Network The communication network should be strengthened to make communication effective. For  this  purpose  the  procedure  of  communication  should  be  simplified,  layers  in  downwardcommunication should be reduced to the minimum possible. Decentralisation and delegation of  authority  should  be  encouraged  to  make information  communication  more efficient,  throughfrequent meetings, conferences and timely dissemination of information to the subordinates. 3. Promoting  Participative  Approach

Wednesday, January 8, 2020

Essay on Procedures in the Criminal Justice System

â€Å"The criminal process is part of the State’s response to crime, part of the mechanism which the State applies substantive criminal law to its citizens†. (Ashworth Redmayne, 2005, p.2) Within this essay, I will be looking at the procedures in the Criminal Justice System. Before laying the foundations of this work, I will briefly dedicate a few lines on what the Criminal Justice System is about. A Criminal Justice System is a set of legal and social establishments for carrying out the criminal law in agreement with a definite set of procedural regulations and restrictions. In every country there is a need to shield, guard and protect people and their properties. The creation of laws is an indispensable form of protection and the†¦show more content†¦and Dignan, J. (2007) have put it, the procedure in the criminal system begins â€Å"only when a crime is reported to the police† (p.2). As soon as a crime is committed, the primary element of the Criminal Justice System which is involved is the law enforcement, otherwise, the police. The initial task of the police is to investigate a crime and proceed to appropriate arrests. The power of the police is governed by the state from which they are employed and engaged with. Police officers are entrusted with many powers like arresting, entry and search, seizure, and many more, to reinstate and maintain public order. If there is adequate evidence that leads the suspect on trial, the police have to ‘charge’ the arrested suspect with the offence and at this very point the primary phas e of the prosecution process begins. The police charge the suspect with a criminal offence and then they pass the necessary information about the case on to the Crown Prosecution Service. This state agency now will prosecute the suspect in court, if it thinks there is sufficient evidence to prove the suspect’s guilt. Under normal circumstances, the police will take the suspect before the Magistrates’ court. The law states that if someone is accused of an offence, he or she is innocent unless the prosecution proves ‘beyond reasonable doubt’ his or her guilt. Still, if the suspect admits his guilt, the trial will finish, and the judge will decide on the sentence theShow MoreRelatedEssay on Components of the Criminal Justice System944 Words   |  4 PagesComponents of the Criminal Justice System Abstract Components of the criminal justice system include the police, the court system and correctional agencies. The definition, the function and examples of each component of the American criminal justice system will be described. The criminal procedure and the processing of offenders will also be described in details. Components of the Criminal Justice System The criminal justice system consists of three main components. Those components areRead MoreThe Criminal Procedural Code Of India1592 Words   |  7 PagesINTRODUCTION The criminal procedural code of India is a vast code containing all the possible procedures that one should follow so as to achieve the proper formula as to Fair, Just and Free trial. The constitution of India in its articles protects various rights of the citizens. This has been extensively discussed in the upcoming chapters of the project. The basis to understanding the criminal justice administration is that India follows an Adversarial system as practiced in the Commonwealth nationsRead MoreEssay Ethics in Criminal Justice1263 Words   |  6 PagesETHICS IN CRIMINAL PROCEDURE AND CRIMINAL JUSTICE CRJ 306 – INTRODUCTION TO CRIMINAL LAW AND PROCEDURE KRISTA L. JONES PROFESSOR COURTNEY SEVERINO July 29, 2013 Ethics in Criminal Procedure and Criminal Justice Actions and inactions all have moral implications; they are either right or wrong depending on the individual and what s/he believes or feels is right or wrong. Each person’s conduct can and does have implications and ramifications. For every action there is an equal and/or oppositeRead MoreFactors Persuading Criminal Justice Staff Conduct Paper1530 Words   |  7 PagesFactors persuading criminal justice staff conduct paper University of Phoenix Factors persuading criminal justice staff conduct paper Many things play a role influencing how criminal justice officers will act and how the actions will affect the criminal justice system and the society that they have to protect and serve on a daily basis because of the influences of their actions. In the paper, it will be discussed the assess risk, responsibility, and financial effect working together withRead MoreThe Doctrinal Design Has Been Used To Study The Jurisprudential1425 Words   |  6 Pagesis the status of child witnesses in the Criminal Justice system? 1.6 Chapterization Scheme:It should in sentence format CHAPTER NAME CONTENTS 1. Introduction Witness assumes additional significance in adversarial system of criminal justice where the onus of proving the case lies on the prosecution and the witness of prosecution becomes important in the pursuit of exploring the truth. 2. Criminal Justice System in India Our adversarial criminal justice system aims at reducing the level of criminalityRead MoreCriminal Procedure Policy Paper896 Words   |  4 PagesCriminal Procedure Policy James Knight CJA/364 October 17, 2012 David Klein * * Criminal Procedure Policy * The criminal procedure policy is initiated with a crime committed by a perpetrator. This process for the criminal can end at any of the various steps of the criminal process. As a criminal is process the individual has rights that are provided by the United States Constitution to ensure fairness and justice. The two major procedural models that shape the criminalRead MoreCriminal Procedure Policy Paper1457 Words   |  6 PagesCriminal Procedure Policy Kristen Torres CJA/353 June 14, 2010 Kathleen H. Mooneyhan â€Å"Criminal procedure is the branch of American constitutional law concerned with the state’s power to maintain an orderly society and the rights of citizens and residents to live in freedom from undue government interference with their liberty† (Zalman, 2008, p. 4). The Fourth, Fifth, Sixth, Eighth, and Fourteenth amendments are significant in studying criminal procedure. In criminal justice, the criminal procedureRead MoreEthics And The Criminal Justice System961 Words   |  4 Pagesinteractions with others, to the work force, in every profession. This paper will define the use of ethics in the criminal justice system. As well as the difference between ethics in life and law, why the need for equal treatment of all people in the criminal justice system, and what safeguards are provided by the criminal procedure to ensure there are ethics in the criminal justice system. The term ethics has a more in depth connotation then one would think, the simple definition of ethics is knowingRead MoreAmerica s Scandalous Incarceration Rate921 Words   |  4 Pagesthe numbers today are much higher than they were 30, 40 years ago despite the fact that crime is at historic lows. So what are we to make of the leap in time typically served for crimes in America’s society? Either the justice system was too lenient in the past, or the justice system is too strict now. Have we just now realized the real gravity of murder, or are we now overreacting? Those who have served a proportional sentence, and have proven themselves worthy, deserve to be restored to public lifeRead MoreAs a former Dutch colony, Indonesia has adopted a criminal justice system within the civil law700 Words   |  3 PagesAs a former Dutch colony, Indonesia has adopted a criminal justice system within the civil law tradition. During the colonial period, The Dutch government established du al criminal justice system. First was The Reglement op de Strafvordering which closely same as the Dutch Criminal Procedure for Europeans, Chinese and other foreign oriental. This code was much stricter, and therefore better protected under the law. Other code was the Inlandsch Reglement for Indonesians which under the much looser