Browsing projects by Tag(s)

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

Showing page 1 of 10

reCAPTCHA improves the process of digitizing books by sending words that cannot be read by computers to the Web in the form of CAPTCHAs for humans to decipher. More specifically, each word that cannot be read correctly by OCR is placed on an image and used as a CAPTCHA. This is possible because most ... [More] OCR programs alert you when a word cannot be read correctly. [Less]

4.14286
   
  0 reviews  |  21 users  |  7,198 lines of code  |  0 current contributors  |  Analyzed 4 days ago
  captcha
 
 

Django Simple CaptchaAboutDjango Simple Captcha is an extremely simple, yet highly customizable Django application to add captcha images to any Django form. UsageSample view: from django import forms from captcha.fields import CaptchaField from django.shortcuts import ... [More] render_to_response class CaptchaTestForm(forms.Form): myfield = AnyOtherField() captcha = CaptchaField() """ # or, as a ModelForm: class CaptchaTestModelForm(forms.ModelForm): captcha = CaptchaField() class Meta: model = MyModel """ def home(request): if request.POST: form = CaptchaTestForm(request.POST) # Validate the form: the captcha field will automatically # check the input if form.is_valid(): human = True else: form = Captch [Less]

4.8
   
  0 reviews  |  15 users  |  918 lines of code  |  14 current contributors  |  Analyzed 11 days ago
 
 

TracCaptcha is a trac plugin to embed a captcha in Trac pages so that spammers are kept out. "It just works": Installation and configuration is very simple, just install the egg and put two configuration options in your trac.ini. No database changes required. Batteries included: The ... [More] popular reCAPTCHA system is supported out of the box. Does not annoy users: After the user entered the captcha once, he does not have to solve the captcha again for the same ticket when he just clicks 'preview'. Also you can configure exempt certain users or groups (e.g. 'all authenticated users') from the captchas just by using Trac's permission system. Easy to extend: Several 3rd party Trac plugins are supported as well. Integrating another plugin typically takes only 20-30 lines of code! [Less]

5.0
 
  3 reviews  |  7 users  |  1,684 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

plowshare is a command line (CLI) application designed for popular file-sharing websites (aka Hosters). With plowshare, you will be able to download or upload files and manage remote folders and link deletion. It runs on Linux/BSD/Unix operating systems. The basic concept is that files can be ... [More] downloaded and uploaded though command line as easily as wget (or curl). [Less]

5.0
 
  0 reviews  |  7 users  |  12,552 lines of code  |  5 current contributors  |  Analyzed 6 days ago
 
 

kaptcha is a modern version of the SimpleCaptcha project. By default it is very easy to setup and use and the default output produces a captcha that is hard to bust and similar to the ones produced by Yahoo.com.

5.0
 
  0 reviews  |  4 users  |  3,427 lines of code  |  1 current contributor  |  Analyzed 11 days ago
 
 

Simple Captcha provides the captcha authentication functionality in rubyonrails application. Its really simple to implement, requires one line of code in view and one line of code in controller or model and it provides the multiple image styles to be displayed. AKA simple_captcha rails plugin

0
 
  0 reviews  |  2 users  |  355 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

Securimage is a script for generating complex images and CAPTCHA codes to protect forms from spam and abuse. It can be easily added into existing forms on your website to provide protection from spam bots. Securimage does everything from generating the CAPTCHA images to validating the typed code. ... [More] Audible codes can be streamed to the browser with Flash for the vision impaired. [Less]

5.0
 
  0 reviews  |  2 users  |  2,784 lines of code  |  2 current contributors  |  Analyzed 1 day ago
 
 

Egglue Semantic CAPTCHA generates textual challenges to protect websites from automated spam. Unlike conventional CAPTCHA, all challenges require only basic intuitive/reasoning abilities to solve. In the current Beta, visitors are presented with two meaningful sentences, each missing one verb. ... [More] Visitors are asked to type in the missing verbs so that the sentences make intuitive sense. An example challenge is: Speakers can ______ sound. A correct answer is play. Other correct answers include amplify, produce, control and others, as intuition suggests. Visitors are free to type in any verb as long as the completed sentence makes intuitive sense and uses correct grammar. Egglue knows that there is no single solution to each challenge, so it tries to pass all intuitively relevant solutions. [Less]

4.66667
   
  0 reviews  |  2 users  |  0 current contributors  |  Analyzed about 4 years ago
 
 

TracRecaptchaPlugin is a Trac plugin that adds a CAPTCHA (from reCAPTCHA) to ticket forms.

5.0
 
  0 reviews  |  1 user  |  151 lines of code  |  0 current contributors  |  Analyzed over 1 year ago
 
 

PHP Class that generates images for CAPTCHA verification in forms.

0
 
  0 reviews  |  1 user  |  266 lines of code  |  0 current contributors  |  Analyzed over 2 years ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.