Projects tagged ‘google’


[409 total ]

399 Users
   

Chromium is the open-source project behind Google Chrome. It builds on components from other open source software projects, including WebKit and Mozilla, and is aimed at improving stability, speed and ... [More] security with a simple and efficient user interface. See licensing at http://dev.chromium.org/developers/faq and http://code.google.com/chromium/terms.html [Less]
Created about 1 year ago.

141 Users
   

Google Web Toolkit (GWT) is an open source Java software development framework that makes writing AJAX applications like Google Maps and Gmail easy for developers who don't speak browser quirks as a ... [More] second language. Writing dynamic web applications today is a tedious and error-prone process; you spend 90% of your time working around subtle incompatibilities between web browsers and platforms. [Less]
Created over 3 years ago.

97 Users
   

The Android platform is a software stack for mobile devices including an operating system, middleware and key applications. Developers can create applications for the platform using the Android SDK. ... [More] Applications are written using the Java programming language and run on Dalvik, a custom virtual machine designed for embedded use, which runs on top of a Linux kernel. [Less]
Created over 2 years ago.

82 Users

The Android Scripting Environment (ASE) brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device. These scripts ... [More] have access to many of the APIs available to full-fledged Android applications, but with a greatly simplified interface that makes it easy to: * Handle intents * Start activities * Make phone calls * Send text messages * Scan bar codes * Poll location and sensor data * Use text-to-speech * And more Scripts can be run interactively in a terminal, started as a long running service, or started via Locale. Python, Perl, JRuby, Lua and BeanShell are currently supported, and we're planning to add more. [Less]
Created 7 months ago.

45 Users
   

Google App Engine enables developers to build python web applications on the same scalable systems that power Google's applications. Google App Engine exposes a fully-integrated development ... [More] environment. Google App Engine makes it easy to design scalable applications that grow from one to millions of users without infrastructure headaches. Every Google App Engine application can use up to 500MB persistent storage and 5 million monthly page views, free. [Less]
Created about 1 year ago.

16 Users
   

ZXing (pronounced "zebra crossing") is an open-source, multi-format 1D/2D barcode reader library implemented in Java. Our goal is to support decoding of QR Codes, Data Matrix, and the UPC family of 1D ... [More] barcodes. It will provide clients for J2ME, J2SE, and Android. [Less]
Created about 1 year ago.

15 Users
   

The Google Collections Library 1.0 is a set of new collection types, implementations and related goodness for Java 5 and higher, brought to you by Google. It is a natural extension of the Java ... [More] Collections Framework you already know and love. We are now posting release candidates for the final 1.0 release. Until the release is final, the API is still subject to change. (However, these changes should be very minimal at this point.) Download 1.0 Release Candidate 2 nowThe library consists of: New Collection types: Multimap, Multiset, BiMap and others High-performance immutable implementations of the standard collection types, for example ImmutableSet MapMaker, a builder for concurrent hash maps with many advanced features Ordering, which can only be described as a "Comparator on stero [Less]
Created about 1 year ago.

11 Users
   

With app-engine-patch a major part of Django works on App Engine without any modifications. An important feature is use of Google's native 'Model' class to interact with the 'Big Table' database ... [More] , rather than the Django ORM. This has the advantage that you can use new datastore features as soon as they get released, and code optimized for the App Engine Datastore can be reused from both Django and WebApp projects. Many optional, useful extras are provided in the companion 'ragendja' library to speed up your App Engine development. [Less]
Created about 1 year ago.

10 Users

We couldn't wait until the guys at Google released their reference server implementation, so we decided to build our own in the meantime. This implementation uses Django - a well-known python web ... [More] framework - as its backend and is in a very early stage. Just as Google, I want to release it to the public as fast as possible. In the end, this will eventually be a full-featured server implementation for easy use, extention and integration with your web servers and applications. Note: All of the code is directly derived from Google's published Wave API and protocol specification. [Less]
Created 4 months ago.

6 Users

Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.
Created about 1 year ago.