GNU Emacs 23.3.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54) of 2011-10-26 on braeburn.aquamacs.org - Aquamacs Distribution 2.4 Copyright (C) 2011 Free Software Foundation, Inc.
This file contains 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
--- ./RSyncBackup-1.3/lib/RSyncBackup.py 2012-02-04 09:47:48.000000000 +0900 | |
+++ ./RSyncBackup-1.3b/lib/RSyncBackup.py 2012-06-22 19:52:35.000000000 +0900 | |
@@ -33,7 +33,7 @@ | |
__version__ = "1.3" | |
-import time, commands, re | |
+import time, subprocess, re | |
import logging | |
import os, os.path |
- 実行したバイナリVersion
GNU Emacs 23.3.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54) of 2011-10-26 on braeburn.aquamacs.org - Aquamacs Distribution 2.4 Copyright (C) 2011 Free Software Foundation, Inc.
- Starting Aquamacs from a terminal (EmacsWiki: Aquamacs FAQ)
This file contains 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
autoload -U promptinit | |
promptinit | |
prompt adam2 8bit | |
alias adam2='prompt adam2 8bit' | |
alias adam2-light='prompt adam2 8bit cyan black black black magenta' |
This file contains 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
swift言語のリポジトリはsubversion で置かれている。 | |
ので、あとが面倒だからgitにする。 | |
git-svnをつかって取得する。 | |
swift言語のビルド方法はこちらから。 | |
http://swift-lang.org/guides/release-0.94/quickstart/quickstart.html | |
読むと、まず CoGKit を展開し、その中で swift をビルドするらしい。 | |
http://wiki.cogkit.org/wiki/Main_Page | |
$ mkdir swift-0.94 |
This file contains 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
➜ AccelTCP git:(0.2-pu-gtest_support) cmake . | |
-- The C compiler identification is GNU | |
-- The CXX compiler identification is GNU | |
-- Check for working C compiler: /usr/bin/gcc | |
-- Check for working C compiler: /usr/bin/gcc -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Check for working CXX compiler: /usr/bin/c++ | |
-- Check for working CXX compiler: /usr/bin/c++ -- works | |
-- Detecting CXX compiler ABI info |
This file contains 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
⏚ [:~] % docker images | |
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE | |
centos-java latest a669ddb63930 20 hours ago 873.3 MB | |
debian latest 23cb15b0fcec 5 days ago 125.1 MB | |
centos latest e9fa5d3a0d0e 8 weeks ago 172.3 MB | |
⏚ [:~] % docker run --name some-mysql -e MYSQL_ROOT_PASSWORD=my-secret-pw -d mysql:5.6 | |
Unable to find image 'mysql:5.6' locally | |
5.6: Pulling from library/mysql | |
5971b6ce764f: Pull complete |
To install Meteor with the Homebrew formula [below][3], run:
brew install https://gist.github.com/nicdk/bac3b9458859848f4b8ead44dc54b396/raw/d1246b67b1e14931ffffb0f1004d340d5d353760/meteor.rb
This Homebrew Meteor Formula is based on https://install.meteor.com.
改行、タブ入力、yank とSKK 絡み。
'atom-text-editor':
'ctrl-m': 'editor:newline'
'ctrl-i': 'editor:indent'
'ctrl-y': 'core:paste'
'ctrl-j': 'unset!'
'ctrl-shift-j': 'unset!'
OlderNewer