2014-01-01から1年間の記事一覧

Install BitNami Redmine into CentOS on Vagrant.

> mkdir redmine > cd redmine > vagrant init chef/centos-6.5 > vim Vagrantfile # enable gui # vb.cutomize ["modifyvm", :id, "--memory", "2048"] # IP address: 10.0.0.100 > vagrant upuser name: vagrant password : vagrant$ wget --no-check-cert…

Solution of Exercise for section 2.8

It can take some work to show that something is not an affine variety. For example, consider the set[tex: X = \{(x,x) : x \in \mathbb{R}, x \neq 1} \

特定のセルに値を設定する

アンケートをExcelブックで取るとか、 そういう処理において、「氏名を記入してください!!!!」 と言っても聞いてない人がいる。そんなのは最初から設定してしまえばいい。 ディレクトリ名 ブック名 シート名 セル名 値 の形式のシートを作成して、以下の…

Source Code Formatter

プログラミング教育をしていると、ソースコードをWord文書や PowerPointスライドに貼り付ける作業をすることがある。 そんなときのWordVBAマクロ。1. Wordの新規文書に、ソースコードを貼り付ける。 2. マクロを実行する。 3. 表形式にフォーマットされたソ…

2014-04-17 Ideals, Varieties, and Algorithms Exercises 1.2

http://d.hatena.ne.jp/kencoba/20140417の訂正。a. .b. . is wrong answer because .c. if n is even. if n is odd.

Ideals, Varieties, and Algorithms Exercises 1.2

2. let be the field from Exercise 1. a. Consider the polynomial . Show that for every , and explain why this does not contradict Proposition 5. b. Find a nonzero polynomial in which vanishes at every point of . Try to find one involving al…

Gitの情報まとめ

Git

http://programmerbox.com/2013-07-17_git_summary/

Train Gate Controll

http://qiita.com/kencoba/items/82a0ff70737a6c150148

複数Excelブックの、特定シート、特定列を全部マージする

VBA

http://qiita.com/kencoba/items/8f5c35a874bda4b00fcd