Not your computer? Use a private browsing window to sign in. Learn more about using Guest mode
Stay organized with collections Save and categorize content based on your preferences. App Engine is a fully managed, serverless platform for developing and hosting web applications at scale. You can choose from several popular languages, libraries, and frameworks to develop your apps, and then let App Engine take care of provisioning servers and scaling your app instances based on demand. Learn m
Overview: I will go over sharding basics and how to overcome problems like calculating ranks and inbox. Sharding is splitting your database into partitions and keeping each of the partitions on different servers. The following figure will make it more clear. Database Sharding Basic Overview What we did is, instead of keeping details of all user on one database server, we kept the users with odd us
Here is a kata for the Prime Factors problem. This is a very short Kata. The final algorithm is three lines of code. Interestingly enough there are 40 lines of test code. Although quite short, this kata is fascinating in the way it shows how ‘if’ statements become ‘while’ statements as the number of test cases increase. It’s also a wonderful example of how algorithms sometimes become simpler as th
気になる記事をスクラップできます。保存した記事は、マイページでスマホ、タブレットからでもご確認頂けます。※会員限定 無料会員登録 詳細 | ログイン 1989年1月の終わり、あと2週間後に卒業論文を提出しなければならない4年生のY君が私の席に来てこう説明した。 「先生、どうも計算機シミュレーションの条件設定を間違えていたみたいです。スミマセン」 Y君と相棒のF君は「波と船の非線形干渉問題」という難しい研究に取り組んでいた。しかも、私の管理する長さ90メートル、幅3.5メートルの水槽で膨大な実験を行う一方で、スーパーコンピューターを使った計算機シミュレーションも行っていたのだ。実験と計算機シミュレーションの両面から、船の作る波の非線形性を明確にするという大きなテーマだった。 実験との一致が悪いので、計算機シミュレーションの再チェックを指示した結果、返ってきた答えがそれだった。 「そうか、すぐ
The Web Framework that scales with you.¶ TurboGears 2 is built on top of the experience of several next generation web frameworks including TurboGears 1 (of course), Django, and Rails. All of these frameworks had limitations that frustrated us, and TG2 was built as an answer to that frustration: from wsgiref.simple_server import make_server from tg import MinimalApplicationConfigurator from tg imp
Using PyAMF with Google App Engine This tutorial will show you how to use a PyAMF application (0.3.1 or newer) with Google App Engine. Introduction Google App Engine (GAE) lets you run your web applications on Google's infrastructure for free. You can serve your app using a free domain name on the appspot.com domain, or use Google Apps to serve it from your own domain. appspot.com gives you up to
Google App Engine ã§ã® Django ãã©ã¼ã ã®æ¤è¨¼ Alexander Power 2008 å¹´ 4 æ æ¦è¦ ãã®è¨äºã§ã¯ãGoogle App Engine ã§ã® Django ã®ãã©ã¼ã æ¤è¨¼ãã¬ã¼ã ã¯ã¼ã¯ã®ä½¿ç¨æ¹æ³ã説æãã¾ãããã®ãã¬ã¼ã ã¯ã¼ã¯ã§ã¯ããã¼ã¿ ã¢ãã«ãã HTML ãã©ã¼ã ãä½æãããã¼ã¿ã¹ãã¢ã¨ã®ããåãã®éã«ãã©ã¼ã ããã®å ¥åæ å ±ãã
Google App Engine | 03:36 | 何か分からないことがあった時にdiscussion Group で質問するにしても、やっぱドキュメント類に一通り目を通しておかないと顰蹙買うよな、、ということで、「Tool and Configuration」のセクションもじっくり読もうかと思って見てみたら、そんなに労力かけずとも訳できそうな感じだったので、APIsに引き続いて超訳作業を進めていくことにする。(まぁ、ここまでくると若干意地である。。)最初のうちはチュートリアルの前編くらいしかアクセスがなく、みんな表面的な話に食いつくダケなんかなー、と思っていたが、意外と少しずつ他のエントリーにもアクセスが集まるようになってきてるみたい。それなりに需要はあるってコトかな?まぁ、学習のペースは人それぞれ。いつでも見れるのがWebのいいところってコトですな。さて、今回はApp Engine
Overview NoseGAE is a nose plugin that makes it easier to write functional and unit tests for Google App Engine applications. When the plugin is installed, you can activate it by using the --with-gae command line option. The plugin also includes an option for setting the path to the Google App Engine python library, if it is not in the standard location of /usr/local/google_appengine. Functional t
nose is nicer testing for python nose extends unittest to make testing easier. Installation and quick start¶ On most UNIX-like systems, you’ll probably need to run these commands as root or using sudo. Install nose using setuptools: Or, if you don’t have setuptools installed, use the download link at right to download the source package, and install it in the normal fashion: Ungzip and untar the s
Google App Engine - Python Development (with Eclipse) - Tutorial Google App Engine - Python. This article describes the creation of a web application with Python on the Google App Engine. The example created in this article will be a simple Todo list. The usage of the email API will get demonstrated. Also conditions in the Django web template and formating of dates will get demonstrated. The artic
The 1000 file limit has created a problem for folks working outside of the golden path provided by GAE, or even for folks with lots of modules outside of the Web application plumbing. To alleviate this problem, you can create a zip archive of files you need and import module from these like so: import sys sys.path.insert(0, 'cherrypy.zip') sys.path.insert(0, 'mako.zip') import cherrypy fro
Google, Yahoo!, and MySpace have launched support for the OpenID OAuth Hybrid Protocol, which combines OpenID authentication (sign in) with OAuth authorization (access control) into a single interface. Websites that accept OpenID can now let the hundreds of millions of users who already have either a MySpace, Google, or Yahoo! account sign in and enable two-way data sharing of their profile, conta
9月18日はプログラミング言語「COBOL(COmmon Business Oriented Language)」の50周年に当たるとして、COBOLコンパイラで知られる英Micro Focusが誕生50周年を祝うサイトへの参加を呼び掛けている。 COBOLは、事務処理システムのプログラミングを容易にする目的で1950年代に開発された言語で、構文が英語の自然言語に近いという特徴を持つ。米国防総省が設立した情報システム向け標準言語策定委員会CODASYLが開発した。COBOLという名称が決定したのが1959年9月18日の「Short Range Committee」のミーティングの席上であったことから、この日が誕生日とされている。 COBOLは現在も多くの企業や公共機関のシステムを動かしており、Micro Focusによると、世界のATMトランザクション処理のほぼすべて、業務アプリケーション
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く