掲示板 †

SPAMがひどいので停止しました。
↑

コメント †

↑

BAT †

cd x68k
for %%a in (*.lzh) do ..\msdos ..\lha e %%a
cd ..
pause
↑

エムツー †

http://game.watch.impress.co.jp/docs/interview/20151125_731681.html
http://game.watch.impress.co.jp/docs/news/20151223_735466.html

↑

AndroidWearのWatchFace作成 †

http://blog.btrax.com/jp/2014/12/16/develop-watch-face/
http://qiita.com/eoppp/items/e6f2a0783810026e4d56
http://www.adakoda.com/adakoda/2015/08/android-interactive-watch-faces-api.html
http://www.iplatform.org/blog/archives/2167
http://www.atmarkit.co.jp/ait/articles/1412/03/news049.html
■実機との接続方法(localhostは使えない→127.0.0.1:4444)
cd C:\Users\(user name)\AppData\Local\Android\sdk\platform-tools
http://qiita.com/iwata-n@github/items/746dbf807c4d2ca71ab0
http://stackoverflow.com/questions/29656967/trouble-debugging-android-wear-over-bluetooth-unable-to-connect-to-localhost
■API
http://www.find-job.net/startup/api-2013
http://keiei.freee.co.jp/2014/07/10/api/
■
平成27年
2015年12月25日(金)
16:12
「カレンダー」
12/25(金) 晴れのち曇り 16℃/8℃
12/26(土) 晴れ 13℃/3℃
・プラゴミ
12/27(日) 晴れのち曇り 10℃/3℃

↑

アンドロイドでプログラミング †

http://typea.info/blg/glob/2014/01/-android-1.html

↑

AndroidWearでGBA †

http://www.softantenna.com/wp/hard/android-wear-gameboy/

↑

秋葉 †

GoProコピー
http://akiba-pc.watch.impress.co.jp/docs/news/news/20151216_735525.html
OTG-USB/LAN
http://akiba-pc.watch.impress.co.jp/docs/news/news/20151217_735764.html

↑

アラートダイアログ †

	import android.app.AlertDialog;
	import android.content.DialogInterface;
	import android.content.DialogInterface.OnClickListener;

	AlertDialog.Builder alert_dialog_builder_object = new AlertDialog.Builder(this);
	alert_dialog_builder_object.setTitle("Title message");
	alert_dialog_builder_object.setMessage("Test message");
	alert_dialog_builder_object.setPositiveButton
	(
		"Ok",
		new OnClickListener()
		{
			@Override
			public void onClick(DialogInterface arg0, int arg1)
			{
			}
		}
	);
	AlertDialog alert_dialog_object = alert_dialog_builder_object.create();
	alert_dialog_object.show();


↑

アンドロイドのファイル保存パス †

kuran_kuran (2015-10-06 (火) 17:03:49)

http://qiita.com/kakueki61/items/fc97c434f22f9135b491

↑

マンガ †

http://blog.livedoor.jp/news23vip/archives/4954640.html

↑

法線マップ †

kuran_kuran (2015-10-02 (金) 17:40:16)

http://marina.sys.wakayama-u.ac.jp/~tokoi/?date=20050826
http://asura.iaigiri.com/OpenGL/gl36.html

↑

改 †

kuran_kuran (2015-09-30 (水) 17:35:50)

戦焔姫ブリュンヒルデ+4レーゲンラグナロク改(25→30)ラインヴァルキュリエ改(25→30)
久遠の煉獄ベアトリーチェ+4万魔滅す永遠の聖十字改(20→25)プルガトリアリギエーリ改(20→25)
憧憬の剣士ダルタニアン+4イグニスドライバー改(25→25+)"D"ザライトニング改(25→25+)
審判の天使イスラフィール+4フラッドティアーズ改(20→25)嘆きの黒雨改(20→25)
蒼海の竜姫レヴィア+4彼方より来たれ破壊の衝動(20)ストームオブレヴィアタン改(20→30)
破壊者メフィストフェレス+4ファウストの劫罰改(20→25)斬罪のワルプルギス改(20→25)
混沌の邪竜ティアマト+4未知なる十二番目の魔獣改(25→30)レイジオブティアマト改(25→30)
冥府の女王ペルセフォネ+4冥竜王の咆哮改(25→30)インヴァイトヘル改(25→30)
幽冥なる死の女神エレボス+4グロリアスホロウ改(25→25+)狂乱の黒改(25→25+)
↑

文字入力 †

kuran_kuran (2015-09-18 (金) 19:05:42)

GLSurfaceViewの上にEditBox
http://gamedev.stackexchange.com/questions/11143/is-it-possible-to-overlay-edittext-box-on-a-glsurfaceview-on-android

AlertDialogにEditText
http://humitomotti.hateblo.jp/entry/2014/10/12/145918

リソースを使わないモーダルダイアログ
http://www.sm.rim.or.jp/~shishido/mdialog.html

エディットコントロール
http://web.kyoto-inet.or.jp/people/ysskondo/from16/chap16.html

AlertDialog
http://perldroid.googlecode.com/svn-history/r90/trunk/PerlDroid/jni/libPerlDroid.c

↑

さり †

kuran_kuran (2015-09-16 (水) 15:30:48)

30600800 - 104035
30700500 - 107068

↑

WebView †

kuran_kuran (2015-09-08 (火) 16:27:27)

http://blog.livedoor.jp/abars/archives/51982735.html

↑

スパイウェア駆除 †

kuran_kuran (2015-09-04 (金) 16:05:31)

http://www.forest.impress.co.jp/library/software/spybot/

↑

freesoftなど †

kuran_kuran (2015-09-01 (火) 18:00:36)

http://freesoft-plaza.com/

↑

Z4冷却 †

kuran_kuran (2015-08-25 (火) 15:42:56)

http://weekly.ascii.jp/elem/000/000/364/364774/
http://weekly.ascii.jp/elem/000/000/364/364818/

↑

IchigoJAM †

kuran_kuran (2015-08-20 (木) 14:33:37)

http://homepage3.nifty.com/ARTWEB/arm1.htm

↑

iwork 7双系統版 †

(2015-08-20 (木) 13:51:59)

http://www.kajinet.info/?p=2041

↑

ごーじゃす †

kuran_kuran (2015-08-18 (火) 20:18:51)

ywp8j6b8
x4w33zuh
ksc1i6tf
cf7ywz3z
m6t7qufd
v7pe4jxd
i62t4vbj

↑

TVアニメ †

kuran_kuran (2015-08-18 (火) 14:24:40)

オーバーロード

↑

ガチャの確率 †

kuran_kuran (2015-08-11 (火) 20:08:16)

http://allabout.co.jp/gm/gc/440939/

1-(1-1/n)^c

↑

UPQ †

kuran_kuran (2015-08-10 (月) 12:17:10)

http://japanese.engadget.com/2015/08/06/upq-4k-sim-24/
Q-gadget KB01
Q-display 4K50

↑

Intel入ってるタブレット Si02BF 回復ドライブの作成 と リカバリーの方法 †

kuran_kuran (2015-08-01 (土) 21:41:55)

http://www.firstreview.jp/2015/01/2482/
http://www.firstreview.jp/2015/01/2566/

↑

VisualStudio Libファイルをひとつにまとめる †

kuran_kuran (2015-07-29 (水) 15:05:47)

http://isobe.exblog.jp/7433549/

↑

Ogg Vorbisのシーク処理 †

kuran_kuran (2015-07-27 (月) 15:56:25)

http://drednote.blog92.fc2.com/blog-entry-33.html

↑

svnserveを別のportで起動する †

kuran_kuran (2015-07-02 (木) 01:22:26)

# svnserve -d -r /var/svn --listen-port 3691

↑

RAID1 RATOC RS-EC32-U3R †

kuran_kuran (2015-06-26 (金) 12:10:33)

http://kakaku.com/item/K0000170140/

↑

Lolipopで起動できない †

kuran_kuran (2015-06-23 (火) 18:00:12)

http://forums.autodesk.com/t5/scaleform-mobile-development/android-lollipop-crash-on-startup/td-p/5478302

↑

■アルマロス †

kuran_kuran (2015-06-16 (火) 19:26:06)

お客様のパスワードは WURUOCTYLS です。

↑

アパート退去手続き †

kuran_kuran (2015-05-20 (水) 15:57:58)

(済)5/23(土)午前中 : リサイクル(冷蔵庫、クーラー) : 株式会社アサヒエコキャリーが取りに来る、紙を書いて玄関に出す
(済)5/23(土) 13〜15時 : ガス : 立会い
(済)5/30(土)8時以降に回収 粗大ごみ : それまでに杉並区内でシールを買い貼ってゴミ捨て場に出す
(済)5/30(土) 13〜15時 : NTT : COP/CAFから始まるお客さまIDが必要 → 再度電話
(済)5/31(日) 11時 : アパート退去立会い
(済) : 郵便局の転居届 : 書類入手済み → ポスト投函
(済)5/30-31 換気扇が落ちる : 不動産に連絡済。ちゅうせいのいちかわさんに見てもらった。
6/9(火) 住民票移動
6/17(水) 8時以降に回収 粗大ごみ、シールを張って階段下に出す

粗大ごみ金額
パソコンラック700
テーブル300
テーブル300
テーブル300
テーブル300
引き出し300
引き出し700
ラック300
ラック300
ラック300
ラック700
テレビ台300
ケース300
ケース300
ケース300
レンジ300
レンジ300
ふとん300
ふとん300
ふとん300
ふとん300
↑

富士通Windowsタブレット"5 †

kuran_kuran (2015-05-13 (水) 13:36:42)

http://pc.watch.impress.co.jp/docs/news/20150512_701462.html?ref=garank&utm_content=rank-pc-top&utm_campaign=garank&utm_source=pc.watch.impress.co.jp&utm_medium=content-text

↑

ipaバックアップとリストア †

kuran_kuran (2015-05-07 (木) 13:12:46)

http://i-funbox.com/
http://www.macroplant.com/iexplorer/
http://www.copytrans.jp/copytransapps.php

↑

ウォシュレット †

kuran_kuran (2015-04-30 (木) 14:54:51)

ホテル向ウォシュレット(貯湯式)「新ウォシュレットHX」

↑

パソコン離れ †

kuran_kuran (2015-04-23 (木) 17:04:26)

http://www.yukawanet.com/archives/4859893.html
http://www.news-postseven.com/archives/20141021_282954.html

↑

Win 8.1インストール用ブータブルUSBメモリを作る †

kuran_kuran (2015-04-22 (水) 14:43:29)

http://akiba-pc.watch.impress.co.jp/docs/dosv/20150422_698979.html

↑

すき家のキング †

kuran_kuran (2015-04-19 (日) 11:28:41)

http://alfalfalfa.com/articles/115031.html

↑

アンドロイドのキーイベント †

kuran_kuran (2015-04-13 (月) 20:22:54)

http://android.keicode.com/basics/how-to-change-back-button.php
http://seesaawiki.jp/w/moonlight_aska/d/%A5%AD%A1%BC%A5%A4%A5%D9%A5%F3%A5%C8%A4%F2%BC%E8%C6%C0%A4%B9%A4%EB
http://yuki312.blogspot.jp/2012/05/android_24.html

↑

anime †

kuran_kuran (2015-04-13 (月) 14:26:22)

http://alfalfalfa.com/articles/114342.html

↑

クリエイターの健康保険 †

kuran_kuran (2015-04-10 (金) 11:46:27)

https://biz.moneyforward.com/blog/kojin-kaikei/bunbi/
http://itereta.hatenablog.com/entry/2014/02/10/214848

↑

モンスト招待 †

kuran_kuran (2015-04-06 (月) 16:23:58)

http://blog.livedoor.jp/matome_blabla/archives/22748436.html

↑

メモ †

kuran_kuran (2015-04-03 (金) 12:12:30)

いろいろ

↑

テクスチャロスト †

kuran_kuran (2015-04-01 (水) 18:40:35)

OpenGLES復帰処理 http://blog.techlab-xe.net/archives/853

↑

アクションカム映像修正 †

kuran_kuran (2015-04-01 (水) 18:03:41)

広角補正 http://av.watch.impress.co.jp/docs/review/review/20130816_611355.html

↑

いろいろ †

kuran_kuran (2015-04-01 (水) 14:46:28)

AC付きバッテリー610g
http://akiba-pc.watch.impress.co.jp/docs/news/news/20150401_695585.html
GT-R PC
http://akiba-pc.watch.impress.co.jp/docs/wakiba/find/20150401_695583.html

↑

PukiWikiのスパム対策 †

kuran_kuran (2015-04-01 (水) 12:31:28)

http://www.masatom.in/pukiwiki/PukiWiki%A4%CBBasic%C7%A7%BE%DA%A4%F2%A4%C4%A4%B1%A4%EB/

↑

アンドロイド画面サイズ †

kuran_kuran (2015-03-31 (火) 20:58:49)

http://techbooster.org/android/hacks/16066/

↑

WindowsでOpenGLES †

(2015-03-27 (金) 12:14:09)

http://qiita.com/emadurandal/items/53094204d0810f98fa0b

↑

家庭用焼肉ロースター †

kuran_kuran (2015-03-23 (月) 17:33:40)

http://www.amazon.co.jp/%E7%84%A1%E7%85%99%E3%83%AD%E3%83%BC%E3%82%B9%E3%82%BF%E3%83%BC-%E7%84%BC%E8%82%89%E3%83%9B%E3%83%83%E3%83%88%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88%E3%83%BB%E3%82%B3%E3%83%B3%E3%83%AD-%E3%80%90%E5%BC%A5%E4%B9%85%E8%94%B51300%E3%80%91-%E5%AE%B6%E5%BA%AD%E7%94%A8-%E3%83%9B%E3%83%83%E3%83%88%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88/dp/B0039T2T5I

↑

DSゲーム †

kuran_kuran (2015-03-23 (月) 09:00:55)

http://himasoku.com/archives/51893063.html

↑

マイコン †

(2015-03-20 (金) 17:55:32)

LPC810
http://akizukidenshi.com/catalog/g/gI-07191/
LPC1114
http://akizukidenshi.com/catalog/g/gI-06071/

↑

IDirectSoundNotify †

kuran_kuran (2015-03-19 (木) 18:38:37)

IDirectSoundNotifyを調べる

↑

マイコンでBASIC †

kuran_kuran (2015-03-18 (水) 18:25:52)

http://blogs.yahoo.co.jp/le_nozze_di_figaro_2001/38854801.html

↑

シーン切り替え処理 †

kuran_kuran (2015-03-17 (火) 20:45:07)

http://dixq.net/g/sp_06.html

↑

OpenSL ESでサスペンドしたい †

kuran_kuran (2015-03-17 (火) 16:44:06)

http://codeanalyze.blogspot.jp/2012/08/opensl-es.html

↑

Androidのボリュームボタンでメディアの音量を調節できるようにする †

kuran_kuran (2015-03-17 (火) 16:42:50)

http://codeanalyze.blogspot.jp/2012/07/blog-post.html

↑

HDMIゲーム互換機 †

kuran_kuran (2015-03-13 (金) 14:43:57)

http://www.cybergadget.co.jp/retrofreak/

↑

Parrot、フルHDカメラ搭載のクアッドコプター「Bebop Drone」 †

kuran_kuran (2015-03-13 (金) 14:41:29)

http://pc.watch.impress.co.jp/docs/news/20150312_692522.html

↑

マンガ †

kuran_kuran (2015-03-12 (木) 11:18:47)

最も多かったアプリは、「comico」34.8%。以下「マンガボックス」28.8%、「LINEマンガ」28.5%

↑

インターネット速い †

kuran_kuran (2015-03-11 (水) 00:47:56)

NURO

↑

アンドロイドバックアップ †

kuran_kuran (2015-03-09 (月) 12:20:19)

■アンドロイドapkバックアップ、リストア
・ゲーム名の一部で検索
adb shell pm list packages -f | findstr ゲーム名の一部
・apkファイルバックアップ
adb pull /data/app/パッケージ名.apk

■アンドロイドデータバックアップ、リストア
・元機種
adb backup -f ファイル名 -apk パッケージ名
・先機種
adb restore ファイル名

↑

Google Play アプリ非対応のAndroid端末にアプリを最も簡単に安全にインストールする方法 †

kuran_kuran (2015-03-09 (月) 11:12:06)

http://www.velvet-goods.com/smapp/

↑

譜面作成 †

kuran_kuran (2015-03-06 (金) 15:23:44)

http://opensource.slashdot.jp/story/15/03/04/063241/

↑

ナポリタン †

kuran_kuran (2015-03-06 (金) 08:48:03)

http://hamusoku.com/archives/8739174.html

↑

FLASHゲーム †

kuran_kuran (2015-03-05 (木) 13:31:37)

http://blog.livedoor.jp/lkrejg/

↑

漫画 †

kuran_kuran (2015-02-13 (金) 19:40:43)

http://blog.livedoor.jp/news23vip/archives/4825752.html

↑

Windows webアクセス †

kuran_kuran (2015-02-10 (火) 15:29:17)

WinInet 使用時にダウンロードやアップロードの進行状況を表示する方法
http://support.microsoft.com/kb/234913/ja

↑

JNI †

kuran_kuran (2015-02-05 (木) 14:57:08)

JNIについて http://techbooster.jpn.org/andriod/application/7264/
JNIの使い方 http://www.ne.jp/asahi/hishidama/home/tech/java/jni_code.html
stringの扱い http://mage.oops.jp/pyuki/wiki.cgi?JNI

↑

GetMethodIDに渡すメソッドのシグネチャ †

kuran_kuran (2015-02-05 (木) 14:49:03)

•GetMethodIDは env->GetMethodID(クラス, メソッド名, メソッドのシグネチャ) で指定する
•void foo() は "()V" (戻り値がVoidも場合はV)
•int bar(int) は "(I)I" (intはIを指定)
•String baz (String str) は "(Ljava/lang/String;)Ljava/lang/String;" (L(パケーッジ名含むクラス名); という形式で渡す)

↑

肉 †

kuran_kuran (2015-02-04 (水) 18:29:33)

tucano 渋谷

↑

アンドロイドwebアクセス †

kuran_kuran (2015-01-29 (木) 14:05:20)

DefaultHttpClient
http://blog.mwsoft.jp/article/34686914.html
http://terurou.hateblo.jp/entry/20110702/1309541200
http://d.hatena.ne.jp/yamanetoshi/20100831/1283247096
http://techbooster.jpn.org/andriod/application/1801/

↑

アンドロイド版の3Dソフト †

kuran_kuran (2015-01-19 (月) 18:21:23)

Spacedraw
Qubism 3D modeling
SubDivFormer

↑

OTGケーブル †

kuran_kuran (2015-01-09 (金) 17:46:20)

http://review24.blog.fc2.com/blog-entry-63.html

↑

タブレットケース †

kuran_kuran (2015-01-08 (木) 15:52:48)

http://www.amazon.co.jp/dp/B00J87O9EE/

↑

映像編集ソフト †

kuran_kuran (2014-12-11 (木) 16:36:12)

http://internet.watch.impress.co.jp/docs/news/20141027_673215.html

↑

NDKアセット読み込み †

kuran_kuran (2014-12-08 (月) 11:39:57)

http://nullorempry.jimdo.com/2013/10/21/android/

apkダウンロード [#v8d2fe9b]

kuran_kuran (2014-12-03 (水) 18:58:33)

http://apps.evozi.com/apk-downloader/

↑

天気JSON †

kuran_kuran (2014-11-28 (金) 12:00:29)

http://weather.livedoor.com/weather_hacks/webservice

$url = "http://weather.livedoor.com/forecast/webservice/json/v1?city=130010";
$json = file_get_contents($url, true);
$json = json_decode($json, true);
↑

3Dコピー †

kuran_kuran (2014-11-19 (水) 13:13:50)

http://akiba-pc.watch.impress.co.jp/docs/column/3dpnews/20141119_676262.html

↑

ソニー SONY AKA-HLP1 [ハードレンズプロテクター] †

kuran_kuran (2014-11-08 (土) 19:57:39)

http://www.amazon.co.jp/o/ASIN/B00IJ296EW/kazuch09240a-22

↑

テクスチャのリロード †

kuran_kuran (2014-11-05 (水) 21:03:48)

http://dixq.net/forum/viewtopic.php?f=3&t=15617

↑

イフライト †

kuran_kuran (2014-11-04 (火) 17:43:46)

ttp://sns.gree.net/#user_id=34581445&view=profile_info

↑

xposed app setting †

kuran_kuran (2014-10-10 (金) 15:08:43)

http://yaplog.jp/tom-and-kery/archive/506

↑

タスキャッチ †

kuran_kuran (2014-10-06 (月) 15:45:22)

http://app.famitsu.com/20140908_436514/

↑

システム情報を取得する(2) †

kuran_kuran (2014-09-29 (月) 11:45:34)

■Androidシステム情報
http://techbooster.jpn.org/andriod/device/1330/
■OSバージョン
Log.d("build","VERSION.RELEASE:" + Build.VERSION.RELEASE);

■アンドロイド機種判別
Log.d("build","MODEL:" + Build.MODEL);

■iOSシステム情報
■OSバージョン

#include <sys/sysctl.h>
NSString* nsstring_version = [[UIDevice currentDevice] systemVersion];
char* version = [nsstring_version UTF8String];

■iPhone機種判別

#include <sys/sysctl.h>
size_t size;
sysctlbyname("hw.machine", NULL, &size, NULL, 0);
char *machine = malloc(size);
sysctlbyname("hw.machine", machine, &size, NULL, 0);
NSString *nsstring_platform = [NSString stringWithCString:machine encoding:NSUTF8StringEncoding];
free(machine);
char* platform = [nsstring_platform UTF8String];

↑

UTF-8 †

kuran_kuran (2014-09-26 (金) 16:40:10)

http://linuxjf.sourceforge.jp/JFdocs/Secure-Programs-HOWTO/character-encoding.html

↑

Androidのシステム情報を取得する †

kuran_kuran (2014-09-26 (金) 14:48:14)

http://techbooster.jpn.org/andriod/device/1330/

↑

フォントに定義されている文字のみ抜き出す †

kuran_kuran (2014-09-24 (水) 21:00:12)

http://www.geocities.jp/fjtkt/problems/2009_0002.html

↑

マインクラフトアンドロイド版バックアップ、リストア方法 †

kuran_kuran (2014-09-20 (土) 21:42:56)

・元機種
adb backup -f minecraftpe.backup -apk com.mojang.minecraftpe
・先機種
adb restore minecraftpe.backup
gamesフォルダを手動でコピー

↑

GoPro †

kuran_kuran (2014-09-17 (水) 18:50:35)

http://akiba-pc.watch.impress.co.jp/docs/wakiba/find/20140917_666749.html

↑

CEDEC過去講演資料置き場 †

kuran_kuran (2014-09-16 (火) 17:31:37)

http://cedil.cesa.or.jp/search

↑

アンドロイド開発 †

kuran_kuran (2014-09-10 (水) 19:46:42)

http://raseene.asablo.jp/blog/2013/12/07/7098915

↑

OpenGL/DirectXでのフォント描画 †

kuran_kuran (2014-08-28 (木) 17:39:23)

glTexSubImage2D
UpdateSurface

↑

BASIC中間コード †

kuran_kuran (2014-08-20 (水) 17:23:08)

N88BASIC中間コード
http://www.geocities.jp/retro_zzz/machines/nec/cmn_code.html

MSX-BASIC
http://linkdata.org/download/rdf1s1094i/link/msx_basic_code.txt

PC-G850
http://www.akiyan.com/pc-g850_technical_data

ファミリーベーシック
http://web.archive.org/web/20030202172540/http://refam.virtualave.net/famiba/

↑

ダブルタップ、ダブルクリック †

kuran_kuran (2014-08-12 (火) 10:51:10)

アンドロイドのダブルタップ
http://techbooster.jpn.org/andriod/device/3936/
iOSのダブルタップ
http://blog.77jp.net/iphone%E9%96%8B%E7%99%BA-%E3%83%80%E3%83%96%E3%83%AB%E3%82%BF%E3%83%83%E3%83%97%E7%94%BB%E9%9D%A2%E3%82%92%EF%BC%92%E5%9B%9E%E3%82%BF%E3%83%83%E3%83%81%E3%82%A4%E3%83%99%E3%83%B3%E3%83%88%E3%81%AE
Windowsのダブルクリック
http://wisdom.sakura.ne.jp/system/winapi/win32/win41.html

↑

Win32動的なメニュー作成 †

kuran_kuran (2014-08-12 (火) 10:49:29)

http://gurigumi.s349.xrea.com/programming/visualcpp/sdk_menu3.html

↑

タス集め †

kuran_kuran (2014-08-11 (月) 15:06:17)

http://appmedia.jp/monst/17655

↑

Panasonic WOODY †

kuran_kuran (2014-08-06 (水) 17:43:12)

CF-V31DS3
http://homepage2.nifty.com/macavity/contents/pc/pc.html

↑

プログラミングいろいろ †

kuran_kuran (2014-07-31 (木) 14:45:47)

http://7ujm.net/index.html

↑

iPhoneキーボード †

kuran_kuran (2014-07-31 (木) 13:48:03)

BSKBB07BK
http://www.amazon.co.jp/iBUFFALO-Bluetooth2-0-%E3%82%B3%E3%83%B3%E3%83%91%E3%82%AF%E3%83%88%E3%82%AD%E3%83%BC%E3%83%9C%E3%83%BC%E3%83%89-%E3%82%B1%E3%83%BC%E3%82%B9%E4%B8%80%E4%BD%93%E5%9E%8B%E3%83%A2%E3%83%87%E3%83%AB-BSKBB07BK/dp/B005LTI0T8

↑

HDMI出力ディスプレイ †

kuran_kuran (2014-07-25 (金) 14:33:00)

http://pc.watch.impress.co.jp/docs/news/20140725_659525.html

↑

LTE対応のXperia Z Ultra †

kuran_kuran (2014-07-24 (木) 14:43:58)

http://akiba-pc.watch.impress.co.jp/docs/wakiba/find/20140723_659254.html
http://internet.watch.impress.co.jp/docs/news/20140515_648682.html

↑

パズドラ自動操作 †

kuran_kuran (2014-07-22 (火) 16:00:52)

http://cwch.blog55.fc2.com/blog-entry-244.html
http://home.h09.itscom.net/doidoi/pzdf/app.html

↑

SDカードFDDエミュレータ †

kuran_kuran (2014-07-18 (金) 13:21:54)

http://akiba-pc.watch.impress.co.jp/docs/news/news/20140717_658434.html

↑

appcompat_v7を使わない設定にする方法 †

kuran_kuran (2014-07-18 (金) 01:15:58)

・プロジェクトの[プロパティ]→[android]→[ライブラリー]でappcompat_v7を除去
project.propertiesが書き換わる。

・values-xxのstyles.xmlを変更
values/styles.xml
    <style name="AppBaseTheme" parent="Theme.AppCompat.Light">
↓変更
   <style name="AppBaseTheme" parent="android:Theme.Light">

values-v11/styles.xml
    <style name="AppBaseTheme" parent="Theme.AppCompat.Light">
↓変更
   <style name="AppBaseTheme" parent="android:Theme.Holo.Light">

values-v14/styles.xml
    <style name="AppBaseTheme" parent="Theme.AppCompat.Light.DarkActionBar">
↓変更
   <style name="AppBaseTheme" parent="android:Theme.Holo.Light.DarkActionBar">
↑

アンドロイド課金実装 †

kuran_kuran (2014-07-02 (水) 16:35:44)

http://web-terminal.blogspot.jp/2013/05/androidgoogleplay.html

↑

android-release版の作り方 †

kuran_kuran (2014-07-01 (火) 13:44:38)

http://dev.classmethod.jp/smartphone/android/android-app-how-to-release/

↑

電池パック †

kuran_kuran (2014-06-30 (月) 13:01:50)

812SHsII用電池パックSHBAY1

↑

OpenSLES †

kuran_kuran (2014-06-23 (月) 20:54:43)

http://d.hatena.ne.jp/miujun/20120307

↑

ADB †

kuran_kuran (2014-06-22 (日) 18:19:34)

Wi-Fi接続、VMware接続だと無理っぽいけど、USBとエミュレータを
区別したいだけなら -d(USB)と-e(emu)で出来る。

adb -d install -r hoge.apk
adb -e install -r hoge.apk

↑

アンドロイドエミュレータ †

kuran_kuran (2014-06-20 (金) 11:02:06)

http://www.vector.co.jp/soft/winnt/util/se506139.html

↑

OpenGLES2.0シェーダー †

kuran_kuran (2014-06-19 (木) 18:28:04)

http://www.mztn.org/rpi/rpi10.html

↑

HDMIキャプチャ †

kuran_kuran (2014-06-17 (火) 14:40:39)

http://www.donya.jp/item/26439.html

↑

アンドロイドView †

kuran_kuran (2014-06-16 (月) 01:45:15)

■SurfaceView
http://blog.oukasoft.com/%E3%83%97%E3%83%AD%E3%82%B0%E3%83%A9%E3%83%A0/%E3%80%90android%E3%80%91surfaceview%E3%82%92%E4%BD%BF%E3%81%A3%E3%81%A6%E3%82%B2%E3%83%BC%E3%83%A0%E3%81%A3%E3%81%BD%E3%81%84%E3%82%A2%E3%83%97%E3%83%AA%E3%82%92%E4%BD%9C%E3%81%A3%E3%81%A6%E3%81%BF/
http://androidn.hannnari.com/link200-shooting-2.html
http://d.hatena.ne.jp/shuji_w6e/20090128/1233157506
http://www.kumikomi.net/archives/2011/09/di06and2.php?page=3

■GLSurfaceView
http://raseene.asablo.jp/blog/2013/11/02/7035559
https://sites.google.com/site/svandglsv/home/glsurfaceview

■GLSurfaceViewの上にEditBox
http://gamedev.stackexchange.com/questions/11143/is-it-possible-to-overlay-edittext-box-on-a-glsurfaceview-on-android

↑

大きいサイズ †

kuran_kuran (2014-06-13 (金) 17:53:36)

「サカゼン」「タカキュー」「グランバック」「エディーバウアー」

↑

Assets †

kuran_kuran (2014-05-19 (月) 18:41:02)

http://stackoverflow.com/questions/22436259/android-ndk-why-is-aassetmanager-open-returning-null

↑

ここ †

kuran_kuran (2014-05-16 (金) 11:05:10)

http://www.ytv.co.jp/animeroom/

↑

アンドロイドインストールストレージ †

kuran_kuran (2014-05-12 (月) 17:30:45)

android:installLocation

↑

wiki †

kuran_kuran (2014-05-12 (月) 14:43:38)

ttp://news.2chblog.jp/archives/51790589.html

↑

開発メモ †

kuran_kuran (2014-05-09 (金) 19:43:53)

http://www21.atwiki.jp/opengl/

↑

アンドロイド自動操作 †

kuran_kuran (2014-04-25 (金) 17:31:19)

http://android-smart.com/2013/11/adbshellinput.html

↑

ツイートOS †

kuran_kuran (2014-04-07 (月) 19:04:43)

http://lifehack2ch.livedoor.biz/archives/51501815.html

↑

mz-80K pic †

kuran_kuran (2014-04-07 (月) 14:31:12)

http://www.suwa-koubou.jp/micom/MZ80Emulator/mz80emu.html

↑

タワーディフェンス †

kuran_kuran (2014-04-07 (月) 08:32:06)

Dungeon Defenders

↑

王禅寺 †

kuran_kuran (2014-03-28 (金) 15:28:09)

https://www.fishon-oz.jp/

↑

ChromeView †

kuran_kuran (2014-03-27 (木) 11:04:51)

https://github.com/pwnall/chromeview
http://kadoppe.com/archives/2014/01/android-webview-chromeview.html

↑

東中野 †

kuran_kuran (2014-03-11 (火) 02:27:17)

higashinakano?

↑

NDK †

kuran_kuran (2014-03-05 (水) 12:09:05)

pthread(スレッド)
http://seesaawiki.jp/w/deya4791/d/NDK%20%A4%C7%A5%D7%A5%ED%A5%B0%A5%E9%A5%DF%A5%F3%A5%B0

gettimeofday(負荷測定)
http://blog.hikware.com/article/55405019.html

↑

リカバリ領域作成 †

kuran_kuran (2014-02-28 (金) 11:08:53)

https://www.facebook.com/windowsnavi/photos/a.352103414842450.103246.252790828107043/751053491614105/

↑

C++ __FILE__のファイル名だけ取り出す †

kuran_kuran (2014-02-26 (水) 16:30:22)

#define DEBUG_FILE_NAME (strrchr(__FILE__, '/') ? strrchr(__FILE__, '/') + 1 : __FILE__)

↑

トラックボール型番 †

kuran_kuran (2014-02-23 (日) 21:23:37)

gm-optb02

↑

ゲームパッド †

kuran_kuran (2014-02-20 (木) 14:44:57)

http://akiba-pc.watch.impress.co.jp/docs/news/news/20140220_636056.html

↑

ドリリクエスト †

kuran_kuran (2014-02-17 (月) 22:43:24)

http://tgames.gree.jp/#action=portal_myapp_setting&app_id=98&backto_url=http://tdig.gree.jp/?mode=card&act=top&tab=request_detail

↑

テクスチャの歪み †

kuran_kuran (2014-02-13 (木) 02:10:27)

http://www.mascotcapsule.com/ja/wipi/samples/wipi/tex_poly.php
http://ror.cs.land.to/hsp/texsetu.html

↑

小型カメラ †

kuran_kuran (2014-02-12 (水) 10:52:04)

http://release.itmedia.co.jp/release/lifestyle/2014/02/07/d0c4c3d640bc759e0f9c40b2ce175aa6.html

↑

アンドロイドエミュレータ †

kuran_kuran (2014-02-10 (月) 12:06:47)

Genymotion

↑

3Dプリンタ †

kuran_kuran (2014-02-06 (木) 14:36:22)

http://akiba-pc.watch.impress.co.jp/docs/column/3dpnews/20140206_634122.html

↑

このBASICをCに変換するには? †

kuran_kuran (2014-02-03 (月) 18:42:06)

10 print "sample";
20 a=10
30 gosub *func1
40 print a
50 gosub *func2
60 print a
70 end
80 *func1
90 a=0
100 *func2
110 a=a+1
120 return

run
1
2
#include "stdafx.h"

void Gosub(int result, int jump);
void End(void);
void Return(void);

#define L40 3
#define L80 7
#define L60 5
#define L100 9

int a;
void l10()	{printf("sample\n");}
void l20()	{a=10;}
void l30()	{Gosub(L40, L80);}
void l40()	{printf("a = %d\n", a);}
void l50()	{Gosub(L60, L100);}
void l60()	{printf("a = %d\n", a);}
void l70()	{End();}
void l80()	{}
void l90()	{a=0;}
void l100()	{}
void l110()	{a=a+1;}
void l120()	{Return();}

void (*func[])(void) =
{
	l10,
	l20,
	l30,
	l40,
	l50,
	l60,
	l70,
	l80,
	l90,
	l100,
	l110,
	l120,
};

int exec_line = 0;
int jump_line = -1;
int result_line = 0;
bool end = false;

void End(void)
{
	end = true;
}

void Gosub(int result, int jump)
{
	jump_line = jump;
	result_line = result;
}

void Return(void)
{
	jump_line = result_line;
}

int _tmain(int argc, _TCHAR* argv[])
{
	int time_out_count = 20;
	while(end == false)
	{
		jump_line = -1;
		printf("line = %d\n", exec_line);
		func[exec_line]();
		if(jump_line == -1)
		{
			exec_line ++;
		}
		else
		{
			exec_line = jump_line;
		}
		time_out_count --;
		if(time_out_count < 0)
		{
			break;
		}
	}
	return 0;
}
↑

無題 †

(2014-01-31 (金) 14:18:13)

ttp://blog.livedoor.jp/news23vip/archives/4616241.html

↑

6502 †

kuran_kuran (2014-01-30 (木) 15:09:37)

http://archive.6502.org/datasheets/mos_6500_mpu_preliminary_may_1976.pdf

↑

ROM型番 †

kuran_kuran (2014-01-29 (水) 17:57:08)

http://ponrevival.blogspot.jp/2009/06/1.html

↑

オンラインストレージサービス †

kuran_kuran (2014-01-29 (水) 15:00:37)

http://www.justplayer.ne.jp/information_teracloudrelease.html
http://internet.watch.impress.co.jp/docs/news/20140203_633663.html

↑

Air HID :WiFi Mouse & KeyBoard †

kuran_kuran (2014-01-24 (金) 11:03:26)

http://octoba.net/archives/20130707-android-app-air-hid-202266.html

↑

アンドロイド高速エミュレータ †

kuran_kuran (2014-01-15 (水) 12:17:26)

http://www.webtech.co.jp/blog/developer-news/5966/

↑

OpenGL互換ライブラリ †

kuran_kuran (2014-01-13 (月) 02:14:17)

http://www.mesa3d.org/

↑

Iconia W4まとめ †

kuran_kuran (2014-01-10 (金) 17:16:43)

http://kizitora.jp/archives/35194812.html

↑

Windowsストア †

kuran_kuran (2014-01-10 (金) 16:52:37)

StationTVLink

↑

話題 †

kuran_kuran (2014-01-08 (水) 11:42:10)

http://diamond.jp/articles/-/46790

↑

PCケース †

kuran_kuran (2013-12-27 (金) 14:18:07)

http://akiba-pc.watch.impress.co.jp/docs/news/news/20131226_629247.html

↑

apk直接実行 †

kuran_kuran (2013-12-26 (木) 17:41:54)

ブラウザのurlから
file:///sdcard/hogehoge.apk

↑

LAN to USB †

kuran_kuran (2013-12-20 (金) 19:15:56)

BUFFALO USBデバイスサーバー LDV-2UH

↑

リアルタイムランキング †

kuran_kuran (2013-12-20 (金) 12:23:46)

http://labs.gree.jp/blog/2010/07/456/

↑

Subversion フックスクリプト †

kuran_kuran (2013-12-17 (火) 20:19:30)

pre-commit
post-commit

↑

USB OTGチャージなど †

kuran_kuran (2013-12-17 (火) 16:57:10)

http://www2.elecom.co.jp/cable/usb-hub/u2hs-s401sbk/
http://www.dacs-giken.co.jp/DACSandroid_power.html
http://blog.hogehoge.com/2012/11/Nexus7-OTG-Chargeing.html

↑

Windows8 †

kuran_kuran (2013-12-13 (金) 17:59:12)

・ソフトキーボード
http://www.atmarkit.co.jp/ait/articles/1310/04/news054.html
・ソフトマウス http://www.lovesummertrue.com/touchmousepointer/ja-jp/

↑

Adobe Photoshop CS5 SDK †

kuran_kuran (2013-11-30 (土) 02:18:27)

http://www.adobe.com/jp/devnet/photoshop/sdk.html

↑

紙飛行機 †

kuran_kuran (2013-11-29 (金) 14:50:20)

http://pc.watch.impress.co.jp/docs/news/yajiuma/20131128_625430.html

↑

3Dスキャナ †

kuran_kuran (2013-11-20 (水) 14:37:14)

http://akiba-pc.watch.impress.co.jp/docs/column/3dpnews/20131120_623999.html

↑

小さいPC †

kuran_kuran (2013-11-18 (月) 14:41:23)

http://pc.watch.impress.co.jp/docs/column/nishikawa/20131125_624826.html
http://pc.watch.impress.co.jp/docs/news/20131128_625464.html
http://akiba-pc.watch.impress.co.jp/docs/news/news/20131127_625406.html
http://akiba-pc.watch.impress.co.jp/docs/news/news/20140131_633273.html
http://pc.watch.impress.co.jp/docs/news/20140325_641175.html

↑

chrome †

kuran_kuran (2013-11-18 (月) 10:31:56)

--allow-file-access-from-files --disable-web-security
↑

リソースを使わないモーダルダイアログ †

kuran_kuran (2013-11-13 (水) 20:46:48)

http://www.sm.rim.or.jp/~shishido/mdialog.html

↑

ボードゲーム †

kuran_kuran (2013-11-11 (月) 14:40:49)

スコットランドヤード
(チェイスチェイス)

↑

サーバー †

kuran_kuran (2013-11-05 (火) 12:57:59)

http://cloud.gmo.jp/case/

↑

ファンタバトル †

kuran_kuran (2013-10-31 (木) 11:35:42)

63222036
65659867

↑

霊園バトル †

kuran_kuran (2013-10-30 (水) 02:00:11)

http://w.livedoor.jp/reien-battle/

↑

コンポジットやS端子出力をHDMIに変換するコンバーター †

kuran_kuran (2013-10-25 (金) 11:20:08)

コンポジットやS端子出力をHDMIに変換するコンバーター
DN-CSTH6230
http://gigazine.net/news/20100202_hdmi_converter/

↑

なんでも格納できるC++クラス †

kuran_kuran (2013-10-17 (木) 15:16:01)

http://d.hatena.ne.jp/teramonagi/20120301/1330560300
http://d.hatena.ne.jp/shiku_otomiya/20130618/p1

↑

VBAから標準出力を取得する †

kuran_kuran (2013-10-04 (金) 18:38:58)

' VBAから標準出力を取得する
Sub Sample1()~
    Dim WSH, wExec, sCmd As String, Result As String
    Set WSH = CreateObject("WScript.Shell")         ''(1)WSHへの参照を作ります
    sCmd = "dir C:\"                                ''(2)実行するMS-DOSコマンド、引数まで指定
    Set wExec = WSH.Exec("%ComSpec% /c " & sCmd)    ''(3)Execメソッドを実行
    Do While wExec.Status = 0                       ''(4)ループで完了を待つ
        DoEvents
    Loop
    Result = wExec.StdOut.ReadAll                   ''(5)標準出力はStdOutプロパティで取得
    MsgBox Result
    Set wExec = Nothing
    Set WSH = Nothing
End Sub
↑

BlueStacks App Playerの画面の大きさ変更 †

kuran_kuran (2013-09-26 (木) 16:47:06)

HKEY_LOCAL_MACHINE\SOFTWARE\BlueStacks\Guests\Android\FrameBuffer\0
FullScreenの2を0に変更。
WidthとHeightを10進法で変更する。
タスクトレイのBlueStacksアイコンを右クリック→再起動。

↑

アストロアーツ †

kuran_kuran (2013-09-20 (金) 20:21:31)

http://www.astroarts.co.jp/products/index-j.shtml

↑

ハードウェアエンコード †

kuran_kuran (2013-09-13 (金) 17:17:05)

http://www.edius.jp/tips_index/etc002.html

↑

VS2008リンクエラー対策 †

kuran_kuran (2013-09-12 (木) 14:35:50)

http://archive.msdn.microsoft.com/KB948127/Release/ProjectReleases.aspx?ReleaseId=871

↑

AndroidSDKインストール †

kuran_kuran (2013-09-11 (水) 18:09:25)

http://dench.flatlib.jp/opengl:androidsdk

↑

文字コード変換 †

kuran_kuran (2013-09-06 (金) 18:06:38)

■Win32
C++でShift-JISをUTF-8に変換する(Shift-JIS→UTF-16→UTF-8)
http://www.lab.its55.com/?p=32
C++でUTF-8をShift-JISに変換する(UTF-8→UTF-16→Shift-JIS)
http://www.lab.its55.com/?p=33

↑

¥uxxxxを展開 †

(2013-09-06 (金) 16:31:41)

http://qiita.com/kumagi/items/f45742d9a312e27769b1

↑

静的解析ツール †

kuran_kuran (2013-09-03 (火) 16:54:12)

cppcheck

↑

クラウドストレージサービス †

kuran_kuran (2013-08-29 (木) 10:11:58)

Bitcasa

↑

set_jump †

kuran_kuran (2013-08-17 (土) 23:56:38)

#include <setjmp.h>

jmp_buf env;

void f(void)
{
  longjmp(env, 1);
}

void g(void)
{
  if (setjmp(env) == 0)
  {
    // 最初はこちらのブロックが実行される
    f();
  }
  else
  {
    // f 関数内の longjmp が実行されると、こちらのブロックが実行される
  }
}
↑

ソーシャルゲーム人口 †

kuran_kuran (2013-08-15 (木) 03:07:24)

ttp://alfalfalfa.com/archives/6734229.html

↑

グリー †

kuran_kuran (2013-08-15 (木) 01:32:23)

ttp://www.itmedia.co.jp/news/articles/0407/30/news006.html

↑

LLVM †

kuran_kuran (2013-08-12 (月) 14:39:32)

LLVM

↑

クラウドC言語 †

kuran_kuran (2013-08-12 (月) 13:01:39)

Ideone

↑

ありなし †

kuran_kuran (2013-07-30 (火) 22:35:45)

暗黒姫騎リーバルデ
妖魔騎ヴィオーロ
o魔具使いブノワー
o鎖刃剣リッター
親衛魔女エレーナ
x深海姫ナネッド
o岩石騎士バルドン
銃機姫イルゼ
緑翼騎ブラークス
o牙獣剣聖アルバウル
o冒険王妃キアラナ

↑

PS3 †

kuran_kuran (2013-07-26 (金) 14:47:30)

Trine

↑

取引履歴 †

kuran_kuran (2013-07-18 (木) 14:30:15)


ttp://tdig.gree-apps.net/?mode=card&act=market_offer_accept_history&hunter_id=xxxx

↑

libpng †

kuran_kuran (2013-06-26 (水) 19:32:27)

http://dencha.ojaru.jp/programs_07/pg_graphic_10_libpng_txt.html

↑

error LNK2001: 外部シンボル "__iob" は未解決です。 †

kuran_kuran (2013-06-17 (月) 00:23:34)

http://sssm.sakura.ne.jp/dev/gil.html

↑

zlib †

kuran_kuran (2013-05-31 (金) 17:15:09)

http://oku.edu.mie-u.ac.jp/~okumura/compression/zlib.html
http://www.fireproject.jp/feature/c-language/etc/zlib.html

↑

アンドロイドの署名 †

kuran_kuran (2013-05-28 (火) 19:03:57)

http://www.techmaru.net/ar/keytool.php
http://www.techmaru.net/ar/jarsigner.php

↑

もんたく †

kuran_kuran (2013-05-27 (月) 17:23:52)

http://app.famitsu.com/20130527_166841/

↑

JavaScript暗号化 †

kuran_kuran (2013-05-08 (水) 16:35:23)

sjcl

↑

phpで暗号化 †

kuran_kuran (2013-05-02 (木) 15:23:23)

mcrypt_generic

↑

AMD †

kuran_kuran (2013-04-23 (火) 20:04:29)

http://pc.watch.impress.co.jp/docs/biz/20130423_597071.html

↑

アンドロイドバイブ設定 †

kuran_kuran (2013-04-17 (水) 18:23:22)

Smart Vibrator

↑

i-FunBox †

kuran_kuran (2013-04-17 (水) 15:37:34)

iPhoneデータバックアップ

↑

株 †

kuran_kuran (2013-04-12 (金) 19:55:04)

マネックス証券

↑

MessagePack †

kuran_kuran (2013-04-10 (水) 20:07:03)

Jsonの代わりにMessagePackを使ってみる

↑

FLASH作成 †

kuran_kuran (2013-03-29 (金) 17:29:03)

Suzuka

↑

無料BDプレイヤー †

kuran_kuran (2013-03-24 (日) 17:44:55)

http://www.winxdvd.com/blog/best-windows8-with-winxdvd-software.htm
http://digiarty.com/

↑

レアもの †

kuran_kuran (2013-03-21 (木) 18:52:22)

http://www.thanko.jp/index.html

↑

水中カメラ †

kuran_kuran (2013-03-14 (木) 17:02:18)

赤外線水中魚っちカメラ

↑

ドリランドのリクエストURL †

kuran_kuran (2013-03-04 (月) 00:18:53)

tgames.gree.jp/#action=portal_myapp_setting&app_id=98&backto_url=http://tdig.gree.jp/?mode=card&act=top&tab=request_detail

↑

アンドロイドCコンパイラ †

kuran_kuran (2013-02-27 (水) 16:46:13)

C4droid (C/C++ compiler) - Android Apps on Google Play

↑

暇有 †

kuran_kuran (2013-02-22 (金) 20:20:09)

来週の火か木

↑

ゲーム †

kuran_kuran (2013-02-20 (水) 18:46:23)

神連鎖ジュエルヘヴン

Stickman Kingdom
http://gamebiz.jp/?p=95289

パイプ&クエスト
http://gamebiz.jp/?p=96633

神狩デモンズトリガー

さだめブレイド
http://www.4gamer.net/games/215/G021596/20130514070/

↑

Nexus 7向けの有線LANアダプタ †

kuran_kuran (2013-02-19 (火) 18:25:36)

TM-microUSBLAN
LUA3-U2-ATX

↑

新ゲーム機 †

kuran_kuran (2013-02-07 (木) 14:38:39)

http://ja.wikipedia.org/wiki/Ouya

↑

Windowsストアアプリ †

kuran_kuran (2013-02-04 (月) 19:08:38)

http://msdn.microsoft.com/ja-jp/library/windows/apps/xaml/hh700360

↑

SWFタグ †

kuran_kuran (2013-02-04 (月) 17:57:56)

DefineBits
DefineBitsJPEG2/3/4
DefineBitsLossless/2
DefineShape/2/3/4
DefineEditText
PlaceObject/2/3
RemoveObject2
ShowFrame
DfineSprite
End
FrameLabel
ExportAssets

↑

小さいカメラ †

kuran_kuran (2013-01-30 (水) 08:50:03)

COOLPIX S01
Canon PowerShot N

↑

並べ替え †

kuran_kuran (2013-01-28 (月) 20:43:43)

・検索
名前
属性
レアリティ
特殊能力

・並べ替え
フォース
攻撃
防御

↑

はりつけノベル †

kuran_kuran (2013-01-25 (金) 16:35:12)

http://it.slashdot.jp/story/13/01/22/1129223/%E3%83%96%E3%83%A9%E3%82%A6%E3%82%B6%E3%81%A7%E2%80%9C%E8%B2%BC%E3%82%8A%E3%81%A4%E3%81%91%E3%81%A6%E9%81%8A%E3%81%B6%E2%80%9D%E3%83%8E%E3%83%99%E3%83%AB%E3%82%B2%E3%83%BC%E3%83%A0%E3%81%AE%E9%85%8D%E4%BF%A1%E3%82%B5%E3%82%A4%E3%83%88

↑

DN-84254 †

kuran_kuran (2013-01-25 (金) 15:41:39)

スマホの画面をミラーリングし、PCで操作できるUSBケーブル

http://pc.watch.impress.co.jp/docs/news/20130125_585040.html

↑

LvUp †

kuran_kuran (2013-01-23 (水) 19:28:20)

RareParamLv1Lv5
1100150350
23004501050
36009002100
490013503150
5150022505250
63000450010500
75000750017500
↑

ドライブレコーダー †

kuran_kuran (2013-01-23 (水) 11:11:01)

ルックイースト


Zuiji ZS1080DR08

光拡散技術を搭載したフルHD対応ドライブレコーダー

↑

FLASHバイナリ解析 †

kuran_kuran (2013-01-22 (火) 17:41:45)

http://doruby.kbmj.com/hal_on_rails/20100411/SWF_
http://www.atmarkit.co.jp/ait/articles/1212/10/news003.html
http://pwiki.awm.jp/~yoya/?Flash/SWF
http://hkpr.info/flash/swf/index.php?Flash%20SWF%20Spec
http://labs.gree.jp/blog/2010/12/1902/
http://www.plusmb.jp/2009/02/07/2476.html

↑

HDDケース †

kuran_kuran (2013-01-22 (火) 17:03:46)

MAL-3035SBKU3

↑

かも★ †

kuran_kuran (2013-01-21 (月) 18:44:12)

59152221
59198676
59216493
59322336
59322543
59348715
59348988
59354883
59447706
59447961
59452521
59452575
59452659
59453124
59530782
59531229
59630838
59631078
59631912
59830776
59848674
59914809
59917527
59931795
59990793
60378489
60378744
60387948
60390513
60396744
60466605
60526119
60526185
60526263
60632241
60654546
60656601
60656688
60658809
60665280
60689046
60690399
60691485
60691752
60692025
60692805
60693219
60693318
60694569
60694788
60842421
60849597
60872073
60944172
60969681
61001550
61025079
61039641
61059225
61065951
61117497
61119384
61148043
61148166
61186410
61187334
61187484
61203660
61255419
61269573
61356366
61368462
61425600
61426869
61427361
61427691
61428150
61428726
61428822
61428939
61439787
61440225
61441116
61441449
61441836
61442388
61445397
61445538
61446636
61447185
61447434
61448043
61481847
61482228
61490082
61490376
61545261
61808085
61808481
61815021
61815861
61836726
61836993
61848063
61999035
62098539
62398530
62433534
62489355
62531949
62532186
62532543
62583402
62613474
62613651
62655720
62655927
62656008
62656617
62659254
62659776
62761842
62765847
62766552
63222036
63223020
63223764
63226080
63226629
63233208
63233370
63261111
63261297
63276048
63276147
63276243
63276297
63308535
63320508
63348612
63348633
59182267
59286262
59287669
59322157
59322265
59322433
59385505
59392216
59447569
59452924
59516269
59532775
59556655
59595160
59621296
59631244
59672920
59673523
59832079
59833222
59834458
59848342
59849443
59912137
59912320
59913028
59913952
59930446
59930695
59931238
59991247
60000148
60379192
60379417
60526156
60632428
60639676
60639835
60640144
60640543
60645769
60645922
60654742
60661621
60679576
60688834
60689884
60690103
60690223
60691816
60691906
60692965
60694534
60797098
60797149
60849631
60865555
60867217
60867319
60871966
60943234
60950704
60969646
60970282
61001206
61025653
61026556
61045483
61059601
61065388
61118344
61118680
61118854
61119280
61186222
61186642
61186939
61187083
61203874
61216414
61217818
61239349
61269358
61278025
61278337
61355956
61425556
61426132
61427281
61427536
61428496
61428601
61437160
61439080
61439218
61439626
61440397
61440595
61442173
61442539
61442788
61445977
61446382
61446793
61448338
61448578
61481935
61482040
61482124
61484833
61484977
61485106
61501870
61502365
61502587
61504180
61750381
61806454
61807270
61807783
61836853
61983055
61998256
61998949
62098339
62262439
62337670
62397727
62398111
62398213
62433427
62459578
62532022
62532301
62538526
62583052
62583274
62583652
62656453
62656699
62659168
62659579
62689825
62708914
62747758
62765980
62846467
62870752
62870782
63222541
63223168
63223588
63233056
63233434
63233641
63261505
63262345
63262462
63262780
63275971
63276067
63276118
63276334
63319831
63320857
63320926
63321241
63348520
63348889
59295221
59295635
59322638
59354654
59385344
59391878
59448089
59449382
59452442
59453219
59549777
59554679
59594684
59631578
59632070
59673377
59832668
59832869
59833508
59834030
59834984
59835179
59849771
59932625
59934071
59993420
60001094
60378686
60399899
60466910
60518633
60526226
60640295
60640469
60645968
60653453
60665096
60682013
60689318
60689618
60690656
60691406
60691559
60842996
60865430
60969587
60970184
61039553
61045568
61046252
61071659
61072214
61148111
61216508
61255343
61303520
61303562
61355540
61356221
61358828
61358954
61366592
61425422
61425476
61426172
61426937
61427084
61427171
61427456
61427768
61427879
61428053
61428281
61435556
61437032
61438694
61438823
61440707
61441304
61441697
61442036
61442915
61445792
61446188
61447595
61447883
61448921
61449377
61449599
61484510
61485212
61502066
61502822
61510904
61511294
61750568
61809521
61815584
61837079
61837934
61847585
61847696
61861970
61862837
61982831
61998134
61998821
62370800
62385050
62397905
62398430
62532464
62538626
62655806
62656133
62656217
62656349
62658332
62689490
62708996
62729267
62729558
62747453
62761685
62766347
62846315
63222320
63225053
63233711
63261725
63261953
63262067
63262685
63275999
63276212
63307616
63308015
63314855
63320630
63320723
63321185
63348548

↑

windows.oldを消す †

kuran_kuran (2013-01-21 (月) 11:03:46)

http://nasunoblog.blogspot.jp/2012/10/windows8-windowsold.html

↑

値 †

kuran_kuran (2013-01-18 (金) 19:45:44)

1 100 * (1 + Level / 2) * 1.0
2 300 * (1 + Level / 2) * 1.0
3 600 * (1 + Level / 2) * 1.0
4 900 * (1 + Level / 2) * 1.0
5 1500 * (1 + Level / 2) * 1.0
6 3000 * (1 + Level / 2) * 1.0
7 5000 * (1 + Level / 2) * 1.0
8 7000 * (1 + Level / 2) * 1.0
9 9000 * (1 + Level / 2) * 1.0
10 12000 * (1 + Level / 2) * 1.0

さらに
同ユニット1.15倍
同属性1.05倍

↑

1080/60p †

kuran_kuran (2013-01-15 (火) 17:13:04)

DMX-HD2000

↑

無題 †

(2012-11-21 (水) 18:37:28)

ベルンハルト
ゼノビア

↑

などなど †

kuran_kuran (2012-11-15 (木) 17:13:05)

リアルファンタジー -簿記3級ver-
DORAKEN(ドラ懸)

↑

DB †

kuran_kuran (2012-11-01 (木) 19:46:10)

User

	Id		ID
	Name		名前


GachaInfo

	KeyCode		キーコード
	UserID		ガチャを引く人
	Group		どのカードをプレゼントするかのグループ
	Satisfaction	引き終わったかどうか (0=まだ,1=引き終わっている)
	SendPresent	送るプレゼント番号
	Date


Card

	Id		ID
	Group		グループ
	Name		カードの名前
	Level		レベル
	Rare		レア度 (0=N,1=R,2=SR,3=SSR)
	Attack		攻撃力
	Defence		防御力
↑

ドラクエ1 †

kuran_kuran (2012-10-22 (月) 02:03:24)

どらくえは ねとげになつて
つまらない あうと

↑

BlueStacks sync †

(2012-10-17 (水) 20:43:27)

http://masanori0514.blog.fc2.com/blog-entry-82.html

↑

エタドリ †

kuran_kuran (2012-09-11 (火) 16:41:48)

ttp://www.gpara.com/article/cms_show.php?c_id=32939&c_num=14

↑

chrome †

kuran_kuran (2012-09-05 (水) 13:05:27)

↑

RAMDISK †

kuran_kuran (2012-08-24 (金) 15:30:06)

http://www.dnki.co.jp/content/view/144/1/

↑

電子工作 †

kuran_kuran (2012-07-31 (火) 14:38:57)

http://akiba-pc.watch.impress.co.jp/hotline/20120728/etc_renesas.html

↑

SonyウォークマンADBドライバ †

kuran_kuran (2012-06-19 (火) 15:33:51)

http://www.sony.jp/support/walkman/sdk/index.html

↑

無題 †

kuran_kuran (2012-05-22 (火) 08:01:23)

24-6変

↑

ドリランドパソ †

kuran_kuran (2012-04-27 (金) 02:16:01)

mpw.jp for Chrome

↑

phpとか †

kuran_kuran (2012-04-13 (金) 12:25:21)

http://phpspot.net/php/pgXAMPP.html

↑

PCでブラウザゲーム †

kuran_kuran (2012-03-09 (金) 02:17:43)

http://www.ko-tan.com/article/237943129.html

↑

小パソ †

kuran_kuran (2012-03-07 (水) 20:29:42)

http://pc.watch.impress.co.jp/docs/news/20120306_516631.html

↑

w †

kuran_kuran (2012-03-01 (木) 03:23:03)

http://news.searchina.ne.jp/disp.cgi?y=2012&d=0227&f=national_0227_360.shtml

↑

ファミコン端子 †

kuran_kuran (2012-01-30 (月) 14:23:00)

http://www2.odn.ne.jp/~haf09260/Famic/Famic.htm
http://www43.tok2.com/home/cmpslv/index.htm

↑

100% †

kuran_kuran (2012-01-25 (水) 21:09:53)

http://www.phppro.jp/school/mobile/vol5/2

↑

JavaScriptアニメ †

kuran_kuran (2012-01-24 (火) 14:39:52)

http://attosoft.info/blog/animate-image/#alternative

↑

レンタルサーバー †

kuran_kuran (2012-01-18 (水) 16:18:25)

http://www.domainking.jp/

↑

sql設定 †

kuran_kuran (2012-01-18 (水) 16:06:05)

http://web.tvbok.com/web/vps/mysql.html

↑

ユーザー認証 †

kuran_kuran (2012-01-17 (火) 23:29:59)

http://www.phpbook.jp/pear/pear_auth/

↑

WILLCOM D4用 RGB/USBケーブル †

kuran_kuran (2011-12-30 (金) 21:33:47)

型番 CE-UD01

↑

Android †

kuran_kuran (2011-11-28 (月) 11:46:51)

USBメモリ型、たった21グラムのAndroid端末「Cotton Candy」

↑

Streak USB driver †

kuran_kuran (2011-10-19 (水) 14:12:04)

■[Android] [Streak] Dell Streak のUSBドライバ on Windows 15:34
Dell StreakをWindows XP/7にUSB接続して認識させる場合、"android-sdk-windows\usb_driver\android_winusb.inf" に下記の項目を追加します。

[Google.NTx86]
; [Google.NTx86] セクションに下記の3行を追加
;DELL Streak
%SingleAdbInterface% = USB_Install, USB\VID_413C&PID_B007
%CompositeAdbInterface% = USB_Install, USB\VID_413C&PID_B007&MI_01

[Google.NTx86]
; [Google.NTamd64] セクションに下記の3行を追加
;DELL Streak
%SingleAdbInterface% = USB_Install, USB\VID_413C&PID_B007
%CompositeAdbInterface% = USB_Install, USB\VID_413C&PID_B007&MI_01

↑

無題 †

kuran_kuran (2011-08-25 (木) 12:18:16)

ttps://en.bitcoin.it/wiki/Mining_hardware_comparison

↑

Android USB †

kuran_kuran (2011-08-18 (木) 13:15:19)

https://www.miraclelinux.com/jp/online-service/download/embedded/android1

↑

risk of fire †

kuran_kuran (2011-07-14 (木) 12:04:47)

http://pc.watch.impress.co.jp/docs/news/20110713_460233.html

↑

バッチファイル †

kuran_kuran (2011-07-06 (水) 12:07:00)

%0  :パラメータ全体("C:\Documents and Settings\user\デスクトップ\test.bat"⇒パス名にスペースが含まれているので、引用符(")が付く)
%~d0 :%0からドライブ名だけを取り出す。(C:)
%~p0 :%0からパス名だけを取り出す。(\Documents and Settings\user\デスクトップ\⇒両端に"\"が付く)
%~n0 :%0からファイル名だけを取り出す。(test)
%~x0 :%0からファイル拡張子だけを取り出す。(.bat)
%~s0 :%0をMS-DOSの8.3形式の短いファイル名を取り出す。(C:\DOCUME~1\USER\デスク~1\TEST.BAT)

↑

無題 †

(2011-07-04 (月) 07:42:56)

http://www.ripple.gr.jp/

kuran_kuran/bin/
download/project/

↑

N70 †

kurankuran? (2011-06-29 (水) 12:26:03)

http://yueno.homeip.net/xoops/modules/xpwiki/?%E6%90%BA%E5%B8%AF%E9%9B%BB%E8%A9%B1%2FN70#oa7f4d60

↑

無題 †

(2011-06-17 (金) 17:23:25)

ttp://www.p-world.co.jp/kisyubbs/bbs.cgi?file=p5139#1

↑

Streak端子 †

kuran_kuran (2011-06-16 (木) 12:21:39)

http://linuxslate.com/#Dell_Streak_PDMI_Pinout

↑

Streak USB †

kuran_kuran (2011-06-16 (木) 12:16:38)

http://www.dream-seed.com/weblog/archives/2011/03/10659/

↑

ゲームパッド †

kuran_kuran (2011-06-13 (月) 12:09:33)

http://akiba-pc.watch.impress.co.jp/hotline/20110611/etc_bpad.html

↑

スクリーンキャプチャー †

kuran_kuran (2011-06-04 (土) 11:03:38)

Drocap

↑

アンドロイドWifi †

kuran_kuran (2011-05-11 (水) 16:46:31)

http://meloncake.sblo.jp/article/41088889.html

↑

無題 †

kuran_kuran (2011-01-31 (月) 18:40:24)

http://car.jp.msn.com/news/article.aspx?cp-documentid=4861396

↑

ねこ †

kuran_kuran (2011-01-12 (水) 12:20:26)

http://trendy.nikkeibp.co.jp/article/column/20110105/1034107/

↑

loadlibraryフック †

kuran_kuran (2010-11-25 (木) 17:41:10)

http://d.hatena.ne.jp/tksshj/20100727/

↑

無題 †

kuran_kuran (2010-11-25 (木) 15:22:33)

http://ruffnex.oc.to/kenji/text/load_dll/

↑

無題 †

kuran_kuran (2010-11-22 (月) 16:53:36)

iPhoneゲーム『Angry Birds』

↑

glu_source †

(2010-11-17 (水) 14:05:08)

http://d.hatena.ne.jp/shiotty/20091106/1257505943

↑

無題 †

kuran_kuran (2010-11-17 (水) 13:43:47)

http://www.rimath.saitama-u.ac.jp/lab.jp/tsakurai/opengl/index.html

↑

無題 †

kuran_kuran (2010-11-17 (水) 13:37:45)

http://detail.chiebukuro.yahoo.co.jp/qa/question_detail/q1111283866

↑

無題 †

kuran_kuran (2010-11-17 (水) 13:31:16)

http://www.dmprof.com/images/OpenGL_Japan_20081029.pdf

↑

これお †

ゆうま? (2010-02-03 (水) 21:57:31)

ttp://l-○-b.jp/siawased○u/index.html

↑

Windowsの言語を調べる †

kuran_kuran (2009-10-07 (水) 23:25:59)

GetLocaleInfo

↑

自動糸巻き †

kuran_kuran (2009-08-23 (日) 18:42:52)

BH-715

↑

なんか †

kuran_kuran (2009-08-19 (水) 04:23:12)

意味不明のメモ帳と化してるなぁ

↑

framebuffer object †

kuran_kuran (2009-06-24 (水) 03:27:30)

ttp://oshiro.bpe.es.osaka-u.ac.jp/people/staff/imura/OpenGL/OpenGL/framebuffer_object/disp_content

IntelチップセットのWindowsでは使えない・・・。

↑

アプリケーション設定の保存と読み込み3 †

kuran_kuran (2009-06-18 (木) 04:40:08)

ttp://park15.wakwak.com/~concordia/cocoa_break/dev/src/Examples/CoreFoundation/Preferences/index.html

↑

アプリケーション設定の保存と読み込み2 †

kuran_kuran (2009-06-16 (火) 18:11:42)

ttp://www15.plala.or.jp/NovemberKou/programming/2ndGeneration/2ndHome/Randomizer/setApplicationDefault.html

↑

アプリケーション設定の保存と読み込み †

kuran_kuran (2009-06-16 (火) 17:55:23)

ttp://take-blizzard.cocolog-nifty.com/blog/2009/02/cocoa-b252.html

↑

ウィンドウクローズ時にアプリも終了させるには2 †

kuran_kuran (2009-06-16 (火) 17:48:16)

ttp://www.macmacmac.mydns.jp/modules/tinyd0/index.php?id=12

↑

ウィンドウクローズ時にアプリも終了させるには †

kuran_kuran (2009-06-16 (火) 17:45:12)

ttp://homepage.mac.com/t_yamane/prog/EndAppWhenWinClose/page.html

↑

バスの釣掘 †

kuran_kuran (2009-04-24 (金) 02:38:28)

埼玉 吉羽園

↑

xcode †

kuran_kuran (2009-04-18 (土) 04:34:24)

http://www.realtech-vr.com/glview/
http://www.macmacmac.mydns.jp/modules/tinyd0/
http://park18.wakwak.com/~cha/chaMax/XCode3.pdf

↑

ひさしぶり †

orz (2008-06-12 (木) 08:56:18)

おっ。復活してる。

↑

コーデック †

kuran_kuran (2008-05-10 (土) 21:23:17)

ttp://cowscorpion.com/Codec/CCCP.html

↑

JavaScript で BASIC †

kuran_kuran (2008-05-02 (金) 11:57:31)

ttp://www.calormen.com/Applesoft/

↑

シチュー †

kuran_kuran (2008-04-28 (月) 02:33:28)

House こくまろ
S&B とろけるシチュー

↑

ブログ †

kuran_kuran (2008-04-21 (月) 07:21:29)

Nucleus
nicky!
ttp://itpro.nikkeibp.co.jp/article/COLUMN/20071022/285134/

↑

洗浄 †

kuran_kuran (2008-04-08 (火) 19:48:21)

パイプユニッシュ

↑

メモ †

kuran_kuran (2008-04-03 (木) 13:07:12)

printf 等を止める方法

fclose(stderr);
fclose(stdout);

↑

掲示板テストです †

kuran_kuran (2007-12-17 (月) 13:54:54)

これでいいのかな ??


前に戻る


トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS