Wednesday, 30 October 2013
Interesting Snippets from 2013-10-30
-
Home · thecodepath/android_guides Wiki · GitHub
Welcome to the open-source Codepath Android Cliffnotes! Our goal is to become the central crowdsourced resource for complete and up-to-date Android content and tutorials.
-
Statistics Done Wrong — Statistics Done Wrong
Statistics Done Wrong is a guide to the most popular statistical errors and slip-ups committed by scientists every day, in the lab and in peer-reviewed journals. Many of the errors are prevalent in vast swathes of the published literature, casting doubt on the findings of thousands of papers. Statistics Done Wrong assumes no prior knowledge of statistics, so you can read it before your first statistics course or after thirty years of scientific practice.
Interesting Snippets from 2013-10-28
-
HubSpot/offline · GitHub
Improve the experience of your app when your users lose connection.
Interesting Snippets from 2013-10-25
-
Intro to R - YouTube
Series of tutorials for developers in R
Interesting Snippets from 2013-10-24
-
Kratu by google
Kratu is an Open Source client-side analysis framework to create simple yet powerful renditions of data. It allows you to dynamically adjust your view of the data to highlight issues, opportunities and correlations in the data.
Interesting Snippets from 2013-10-23
-
Kojak by theironcook
Kojak is a simple utility that can help you figure out which of your JavaScript functions are running too slow. It tracks when your functions are called, how often they are called, how much time they are taking, how the functions were called. It can also track your ajax calls and help figure out how fast they are.