万年素人からHackerへの道

万年素人がHackerになれるまで殴り書きするぜ。

  • ・資産運用おすすめ
    10万円は1000円くらい利益
    資産運用ブログ アセマネ
    • ・寄付お願いします
      YENTEN:YYzNPzdsZWqr5THWAdMrKDj7GT8ietDc2W
      BitZenny:ZfpUbVya8MWQkjjGJMjA7P9pPkqaLnwPWH
      c0ban:8KG95GXdEquNpPW8xJAJf7nn5kbimQ5wj1
      Skycoin:KMqcn7x8REwwzMHPi9fV9fbNwdofYAWKRo

    2013-04-30から1日間の記事一覧

    AndroidManifestのOpenGLバージョン指定方法

    ・OpenGL 1.0 <uses-feature android:glEsVersion="0x00010001" /> ・OpenGL 2.0 <uses-feature android:glEsVersion="0x00020000" /></uses-feature></uses-feature>

    Editor拡張で右クリックメニューに出す Unity

    C# public class HogeClass : EditorWindow { [MenuItem("Assets/Hoge Class")]

    stringのフォーマット

    string.Format("foo{0}bar", 3) // => 'foo3bar' string.Format("{0} × {1} = {2}", 3, 4, 3 * 4); // => '3 × 4 = 12'

    数値結果テーブルの書式設定

    URL: http://msdn.microsoft.com/ja-jp/library/s8s7t687 String.Format("{0:N3}", 10000.123)

    iOS VerificationController

    https://developer.apple.com/library/ios/releasenotes/StoreKit/IAP_ReceiptValidation/VerificationController.zip