Twelve days after the initial commit, pipeR tutorial is released!
If you want to write R code fluently and process data elegantly, I strongly recommend that you read this tutorial which is designed to serve as a complete guide to pipeR package, including how it works with dplyr, rlist, and rvest with vivid examples.继续阅读 »
Gitbook is rather a relatively new concept on the web. It provides a user-friendly framework for authors to write and produce online books with beautiful illustrations and responsive interactions. It allows authors to write in Markdown syntax, which is very easy to learn and use, so that they can focus more on the cont继续阅读 »
Creature Mod Tutorial 1 - "Creating a Mod"
In this tutorial we're going to learn how to create our very own mod for 'Don't Starve'. Mods are a way for players to add their own content to the game. Creating a mod is really easy. All we need is two files and a folder and we're good to go. Let's get started!继续阅读 »
本文主要记录下常用的IOS学习资源
more
网站列表
文章
英文
objc.io
iOS Goodies
NSHipster
Ray Wenderlich
Apple's Swift Blog
AppCoda
IOSDevWeekly
Medium
Ry's Cocoa Tutorial
NSScreencast
Use Your Loaf
OleBegemann
little bites of cocoa
Toptal
中文
objc.io
Cocoa China
Code4App
文档
Apple Developer
社区
Stackoverflow
源码
Github
算法
Codefights
视频
继续阅读 »
Push 推送技术说明
[TOC]
Java NIO 使用说明
参考资料
Java NIO Tutorial
简介
Java NIO (New IO) is an alternative IO API for Java (from Java 1.4), meaning alternative to the standard Java IO and Java Networking API's. Java NIO offers a different way of working with IO than the standard IO API's.继续阅读 »