のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

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

UnicodeEncodeError: 'ascii' codec can't encode characters in position 24-27: ordinal not in range(128)

PythonのUnicodeEncodeErrorを知る - HDEラボ sitecustomize.py の設置位置がわからなくてハマった件

edit with idle

edit with IDLE

chromeのservice

ChromeのサービスがStartupに書いてあった。 Chromeの設定>Google クラウド プリントを止めてみた。 "d:\Users\user01\AppData\Local\Google\Chrome\Application\chrome.exe" --type=serviceUnknown Google Chrome Service on Startup

最尤推定、MAP推定、ベイズ推定

最尤推定、MAP推定、ベイズ推定

6ヶ月後の結果

[asin:B00B42PZ62:detail] 体脂肪計に乗り続けて、6ヶ月で15kgぐらい減った。

ImportError: DLL load failed: %1 は有効な Win32 アプリケーションではありません。

Traceback (most recent call last): File "d:\Users\m_fujii\Desktop\saiyuu.py", line 6, in <module> from pylab import * File "D:\Python27\Lib\site-packages\pylab.py", line 1, in <module> from matplotlib.pylab import * File "D:\Python27\Lib\site-packages\mat</module></module>…

ImportError matplotlib requires dateutil

python - pylab ImportError: No module named _thread - Stack OverflowImportError: matplotlib requires pyparsing Matplotlib is a 2D plotting library Requires numpy, dateutil, pytz, pyparsing, six, and optionally pillow, pycairo, tornado, wxp…

install python error registory

You should install Python 32bit, or use the numpy package for python 64bit from this unofficial site

ImportError: No module named numpy

import numpy as np ImportError: No module named numpy sys.path.append("D:\Python27\Lib\site-packages") #print sys.path PythonでImportError: No module namedに遭遇した。 - Last Modified

prml 1.9

ベクトルで微分 - minus9dの日記

prml 1.8

パターン認識と機械学習 演習1.08

aws

開発リーダー必見!クラウド開発特集:Amazon Web Services

FF14 ベンチマーク キャラクター編

http://sqex.to/ffxiv_bench_jp #FF14 SCORE:8294 1920x1080 高品質(デスクトップPC) Intel(R) Core(TM) i7 CPU 870 @ 2.93GHz NVIDIA GeForce GTX 660

PRML演習

演習1.1 PRML Ex. 1.1 - HeyWiki多項式曲線フィッティング - 人工知能に関する断創録

ガウス積分

ガウス積分の公式 [http://hooktail.sub.jp/mathInPhys/gaussIntegral/:title=ガウス積分の公式 [物理のかぎしっぽ]]

機械学習がわかるための確率・統計の良書

プログラミングのための確率統計 すごく、わかりやすかった。 おすすめです。プログラミングのための確率統計作者: 平岡和幸,堀玄出版社/メーカー: オーム社発売日: 2009/10/20メディア: 単行本(ソフトカバー)購入: 10人 クリック: 133回この商品を含むブ…

ヤコビ行列 確立密度関数

確率密度の最大値が変数の選択に依存? | 数学のQ&A【OKWave】

XRAIN

XRAIN雨量情報 地域選択

Google Nexus7の液晶が割れた

Nexus7をみたら、液晶が割れていた。 起動はするけど、割れている行は操作ができない。 特に何をした、という覚えがないんだけどな。電話で修理を申し込んだ。 (日本人が出た。) ASUSコールセンター(0800-123-XXXX)Webで製品登録しようとしたが、登録の…

SBI証券口座分がマイナス表示でわかりにくい

口座サマリーの保有資産評価欄の「SBI証券口座分」にマイナスの金額が表示されているのはなぜですか?

ubuntu1204LTSでICS403r1のBuild時のエラー

●エラー1つ目 host C++: obbtool <= frameworks/base/tools/obbtool/Main.cpp <コマンドライン>:0:0: エラー: "_FORTIFY_SOURCE" が再定義されました [-Werror] <組み込み>:0:0: 備考: ここが以前の宣言がある位置です cc1plus: all warnings being treated…

vc dimension

title

SkPicture

194 SkPicture::SkPicture(SkStream* stream) : SkRefCnt() { 195 const uint32_t pictureVersion = stream->readU32(); 196 if (pictureVersion != PICTURE_VERSION_ICS && 197 pictureVersion != PICTURE_VERSION_JB) { 198 sk_throw(); 199 } 200 201 fWi…

writeTypeface

58 static size_t writeTypeface(SkWriter32* writer, SkTypeface* typeface) { 59 SkASSERT(typeface); 60 SkDynamicMemoryWStream stream; 61 typeface->serialize(&stream); 62 size_t size = stream.getOffset(); 63 if (writer) { 64 writer->write32(s…

readTypeface

1875 void SkPaint::unflatten(SkFlattenableReadBuffer& buffer) { 1876 SkASSERT(SkAlign4(kPODPaintSize) == kPODPaintSize); 1877 const void* podData = buffer.skip(kPODPaintSize); 1878 const uint32_t* pod = reinterpret_cast<const uint32_t*>(podData); 1879 1880</const>…

fCount

22 SkPicturePlayback::SkPicturePlayback(const SkPictureRecord& record) { 60 record.validate(); 61 const SkWriter32& writer = record.writeStream(); 62 init(); 63 if (writer.size() == 0) 64 return; 65 66 { 67 size_t size = writer.size(); 68 …

setBaseLayer

4478 void setBaseLayer(int layer, boolean showVisualIndicator, 4479 boolean isPictureAfterFirstLayout) { 4480 if (mNativeClass == 0) 4481 return; 4482 boolean queueFull; 4483 final int scrollingLayer = (mTouchMode == TOUCH_DRAG_LAYER_MODE)…

beginRecording

30 void PicturePileLayerContent::serialize(SkWStream* stream) 31 { 32 if (!stream) 33 return; 34 SkPicture picture; 35 draw(picture.beginRecording(width(), height(), 36 SkPicture::kUsePathBoundsForClip_RecordingFlag)); 37 picture.endRecord…

RTCHECK

3033 /* In gcc, use __builtin_expect to minimize impact of checks */ 3034 #if !INSECURE 3035 #if defined(__GNUC__) && __GNUC__ >= 3 3036 #define RTCHECK(e) __builtin_expect(e, 1) 3037 #else /* GNUC */ 3038 #define RTCHECK(e) (e) 3039 #endi…

error: 'class SkFlattenableReadBuffer' has no member named 'readPtr'

デバッグ(SK_DEBUG_DUMP)を有効にしたところ #define SK_DEBUG_DUMP #define DUMP_BUFFER_SIZE 65536 //#include "SkBuffer.h" // readPtr <=関係ないみたいだ。エラーが発生。 error: 'class SkFlattenableReadBuffer' has no member named 'readPtr' 117…