万年素人からHackerへの道

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

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

    2010-09-01から1ヶ月間の記事一覧

    Djangoを学ぼう

    http://atnd.org/events/8021自動で保持するデータが定義できる django/conf/global_setting.pyblog/context_prosessr.py■Template base.html ↑ app/base.html ↑ app/some.htmlPythonのクラスの上書きと同じような感じ■Template Filter■Template Tags ifタグ…

    ■Snow Leopardにしてから出来ない sudo port install git-core +gitweb +svn dlopen(/opt/local/share/macports/Tcl/macports1.0/MacPorts.dylib, 10): no suitable image found. Did find: /opt/local/share/macports/Tcl/macports1.0/MacPorts.dylib: mach…

    ■結城浩さん?プログラミング言語Rubyの正誤表 http://d.hatena.ne.jp/rubyco/00000000/1141013325■初めてのRuby公式でない正誤表 http://blog.miraclelinux.com/yume/2008/07/ruby-db90.html

    ■iPhone 入力ポップアップ http://iphonedevelopment.blogspot.com/2009/02/alert-view-with-prompt.html

    ■Snow LeopardでExposeができん ・Dockのバグなので、Dockを再起動する killall Dock

    ■ランドスケープモード iPhone http://blog.popino.net/article/27786416.htmlhttp://stackoverflow.com/questions/1410748/uiinterfaceorientationlandscapeleft-and-uiinterfaceorientationlandscaperight-are

    ■Ruby Perlのモットー「やり方はいろいろある (TMTOWTDI(ティムトゥディ); There's More Than One Way To Do It)」は「多様性は善(Diversity is Good)」というスローガンでRubyに引き継がれている。『初めてのRuby』正誤表 http://yugui.jp/wiki/LearningR…

    shell > google_appengine/dev_appserver.py helloworld/ Xcode 3.2.4 and iOS SDK 4.1 は「Snow Leopard」のみ!!

    GAEでDjangoしようかと

    ■GAEでDjango ○参考HP 公式 http://code.google.com/intl/ja/appengine/docs/python/gettingstarted/http://dann.g.hatena.ne.jp/dann/20091117/p2○予定ヴァージョン ・Django ・GAE http://code.google.com/intl/ja/appengine/downloads.html#Download_the_…

    iphoneでIT勉強会カレンダー http://pastalablog.s3.zmx.jp/itcal_iphone/#_10

    UIPickerView - (void)applicationDidFinishLaunching:(UIApplication *)application { // Override point for customization after app launch myPickerView = [[UIPickerView alloc] initWithFrame:CGRectMake(0, 20, 300, 120)]; myPickerView.delegate =…

    cocos2dのsleep float d = 0.25; //the duration in seconds of the delay [self runAction:[CCDelayTime actionWithDuration:d]];[NSThread sleepForTimeInterval:0.5];cocos2dでalert http://www.cocos2d-iphone.org/forum/topic/991cocos2dでUIPicker htt…