NTPが使えない環境のための時刻合わせバッチファイル(スクリプト)
- 実行時に管理者権限
- Python
- requestsモジュール(
pip install requests
) - インターネット
{ | |
"binary_file_patterns": | |
[ | |
"*.tga", | |
"*.dds", | |
"*.ico", | |
"*.eot", | |
"*.pdf", | |
"*.psd", | |
"*.swf", |
\documentclass[11pt]{article} | |
% \documentclass[a4paper]{bxjsarticle} % 文書クラスは bxjsarticle | |
\usepackage[default]{zxjatype} % zxjatype パッケージ読込 | |
\usepackage[utf8]{inputenc} | |
\usepackage{fontspec, xunicode} | |
% \usepackage{mathspec} | |
\usepackage{coloremoji} |
cd report\image | |
ebb *.png | |
ebb *.jpg | |
cd .. | |
"C:/w32tex/bin/platex.exe" -kanji=utf8 -src -interaction=nonstopmode report-master.tex | |
rm *.pbm | |
cd .. |
#target photoshop | |
//app.displayDialogs = DialogModes.NO; | |
//ドキュメントが開かれているかどうか判別 | |
if (app.documents.length ==0){ | |
//ドキュメントが開かれていない場合処理なし | |
} | |
else{ | |
try { | |
//全てのレイヤーの表示を非表示に |
// 参考: http://yukimi.moemoe.gr.jp/MT/archives/2011/10/ | |
#target photoshop | |
//配列内にobjがあるかをチェック | |
function check_array(target_array,obj){ | |
for (var i in target_array){ | |
if (target_array[i] == obj){ | |
return true; | |
break; | |
} |
(function(){ | |
var total = {}; | |
var year = '2012'; | |
var all = false; | |
function init(num) { | |
if(typeof num !== 'number') { | |
num = 0; | |
$('<div/>').css({ | |
position: 'fixed', | |
left: 0, |
# Dev Tools | |
.svn/ | |
@resources/ | |
node_modules/ | |
# Mac | |
._* | |
.DS_Store | |
# Linux |
$ git symbolic-ref HEAD refs/heads/master