66 projects for "bad" with 1 filter applied:

  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 1
    Sentry SDK for Laravel

    Sentry SDK for Laravel

    The official Laravel SDK for Sentry (sentry.io)

    Bad software is everywhere, and we're tired of it. Sentry is on a mission to help developers write better software faster, so we can get back to enjoying technology. The official Laravel SDK for Sentry (sentry.io)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Vouch

    Vouch

    A community trust management system based on explicit vouches

    ...With Vouch, existing trusted contributors explicitly “vouch” for new community members before they can participate in selected parts of the project, and they can also “denounce” users to block them should they act in bad faith. The system stores trust decisions in a simple flat file format that integrates easily with version control and can be parsed using standard tools, making the trust layer lightweight and transparent.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Swiss File Knife

    Swiss File Knife

    One hundred command line tools in a small and portable binary.

    Create zip files, extract zip files, replace text in files, search in files using expressions, stream text editor, instant command line ftp and http server, send folder via network, copy folder excluding sub folders and files, find duplicate files, run a command on all files of a folder, split and join large files, make md5 checksum lists of files, remove tab characters, convert CR/LF, list newest or biggest files of a folder, compare folders, treesize, show first or last lines of a file,...
    Leader badge
    Downloads: 412 This Week
    Last Update:
    See Project
  • 4
    Periodic Table Of Elements 4 Mathematica

    Periodic Table Of Elements 4 Mathematica

    generates nice period table from given data

    ...Charts can be browsed with an iPhone nicely (may need .jpg, .gif nicer). It's printable at a small size. Layout change un-restricted but is non-interactive. which is good and bad: it does the job. CreateModule creates a Function from roped lines,: eval lines freely form while working, creates function from that auto. The following now have their own page now and new Mathematica 11 versions: older versions are on download page for historic url reasons. http://sourceforge.net/p/fnbookform2formathematica/ http://sourceforge.net/p/nchineseremainders/ http://sourceforge.net/p/months4mathematica/ also: READMEs, .nb, miscellany in Files
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    FilterBadRecruiters

    FilterBadRecruiters

    Google Apps Script to send third party recruiter email to spam

    FilterBadRecruiters is a Google Apps Script that processes new messages looking for unwanted email from known third party recruiters. When a match is found, a reply is sent informing the sender that the message is being reported as spam and will not be read. The script then logs matches to a spreadsheet and updates a pie chart displaying what percentage of these type of messages were sent from each domain.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Clean Code JavaScript

    Clean Code JavaScript

    Clean Code concepts adapted for JavaScript

    ...Martin’s Clean Code principles to the JavaScript ecosystem, presenting them as pragmatic, example-driven guidelines rather than a prescriptive style guide. It focuses on writing code that is readable, searchable, testable, and easy to refactor, using before/after (“Bad/Good”) snippets to make each idea concrete. The repository covers everyday concerns—naming, functions, conditionals, objects, classes, and error handling—showing how small choices compound into maintainable systems. Modern JavaScript features (e.g., default parameters, destructuring, classes, array methods) are used to illustrate clearer APIs and fewer side effects. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    3 Rs of Software Architecture

    3 Rs of Software Architecture

    A guide on how to write readable, reusable, and refactorable software

    ...It focuses on three architectural “ilities”: readability, reusability, and refactorability, presenting them in a hierarchical framework so developers can evaluate and improve their code and system design. The project uses a simple shopping-cart application written in JavaScript and React/Redux to illustrate how code evolves from “bad” via “better” to “good” across those three dimensions. By examining common smells—poor naming, deep nesting, long functions, tight coupling—readers learn how to restructure code to improve maintainability. It is targeted at developers of any experience level, though beginners will find its concrete examples especially useful. The tutorial-style repository includes code with comments and comparisons between less readable and more readable versions, promoting intentional design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    mod_spamhaus_new

    Apache 2.4.x security, block known bad IP

    mod_spamhaus_new is an Apache module that uses DNSBL in order to block spam relay via web forms, preventing URL injection, block HTTP DDoS attacks from bots and generally protecting your web service denying access to a known bad IP address. This module is based on mod_spamhaus but has been updated for actual web server configurations and to support a list of domains, which are NOT spam blocked so customers can reach you even if they got a dynamic IP which is on a spam list. Default configuration takes advantage of the Spamhaus Block List (SBL) and the Exploits Block List (XBL) querying sbl-xbl.spamhaus.org but you can use a different DNSBL, for example local rbldnsd instance of sbl-xbl (increasing query performance). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    simplebox.js

    simplebox.js

    A simple, responsive lightbox plugin

    ...This plugin is intended to be quick, responsive, and efficient. The idea behind this plugin was to make the process of setting up a lightbox painless. My experience with finding and setting up lightbox plugins has been pretty bad. The plugins I've come across almost always have too many features. simplebox.js is designed to have just one feature: lightboxing. It's responsive out of the box and allows only a few crucial settings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 10
    C++ Core Guidelines

    C++ Core Guidelines

    The C++ Core Guidelines are a set of tried-and-true guidelines

    ...Authored and curated by leaders in the C++ community, it organizes guidance into rules on type and resource safety, interfaces, performance, error handling, concurrency, and library design. Each rule is rationale-driven, showing the “why” behind recommendations and linking to examples that illustrate good and bad patterns. The guidelines encourage use of modern language features—RAII, smart pointers, move semantics, ranges, and constexpr—while steering developers away from brittle idioms and unsafe constructs. Enforcement is a central theme: many rules are designed to be checkable by static analysis tools and linters so teams can automate compliance. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Electrode Stateless CSRF

    Electrode Stateless CSRF

    Stateless Cross-Site Request Forgery (CSRF) protection with JWT

    ...CSRF protection is an important security feature, but in systems which don't have backend session persistence, validation is tricky. Stateless CSRF support addresses this need. CSRF attacks can be bad when a malicious script can make a request that can perform harmful operations through the user (victim)'s browser, attaching user-specific and sensitive data in the cookies. For use with XMLHttpRequest and fetch, we extend the technique by using two JWT tokens for validation. One token in the cookies and the other in the HTTP headers. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    function qualityGuide

    function qualityGuide

    A JavaScript Quality Guide

    ...The guide emphasizes pragmatism: it explicitly warns against obsessing over superficial style checks while strongly recommending sensible linting and tooling that catch real issues. It provides concrete examples of good and bad practices for strings, variable declarations, conditionals, prototypes, object and array literals, regular expressions, and console usage. There are also recommended .editorconfig and .jshintrc templates, giving teams a ready-made configuration to align editors and linters. The document is meant to be forked, adapted, and shared internally so that teams can converge on a “sweet spot” that encourages quality without becoming dogmatic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Tattle Trail

    PHP 404 pages to trap malicious web requests and report abusers

    Catch bad visitors to your php website that are looking for admin access or exploitable web scripts, automatically lookup abuse information for their IP address and notify their network's administrators of their bad behavior. Most network operators provide abuse contact email addresses in their WHOIS information, and your webserver can immediately report malicious access attempts as they happen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Prevent Media Right Click Website Plugin

    Prevent Media Right Click Website Plugin

    Prevent Right Click on Video , Music and Image.

    Prevent Media Right Click Website Plugin is a simple easy to use plugin to prevent right click on your media such as Video , Music and Image prevent newbies doing bad things
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This project is based on pygame which has the power to simplify graphical output in some cases. Additionally it includes methods for user input, some collision detection, sound and file access supporting ominous structures. However this project is very limited and has more or less just been an educating experience for myself. Thanks
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Tygamusic

    A pygame music lib.

    This lib was produced while I was programming an other program/game. I was tired of pygame's bad system of handling playlists and the management of music in general. With this lib I want to create an layer that allows you to interact with the music, how you would expect it. Currently featuring: -Playlist -Normal pausing and resuming (played time isn’t lost when new song is loaded) -Automatic recognition of songs and adding them to a separate list
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    UFFS: Ultra-low-cost Flash File System, designed for NAND flash working in embedded system. UFFS typically consumes less then 200K ram for 1Gb(page 512)/4Gb(page 2K) NAND flash. It supports direct flash interface, works with or without OS.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Addons for IOSEC - DoS HTTP Security

    Addons for IOSEC - DoS HTTP Security

    IOSec Addons are enhancements for web security and crawler detection

    IOSEC PHP HTTP FLOOD PROTECTION ADDONS IOSEC is a php component that allows you to simply block unwanted access to your webpage. if a bad crawler uses to much of your servers resources iosec can block that. IOSec Enhanced Websites: https://www.artikelschreiber.com/en/ https://www.unaique.net/en/ https://www.unaique.com/ https://www.artikelschreiber.com/marketing/ https://www.paraphrasingtool1.com/ https://www.artikelschreiben.com/ https://www.buzzerstar.com/ https://iosecaddons.sourceforge.io/ https://www.artikelschreiber.com/opensource/ https://www.sebastianenger.com/ Added Setup Instructions for Wordpress Content Management System. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    HGL Suite

    HGL Suite

    A piece of useless crap

    March 2013 this project was announced first to public, but the feedback was ZERO. So I guess it is insanely bad and unusable. Ok. But sorry, I decided to continue it for myself to improve my inability and unexperience in software development FOR MYSELF. Even if it seemed to be the worst thing ever, I *NEED* to develop software for my own well being and even if I apparently - after over 20 years since the first lines of code I wrote - I improved my ability not a single bit than it is like that and I can't change it. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Dungeons of Belemar

    Dungeons of Belemar

    Fast paced action RPG with retro graphics style

    ...The only chance for saving the world is slaying Xyljasf, the overlord of the invasion. Unfortunately, he is directly at the heart of the invasion at the bottom of the cursed dungeons below the mountains of Belemar. Bad luck, that Xyljasf himself is a Demon Halfgod of incredible power. There is no army nearby to do the deed and all heroes with some brain have already fled to some tavern far off. So it is up to you, some unremarkable fool, to go to the bottom of the damned dungeons, slay a god and save the world. Somehow it doesn't seem to be your day today, but we wish you good luck nonetheless.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    ...This lightweight bot can be adapted to all your needs. Because it is made in python the possibilities are limitless. **This project is not under development, v0.2 is the less-bad code and should be used instead of v0.1**
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    innocence-java

    Replace text with POS equivalent text, in a reversible fashion.

    ...The project contains code to test input sentences for inclusion of words in the current vocabulary, and can create entries for new words as needed. The vocabulary has a "MD-5 hash" value to make sure that the share vocabulary file is identical for both sender and receiver. The software also contains a "bad-words" list of words that should never be generated in the text to be sent.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Outpost

    Outpost

    A first defense of web application security

    It rejects/redirects the user agent that are known to be with bad intention, such as sql injection payload from sqlmap, scanners and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    TC5Edit

    TC5Edit

    A small Java based text editor designed for coders.

    ...It includes syntax highlighting, the ability to compile 4 languages (Java, C, C++, scala) and the ability to paste to pastebin. It is mainly designed with coders in mind however general use is viable. I wrote this so long ago and it is slow and buggy and Java. It is really bad.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Bad Monkey Engine

    Bad Monkey Engine

    A truly extensible cross-platform game engine

    The Bad Monkey Engine is designed to function as the core engine for game development. Its architecture fully supports cross-platform game development by abstracting all platform specific code into general purpose utility classes. The primary platform is WinTel with parallel development occurring for Unix-based operating systems. Console-based platforms are not available yet due to the restricted nature of the APIs for these platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB