Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Moodle-GApps

Compare

  No analysis available

Moodle-GApps is the Moodle integration of google Apps. This will let manage and access google services whithin moodle seemlesly.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: apache_2, BSD-3-Clause, gpl

perl-Geo-Coder-Googlev3

Compare

  Analyzed about 9 hours ago

Perl binding to Google Maps v3 Geocoding API (Geo::Coder::Googlev3).

370 lines of code

0 current contributors

about 1 year since last commit

1 users on Open Hub

Very Low Activity
0.0
 
I Use This

Oauth 2.0 Authentication for Moodle

Compare

  Analyzed about 9 hours ago

Connect to Moodle with your Google/Facebook/MSN credentials.

3.69K lines of code

1 current contributors

about 5 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

closure-templates

Compare

  Analyzed about 12 hours ago

What are Closure Templates?Closure Templates are a client- and server-side templating system that helps you dynamically build reusable HTML and UI elements. They are easy to learn and customizable to fit your application's needs. Closure Templates support JavaScript and Java and use a data model and ... [More] expression syntax that works for either language. You can also use the built-in message support to easily localize your applications. What are the benefits of using Closure Templates?Convenience. Closure Templates provide an easy way to build pieces of HTML for your application's UI and help you separate application logic from display. Language-neutral. Closure Templates work with JavaScript or Java. You can write one template and share it between your client- and server-side code. Client-side speed. Closure Templates are compiled to efficient JavaScript functions for maximum client-side performance. Easy to read. You can clearly see the structure of the output HTML from the structure of the template code. Messages for translation are inline for extra readability. Designed for programmers. Templates are simply functions that can call each other. The syntax includes constructs familiar to programmers. You can put multiple templates in one source file. A tool, not a framework. Works well in any web application environment in conjunction with any libraries, frameworks, or other tools. Battle-tested. Closure Templates are used extensively in some of the largest web applications in the world, including Gmail and Google Docs. How do I start?Work through Hello World Using JavaScript. Work through Hello World Using Java. Read the Documentation. [Less]

168K lines of code

16 current contributors

7 days since last commit

1 users on Open Hub

High Activity
0.0
 
I Use This

phpgsb

Compare

  Analyzed about 23 hours ago

PHP implementation of the Google SafeBrowsing API

2.07K lines of code

0 current contributors

over 7 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses

user-export

Compare

  Analyzed about 9 hours ago

Scripts to export your own data from several online services.

272 lines of code

0 current contributors

almost 10 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

libkml

Compare

  Analyzed about 3 hours ago

This is libkml, Google's library for use with applications that want to parse, generate and operate on KML. It is an implementation of the OGC KML 2.2 standard. It is written in C++ and bindings are available via SWIG to Java and Python. A basic guide for our 1.2 release is here. Atom feeds for project updates are linked here.

110K lines of code

0 current contributors

over 7 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

namebench

Compare

  Analyzed about 4 hours ago

Are you a power-user with 5 minutes to spare? Do you want a faster internet experience? Try out namebench. It hunts down the fastest DNS servers available for your computer to use. namebench runs a fair and thorough benchmark using your web browser history, tcpdump output, or standardized ... [More] datasets in order to provide an individualized recommendation. namebench is completely free and does not modify your system in any way. This project began as a 20% project at Google. namebench runs on Mac OS X, Windows, and UNIX, and is available with a graphical user interface as well as a command-line interface. namebench was written using open-source tools and libraries such as Python, Tkinter, PyObjC, dnspython, jinja2 and graphy. ScreenshotsHere is what the nameserver overview looks like: Mean Response Duration Response Distribution Chart (First 200ms) There is also a full timescale graph as well. Command-line versionIf you are running the command-line version, you get something that looks like this: Fastest individual response (in milliseconds): ---------------------------------------------- Scarlet-1 BE ################# 9.97782 SYS-193.121.171. ################## 10.56194 Completel-2 FR ########################### 16.48903 CyberServ PSA NL ############################ 16.87098 OpenDNS ############################# 17.55810 Google Public DN ############################## 18.16297 UltraDNS ############################## 18.30387 Webline BE ###################################### 22.61090 Cesidio-A DE ########################################## 25.56205 Arcor/Vodafone-2 ##################################################### 32.37319 Mean response (in milliseconds): -------------------------------- UltraDNS ##################### 73.52 OpenDNS ####################### 81.91 Google Public DN ######################### 88.39 Scarlet-1 BE ########################## 92.90 SYS-193.121.171. ############################### 111.16 Arcor/Vodafone-2 #################################### 128.46 Completel-2 FR ####################################### 139.62 Webline BE ############################################## 165.15 Cesidio-A DE ################################################## 180.79 CyberServ PSA NL ##################################################### 191.80 Response Distribution Chart URL (200ms): ---------------------------------------- http://chart.apis.google.com/chart?cht=lxy&chs=720x410&chxt=x,y&chg=10,20&chxr=0,0,200|1,0,100&chd=t:0,16,17,17... Response Distribution Chart URL (Full): --------------------------------------- http://chart.apis.google.com/chart?cht=lxy&chs=720x410&chxt=x,y&chg=10,20&chxr=0,0,1631|1,0,100&chd=t:0,2,2,2,2... Recommended configuration (fastest + nearest): ---------------------------------------------- nameserver 156.154.70.1 # UltraDNS NXDOMAIN Hijacking nameserver 194.119.228.67 # Scarlet-1 BE nameserver 193.121.171.135 # SYS-193.121.171.135 [Less]

25.5K lines of code

0 current contributors

almost 8 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

Kyua

Compare

  Analyzed about 12 hours ago

Kyua (pronounced Q.A.) is a framework to easily develop and execute automated tests for software projects. Kyua is intended to be a replacement for the Automated Testing Framework (ATF). The code base of ATF is very hard to extend and the overall design of the tools make it impossible to ... [More] implement some features highly desired by users. Kyua will start by replacing the runtime tools atf-run and atf-report with a single, integrated CLI binary, and later will provide replacements for the C, C++ and Shell bindings. In comparison to ATF, the Kyua project is also intended to provide easier access for contributions and new developers. To do so, it uses the off-the-shelf solution for collaborative development provided by Google Code and the Subversion version control system for its source code. [Less]

49.6K lines of code

1 current contributors

about 1 month since last commit

1 users on Open Hub

Low Activity
0.0
 
I Use This

Maven GoogleAds inserter plugin

Compare

  No analysis available

This plugin permits to add Google Ads in the generated Maven Sites. Also, it permits to incorporate the "I like" Facebook buttom in the site. This plugin has 4 possibilities to add Ads: Vertical left, horizontal in the text, unique in the text, or like logo in the upper part.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: apache_2