• 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31

gitを使っていてローカルでつけたタグを、リモートにpushする場合は、

   1  % git push --tags

逆に、リモートのタグ情報をローカルに持ってくる場合は

   1  % git pull --tags

これでok

posted by Png genki on Wed 20 May 2009 at 12:23

For somewhat reason, I had to salvage data of AIR app, but the data was found at place that is very difficult to be found. So I leave a memo for me of in the future ;-)

諸般の事情でAIRアプリのデータをサルベージする必要が発生したのですが、 場所が分かりにくかったのでメモしておきます(MacOSXの場合)

   1  ~/Library/Preferences/{アプリID}/Local Store/

The place I found it is as mentioned above.

こんな感じの場所にありました。

posted by Png takiuchi on Wed 20 May 2009 at 03:21

今度は-std=c99の時にstrdupが使えなくて困ったので解決策をメモ。 以下のようなオプションをつけると良いようです。

   1  -D_GNU_SOURCE

See Also

posted by Png genki on Wed 20 May 2009 at 02:53

gccで-std=c99を指定した時に、filenoが利用できなくて困ったのですが、 filenoはC標準ではなくて、POSIXの関数なので、以下のようなオプションを指定する必要があるようです。

   1  -D_POSIX_C_SOURCE=200112

See Also

posted by Png genki on Wed 20 May 2009 at 02:44
Contents
gitでtag情報をpushする方法のメモ
How to salvage data of AIR apps/AIRアプリのデータをサルベージする方法
gccで-std=c99の時にstrdupを使用する方法
gccで-std=c99の時にfilenoを使用する方法
Comments
瀧内元気: MacOS版は以下にあります * [genki/ViMouse](https://githu... '23-1
KingofSmack: Here also good reads for this mobile applicatio... '14-5
Spencer: You don't have to re-compile it, this version w... '14-4
staiano: Any chance we can get a recompile for 10.9? '14-1
dsjf: https://gist.github.com/6bf1bf2c3cbb5eb6e7a7 これ... '13-1
Services from s21g
twpro(ツイプロ)
Twitterプロフィールを快適検索
地価2009
土地の値段を調べてみよう
MyRestaurant
自分だけのレストラン手帳
Formula
ブログに数式を埋め込める数式コミュニティ