2011-01-01から1年間の記事一覧

Windows Phone 7 - 1 - C#からwifi等のSettingページ表示

C#からwifi等のSettingページ表示をどうして実現しているのだろうか?ちょっと調べたところ、以下にAPIに関する情報があった。 http://blogs.codes-sources.com/kookiz/archive/2011/09/11/wp7-display-a-settings-screen-from-a-mango-application.aspx Tas…

HTTP Request / Responseの勉強

HTTP Request / Responseの勉強HTTP Request: user-agent - clue on who is accessingHTTP Response: data & time - clue on types and characteristics of administrators (lazy, punctual, etc.) Any system update. Think like what would cause 5 minute…

Powershell and Find and Grep

http://d.hatena.ne.jp/wata_d/20101026/1288096946findで拡張子がcpp/hpp/hになっているファイルを検索して、'#include

The Path ”Contains More Than the Allowed 259 Characters” in TF

I encouter this error and solve the prolem using this. Just a little trip to use in TFS of VS2010.Check out this and this may help.http://h30507.www3.hp.com/t5/The-Watering-Can-of-Enterprise/The-Path-quot-Contains-More-Than-the-Allowed-259…

Cygwin: mysql

cannot install from 5.5.13. Gave up. look for 5.1

Cygwin: cmake command

If you configure PATH wrong in /usr/local, you cannot find cmake. Check this if you cannot find cmake command. Use which command to check which directory cmake command is called. If you call cmake from /bin/ dirctory, it will generate some…

Cygwin: groupadd and useradd

There is no groupadd & useradd in cygwin. Therefore, you should ceate user and group as Windows' local accounts and type the following command. mkpasswd -l > /etc/passwd mkgroup -l > /etc/group In your domain accounts, you should do the fo…

Cygwin: startx wmaker

run the following > startx /usr/bin/wmakerI set this as alias for startx. For my current config, just type > startx &

Sony Info

I found an interesting site that writes a summary of recent Sony incidents. Simple SQL injection, XSS, and any other injections... http://attrition.org/security/rant/sony_aka_sownage.html

Use GNU Global to read source code in C# under Windows 2008 R2

I do not think that we can create a perfect tag for C#, but want to have a html based source code view. So here is my quick test and it works as expected.Just insert the following into gtags.confgtags:\ :tc=common:\ :langmap=c\:.c.h,yacc\:…

Avalanche

今日はAvalancheをインストールして、どのように動かすのか試してみました。ノートにWindows 2008 R2サーバを入れてHyper-Vを動かしています。そのゲストOSのひとつにCentOSを入れているので、その環境に、リモートデスクトップで入って、作業してみます。ま…