This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* app.php | |
* | |
* There are web application that has been made in full scratch. | |
* Work in onepiece-framework. | |
* | |
* @creation 2015-11-12 | |
* @version 1.0 | |
* @package erabuhonyaku |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using UnityEngine; | |
using UnityEditor; | |
using System.Collections; | |
using System.IO; | |
public class ExportAssetBundles : MonoBehaviour | |
{ | |
[MenuItem("Assets/Unity 5.x Build AssetBundle")] | |
static void ExportResource_Unity5() | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using UnityEngine; | |
using System.Collections; | |
public class Main : MonoBehaviour { | |
private UniWebView _webView; | |
private string _errorMessage; | |
// Use this for initialization |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm install pm2 -g |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var server = app.listen(3000, function() { | |
}); | |
// 0.9系のsocket.io | |
var io = require('socket.io').listen(server); | |
// 0.9系のredis | |
var redis = require('socket.io/lib/stores/redis'); | |
var redisConf = { host: '127.0.0.1', port: 6379 }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> | |
<script type="text/javascript" src="http://onepiece-framework.com/ja/js/i18n.js"></script> | |
<h1 class="i18n"><b>onepiece-framework</b> is insanely great!!</h1> | |
<p class="i18n">The translation was successful?</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<root> | |
<item> | |
<name>Mouse Keys Mode Custom</name> | |
<appendix>You can move mouse pointer by d+hjkl keys, and scroll by d+s+hjkl keys.</appendix> | |
<appendix></appendix> | |
<appendix>Usage:</appendix> | |
<appendix></appendix> | |
<appendix>Move pointer by:</appendix> | |
<appendix><![CDATA[ * Left: D down -> L down -> H up ]]></appendix> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<root> | |
<appdef> | |
<appname>PARALLELS</appname> | |
<equal>com.parallels.desktop.console</equal> | |
</appdef> | |
<appdef> | |
<appname>NETBEANS</appname> | |
<equal>org.netbeans.ide.baseide.201107282000</equal> | |
</appdef> |