<?xml version="1.0" encoding="UTF-8" ?>
<feed xml:lang="ja" xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:thr="http://purl.org/syndication/thread/1.0">
  <title type="text">マジックナンバー</title>
  <subtitle type="html">彼と時間を共有するぼくは、彼の何を知り得るのだろう</subtitle>
  <link rel="self" type="application/atom+xml" href="https://2bit.kagome-kagome.com/atom"/>
  <link rel="alternate" type="text/html" href="https://2bit.kagome-kagome.com/"/>
  <updated>2012-02-29T00:19:51+09:00</updated>
  <author><name>No Name</name></author>
  <generator uri="//www.ninja.co.jp/blog/" version="0.9">忍者ブログ</generator>
  <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" />
  <entry>
    <id>2bit.kagome-kagome.com://entry/15</id>
    <link rel="alternate" type="text/html" href="https://2bit.kagome-kagome.com/%E3%81%B7%E3%82%8D%E3%81%90%E3%82%89%E3%82%80/greenfoot%E3%82%92%E4%BD%BF%E3%81%A3%E3%81%A6%E3%81%BF%E3%81%9F" />
    <published>2013-05-21T13:51:48+09:00</published> 
    <updated>2013-05-21T13:51:48+09:00</updated> 
    <category term="ぷろぐらむ" label="ぷろぐらむ" />
    <title>Greenfootを使ってみた</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[Greenfootは、プログラミング教育のためのJava開発環境らしいです。<br />
二次元のグラフィックアプリケーション、例えばゲーム制作を簡単に行えるとのこと。<br />
とりあえず挑戦してみました！<br />
<span style="font-size:small;"><span style="color:#FF3366;"><br />*5/24修正*</span><br />
・変数名countWorkをcountWalkに修正<br />
(クマだと思っていた生物は、ウォンバットと呼ばれるクマのような生物だった)<br />
(若干文字数が多いのでウォンバットをクマとして扱っていきます。脳内補完よろしくです)<br /></span><br /><a href="https://2bit.kagome-kagome.com/%E3%81%B7%E3%82%8D%E3%81%90%E3%82%89%E3%82%80/greenfoot%E3%82%92%E4%BD%BF%E3%81%A3%E3%81%A6%E3%81%BF%E3%81%9F" target="_blank">つづきはこちら</a>]]> 
    </content>
    <author>
            <name>No Name</name>
        </author>
  </entry>
  <entry>
    <id>2bit.kagome-kagome.com://entry/14</id>
    <link rel="alternate" type="text/html" href="https://2bit.kagome-kagome.com/%E3%81%B7%E3%82%8D%E3%81%90%E3%82%89%E3%82%80/visual%20studio%202012%E3%81%A7wxwidgets-1-" />
    <published>2013-05-08T02:56:04+09:00</published> 
    <updated>2013-05-08T02:56:04+09:00</updated> 
    <category term="ぷろぐらむ" label="ぷろぐらむ" />
    <title>Vsual Studio 2012でwxWidgets</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[C#でGUIアプリケーションを作るのにはまっていましたが、<br />
あまりにTaskが使いこなせず、結局同期的なアプリケーションになってしまった腹いせに<br />
以前、静的リンクで詰まったwxWidgetsを使ってみました。<br /><br /><a href="https://2bit.kagome-kagome.com/%E3%81%B7%E3%82%8D%E3%81%90%E3%82%89%E3%82%80/visual%20studio%202012%E3%81%A7wxwidgets-1-" target="_blank">つづきはこちら</a>]]> 
    </content>
    <author>
            <name>No Name</name>
        </author>
  </entry>
  <entry>
    <id>2bit.kagome-kagome.com://entry/13</id>
    <link rel="alternate" type="text/html" href="https://2bit.kagome-kagome.com/%E3%81%B7%E3%82%8D%E3%81%90%E3%82%89%E3%82%80/httpclient%E3%81%AE417%20expectation" />
    <published>2013-04-27T21:47:26+09:00</published> 
    <updated>2013-04-27T21:47:26+09:00</updated> 
    <category term="ぷろぐらむ" label="ぷろぐらむ" />
    <title>HttpClientの417 Expectation Failed</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[Visual Studio 2012 C#で、GUIアプリケーションの作成が簡単にできるので最近はまってます。<br />
HttpClientクラスという、HTTP通信をすごく簡単にできるライブラリがあるのもC#にはまった要因。<br />
C++だとboostを使ってもHTTP通信するのはまだ少しめんどくさいので．．．<br />
cpp-netlibというboost.asioをラップしてくれてるライブラリもあるんですが、<br />
SSLとかそこら辺を自分で実装する必要があるとかないとか（適当）<br />
あのmakeファイルを作ると噂されるCMAKEも使いこなせないので・・・C++は途中で心が折れました。<br /><br /><a href="https://2bit.kagome-kagome.com/%E3%81%B7%E3%82%8D%E3%81%90%E3%82%89%E3%82%80/httpclient%E3%81%AE417%20expectation" target="_blank">つづきはこちら</a>]]> 
    </content>
    <author>
            <name>No Name</name>
        </author>
  </entry>
  <entry>
    <id>2bit.kagome-kagome.com://entry/12</id>
    <link rel="alternate" type="text/html" href="https://2bit.kagome-kagome.com/%E3%83%81%E3%83%A9%E8%A3%8F/asp.net%E3%81%A7%E9%9D%9E%E5%90%8C%E6%9C%9F%E9%80%9A%E4%BF%A1%E3%82%92%E7%9B%AE%E6%8C%87%E3%81%99" />
    <published>2013-03-26T00:51:09+09:00</published> 
    <updated>2013-03-26T00:51:09+09:00</updated> 
    <category term="チラ裏" label="チラ裏" />
    <title>ASP.NETで非同期通信を目指す</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[最近C#を勉強しています。と言っても書籍を参考に．．．とかではなく<br />
知らないワードなどはぐぐりながら使っていく感じで、行き当たりばったりです。<br />
せっかくなのでASP.NETを利用したWebアプリケーションも並行しながら作成してます。<br />
<br />
しかし非同期通信を実装するにあたって数ヶ月詰まったので、忘れないようにメモしておこうと思います。<br /><br /><a href="https://2bit.kagome-kagome.com/%E3%83%81%E3%83%A9%E8%A3%8F/asp.net%E3%81%A7%E9%9D%9E%E5%90%8C%E6%9C%9F%E9%80%9A%E4%BF%A1%E3%82%92%E7%9B%AE%E6%8C%87%E3%81%99" target="_blank">つづきはこちら</a>]]> 
    </content>
    <author>
            <name>No Name</name>
        </author>
  </entry>
  <entry>
    <id>2bit.kagome-kagome.com://entry/10</id>
    <link rel="alternate" type="text/html" href="https://2bit.kagome-kagome.com/%E6%9C%AA%E9%81%B8%E6%8A%9E/%E3%83%9E%E3%83%83%E3%82%AF%E3%81%AE%E3%82%A2%E3%83%AC" />
    <published>2012-12-16T17:27:51+09:00</published> 
    <updated>2012-12-16T17:27:51+09:00</updated> 
    <category term="未選択" label="未選択" />
    <title>マックのアレ</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[毎週月曜日と金曜日は帰りにマックフルーリーを食べて帰るのが日課になりつつあります。<br />
喉も潤うしお腹も少し膨れるのでやめられない！だけど毎週300円使うのもちょっと・・・<br />
ということで、マックフルーリーをつくりたいとおもいました。まる。<br /><br /><a href="https://2bit.kagome-kagome.com/%E6%9C%AA%E9%81%B8%E6%8A%9E/%E3%83%9E%E3%83%83%E3%82%AF%E3%81%AE%E3%82%A2%E3%83%AC" target="_blank">つづきはこちら</a>]]> 
    </content>
    <author>
            <name>No Name</name>
        </author>
  </entry>
  <entry>
    <id>2bit.kagome-kagome.com://entry/9</id>
    <link rel="alternate" type="text/html" href="https://2bit.kagome-kagome.com/%E6%9C%AA%E9%81%B8%E6%8A%9E/%E3%83%A2%E3%83%90%E3%82%B2%E3%83%BC%E3%82%92pc%E3%81%A7%E9%81%8A%E3%81%B6" />
    <published>2012-11-20T17:02:19+09:00</published> 
    <updated>2012-11-20T17:02:19+09:00</updated> 
    <category term="未選択" label="未選択" />
    <title>モバゲーをPCで遊ぶ</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[<span style="font-size:x-large"><span style="color:#FF0033"><em>今、モバマスがあつい！！</em></span></span><br />
<br />
ということで最近モバマスにハマってます。今月は7万消し飛びました。たまらん<br />
コラボレーション企画で、他のモバゲー内のゲームを遊ぶと<br />
モバマスで使えるアイテムが手に入るんですが、<br />
基本的にPCじゃ遊べないものが多々・・・。モバマスはUAを変えると遊べるのに・・・<br />
<br />
<br /><a href="https://2bit.kagome-kagome.com/%E6%9C%AA%E9%81%B8%E6%8A%9E/%E3%83%A2%E3%83%90%E3%82%B2%E3%83%BC%E3%82%92pc%E3%81%A7%E9%81%8A%E3%81%B6" target="_blank">つづきはこちら</a>]]> 
    </content>
    <author>
            <name>No Name</name>
        </author>
  </entry>
  <entry>
    <id>2bit.kagome-kagome.com://entry/7</id>
    <link rel="alternate" type="text/html" href="https://2bit.kagome-kagome.com/%E3%83%81%E3%83%A9%E8%A3%8F/adobe%20master%20collection%E3%81%AE%E3%82%BD%E3%83%95" />
    <published>2012-10-07T10:05:47+09:00</published> 
    <updated>2012-10-07T10:05:47+09:00</updated> 
    <category term="チラ裏" label="チラ裏" />
    <title>adobe master collectionのソフトが起動しなくなる</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[今までAcrobat X Proが起動しなくなったり、Flash Builder 4.6が起動しなくなることも多々あり、<br />
その度にソフトの再インストールに時間を取られ・・・。<br />
作業効率を上げるためのソフトのはずが、本末転倒じゃあないでしょうか。<br />
<br />
<br /><br /><a href="https://2bit.kagome-kagome.com/%E3%83%81%E3%83%A9%E8%A3%8F/adobe%20master%20collection%E3%81%AE%E3%82%BD%E3%83%95" target="_blank">つづきはこちら</a>]]> 
    </content>
    <author>
            <name>No Name</name>
        </author>
  </entry>
  <entry>
    <id>2bit.kagome-kagome.com://entry/6</id>
    <link rel="alternate" type="text/html" href="https://2bit.kagome-kagome.com/%E3%83%81%E3%83%A9%E8%A3%8F/unity%E3%81%A7mmd%E3%83%A2%E3%83%87%E3%83%AB%E3%82%92%E4%BD%BF%E7%94%A8%E2%80%A6%E2%80%A6%E3%81%97%E3%81%9F%E3%81%8B%E3%81%A3%E3%81%9F" />
    <published>2012-09-13T20:23:54+09:00</published> 
    <updated>2012-09-13T20:23:54+09:00</updated> 
    <category term="チラ裏" label="チラ裏" />
    <title>UnityでMMDモデルを使用……したかった</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[Unityという３Ｄゲームを作れる環境を提供してくれるソフトで<br />
MikuMikuDanceの３Ｄモデルを使用しよう！ということで、これまた手さぐり。<br />
<br />
<a href="http://sourceforge.jp/projects/mmd-for-unity/" target="_blank">UnityでMMDを動かす会</a>からライブラリをダウンロード。<br />
Unityにドラッグ＆ドロップ<br />
<br />
<span style="font-size: large;"><span style="color: #000099;"><strong>そこまではよかった・・・</strong></span></span><br /><br /><a href="https://2bit.kagome-kagome.com/%E3%83%81%E3%83%A9%E8%A3%8F/unity%E3%81%A7mmd%E3%83%A2%E3%83%87%E3%83%AB%E3%82%92%E4%BD%BF%E7%94%A8%E2%80%A6%E2%80%A6%E3%81%97%E3%81%9F%E3%81%8B%E3%81%A3%E3%81%9F" target="_blank">つづきはこちら</a>]]> 
    </content>
    <author>
            <name>No Name</name>
        </author>
  </entry>
  <entry>
    <id>2bit.kagome-kagome.com://entry/5</id>
    <link rel="alternate" type="text/html" href="https://2bit.kagome-kagome.com/%E3%81%B7%E3%82%8D%E3%81%90%E3%82%89%E3%82%80/visualstudio2010%E3%81%A7luabind%E3%82%92%E4%BD%BF%E7%94%A8%E3%81%97%E3%81%A6%E3%81%BF%E3%82%8B" />
    <published>2012-08-16T16:44:33+09:00</published> 
    <updated>2012-08-16T16:44:33+09:00</updated> 
    <category term="ぷろぐらむ" label="ぷろぐらむ" />
    <title>VisualStudio2010でLuabindを使用してみる</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[ゲームをいきなりDirectXで作るのはやめた方がいいよとアドバイスをもらったので
DXライブラリを使用して作ってみようと手さぐり中。。。<br>
せっかくなのでLuaというスクリプト言語と、C++を組み合わせた使い方も勉強しようと思い立ったのですが・・・<br>
いざ、コンパイルしようという過程で、いろいろ詰まったのでココに書いておこうと思います。<br>
<br>
<span style="font-size:large"><span style="color:#990000"><strong>今回使用したバージョン</strong></span></span><br>
<span style="color:#000099">Visual Studio 2010</span><br>
<span style="color:#000099">Lua 5.1</span><br>
<span style="color:#000099">luabind 0.9.1</span><br>
<span style="color:#000099">boost 1.50</span><br>
今回はこれらのバージョンを使ってみました。<br><br>
C++とluaを連携させるにはいろいろやり方があるようですが・・・<br>
よくわからないので<span style="color:#0033FF">luabind</span>を利用してごちゃごちゃやるつもりです<br>
<span style="color:#000099">boostがないとluabindは動かない</span>らしいので
boostはバージョン1.50を利用します。<br>
あと、<span style="color:#CC0066">Lua</span>がインストールされている必要があるみたい。
<br /><a href="https://2bit.kagome-kagome.com/%E3%81%B7%E3%82%8D%E3%81%90%E3%82%89%E3%82%80/visualstudio2010%E3%81%A7luabind%E3%82%92%E4%BD%BF%E7%94%A8%E3%81%97%E3%81%A6%E3%81%BF%E3%82%8B" target="_blank">つづきはこちら</a>]]> 
    </content>
    <author>
            <name>No Name</name>
        </author>
  </entry>
  <entry>
    <id>2bit.kagome-kagome.com://entry/4</id>
    <link rel="alternate" type="text/html" href="https://2bit.kagome-kagome.com/%E6%9C%AA%E9%81%B8%E6%8A%9E/%E3%81%84%E3%81%99%E3%80%82" />
    <published>2012-07-01T14:33:17+09:00</published> 
    <updated>2012-07-01T14:33:17+09:00</updated> 
    <category term="未選択" label="未選択" />
    <title>いす。</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[新しい椅子が届きました！<br />
<br />
<a href="//2bit.kagome-kagome.com/File/isu.jpg" target="_blank"><img alt="isu.jpg" src="//2bit.kagome-kagome.com/Img/1341119478/" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; float: left; width: 201px; height: 300px; " /></a><br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<strong><font style="font-size:x-large;"><font style="color:#ff0000;">なんだか毎年変えてる気がするんだ</font></font></strong><br />
<br />
<div style="clear:both">
	&nbsp;</div>
<br /><a href="https://2bit.kagome-kagome.com/%E6%9C%AA%E9%81%B8%E6%8A%9E/%E3%81%84%E3%81%99%E3%80%82" target="_blank">つづきはこちら</a>]]> 
    </content>
    <author>
            <name>No Name</name>
        </author>
  </entry>
</feed>