Hwarang, Lint4j, JsDynamictable, Js13kgames, Psychological Research: Five for Friday

Friday of July 14, 2017

Watched Hwarang. Tried Lint for Java. Made a simple dynamic table javascript snippet. Wanted to try 13kb Js gamejam. Know more about phychological research.

Korean Tv: Hwarang

Watched this series this week after the Fight for my way has ended. A quick background of this show is discussed in this wiki Hwarang: The Poet Warrior Youth.

Jiso has ruled the Kingdom of Silla as regent since King Beopheung passed away, keeping her young son Sammaekjong hidden outside of the capital Seorabeol and safe from enemies and assassins. As Sammaekjong comes of age, nobles, citizens, officials and Sammaekjong himself have all grown impatient for her to cede power. However the powerful nobles that tried to usurp power in the Kingdom continue to eye the throne and Ji-so fears the consequences of her ceding it.

In order to break the power of the nobles, who have grown accustomed to their privileges under the bone rank system, Jiso plans to create a new elite, the Hwarang, that will cut across the existing power factions, and to bind them to Sammaekjong and the throne. As this new elite of male youths bond and grow[10] they are unaware that within their number is their future king, Sammaekjong, and Kim Sun-woo, a commoner with a secret even he is not aware of.

Code: Lint4j

Lint4j ("Lint for Java") is a static Java source and byte code analyzer that detects locking and threading issues, performance and scalability problems, and checks complex contracts such as Java serialization by performing type, data flow, and lock graph analysis. Lint4j was created to help software developers detect defects and security vulnerabilities before writing the first test case. Lint4j saves time during code reviews as well, so developers can focus on getting business logic right. The Ant and Maven plugins provide a simple integration path into continuous builds with Borland's Gauntlet, Cruise Control, AntHill and others. Know more in this url http://www.jutils.com/.

Code: Js-Dynamictable

A simple and straightforward javascript dynamic table for crud. It has an Action column for Edit, Save and Remove callbacks. It also has an internal pagination and modal confirmation.. Check more on the git link https://github.com/joeyapa/Js-Dynamictable.

Gamejam: 13kb Javascript Game

Js13kGames is a JavaScript coding competition for HTML5 game developers. The fun part of the compo is the file size limit set to 13 kilobytes. Check more about this on js13kgames.

Crash Course: Psychological Research

So how do we apply the scientific method to psychological research? Lots of ways, but today Hank talks about case studies, naturalistic observation, surveys and interviews, and experimentation. Also he covers different kinds of bias in experimentation and how research practices help us avoid them.