- メインスピーカー:マシューさん(@matthewmccull)
- サブスピーカー:ジョンさん(@johndbritton)
従来の CVCS (集中バージョン管理システム)のリビジョン番号は連番。 SVN はサーバーにデプロイした時点でリビジョン番号1と設定される。
従来の CVCS (集中バージョン管理システム)のリビジョン番号は連番。 SVN はサーバーにデプロイした時点でリビジョン番号1と設定される。
この 作品 は クリエイティブ・コモンズ 表示 - 継承 3.0 非移植 ライセンスの下に提供されています。
(require 'request) ;; https://github.com/tkf/emacs-request | |
(require 'json) | |
(defvar ginger-end-point | |
"http://services.gingersoftware.com/Ginger/correct/json/GingerTheText" ) | |
;;;###autoload | |
(defun ginger-region (beg end) | |
(interactive "r") | |
(lexical-let* ((text (buffer-substring-no-properties beg end)) |
require 'cinch' | |
Process.daemon | |
bot = Cinch::Bot.new do | |
configure do |c| | |
c.server = 'irc.example.com' | |
c.password = 'password' | |
c.port = '1234' | |
c.ssl.use = true |
diff --git configure.ac configure.ac | |
index 62f53a3..850eaa4 100644 | |
--- configure.ac | |
+++ configure.ac | |
@@ -1571,7 +1571,7 @@ if test "${HAVE_NS}" = yes; then | |
leimdir="\${ns_appresdir}/leim" | |
INSTALL_ARCH_INDEP_EXTRA= | |
fi | |
- NS_OBJC_OBJ="nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o nsfont.o" | |
+ NS_OBJC_OBJ="nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o nsfont.o macim.o" |
;; call terminal-notifier | |
;; (osx-notify :title "Cat" :message "mew") | |
;; with say command | |
;; (osx-notify :title "Cat" :message "mew" :say "mee") | |
;; if you have saykana command you can use it | |
;; (osx-notify :title "Cat" :message "mew" :saykana "に'ゃー") | |
;; terminal-notifier | |
;; sudo port install terminal-notifier | |
;; saykana |
;;; -*- coding: utf-8; mode: emacs-lisp; -*- | |
;;; init-loader.el --- | |
;; Author: IMAKADO <[email protected]> | |
;; Author's blog: http://d.hatena.ne.jp/IMAKADO (japanese) | |
;; Prefix: init-loader- | |
;; This file is free software; you can redistribute it and/or modify | |
;; it under the terms of the GNU General Public License as published by | |
;; the Free Software Foundation; either version 2, or (at your option) |
source 'http://rubygems.org' | |
gem 'rails', :git => 'git://github.com/rails/rails.git' | |
gem 'journey', :git => 'git://github.com/rails/journey.git' | |
gem 'arel', :git => 'git://github.com/rails/arel.git' | |
gem 'activerecord-deprecated_finders' , :git => 'git://github.com/rails/activerecord-deprecated_finders.git' | |
gem 'sqlite3' | |
group :assets do |
#!/usr/bin/env ruby | |
# coding: utf-8 | |
require 'google_drive' | |
require 'highline/import' | |
require 'active_support/core_ext' | |
require 'pry' | |
def ask_authentication |