Theory and Practice
About Archives Categories Tags Authors 中文 ไทย
  1. Tags
  2. Google App Engine

Basic HTML Table to reStructuredText Support for HTML2RST service on GAE Go

May 15, 2016

Add basic HTML table to reStructuredText support for online HTML to reStructuredText service on Google App Engine Go.

 read more »

Online Taobao Item to reStructuredText Image on Google App Engine Go

May 14, 2016

Online service on Google App Engine Go, which helps you extract title, image URL from Taobao item webpage, and output in reStructuredText format.

 read more »

Online HTML to reStructuredText on Google App Engine Go

May 13, 2016

Online HTML to reStructuredText service on Google App Engine Go.

 read more »

Google App Engine Go - HTML Link to reStructuredText

May 11, 2016

Given a webpage URL. Fetch the title of the webpage and output reStructuredText link on Google App Engine Go.

 read more »

Internationalization (i18n) of Web Application by GNU gettext Tools

January 07, 2016

Support multiple languages in your (web) applications, by GNU gettext tools, which include xgettext, msginit, msgmerge, and msgfmt.

 read more »

Internationalization and Localization of Google App Engine Python Webapp Using webapp2 and Jinja2

April 12, 2015

i18n and L10n of Google App Engine Python web application, with webapp2, Jinja2, Babel, and pytz.

 read more »

[web.py] Multiple Application with Same Context

March 09, 2015

Multiple web.py applications with the same context (web.ctx)

 read more »

[web.py] Web Application on Both Google App Engine and Apache

March 04, 2015 (Updated: March 05, 2015)

Web application (web.py framework) template runs on both Google App Engine Python and Apache with mod_wsgi.

 read more »

[Golang] Parse Accept-Language in HTTP Request Header

February 22, 2015

Parse Accept-Language in HTTP Request Header in Go Programming Language.

 read more »

Golang html/template versus Python Jinja2 (1)

February 21, 2015 (Updated: March 06, 2015)

Comparison of Python Jinja2 and Go html/template, side by side for easy reference - Load and Serve Templates

 read more »

Use Object Instance Function as JSONP Callback Function

February 20, 2015

Cross-domain requests by JSONP with object instance function as callback on Google App Engine for Python.

 read more »

JSONP with Anonymous Callback Function

February 20, 2015 (Updated: February 20, 2015)

Cross-domain requests by JSONP with anonymous callback function on Google App Engine for Python.

 read more »

JSONP on Google App Engine Python

February 20, 2015 (Updated: February 20, 2015)

Cross-domain requests by JSONP on Google App Engine for Python.

 read more »

Detect User Language (Locale) on Google App Engine Python

October 12, 2012 (Updated: February 21, 2015)

Detect user locale/language from HTTP request header on Google App Engine for Python.

 read more »

[Python] Parse Accept-Language in HTTP Request Header

October 11, 2012 (Updated: February 21, 2015)

Parse Accept-Language in HTTP Request Header in Python.

 read more »

Access-Control-Allow-Origin in HTTP Header on Google App Engine

September 15, 2012 (Updated: February 22, 2015)

Config Access-Control-Allow-Origin in HTTP headers on Google App Engine.

 read more »

AJAX Form POST Request to Google App Engine Python

July 24, 2012 (Updated: March 02, 2015)

Send/receive data to/from Google App Engine Python servers by HTTP POST requests in AJAX way.

 read more »

Google App Engine Datastore Example : Dictionary Application

June 07, 2012 (Updated: April 07, 2015)

Simple usage example of Google App Engine Python Datastore.

 read more »

Multiple Files Upload with Google App Engine Python

May 29, 2012

Let website users upload multiple files to Google App Engine (Python) servers.

 read more »
Powered by Github Pages, Pelican, pyScss.