Showing 897 open source projects for "bug"

View related business solutions
  • 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
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 1
    炉石传说网页版,前端页面借鉴了ruder的nodejs版炉石传说,后端采用JSP,MYSQL和一点点SPRING技术来优化运行效率。 特色是实现了一个游戏卡牌解释器,使得对于大部分卡牌来说,只需要使用简单的游戏语言编写效果即可。时间精力有限,目前只实现了150张牌的效果,需要进一步加强解释器和卡牌的游戏语言编写。 前端页面还有小小的BUG,会有不同步的现象,可以直接刷新纠正。
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    soapUI logging extension

    Full description can be found on http://wp.me/p40WHq-4

    SoapUI plugin to write test step execution to a log file ( txt file ) This will create a nicely formatted file and keep track of all executions. Last update contains bug fixes and new static function to facilitate using selenium in soapUI Plugin tested on windows and linux. Full description can be found on http://wp.me/p40WHq-4
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Downloads: 125 This Week
    Last Update:
    See Project
  • 4

    DVWA-WooYun-edition

    DVWA WooYun Edition

    Based on DVWA, Based on real bug reports on wooyun.org Have fun exploiting the 20+ plugins of vulnerabilities
    Downloads: 0 This Week
    Last Update:
    See Project
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 5
    The Bug Genie
    The Bug Genie is a user-friendly and powerful PHP5.3-based bug tracker/bug tracking tool with features such as project management, VCS integration (git, svn, hig), wiki and more. Ready to use out-of-the-box, and easy to install.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    ...In case you are using ROOTPWA on a regular basis, please consider signing up for our low-traffic user's mailing list. In case you encounter problems using ROOTPWA, please use the bug-ticket system to get help.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    LDAPExporter

    LDAPExporter

    A fast LDAP data exporter for Windows and Linux

    ...I will try to release a new version @ # Changes in 0.6.7 # Export to CSV A new prefs.xml file LDIF output for changeType: delete Total number of records displayed in LDIF Current record number is displayed for every record in LDIF, along with naming attribute Allow deletion/moving of Columns in results grid Fixed left column always shows the DN of the User Other bug fixes # Overview # Compiled for Windows 32bit and Windows 64bit Compiled for Linux 64bit Export to LDIF Export to XLS Export to CSV Support for LDAPS Support for multivalued attributes Save and Load profile Automatic restore of previously used session 'Scratch Pad' feature allows saving notes with profiles Schema supports attribute completion to assist with large schemas INSTALLATION # LDAPExporter requires OpenSSL. # You will need the following files to be able to run the application on Windows: libeay*.dll libssl*.dll
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ...Language supported: italian. Next version probably will include other languages; certainly english will be the first. This is a beta version, so please report any bug if you find something wrong! Your help will be very appreciated! NEWS! asymptotic diagram plotting function added! the function is in beta test, and does not support complex factor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Learning Entropy (Demo) Module
    This program demonstrates the use of Learning Entropy for novelty detection in time series where relatively simple real-time learning systems can instantly detect novelty in otherwise complex dynamical behaviour. This program and the Python code is free for non-commercial use with no warranty. Updates: v. 1.3: Inverse z-scoring bug fixed. Unused function get_path deleted. v. 1.2: Single-hidden layer MLP predictor implemented. Prediction horizon p - functionality fixed. v. 1.1: "Separate Figure" button and functionality was added.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 99.99% Uptime for MySQL and PostgreSQL Databases Icon
    99.99% Uptime for MySQL and PostgreSQL Databases

    Sub-second maintenance. 2x read/write performance. Built-in vector search for AI apps.

    Cloud SQL Enterprise Plus delivers near-zero downtime with 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server.
    Try Free
  • 10
    MinimalFluxHUD

    MinimalFluxHUD

    MinimalFLUX, a HUD for Team Fortress 2, a modification by Kissakala.

    ...Updated to v1.1 10/7/2014 - Slightly edited the MainMenu - Changed the Loadingscreen picture - Repositioned Spectator Tournament HUD, and modified it a bit - Added Taunt Window, and a button for changing the taunts in loadout window SUGGESTIONS AND BUG REPORTS ETC PREFERABLY HERE: teamfortress.tv/thread/10935/ OR steamcommunity.com/id/Kissakala/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    BTS Pentesting Lab

    BTS Pentesting Lab

    BTS Pentesting Lab - a deliberately vulnerable Web application

    BTS PenTesting Lab is an open source vulnerable web application, created by Cyber Security & Privacy Foundation (www.cysecurity.org). It can be used to learn about many different types of web application vulnerabilities. Currently, the app contains the following types of vulnerabilities: *SQL Injection *XSS(includes Flash Based xss) *CSRF *Clickjacking *SSRF *File Inclusion * Code Execution *Insecure Direct Object Reference *Unrestricted File Upload vulnerability *Open URL...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Pyringe

    Pyringe

    Debugger capable of attaching to and injecting code into python

    ...It blends debugger-style attachment (via gdb/ptrace techniques) with Python-aware helpers so you can inspect threads, frames, locals, and heap objects without restarting the target. This is invaluable for post-mortem diagnosis of production daemons where reproducing a bug in a dev shell is impractical. pyringe can inject arbitrary Python into the target process, enabling on-the-spot logging, state dumps, or gentle patching to keep a system limping along while you gather evidence. It’s also useful for forensic snapshots: enumerate objects of a certain type, find reference cycles, or measure memory pressure without pre-instrumentation. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Lawnet Downloader

    Lawnet Downloader

    A lawnet downloader for students of SMU and NUS

    ANNOUNCEMENT: Caselist Free Beta now released! Download the Android version of this app at https://play.google.com/store/apps/details?id=com.customautosys.caselist This program allows cases to be downloaded from reading lists quickly, saving students' time. Author: Wilson Foo Yu Kang Maintainer, SMU: Kevin Quah Lian Shen (kevin.quah.2010@law.smu.edu.sg) Maintainer, NUS: Please contact NUS Law Club (academics@nuslawclub.com)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Manjaro Mate CE

    Manjaro Mate CE

    Manjaro Mate Community Edition

    The video preview is what the 0.8.10 final release's look is going to basically be like. 0.8.10 is released https://forum.manjaro.org/index.php?topic=13674.0 2 bugs fixed with one terminal line bug #1 Failed to run gnome-keyring-daemon: Failed to execute child process "gnome-key ring-daemon" (No such file or directory) bug #2 you have to manually enter wifi password in network manager settings. #1 & #2 Fixed with opening a terminal and entering "sudo pacman -S gnome-keyring" About the author - http://tinyurl.com/LaneWiscombe
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    opensourcecaptchasolver

    opensourcecaptchasolver

    Program to earn credits by solving Captchas

    ...Then, just download and unpack the file OpenSourceCaptchaSolver.zip and start opensourcecaptchasolver.cmd or opensourcecaptchasolver.sh Developed and tested on Linux, but should work on Windows and Mac too. If not, please leave a bug report. DEUTSCH: Mit diesem Programm kann man Guthaben auf Captcha-Austausch-Seiten verdienen. Momentan wird nur 9kw (http://www.9kw.eu/index.html) unterstützt. Sie benötigen eine Java Runtime (JRE) Version 1.6 oder höher. Dann einfach die Datei OpenSourceCaptchaSolver.zip herunterladen und auspacken und dann opensourcecaptchasolver.cmd oder opensourcecaptchasolver.sh starten Entwickelt und getestet auf Linux, sollte aber auch auf Windows und Mac laufen. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Java Exploit For Openssl Heartbleed Bug

    Client exploit for openssl heartbleed bug written in Java

    This is a Java client program that is used to exploit the openssl heartbleed bug. It is based on the quick and dirty demonstration of CVE-2014-0160 by Jared Stafford (jspenguin@jspenguin.org). Just run the program as: java -cp "." JavaHeartBleed <host> <port> Example, java -cp "." JavaHeartBleed localhost 443. You are free to distribute and modify the program as per your requirement. For queries/feedback, feel free to drop an e-mail to: saurabhsule82@yahoo.co.in.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Tonto

    Tonto

    Tonto - for Quantum Crystallography

    .... === PLEASE READ BELOW === An updated release 3.1 (revision 3800) has been made in the Files part. Various linux executables have also been uploaded so you don't need to compile. For non-standard jobs, or for bug-fixes, get the latest version on branches/tonto-3.2 using subversion, like this: svn checkout svn://svn.code.sf.net/p/tonto-chem/code/branches/tonto-3.2 tonto-3.2 DO NOT check out the head, it is too unstable at the moment.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    Tail Ace is a powerful tailing utility. You can use Tail Ace to monitor changes to files and see those changes in realtime. Filters to include/exclude lines, color assignments and font sytles can be assigned to words/phrases.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19

    Lep-MAP

    fast and accurate linkage map construction for large SNP datasets

    Lep-MAP is a novel linkage map construction software. Note there is a new version, Lep-MAP2 available in https://sourceforge.net/projects/lepmap2/ Also note a bug in Lep-MAP: genotype alleles should be given in numerical order like "1 2", not as "2 1". If you use Lep-MAP, please cite Lep-MAP: fast and accurate linkage map construction for large SNP datasets Pasi Rastas; Lars Paulin; Ilkka Hanski; Rainer Lehtonen; Petri Auvinen Bioinformatics 2013; doi: 10.1093/bioinformatics/btt563
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    KineticJS

    KineticJS

    HTML5 Canvas JavaScript framework

    KineticJS is an HTML5 Canvas JavaScript framework that extends the 2d context by enabling canvas interactivity for desktop and mobile applications. KineticJS is a fast, robust, HTML5 Canvas Library that is no longer maintained. The last stable version is v5.1.0, and it's pretty darn solid. I am also no longer maintaining the CDN which hosted KineticJS files. If your site was using KineticJS hosted on Amazon's S3 CDN services, I'm very sorry for having to pull the plug, but it was getting...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Mac OS 8 and 9 Windows SheepShaver

    SheepShaver Package for Windows.

    ...It started with Mac OS 9.0.4, a newworld ROM file, and the SheepShaver program + the GUI. I have since added a lot to the package, and will post any update info here. As of current update: - Minor bug: Must install GTK Runtime to default folder in Windows 7. Not under my control, this is a problem with GTK. - Glitch fixed: Disk Tools not wanting to boot. - GTK Runtime setup added to package - HFV Explorer added to package - Added Mac OS 8.TOAST to package, rather than a seperate download - A new update of HFV Explorer allows a fullscreen resolution of higher than 640x480
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22
    cde4php - Cross Database Engine for PHP

    cde4php - Cross Database Engine for PHP

    Uniform Database Abstraction for PHP Development

    ...CDE is not a replacement for PDO, in fact we may implement PDO in CDE to standardize PDO results and calls. Some PDO drivers are still regarded as EXPERIMENTAL on PHP website, so use with caution. Feel free to suggest any features you wish to be added or submit a bug report with the tracker
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    L_Pa Project

    A Linux Proaudio FrameWork with improved Wine/kernel(rt) support

    ...So far the main components are; Custom version of the (rt-)linux kernel with a delta of patches, for linux proaudio usage. Custom version of Wine with a delta of patches to ensure Wine is ready for proaudio on the linux platform. It's also has various other improvements and bug fixes. You'll want both WineASIO and FSThost; WineASIO - WineASIO provides an ASIO to JACK driver for WINE. https://sourceforge.net/projects/wineasio/ FSThost - FreeST standalone fork; wraps windows VSTs (.dll) into standalone apps / jack clients. + other useful features. https://sourceforge.net/projects/fsthost/ * visit the L_pa wiki pages for more info on usage / other info.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 24

    ben & bug

    a steampunk platformer

    This is a very early version of a jump-and-run game. Its still missing a lot of sprites and other stuff. The next days/weeks/months it will be updated and hopefully become a nice little game!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    DanmuPlayer

    Play videos and Danmakus downloaded from Acfun and Bilibili!

    Danmu (Danmaku) Player plays videos and Danmakus from Acfun and Bilibili offline. Bug fixed: In V2014.4 Fixed Bilibili Classical Player's Danmaku loading bug. In V2014.1_Build2014.1.14: Modified crossdomain.xml so that Danmaku files could be loaded properly.
    Downloads: 0 This Week
    Last Update:
    See Project