万年素人からHackerへの道

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

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

    2012-09-23から1日間の記事一覧

    Admobをkeijiroさんのgitghubからcloneせずにやる方法

    URL:https://github.com/keijiro/unity-adbanner-example https://github.com/keijiro/unity-adbanner-example/tree/master/Sample/Assets/Plugins からAdBannerObserver.csをRawファイルのDLで入手→UnityのPluginsフォルダへhttps://github.com/keijiro/uni…

    prime31のAndroidのTwitterで日本語

    string message = "日本語"; TwitterAndroid.postUpdate(message); これだと文字化けして???になる。http://www.tagindex.com/tool/url.html このサイトとかでエンコードして string message = WWW.UnEscapeURL("%e6%97%a5%e6%9c%ac%e8%aa%9e"); こんなかん…

    prime31のAndroidのTwitterプラグインの落とし穴

    このTwitterのDeveloperサイトにコールバックの設定がいる。 Read, Write and Access direct messages にしないとツイートできない