ATOM 覚書
テーマ
- flatland-dark
- SublimeTextで人気のダークカラー
- flatland-dark-ui
/** | |
* how to use this script | |
* 1. npm init | |
* 2. npm i sharp --save | |
* 3. npm i path --save | |
* 4. npm i chokidar --save | |
* 5. node app | |
*/ | |
const sharp = require('sharp'); | |
const path = require('path'); |
<?xml version="1.0" encoding="utf-8"?> | |
<system> | |
<bone name="NPC L PreBreast"> | |
<mass>0.000000</mass> | |
<inertia x="0" y="0" z="0"/> | |
<centerOfMassTransform> | |
<basis x="0" y="0" z="0" w="1"/> | |
<origin x="0" y="0" z="0"/> | |
</centerOfMassTransform> | |
<linearDamping>0</linearDamping> |
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
Vagrant.configure(2) do |config| | |
# Vagrant box | |
config.vm.box = "centos67-x86_64" | |
# Bridged networks | |
config.vm.network "public_network", ip: "192.168.77.223" |
LANG=C | |
# STOP iptables | |
# | |
echo -e "\n[ STOP iptables ]\n" | |
# ipv4 | |
service iptables stop | |
chkconfig iptables off | |
# ipv6 | |
service ip6tables stop |
{ | |
"name": "example.com", | |
"version": "1.0.0", | |
"description": "test", | |
"main": "gulpfile.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"author": "", | |
"license": "ISC", |
# Require any additional compass plugins here. | |
# Set this to the root of your project when deployed: | |
http_path = "./" | |
css_dir = "src/css" | |
sass_dir = "src/sass" | |
images_dir = "src/img" | |
javascripts_dir = "src/js" | |
# fonts_dir = "./src/fonts" |
/** | |
* 汎用Gulpfile | |
* | |
* @author Seiji Ogawa [****@****.**.**] | |
* @copyright ***** 2015 | |
*/ | |
/** | |
* モジュール読み込み | |
*/ |
nbproject/* | |
/app/webroot/css/packed/* | |
!app/webroot/css/packed/.htaccess | |
/app/webroot/js/packed/* | |
!app/webroot/js/packed/.htaccess | |
.DS_Store | |
Thumbs.db | |
/.cache | |
.project | |
/.settings |