Author: dr. Abdul Mun’im Idries, Sp.F.
Publisher: Noura Publishing
ISBN: 6027816600
Category : Medical
Languages : en
Pages : 360
Book Description
“Kamu gila. Ngelawan arus. Pulang tinggal nama entar." Begitu yang terlontar dari kolega dr. Abdul Mun’im Idries, ketika akhir 1993, dokter forensik ini berani menjadi saksi ahli kasus pembunuhan Marsinah. Kala itu, santer diyakini pejuang buruh ini dihabisi oknum militer—ketika militer paling ditakuti dengan penculikan senyapnya. Tapi berani-beraninya Mun’im mengusik tentara. Lalu, apa yang dihadapi Mun’im dan fakta apa yang ia temukan ketika harus terjun pada detik-detik mencekam Tragedi Trisakti dan Tragedi Semanggi? Bagaimana analisis forensiknya terkait pembunuhan Munir, Tragedi Tanjung Priuk, Tragedi Beutong Ateuh, dan sebagainya? Mun’im dalam buku ini membongkar arsip, membeberkan fakta-fakta mengejutkan, mengungkap sejumlah nama tabu, di samping berbagi kisah dan cara ilmiah (kedokteran) forensik dalam membongkar kriminalitas dan kejahatan di negeri ini.
Indonesia X-Files
Author: dr. Abdul Mun’im Idries, Sp.F.
Publisher: Noura Publishing
ISBN: 6027816600
Category : Medical
Languages : en
Pages : 360
Book Description
“Kamu gila. Ngelawan arus. Pulang tinggal nama entar." Begitu yang terlontar dari kolega dr. Abdul Mun’im Idries, ketika akhir 1993, dokter forensik ini berani menjadi saksi ahli kasus pembunuhan Marsinah. Kala itu, santer diyakini pejuang buruh ini dihabisi oknum militer—ketika militer paling ditakuti dengan penculikan senyapnya. Tapi berani-beraninya Mun’im mengusik tentara. Lalu, apa yang dihadapi Mun’im dan fakta apa yang ia temukan ketika harus terjun pada detik-detik mencekam Tragedi Trisakti dan Tragedi Semanggi? Bagaimana analisis forensiknya terkait pembunuhan Munir, Tragedi Tanjung Priuk, Tragedi Beutong Ateuh, dan sebagainya? Mun’im dalam buku ini membongkar arsip, membeberkan fakta-fakta mengejutkan, mengungkap sejumlah nama tabu, di samping berbagi kisah dan cara ilmiah (kedokteran) forensik dalam membongkar kriminalitas dan kejahatan di negeri ini.
Publisher: Noura Publishing
ISBN: 6027816600
Category : Medical
Languages : en
Pages : 360
Book Description
“Kamu gila. Ngelawan arus. Pulang tinggal nama entar." Begitu yang terlontar dari kolega dr. Abdul Mun’im Idries, ketika akhir 1993, dokter forensik ini berani menjadi saksi ahli kasus pembunuhan Marsinah. Kala itu, santer diyakini pejuang buruh ini dihabisi oknum militer—ketika militer paling ditakuti dengan penculikan senyapnya. Tapi berani-beraninya Mun’im mengusik tentara. Lalu, apa yang dihadapi Mun’im dan fakta apa yang ia temukan ketika harus terjun pada detik-detik mencekam Tragedi Trisakti dan Tragedi Semanggi? Bagaimana analisis forensiknya terkait pembunuhan Munir, Tragedi Tanjung Priuk, Tragedi Beutong Ateuh, dan sebagainya? Mun’im dalam buku ini membongkar arsip, membeberkan fakta-fakta mengejutkan, mengungkap sejumlah nama tabu, di samping berbagi kisah dan cara ilmiah (kedokteran) forensik dalam membongkar kriminalitas dan kejahatan di negeri ini.
Step By Step Java GUI With JDBC & MySQL : Practical approach to build database desktop application with project based examples
Author: Hamzan Wadi
Publisher: TR Publisher
ISBN:
Category : Computers
Languages : en
Pages : 340
Book Description
This book comes as an answer for students, lecturers, or the general public who want to learn Java GUI programming starting from scratch. This book is suitable for beginner learners who want to learn Java GUI programming from the basic to the database level. This book is also present for JAVA learners who want to increase their level of making GUI-based database applications for small, medium, or corporate businesses level. The discussion in this book is not wordy and not theoretical. Each discussion in this book is presented in a concise and clear brief, and directly to the example that implements the discussion. Beginner learners who want to learn through this book should not be afraid of losing understanding of the programming concepts, because this book in detail discusses the concepts of Java programming from the basic to the advanced level. By applying the concept of learning by doing, this book will guide you step by step to start Java GUI programming from the basics until you are able to create database applications using JDBC and MySQL. Here are the material that you will learn in this book. CHAPTER 1 : This chapter will give you brief and clear introduction about how to create desktop application using Java GUI starting from how to setup your environments, create your first project, understand various control for your form, and understand how to interact with your form using event handling. CHAPTER 2 : This chapter will discuss clearly about the concept and the implementatiton of data types and variables in Java GUI. CHAPTER 3 : This chapter will discuss in detail about how to make decisions or deal with a condition in the program. This chapter is the first step to deeper understanding of logics in programming. This chapter specifically discusses relational operators and logical operators, if statements, if-else statements, and switch-case statements, and how to implement all of these conditional statements using Java GUI. CHAPTER 4 : This chapter will discuss in detail the looping statements in Java including for statement, while statement, do-while statement, break statement, and continue statement. All of these looping statements will be implemented using Java GUI. CHAPTER 5 : This chapter will discuss how to use methods to group codes based on their funcitonality. This discussion will also be the first step for programmers to learn how to create efficient program code. This chapter will discuss in detail the basics of methods, methods with return values, how to pass parameters to methods, how to overload your methods, and how to make recursive methods. CHAPTER 6 : This chapter will discuss in detail how to create and use arrays, read and write file operations, and how to display data stored in arrays or files in graphical form. CHAPTER 7 : This chapter will discuss in detail the basics of MySQL, how to access databases using JDBC and MySQL, and how to perform CRUD operations using JDBC and MySQL. CHAPTER 8 : In this chapter we will discuss more about Java GUI programming. This chapter will discuss in detail about how to make a program that consists of multi forms, how to create MDI application, and how to create report using iReport with data stored in a database.
Publisher: TR Publisher
ISBN:
Category : Computers
Languages : en
Pages : 340
Book Description
This book comes as an answer for students, lecturers, or the general public who want to learn Java GUI programming starting from scratch. This book is suitable for beginner learners who want to learn Java GUI programming from the basic to the database level. This book is also present for JAVA learners who want to increase their level of making GUI-based database applications for small, medium, or corporate businesses level. The discussion in this book is not wordy and not theoretical. Each discussion in this book is presented in a concise and clear brief, and directly to the example that implements the discussion. Beginner learners who want to learn through this book should not be afraid of losing understanding of the programming concepts, because this book in detail discusses the concepts of Java programming from the basic to the advanced level. By applying the concept of learning by doing, this book will guide you step by step to start Java GUI programming from the basics until you are able to create database applications using JDBC and MySQL. Here are the material that you will learn in this book. CHAPTER 1 : This chapter will give you brief and clear introduction about how to create desktop application using Java GUI starting from how to setup your environments, create your first project, understand various control for your form, and understand how to interact with your form using event handling. CHAPTER 2 : This chapter will discuss clearly about the concept and the implementatiton of data types and variables in Java GUI. CHAPTER 3 : This chapter will discuss in detail about how to make decisions or deal with a condition in the program. This chapter is the first step to deeper understanding of logics in programming. This chapter specifically discusses relational operators and logical operators, if statements, if-else statements, and switch-case statements, and how to implement all of these conditional statements using Java GUI. CHAPTER 4 : This chapter will discuss in detail the looping statements in Java including for statement, while statement, do-while statement, break statement, and continue statement. All of these looping statements will be implemented using Java GUI. CHAPTER 5 : This chapter will discuss how to use methods to group codes based on their funcitonality. This discussion will also be the first step for programmers to learn how to create efficient program code. This chapter will discuss in detail the basics of methods, methods with return values, how to pass parameters to methods, how to overload your methods, and how to make recursive methods. CHAPTER 6 : This chapter will discuss in detail how to create and use arrays, read and write file operations, and how to display data stored in arrays or files in graphical form. CHAPTER 7 : This chapter will discuss in detail the basics of MySQL, how to access databases using JDBC and MySQL, and how to perform CRUD operations using JDBC and MySQL. CHAPTER 8 : In this chapter we will discuss more about Java GUI programming. This chapter will discuss in detail about how to make a program that consists of multi forms, how to create MDI application, and how to create report using iReport with data stored in a database.
The X-Files
Author: Max Allan Collins
Publisher: Harper Collins
ISBN: 0061859702
Category : Fiction
Languages : en
Pages : 276
Book Description
In the bitter heart of a brutal winter, women are inexplicably vanishing in rural Virginia. The only clues to the bizarre disappearances are grotesque remains—human remains—that are turning up in snow banks along the highway. And a disgraced priest has begun to experience strange and disturbing visions possibly connected with a terrible secret. But are the images haunting a fallen man of God to be trusted . . . . or are they the deadly lies of a twisted mind? It is a case right out of the X-Files. But the FBI suspended its investigations into the paranormal years ago. Ex-agents Fox Mulder and Dr. Dana Scully are the best team for the job, but they have no desire to revisit the past. Still, the truth about these horrific crimes is out there . . . . and only Mulder and Scully can uncover it.
Publisher: Harper Collins
ISBN: 0061859702
Category : Fiction
Languages : en
Pages : 276
Book Description
In the bitter heart of a brutal winter, women are inexplicably vanishing in rural Virginia. The only clues to the bizarre disappearances are grotesque remains—human remains—that are turning up in snow banks along the highway. And a disgraced priest has begun to experience strange and disturbing visions possibly connected with a terrible secret. But are the images haunting a fallen man of God to be trusted . . . . or are they the deadly lies of a twisted mind? It is a case right out of the X-Files. But the FBI suspended its investigations into the paranormal years ago. Ex-agents Fox Mulder and Dr. Dana Scully are the best team for the job, but they have no desire to revisit the past. Still, the truth about these horrific crimes is out there . . . . and only Mulder and Scully can uncover it.
Ultimate Guide to Collecting
Author: Frances A. Karnes
Publisher: PRUFROCK PRESS INC.
ISBN: 1593630115
Category : Collectors and collecting
Languages : en
Pages : 118
Book Description
Provides tips on how to start, organize, maintain, and display a collection and includes advice from young people who are currently maintaining collections.
Publisher: PRUFROCK PRESS INC.
ISBN: 1593630115
Category : Collectors and collecting
Languages : en
Pages : 118
Book Description
Provides tips on how to start, organize, maintain, and display a collection and includes advice from young people who are currently maintaining collections.
The Army and the Indonesian Genocide
Author: Jess Melvin
Publisher: Routledge
ISBN: 1351273302
Category : Social Science
Languages : en
Pages : 374
Book Description
For the past half century, the Indonesian military has depicted the 1965-66 killings, which resulted in the murder of approximately one million unarmed civilians, as the outcome of a spontaneous uprising. This formulation not only denied military agency behind the killings, it also denied that the killings could ever be understood as a centralised, nation-wide campaign. Using documents from the former Indonesian Intelligence Agency’s archives in Banda Aceh this book shatters the Indonesian government’s official propaganda account of the mass killings and proves the military’s agency behind those events. This book tells the story of the 3,000 pages of top-secret documents that comprise the Indonesian genocide files. Drawing upon these orders and records, along with the previously unheard stories of 70 survivors, perpetrators, and other eyewitness of the genocide in Aceh province it reconstructs, for the first time, a detailed narrative of the killings using the military’s own accounts of these events. This book makes the case that the 1965-66 killings can be understood as a case of genocide, as defined by the 1948 Genocide Convention. The first book to reconstruct a detailed narrative of the genocide using the army’s own records of these events, it will be of interest to students and academics in the field of Southeast Asian Studies, History, Politics, the Cold War, Political Violence and Comparative Genocide.
Publisher: Routledge
ISBN: 1351273302
Category : Social Science
Languages : en
Pages : 374
Book Description
For the past half century, the Indonesian military has depicted the 1965-66 killings, which resulted in the murder of approximately one million unarmed civilians, as the outcome of a spontaneous uprising. This formulation not only denied military agency behind the killings, it also denied that the killings could ever be understood as a centralised, nation-wide campaign. Using documents from the former Indonesian Intelligence Agency’s archives in Banda Aceh this book shatters the Indonesian government’s official propaganda account of the mass killings and proves the military’s agency behind those events. This book tells the story of the 3,000 pages of top-secret documents that comprise the Indonesian genocide files. Drawing upon these orders and records, along with the previously unheard stories of 70 survivors, perpetrators, and other eyewitness of the genocide in Aceh province it reconstructs, for the first time, a detailed narrative of the killings using the military’s own accounts of these events. This book makes the case that the 1965-66 killings can be understood as a case of genocide, as defined by the 1948 Genocide Convention. The first book to reconstruct a detailed narrative of the genocide using the army’s own records of these events, it will be of interest to students and academics in the field of Southeast Asian Studies, History, Politics, the Cold War, Political Violence and Comparative Genocide.
Demokrasi
Author: Hamish McDonald
Publisher: St. Martin's Press
ISBN: 1466879262
Category : Political Science
Languages : en
Pages : 271
Book Description
Indonesia, a nation of thousands of islands and almost 250 million people, straddles the junction of the Pacific and Indian oceans. Current President Susilo Bambang Yudhoyono has presided over 6 per cent average yearly growth of its economy, to surpass $1 trillion. If this rate continues, Indonesia will join the world's ten biggest economies in a decade or so, just behind the so-called BRIC countries. The much-discussed recent documentary The Act of Killing revived some of its darker past, and Barack Obama's reminiscences about the childhood years he spent there briefly shone the spotlight on a country many Americans know little about. Yet as Indonesia approaches its 2014 parliamentary and presidential elections, its future is wide open. Though the largest Muslim nation by population, it remains a receiver of wisdom from the Arab world, rather than a messenger of multi-religious tolerance. Its pursuit of trade agreements with Japan and South Korea have burnished its economic ambitions, but its diplomacy is long on so-called "soft power," and short on sanctions or force. So what does the future hold for this pivotal place? Award-winning Asia-Pacific journalist Hamish McDonald's Demokrasi is an accessible and authoritative introduction to the modern history and politics of this fascinating country.
Publisher: St. Martin's Press
ISBN: 1466879262
Category : Political Science
Languages : en
Pages : 271
Book Description
Indonesia, a nation of thousands of islands and almost 250 million people, straddles the junction of the Pacific and Indian oceans. Current President Susilo Bambang Yudhoyono has presided over 6 per cent average yearly growth of its economy, to surpass $1 trillion. If this rate continues, Indonesia will join the world's ten biggest economies in a decade or so, just behind the so-called BRIC countries. The much-discussed recent documentary The Act of Killing revived some of its darker past, and Barack Obama's reminiscences about the childhood years he spent there briefly shone the spotlight on a country many Americans know little about. Yet as Indonesia approaches its 2014 parliamentary and presidential elections, its future is wide open. Though the largest Muslim nation by population, it remains a receiver of wisdom from the Arab world, rather than a messenger of multi-religious tolerance. Its pursuit of trade agreements with Japan and South Korea have burnished its economic ambitions, but its diplomacy is long on so-called "soft power," and short on sanctions or force. So what does the future hold for this pivotal place? Award-winning Asia-Pacific journalist Hamish McDonald's Demokrasi is an accessible and authoritative introduction to the modern history and politics of this fascinating country.
Activist Archives
Author: Doreen Lee
Publisher: Duke University Press
ISBN: 0822374099
Category : Social Science
Languages : en
Pages : 268
Book Description
In Activist Archives Doreen Lee tells the origins, experiences, and legacy of the radical Indonesian student movement that helped end the thirty-two-year dictatorship in May 1998. Lee situates the revolt as the most recent manifestation of student activists claiming a political and historical inheritance passed down by earlier generations of politicized youth. Combining historical and ethnographic analysis of "Generation 98," Lee offers rich depictions of the generational structures, nationalist sentiments, and organizational and private spaces that bound these activists together. She examines the ways the movement shaped new and youthful ways of looking, seeing, and being—found in archival documents from the 1980s and 1990s; the connections between politics and place; narratives of state violence; activists' experimental lifestyles; and the uneven development of democratic politics on and off the street. Lee illuminates how the interaction between official history, collective memory, and performance came to define youth citizenship and resistance in Indonesia’s transition to the post-Suharto present.
Publisher: Duke University Press
ISBN: 0822374099
Category : Social Science
Languages : en
Pages : 268
Book Description
In Activist Archives Doreen Lee tells the origins, experiences, and legacy of the radical Indonesian student movement that helped end the thirty-two-year dictatorship in May 1998. Lee situates the revolt as the most recent manifestation of student activists claiming a political and historical inheritance passed down by earlier generations of politicized youth. Combining historical and ethnographic analysis of "Generation 98," Lee offers rich depictions of the generational structures, nationalist sentiments, and organizational and private spaces that bound these activists together. She examines the ways the movement shaped new and youthful ways of looking, seeing, and being—found in archival documents from the 1980s and 1990s; the connections between politics and place; narratives of state violence; activists' experimental lifestyles; and the uneven development of democratic politics on and off the street. Lee illuminates how the interaction between official history, collective memory, and performance came to define youth citizenship and resistance in Indonesia’s transition to the post-Suharto present.
Economists with Guns
Author: Bradley R. Simpson
Publisher: Stanford University Press
ISBN: 080477952X
Category : History
Languages : en
Pages : 555
Book Description
Offering the first comprehensive history of U.S relations with Indonesia during the 1960s, Economists with Guns explores one of the central dynamics of international politics during the Cold War: the emergence and U.S. embrace of authoritarian regimes pledged to programs of military-led development. Drawing on newly declassified archival material, Simpson examines how Americans and Indonesians imagined the country's development in the 1950s and why they abandoned their democratic hopes in the 1960s in favor of Suharto's military regime. Far from viewing development as a path to democracy, this book highlights the evolving commitment of Americans and Indonesians to authoritarianism in the 1960s on.
Publisher: Stanford University Press
ISBN: 080477952X
Category : History
Languages : en
Pages : 555
Book Description
Offering the first comprehensive history of U.S relations with Indonesia during the 1960s, Economists with Guns explores one of the central dynamics of international politics during the Cold War: the emergence and U.S. embrace of authoritarian regimes pledged to programs of military-led development. Drawing on newly declassified archival material, Simpson examines how Americans and Indonesians imagined the country's development in the 1950s and why they abandoned their democratic hopes in the 1960s in favor of Suharto's military regime. Far from viewing development as a path to democracy, this book highlights the evolving commitment of Americans and Indonesians to authoritarianism in the 1960s on.
Indonesia News Service
Author:
Publisher:
ISBN:
Category : Indonesia
Languages : en
Pages : 710
Book Description
Publisher:
ISBN:
Category : Indonesia
Languages : en
Pages : 710
Book Description
The Politics of Post-Suharto Indonesia
Author: Adam Schwarz
Publisher: Council on Foreign Relations
ISBN: 9780876092477
Category : Business & Economics
Languages : en
Pages : 136
Book Description
This book responds to the critical need of policymakers, practitioners, and scholars for current research on Indonesia.
Publisher: Council on Foreign Relations
ISBN: 9780876092477
Category : Business & Economics
Languages : en
Pages : 136
Book Description
This book responds to the critical need of policymakers, practitioners, and scholars for current research on Indonesia.