Tags : Browse Projects

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

django-simple-captcha

Compare

  Analyzed about 21 hours ago

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]

1.66K lines of code

8 current contributors

4 months since last commit

14 users on Open Hub

Low Activity
4.75
   
I Use This

Plowshare

Compare

  Analyzed about 9 hours ago

Plowshare is a command-line (CLI) download/upload tool for popular file sharing websites (aka file hosting provider or One-Click hoster). 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 system. The basic ... [More] concept is that files can be downloaded and uploaded though command line as easily as wget (or curl). There's no GUI here! [Less]

25.4K lines of code

0 current contributors

3 months since last commit

8 users on Open Hub

Very Low Activity
5.0
 
I Use This

TracCaptcha

Compare

  No analysis available

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 popular ... [More] 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]

0 lines of code

0 current contributors

0 since last commit

6 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: mit

Securimage

Compare

  Analyzed about 7 hours 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]

3.99K lines of code

0 current contributors

9 months since last commit

2 users on Open Hub

Very Low Activity
5.0
 
I Use This

dokuwiki-plugin-captcha

Compare

  Analyzed about 2 hours ago

Use a CAPTCHA challenge to protect DokuWiki against automated spam

2.19K lines of code

5 current contributors

5 months since last commit

1 users on Open Hub

Low Activity
0.0
 
I Use This
Licenses: No declared licenses

MBCaptchaLib

Compare

  Analyzed about 3 hours ago

MBCaptcha is php library which helps you to create more efficient Captcha code by GD lib.

436 lines of code

0 current contributors

about 10 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses

wheezy.captcha

Compare

  No analysis available

A lightweight captcha library.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

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

j9kwsolver

Compare

  Analyzed about 14 hours ago

An Open Source solver tool for 9kw.eu captcha service

2.04K lines of code

0 current contributors

almost 3 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses

erlrecaptcha

Compare

  No analysis available

Erlrecaptcha is an implementation of the recaptcha protocol in Erlang. Реализация recaptcha на erlang.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

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

WTForms-reCaptcha

Compare

  No analysis available

WTForms-reCaptcha is a convenient field for WTForms that transparently handles reCaptcha display and validation via corresponding widget and validator classes.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

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