Skip to content

Instantly share code, notes, and snippets.

View softcup's full-sized avatar

softcup softcup

  • Taiwan
  • 21:57 (UTC +08:00)
View GitHub Profile
<!doctype html>
<html>
<head>
<script src="http://popcornjs.org/code/dist/popcorn-ie8.min.js"></script>
<script src="http://popcornjs.org/code/dist/popcorn.plugins.min.js"></script>
<script src="https://raw.github.com/happyworm/popcorn-js/master/players/jplayer/popcorn.jplayer.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="http://jplayer.org/2.2.0/js/jquery.jplayer.min.js"></script>
<script>

#Node.js installed #npm executed

npm install -g yo grunt-cli bower

(rubygem installed, if compass executed)

gem compass

option

This file has been truncated, but you can view the full file.
'use strict';
var COMPILED = !0, goog = goog || {};
goog.global = this;
goog.DEBUG = !1;
goog.LOCALE = "en";
goog.provide = function (a) {
if (!COMPILED) {
if (goog.isProvided_(a))
throw Error('Namespace "' + a + '" already declared.');
data:text/html, <style type="text/css">#e{position:absolute;top:0;right:0;bottom:0;left:0;}</style><div id="e"></div><script src="http://d1n0x3qji82z53.cloudfront.net/src-min-noconflict/ace.js" type="text/javascript" charset="utf-8"></script><script>var e=ace.edit("e");e.setTheme("ace/theme/monokai");e.getSession().setMode("ace/mode/ruby");</script>
@softcup
softcup / app.js
Created July 18, 2012 03:32
LINE 非公式 API を使ってログイン
var LINE = require('./line.js');
var line = new LINE();
var email = 'your email';
var password = 'your password';
line.login(email, password, function(error, result) {
if (error) {
return;
}