Install rbenv and ruby-build to Amazon Linux (cloud-init).
- Copy & paste content of
user-data.sh
to EC2 RunInstances user-data - Then, logging in to EC2 instance as ec2-user and run
install-ruby.sh
.
;; このようなデータを | |
;; 532101 18 19 | |
;; 532102 19 20 | |
;; ↓ | |
;; 532101 18 19 1.0555555555555556 | |
;; 532102 19 20 1.0526315789473684 | |
;; このようにします | |
(defun ponto-special (start end) | |
(interactive "r") |
Install rbenv and ruby-build to Amazon Linux (cloud-init).
user-data.sh
to EC2 RunInstances user-datainstall-ruby.sh
./* | |
You can now create a spinner using any of the variants below: | |
$("#el").spin(); // Produces default Spinner using the text color of #el. | |
$("#el").spin("small"); // Produces a 'small' Spinner using the text color of #el. | |
$("#el").spin("large", "white"); // Produces a 'large' Spinner in white (or any valid CSS color). | |
$("#el").spin({ ... }); // Produces a Spinner using your custom settings. | |
$("#el").spin(false); // Kills the spinner. |
;; popup-hatena-profile-image.el | |
;; カーソル位置のはてなユーザーのプロフィール画像をポップアップで表示します. | |
;; idコールする前に,idが合ってるか確認するのに使えます. | |
(require 'cl) | |
(require 'url) | |
(require 'deferred) | |
(require 'popwin) | |
(defun popup-hatena-profile-image () |
;;; inao-mode.el --- major mode for writing inao manuscripts | |
;; Copyright (C) 2010 SAKURAI Masashi | |
;; Author: SAKURAI Masashi <m.sakurai at kiwanami.net> | |
;; Keywords: outlines, convenience | |
;; This program 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 3 of the License, or |