发布iHere blog1.0.4
3 weeks, 3 days ago –
Category: GAE 开发 –
Weight:1253.23044892
发布iHere blog1.0.4:http://code.google.com/p/ihere-blog/这次主要是bug更新: 解决了上传后index的问题(注意index构建需要一段时间,不能马上生效,上传后等1,2个小时就好了。) 解决了runtest的bug 现在可以正常使用了 接下来准备iHere Blog1.1版本的更新: 集成appengine-patch1.1 openid的集成 twitter header改成可选的 其他一些小的bug变更 [...]
GAE sdk Version 1.2.5发布了!
2 months ago –
Category: GAE 开发 –
Weight:1175.60205999
Version 1.2.5 - September 3, 2009 The Windows Python SDK now includes a GUI launcher, similar to the Mac SDK. Added XMPP support. http://code.google.com/appengine/docs/python/xmpp http://code.google.com/p/googleappengine/issues/detail?id=231 Datastore now supports multiple writes to the same entity within [...]
InforSphere
4 months ago –
Category: My Projects –
Weight:1067.95424251
InforSphereWeb proxy on the GAE.http://inforsphere.appspot.com/ [...]
Digg clone
4 months ago –
Category: My Projects –
Weight:1067.0
Digg cloneA simple digg clone basic on the raddit ranking algorithm.URL: http://ihere.appspot.com/diggs/ [...]
iHere Blog
4 months ago –
Category: My Projects –
Weight:1066.2787536
iHere Blog is an open source blog application built on Google App Engine , and using Django1.0.2,Appengine patch...Demo page: http://6.latest.inforsphere.appspot.com/ Project Home:http://code.google.com/p/ihere-blog/ Google Group:http://groups.google.com/group/ihere-bouleuterion?lnk=gcamh&pli=1 Download:http:// [...]
Py I/O - python shell on web.
4 months ago –
Category: My Projects –
Weight:1066.20411998
Py I/O - python shell on web.Out of box.Needn't install python on your local mathine:-)URL: http://py-ide-online.appspot.com/ [...]
web fetion - A fetion client built on...
4 months ago –
Category: My Projects –
Weight:1066.04139269
web fetion - A fetion client built on the web. Free to send sms between mobile phones. URL: https://ihere.appspot.com/sms/ [...]
geo twitter
4 months ago –
Category: My Projects –
Weight:1066.0
Geo Twitter - A mushup of Goolge Maps and Twitter.URL: http://geo-twitter.appspot.com/ [...]
OuterHeaven - An experimental application to represent html eleme
4 months ago –
Category: My Projects –
Weight:1065.95424251
OuterHeaven - An experimental application to represent html elements as 3D.URL : http://ihere.appspot.com/album/OuterHeaven/ [...]
Fridge
4 months ago –
Category: My Projects –
Weight:1065.84509804
Fridge - Fridge Notes.An interesting web application. Great UI experience:-)URL: http://ihere.appspot.com/fridge/ [...]
Fridge Sticks
4 months, 1 week ago –
Category: GAE 开发 –
Weight:1048.36172784
Fridge Stickshttp://ihere.appspot.com/fridge/ [...]
号外:GAE的限制收紧已经生效
4 months, 2 weeks ago –
Category: GAE 开发 –
Weight:1034.70757018
之前说google会在今天,减少GAE应用程序的免费限额。现在他们说到做到了- -#The new free quota levels to take effect on June 22nd will be as follows: * CPU Time: 6.5 hours of CPU time per day * Bandwidth: 1 gigabyte of data transferred in and out of the application per day * Stored Data&Email Re [...]
发布一个早期的飞信web客户端:
4 months, 3 weeks ago –
Category: GAE 开发 –
Weight:1018.04139269
发布一个早期的飞信web客户端:有兴趣的同学可以在:http://ihere.appspot.com/sms/试用目前可以:1. 给你已开通飞信的好友发送短信,仅限中国移动用户。2. 给未开通飞信的好友发送邀请开通的短信这样理论上可以给任何中国移动的手机发短信了:-)本工具不保存用户信息请放心使用。已经做了限制,不允许连续发送相同内容的短信,请不要使用本工具发送垃圾短信!本工具谨作为技术交流使用!因使用本平台造成的法律后果与本平台无关!特别鸣谢:本工具基于可可熊cocobear(http://cocobear.info/blog/)的PyFetion修改而成,感谢cocobear无私开源:-) [...]
使用model cache给你的GAE应用程序加速
5 months ago –
Category: GAE 开发 –
Weight:1011.30103
使用model cache给你的GAE应用程序加速刚刚看到gae group里面的一片文章,里面实现了一个利用memcache来进行model cache的方法。使用非常简单,而且加速效果明显:-)在这里分享下:D原文在这:google group讨论http://appengine-cookbook.appspot.com/recipe/seamless-memcache-caching-of-all-entities/使用很简单,在你的models.py 最上方import datastore_cachedatastore_cache.DatastoreCachingShim.Install()然后就可以享受memcache带来 [...]
Web Python IDE Py I/O release!
5 months, 1 week ago –
Category: GAE 开发 –
Weight:998.477121255
Web Python IDE : Py I/O release!发布在线Python IDE : Py I/O !URL :http://py-ide-online.appspot.com/使用Py I/O 你可以:1. 无需安装Python,直接运行python code。 2. 学习python, 体会python 编程的乐趣 :-)3. 分享你的python 代码片段,并评价打分 ;-)4. 完全免费:P包括两种使用方式: 1.交互式shell, 可以逐行运行code,就想本地的python console一样!2.整段运行, 可以写一段代码,然后整个运行查看结果!想直接体会Pythonic 的coding乐趣?试试如下程序吧 [...]
iHere Blog:利用Google Docs来写博客
5 months, 2 weeks ago –
Category: GAE 开发 –
Weight:980.612783857
iHere Blog:利用Google Docs来写博客因为google docs支持metaweblog api, 所以就有了除了Windows Live Writter的另外一种选择,这样在linux mac下也可以轻松写blog了:-)按照下面的几步简单设置,就可以使用google docs写博,然后发送到你的iHere Blog了:-)1.如下图写好一个文档之后 点右边Share -> Publish as web page2.点击下边的blog setttings 选择My own server, api选择Metaweblog url:http://yourdomai [...]
iHere Blog 1.0.3 Release Notes
5 months, 2 weeks ago –
Category: GAE 开发 –
Weight:973.255272505
iHere Blog 1.0.3 Release NotesiHere Blog 1.0.3 发布download at:http://code.google.com/p/ihere-blog/ 1.Tag URL change to /tag/tagname/pagenumtag 的url 改变为/tag/tagname/pagenum2.Fixed can't run test when upgrade to gae sdk 1.2.2修正了run test的问题 现在可以在sdk以及gae 环境下正确运行test了 3.Add archive function : 1.Archives by month url: /year/ [...]
Quick Sort in python
5 months, 3 weeks ago –
Category: Pythonic –
Weight:968.041392685
Quick Sort in pythonhttps://docs.google.com/Doc?docid=dftf9bqn_33c2jqjxg7&hl=en Just wondering how python works with arrays. Here is quick sort algorithm written in Python. Only one line of code: def qsort(L): if L == []: return [] return qsort([x for x in L[1:] if x=L[0]])def qsort(L): if len(L) 1: return L [...]
Eclipse Google Plugin安装指南
7 months ago –
Category: GAE 开发 –
Weight:896.53529412
某同学说装google plugin装不上。 写下我的安装方式,希望能帮上忙:P 1.先去这里下载,文件都放在一个文件夹里面http://d.hatena.ne.jp/taichitaichi/20090408/1239176076 2.打开eclipse3.4的update, add local site 注意添加的是文件夹路径 3.别急着install 先, 点右边manage sites,把所有的勾去掉 **关键** 4.如下图所示同时添加 google的update site 和刚才的local sitehttp://dl.google.com/eclipse/plugin/3.4 5.现在你应该可以直接install [...]
Google AppEngine Java sdk’s coming!
7 months ago –
Category: GAE 开发 –
Weight:891.305351369
今天进入gae控制台的时候发现上面多了java sdk的下载申请。赶紧申请了一个尝鲜:P 大家赶紧去申请吧:P http://appengine.google.com/promo/java_runtime [...]
Logo
About Me
-
A Computer Geek in Beijing, China. Focus on Web2.0 Technology: Google App Engine, Python, Django, Software Architecture, Agile, JAVA, J2EE, JavaScript, etc.
Coding for fun, Coding with passion :-) It's my life!
Most Popular Posts
- 1. GAE限制续 (1964)
- 2. Eclipse Google Plugin安装指南 (1785)
- 3. iHere Blog 1.0.2 安装配置 (1658)
- 4. iHere Blog 安装 简要配置 (1386)
- 5. 终于在做导入的时候遇到了GAE的瓶颈 (1158)
- 6. 新加Ajax效果Page flow (1015)
- 7. GAE上面的Unittest总结 (1000)
- 8. 新东西 呵呵 JS3D (961)
- 9. Web Python IDE Py I/O release! (945)
- 10. 转向了Appengine patch (937)
Tags
-
App Engine
Appengine patch
Django
Google
Google App Engine
Google App Engine
Java
algorithm
api
app
appengine
autodiscovery
blog
cache
chat
cloud computing
cron jobs
datastore
demo
feature
fetion
fridge
gae
geo
google
google app engine
google docs
googlemaps
iHere Blog History
ide
ihere
inforsphere
install
java
jquery
map
mashup
memcache
metaweblog
new
nutch
open source
pageflow
plugin
projects
pyio
python
quota
release
released
rss
sdk
snap
sort
topStory
twitter
weblog api
杂记

