Skip to content

Instantly share code, notes, and snippets.

View iBluemind's full-sized avatar
👋
Hello, world!

Manjong Han iBluemind

👋
Hello, world!
View GitHub Profile

Keybase proof

I hereby claim:

  • I am ibluemind on github.
  • I am ibluemind (https://keybase.io/ibluemind) on keybase.
  • I have a public key ASDZaUKvtiDTaNwhXEtGN40MN8rmvgc54chn1CjZ2J7aIAo

To claim this, I am signing this object:

@iBluemind
iBluemind / colors.xml
Last active August 29, 2015 14:23
Material Colors for Android
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="red_50">#fde0dc</color>
<color name="red_100">#f9bdbb</color>
<color name="red_200">#f69988</color>
<color name="red_300">#f36c60</color>
<color name="red_400">#e84e40</color>
<color name="red_500">#e51c23</color>
@iBluemind
iBluemind / ncloud.js
Created June 18, 2015 16:41
엔클라우드 파일 스토리지 접근 for Node.js
var exports = module.exports = {};
var request = require('request');
var OAuth = require('./oauth.js');
const HOST_URL = 'http://restapi.fs.ncloud.com';
const ROOT_CONTAINER = '/';
const CONSUMER_KEY = '';
const CONSUMER_SECRET = '';