Friday, August 5, 2011

Нужна лента для фризби, кто проспонсирует? :))

Цена в Эпицентре.

107.5 грн

Наша группа ВКонтакте http://vk.com/chukultimate



Wednesday, August 3, 2011

Google Maps размытие цветов зависит от движения



Спектр цветов получается. Как будто бы гугл сначала снимает в обычном цвете а потом в синем, красном и зелёном. Именно в такой последовательности.



http://moyakarta.com/maps/google-maps#lat=49.46611887967211&lng=32.02224693650443&z=19&t=sat&mlat=49.415855215397166&mlng=32.10125944966512&w=854px&h=480px







Linux and Ubuntu date format

date +"%Y-%m-%d %H:%M:%S %a w%W"

Test Google Datastore with Places REST service

https://code.google.com/p/app-engine-datastore/source/browse/#svn%2Ftrunk




The REST java class


URLS:
http://places-test-datastore.appspot.com/places/count


http://places-test-datastore.appspot.com/places/querycount?fromLat=49.39&toLat=49.41&fromLng=32.02&toLng=32.07&sort=hash
ERROR: can't have inequality filters on different properties: lat and lng

http://places-test-datastore.appspot.com/places/querycount?fromLat=49.39&toLat=49.41&sort=hash
ERROR: inequality filter property and first sort order must be the same: lat and hash

http://places-test-datastore.appspot.com/places/querycount?fromLat=49.39&toLat=49.41&sort=lat



Results: In long time (1min and 1000 PUT iteration) multi threading datastore slows and gets connection timout error.

Greate a new Google App Engine Application

https://appengine.google.com/start/createapp?

Create a new project in the Google Code

https://code.google.com/hosting/createProject