takashi-matsuo.blogspot.com takashi-matsuo.blogspot.com

TAKASHI-MATSUO.BLOGSPOT.COM

Moon blue diary

May 14, 2010. Now Kay Framework has GAETestBase bundled! What I've been working on recently is to incorporate GAETestBase. I've just finished the adapting work and bundled GAETestBase works very nicely with kay framework. You just need to change the base class of your testcase to "kay.ext.testutils.gae test base.GAETestBase" like:. From kay.ext.testutils.gae test base import GAETestBase class DummyTest1(GAETestBase): #. def test foo(self): # . # . Please see my previous post. Let me introduce a small tri...

http://takashi-matsuo.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR TAKASHI-MATSUO.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.4 out of 5 with 5 reviews
5 star
0
4 star
4
3 star
0
2 star
0
1 star
1

Hey there! Start your review of takashi-matsuo.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.1 seconds

FAVICON PREVIEW

  • takashi-matsuo.blogspot.com

    16x16

  • takashi-matsuo.blogspot.com

    32x32

  • takashi-matsuo.blogspot.com

    64x64

  • takashi-matsuo.blogspot.com

    128x128

CONTACTS AT TAKASHI-MATSUO.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Moon blue diary | takashi-matsuo.blogspot.com Reviews
<META>
DESCRIPTION
May 14, 2010. Now Kay Framework has GAETestBase bundled! What I've been working on recently is to incorporate GAETestBase. I've just finished the adapting work and bundled GAETestBase works very nicely with kay framework. You just need to change the base class of your testcase to kay.ext.testutils.gae test base.GAETestBase like:. From kay.ext.testutils.gae test base import GAETestBase class DummyTest1(GAETestBase): #. def test foo(self): # . # . Please see my previous post. Let me introduce a small tri...
<META>
KEYWORDS
1 skip to main
2 skip to sidebar
3 moon blue diary
4 to kay framework
5 happy testing
6 posted by
7 tmatsuo
8 1 comment
9 don't give up
10 in stackoverflow
CONTENT
Page content here
KEYWORDS ON
PAGE
skip to main,skip to sidebar,moon blue diary,to kay framework,happy testing,posted by,tmatsuo,1 comment,don't give up,in stackoverflow,no comments,introducing gaetestbase,caution,method,let's do it,deploy gaeunit py,script gaeunit py,test put,test tx,here
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Moon blue diary | takashi-matsuo.blogspot.com Reviews

https://takashi-matsuo.blogspot.com

May 14, 2010. Now Kay Framework has GAETestBase bundled! What I've been working on recently is to incorporate GAETestBase. I've just finished the adapting work and bundled GAETestBase works very nicely with kay framework. You just need to change the base class of your testcase to "kay.ext.testutils.gae test base.GAETestBase" like:. From kay.ext.testutils.gae test base import GAETestBase class DummyTest1(GAETestBase): #. def test foo(self): # . # . Please see my previous post. Let me introduce a small tri...

INTERNAL PAGES

takashi-matsuo.blogspot.com takashi-matsuo.blogspot.com
1

Moon blue diary: 2010/05

http://takashi-matsuo.blogspot.com/2010_05_01_archive.html

May 14, 2010. Now Kay Framework has GAETestBase bundled! What I've been working on recently is to incorporate GAETestBase. I've just finished the adapting work and bundled GAETestBase works very nicely with kay framework. You just need to change the base class of your testcase to "kay.ext.testutils.gae test base.GAETestBase" like:. From kay.ext.testutils.gae test base import GAETestBase class DummyTest1(GAETestBase): #. def test foo(self): # . # . Please see my previous post. Let me introduce a small tri...

2

Moon blue diary: 2009/01

http://takashi-matsuo.blogspot.com/2009_01_01_archive.html

January 31, 2009. Google Apps に Group 機能が来ました. いつの間にか Google Apps の有料版にグループ機能が来ました。もしかするとコントロールパネルを拡張版にしないと出てこないかもしれません。おそらく今までの maillist 機能を拡張した機能で、ざっと触ってみたところ. メンバーのロールが Owner と Member の二種類ある. ドメイン外のユーザを Owner としても Member としても追加できる. どうやら Google Document や Google Sites の invite の時に使えそう. 今までは Google Apps を導入するお客さんには別立てでメーリングリストのサーバ(mailmanとか)を勧める事が多かったけど、これからはあまり必要なくなるかもしれませんね。 おお!こないだ公開した My Trivia. しかしこういう時は や を下記のように処理してあげないといけないという事ですね。(この文脈では obj にユーザ入力文字が入ってます). Obj = obj.replace('. January 6, 2009.

3

Moon blue diary: 2009/12

http://takashi-matsuo.blogspot.com/2009_12_01_archive.html

December 24, 2009. Integrating websockets with appengine applications. Today, I've been struggling with an experimental implementation for a pseudo server push on appengine application. So let me share it with you. The only problem with appengine is that we can not utilize comet like capabilities on it because of its 30 seconds request limit. In this article, I use external websockets server for a pseudo server push on appengine. Here is the diagram(Click for bigger image). Now, the first browser knows t...

4

Moon blue diary: Now Kay Framework has GAETestBase bundled!

http://takashi-matsuo.blogspot.com/2010/05/now-kay-framework-has-gaetestbase.html

May 14, 2010. Now Kay Framework has GAETestBase bundled! What I've been working on recently is to incorporate GAETestBase. I've just finished the adapting work and bundled GAETestBase works very nicely with kay framework. You just need to change the base class of your testcase to "kay.ext.testutils.gae test base.GAETestBase" like:. From kay.ext.testutils.gae test base import GAETestBase class DummyTest1(GAETestBase): #. def test foo(self): # . # . Please see my previous post. Just wanted to drop in a tha...

5

Moon blue diary: pkg_resources の warning を抑制する

http://takashi-matsuo.blogspot.com/2009/11/pkgresources-warning.html

November 2, 2009. Pkg resources の warning を抑制する. Sitecustomize.py を site-packages 内に下記の内容で作成する. Import warnings warnings.filterwarnings('ignore', message=r'Module .*? Is being added to sys .path', append=True). Http:/ lucumr.pocoo.org/2008/2/19/sick-of-pkg-resources-warnings. Subscribe to: Post Comments (Atom). View my complete profile. Pkg resources の warning を抑制する.

UPGRADE TO PREMIUM TO VIEW 14 MORE

TOTAL PAGES IN THIS WEBSITE

19

SOCIAL ENGAGEMENT



OTHER SITES

takashi-m.blogspot.com takashi-m.blogspot.com

発達障害の現場から

12288;                                                              &#12288...やはり大事なのは「自閉症の文化」を理解することにあるのだと、改めて実感した一日でした。 中山先生のところでは、中学生くらいからすでにTTAPでアセスメントをとり、移行支援を進めているそうです。僕の勤めるカリタスでもTTAPが取れるようにし、来年度の事業計画に入れたいなと本気で考えてしまいました。 中山先生の話に、特性理解のない訓練や支援によって、不登校になったり引きこもったり働けなくなるケースがたくさんありました。結局、就労支援とは、就労を通してその方の幸福を最大化する試みなんですよね。だからこそ、理解が大事だし、自閉症文化を尊重する態度が支援者には求めらるのだと思いました。 で、結局、児童デイサービスはどうなるの? 今日は、障害施設等法改正説明会に出席してきましたので、その時のメモをアップします。 65288;まるで当たらない天気予報みたいですが・・・). 以下は、今日の説明会についての個人的なメモです。 資料. 12300;センター&#12301...

takashi-mania.skyrock.com takashi-mania.skyrock.com

takashi-mania's blog - Blog de takashi-mania - Skyrock.com

Bang Bang Boum Boum Powa Powa. 13/09/2008 at 10:53 AM. 28/03/2009 at 2:31 PM. Subscribe to my blog! This blog has no articles. Post to my blog. Here you are free.

takashi-mase.com takashi-mase.com

南米バイク旅行

takashi-matsunaga.com takashi-matsunaga.com

Amazonギフト券は必要なくても買取で現金化できますデプビモ

5月 12th, 2014 Author: takashi-matsunaga.com. 5月 12th, 2014 Author: takashi-matsunaga.com. 5月 12th, 2014 Author: takashi-matsunaga.com. 5月 12th, 2014 Author: takashi-matsunaga.com. 5月 12th, 2014 Author: takashi-matsunaga.com. Rock Band Fan Blog.

takashi-matsuo.blogspot.com takashi-matsuo.blogspot.com

Moon blue diary

May 14, 2010. Now Kay Framework has GAETestBase bundled! What I've been working on recently is to incorporate GAETestBase. I've just finished the adapting work and bundled GAETestBase works very nicely with kay framework. You just need to change the base class of your testcase to "kay.ext.testutils.gae test base.GAETestBase" like:. From kay.ext.testutils.gae test base import GAETestBase class DummyTest1(GAETestBase): #. def test foo(self): # . # . Please see my previous post. Let me introduce a small tri...

takashi-miike.de takashi-miike.de

Weiter zum Takashi Miike

Weiter zum Takashi Miike-Blog.

takashi-miki-fics.skyrock.com takashi-miki-fics.skyrock.com

Takashi-Miki-Fics's blog - Blog de Takashi-Miki-Fics - Skyrock.com

19/11/2010 at 5:49 PM. 08/12/2010 at 11:22 AM. Subscribe to my blog! Pour commencer une petite présentation. Ses parent son mort quand il avait 5 ans. Caractère: gentil, pervers et sadique. Ses parent son mort quand elle avait 4 ans. Caractère: gentil, folle, sadique et perverse. Voila pour les présentation. Sur ce blog il y aura:. The blog's author only accepts comments from Skyrock members. You haven't logged in. Click here to post a comment using your Skyrock username. Inscription a ma fic. Posted on ...

takashi-miyake.jimusho.jp takashi-miyake.jimusho.jp

三宅隆史建築研究所

Takashi Miyake Architect and Associates.

takashi-mizumori.com takashi-mizumori.com

水守隆 ToM Recording STUDIO

水守隆 ToM Recording STUDIO. 2015 水守隆 ToM Recording STUDIO.