2025年 4月4日(金) 13:41 JST

ソフトウエア開発

Debian Squeeze Download RStudio Server

  • 2012年 3月15日(木) 10:38 JST
  • 投稿者:
  • 表示回数 2,130

/etc/apt/source.ist

deb http://cran.md.tsukuba.ac.jp/bin/linux/debian squeeze-cran/

The Debian backports archives on CRAN are signed with the key of "Johannes Ranke (CRAN Debian archive) <jranke@uni-bremen.de>" with key ID 381BA480. You can fetch this with

   gpg --keyserver subkeys.pgp.net --recv-key 381BA480

or alternatively, using another key server,

   gpg --keyserver pgp.mit.edu --recv-key 381BA480

If this doesn't work, it might be due to a firewall blocking port 11371. Alternatively, you can search for 0x381BA480 at http://keyserver.noreply.org/ and copy the key block into a plain text file, named, for instance, jranke_cran.asc.

If receiving the key with gpg did work, you need to export it to a text file

   gpg -a --export 381BA480 > jranke_cran.asc

In both cases you need to make the key known to the apt system by running

 as root.

 

Ubuntu 11.10 Download RStudio Server

  • 2012年 3月15日(木) 10:35 JST
  • 投稿者:
  • 表示回数 81

/etc/apt/source.listに追加
deb http://cran.md.tsukuba.ac.jp/bin/linux/ubuntu oneiric/

The Ubuntu archives on CRAN are signed with the key of "Michael Rutter <marutter@gmail.com>" with key ID E084DAB9. You can fetch this key with

gpg --keyserver keyserver.ubuntu.com --recv-key E084DAB9
and then feed it to apt-key with

gpg -a --export E084DAB9 | sudo apt-key add -

sudo apt-get update
sudo apt-get install r-base 

MacOSX Lion 用のjava

  • 2012年 2月23日(木) 16:46 JST
  • 投稿者:
  • 表示回数 79
javacのエラーメッセージがShift_JISらしい。
$ javac -J-Dfile.encoding=UTF-8 Main.java

aptana Titanium eclipse

  • 2012年 2月22日(水) 21:28 JST
  • 投稿者:
  • 表示回数 75
コンソールの文字化け対策

Aptana Studio 3/AptanaStudio3.app/Contents/MacOS/AptanaStudio3.ini

内にこの行を追加。
-Dfile.encoding=utf-8

Android Eclipse

  • 2012年 2月22日(水) 10:09 JST
  • 投稿者:
  • 表示回数 82
記述 リソース パス ロケーション タイプ
このメソッドにはコンストラクター名があります main.java /state_java/src 行 7
public static void main(final String[] args)

Java 問
インポートされた android.view.KeyEvent は一度も使用されていません SkeletonActivity.java /SkeletonApp/src/com/example/android/skeletonapp 行 21 Java 問題

解決策がどっかに無いかな

aptana update

  • 2012年 2月22日(水) 10:08 JST
  • 投稿者:
  • 表示回数 94
ruby

require "ruble"
ってなに
ruble とは
aptana studio で使えるコードスニペットの集まりで、textmate で言うところの bundle のようなものです。

以下、 aptana (いまは titanium studio ですが) のドキュメント より抜粋。

Ruble (short for RUby BundLE) is a runtime environment that allows for the extensibility of IDEs and text editors using Ruby. Compatibility with TextMate bundles is a priority--we want to make it reasonably straightforward to convert an existing TextMate bundle into a Ruble bundle, while still allowing commands and snippets to be more concise and more powerful.
To begin, you might wish to start with Modifying an existing Ruble, and then move on to Creating a new Ruble to hold your own custom code.
要するに textmate の bundle とできるだけ互換性を持たせた ruby 製の ide 拡張で、既存の ruble をそのまま使うも良し、カスタマイズするも良し、新しい ruble を作るも良し、ということみたいです。

Xcode4.3

  • 2012年 2月17日(金) 14:03 JST
  • 投稿者:
  • 表示回数 88

 Macportsが動かなくなる。

xcode-selectも旨く機能しなさそう。

ruby gem server

  • 2012年 2月8日(水) 14:09 JST
  • 投稿者:
  • 表示回数 88
port 8808で動くrdocのサーバ
$ gem server --daemon
で起動させた方が手っ取り早そう。

android Debug certificate expired

  • 2012年 2月7日(火) 16:28 JST
  • 投稿者:
  • 表示回数 105
Error generating final archive Error generating final archive: Debug certificate expiredと出た場合
C:\Documents and Settings\a-yama\.android にある
debug.keystoreを削除すると直る。

ページナビゲーション