setup.exeはもういらん!Cygwinでコマンドラインからインストール/アップデートする[apt-cyg]を試す

Cygwinをツールをアップデートするときに、いちいちsetup.exeを起動するのが面倒だ 。 LinuxやRubyとかみたいに、コマンドライ...

March 2, 2013 · 3 min · tsu-nera

C言語のデバッグ加速!Eclipse CDTでのgdb機能がメチャクチャ便利だ。

Eclipse CDTには、グラフィッカルなgdbインタフェースがついてきます。 これが最近便利すぎるので、オススメ機能をここらでまとめときます。 基本的な設...

February 26, 2013 · 3 min · tsu-nera

Eclipse プラグイン「Glance」でのインクリメンタル検索が便利な件

Eclipse CDTを使っていると、インクリメンタルサーチがけっこう貧弱に感じる。 かといって、検索機能を起動するまでもなくさくっと調べたい。 そんなときに...

February 26, 2013 · 1 min · tsu-nera

TC 技術検定 3 級 テクニカルライティング試験 (TW) 受験しました

はじめに TC 技術検定 3 級 テクニカルライティング試験を受験した感想です. テクニカルコミュニケーター協会 > TC 技術検定 ここにも合格体験記がたくさんあ...

February 17, 2013 · 3 min · tsu-nera

gitを使って技術書を写経をするためのステップメモ

技術書の写経について、TDDで有名な@t_wadaさんのこんなツイートを発見した。 https://twitter.com/t_wada/status/9000231741 これを参考に、gitを使ってどのように写経をするか、個人...

February 11, 2013 · 2 min · tsu-nera

GoogleTestとEclipseのGDB機能の組み合わせが最強だった件

Eclipse CDTでデフォルトで付いているグラフィカルなGDB用のインタフェースと、GoogleTestなどのxUnitをあわせて利用するとデバッグが...

February 3, 2013 · 3 min · tsu-nera

[Eclipse CDT]セグメンテーション違反した箇所をGDBで特定する

Eclipse+Cygwin環境でデバッグするとき、いつもはGoogleTestを使っている。 GoogleTestを実行してセグメンテーショ...

January 26, 2013 · 2 min · tsu-nera

hamcrestとJUnitの依存関係メモ

hamcrest関係のエラーでハマったので、メモ。 java.lang.NoSuchMethodError: org.hamcrest.Matcher.describeMismatch エラーメッセージ java.lang.NoSuchMethodError: org.hamcrest.Matcher.describeMismatch(Ljava/lang/Object;Lorg/hamcrest/Description;)V at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.junit.Assert.assertThat(Assert.java:865) at test.endtoend.auctionsniper.FakeAuctionServer$SingleMessageListener.receivesAMessage(FakeAuctionServer.java:71) at test.endtoend.auctionsniper.FakeAuctionServer.hasRecievedJoinRequestFromSniper(FakeAuctionServer.java:51) at test.endtoend.auctionsniper.AuctionSniperEndToEndTest.sniperJoinnAuctionUntilAuctionCloses(AuctionSniperEndToEndTest.java:14) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)...

January 17, 2013 · 1 min · tsu-nera

WordPress完全移行マニュアル(BackWPupでリストア)

前回のエントリで、BackWPupを利用してWordPressで構築したサイトのバックアップを作成できたので、今回はこのデータをリストアして...

January 8, 2013 · 3 min · tsu-nera

twitcurlでWindowsのデスクトップからホットキーでtwitterにtweetする

デスクトップからショートカットでtwitterにつぶやきたいなと思い、いろいろと探してみたがいいフリーソフトがみつからなかったので、twit...

January 6, 2013 · 4 min · tsu-nera