Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cybershadow/dcaptcha
CAPTCHA for D programming websites
https://github.com/cybershadow/dcaptcha
Last synced: about 2 months ago
JSON representation
CAPTCHA for D programming websites
- Host: GitHub
- URL: https://github.com/cybershadow/dcaptcha
- Owner: CyberShadow
- Created: 2014-08-12T20:07:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-08-16T18:02:02.000Z (over 3 years ago)
- Last Synced: 2023-03-10T22:18:07.629Z (almost 2 years ago)
- Language: D
- Homepage:
- Size: 72.3 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DCaptcha
========This is a CAPTCHA implementation designed to let D programmers in and keep spammers out.
It is currently being used on:
- [forum.dlang.org](https://forum.dlang.org/)
- [wiki.dlang.org](https://wiki.dlang.org/)Features:
- Dynamic, randomly-generated, un-Google-able challenges and responses
- Selectable difficultyIntegrations:
- [MediaWiki](https://github.com/CyberShadow/DCaptcha-MW)