Showing 227 open source projects for "dump"

View related business solutions
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 1
    ...A block is a sequence of textual data (not a complete paragraph) that is extracted from the XML file. The results of these extracted parts can be saved into simple text files for further analysis, which may incorporate searching for these parts in a RAM dump.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Q Light Controller Plus
    QLC+ is a fork of the great QLC project written by Heikki Junnila. This project aims to continue the development of QLC and to introduce new features. The primary goal is to bring QLC+ at the level of other lighting control commercial softwares. Please download the latest version from https://www.qlcplus.org.
    Leader badge
    Downloads: 60 This Week
    Last Update:
    See Project
  • 3
    go-best-practice

    go-best-practice

    Trying to complete over 100 projects in various categories in golang

    go-best-practice is essentially a Go book and code collection called “Go 实战开发” (“Go in Practice”), born from the idea of building over 100 practical projects in different categories using Go. It combines an ebook/zh directory with written chapters and a src directory that holds the corresponding source code, so readers can move seamlessly between theory and practice. The goal is to help developers go beyond basic syntax and actually build real applications, drawing inspiration from similar...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Excel file analysis toolkit

    Lays out dependencies (links) between Excel files in a visual graph

    ...It shows which files might be outdated because they reference a file which was modified more recently. The graph is dynamic, you can choose between different layout algorithms and rearrange by hand. Allows you to quickly open the file, dump the graph, dump all links within a file, highlight all the cells that reference other excel files. This tool was intended for internal use but made available here on SF. Time for support is limited
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 5

    forensic-yaffs2

    Analysis and recovering files from Yaffs2 (nand dump)

    Analysis and recovering files from Yaffs2 (nand dump)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Excel compare tool

    Compares two Excel files on a cell-by-cell basis and dumps differences

    Java tool that takes a source and a compare file as input and then generates following files if any differences are encountered: -Source file with differences marked and -Compare file with differences marked -Difference dump file containg all locations of differences, src value, compare value
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Motif based graphical Hex-dump of files. Includes searching for masked pattern, jump to file position and editing the file-contents. Display is "as is", without any endianess conversion. The file is displayed with address, Hex and text.
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • 8

    SCPI_Utils

    Operate SCPI devices from C++ or the command line

    SCPI_Utils includes C++ classes that provide simple interfaces to SCPI test equipment. SCPI_Utils also includes command line applications that dump the screen from a RIgol oscilloscope.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    OSXBrowserHistory

    OSXBrowserHistory

    OSX Browser History - a collection of scripts to dump browser history

    OSX Browser History - a collection of scripts to dump browser history OSXBrowserHistory provides a set of scripts and associated files that can be used to dump browser history from Firefox, Google Chrome and Safari: OSXDumpChromeHistory.v2.sh OSXDumpChromeHistory.v2.scpt OSXDumpFirefoxHistory.v2.sh OSXDumpFirefoxHistory.v2.scpt OSXDumpSafariHistory.v3.Select.sh OSXDumpSafariHistory.v3.Sort.sh OSXDumpSafariHistory.v3.py OSXDumpSafariHistory.v3.rb OSXDumpSafariHistory.v3.scpt OSX Find Bookmarks OSXFindBookmarks provides a simple method and scripts to search bookmarks from all three web browsers. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 10

    RJDump

    Sample Mysql dump viewer

    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    coda

    Tool to extract backtrace from coredump without binaries

    "coda" stands for CO(re) D(ump) A(nalyzer) or C(ore) O(bject) D(ebugger) and A(nalyzer). This tool probes Linux-x86_64 coredumps in batch mode as well as interactively. coredump has to be full(not a data/stack segment dump only). If the coredump is not full, backtraces will be curtailed. This tool does not require binaries, only full core dump is required. Architecture supported ----------------------- compile on x86_64 Linux box. How to enable full coredump in linux ------------------------------------ On bash prompt $> cat /proc/$$/coredump_filter 00000033 $> echo 0x7f > /proc/$$/coredump_filter $> cat /proc/$$/coredump_filter 0000007f For furter info 'man core'. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Kraken-Auto
    Kraken-Auto its a database application for automotive stuff. It contain database with ECU files, Ecu Pinout, Dashboard, Airbags, Car Radio but also contain some other useful information and tools.
    Leader badge
    Downloads: 17 This Week
    Last Update:
    See Project
  • 13
    PHP Login Webservice with JSON

    PHP Login Webservice with JSON

    This is basic PHP Login Webservice with JSON output

    Run sql dump in your Mysql server, then Put the codes in your server. This webservice always gives JSON output. This project is created for who wants to learn basic PHP webservice. So it is for PHP beginners. We have just one table whose name is "users". Here is its sql: CREATE TABLE IF NOT EXISTS `users` ( `id` int(11) NOT NULL AUTO_INCREMENT, `unique_id` varchar(64) CHARACTER SET utf8 NOT NULL, `name` varchar(50) CHARACTER SET utf8 NOT NULL, `email` varchar(100) CHARACTER SET utf8 NOT NULL, `encrypted_password` varchar(64) CHARACTER SET utf8 NOT NULL, `salt` varchar(16) CHARACTER SET utf8 NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; You can add/login a user with using GET or POST. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    CorsoDB Web Application Framework

    A Bootstrap-based web app framework with user management and more.

    ...This Bootstrap 3 configuration comes with all currently available themes from Bootswatch.com as optional CSS imports, all jQuery localised to the js directory and Google's Angular.js libraries imported, too - this opens options for future community expansions - I am always open to suggestions and fixes from my userbase and community! :D Lastly, I am also providing an SQL Database dump with tables pre-built and example data filled in - this is so you can log in right after installation!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    xowa

    xowa

    A free, open-source, offline Wikipedia application

    XOWA is a desktop application for reading and editing Wikipedia offline (XOWA has moved to http://gnosygnu.github.io/xowa/download.html)
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    A Collection of Tools I developed to ease my live. It contains: - dump-backup: a simple bash-script for making incremental backups. - other nice scripts
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Command Utility to dump contents of ROOT files to terminal(file). Emulates many features of 'ls', but on a root file plus manyother useful methods. Supports asci drawing, wild-cards, histogram dumping, tree dumping/scanning, and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    lockviz

    lockviz

    Visualization of Java thread dumps

    This tool allows the user to load, visualize and analyse Java thread dumps that are generated by Visual VM. Please see the Wiki for a Quick Start guide and tutorials.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Core Analyzer

    Core Analyzer

    A power tool to debug core dump, memory corruption, optimized code.

    ...Programmers often use debugger to go through many contexts or data objects in order to hunt down a suspicious variable or object. However, the task is boring, prone to error and usually fruitless. By parsing a core dump file or a live process's memory, core analyzer is able to scan the target's heap data for memory corruption, search the whole address space for data object's references, or analyze memory pattern. It is thorough, labor-free, and insightful. I use the tool on daily basis and it is proved to be invaluable to debug many tough issues. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Java Wiki Bot Framework
    Java Wiki Bot Framework helps with wiki (MediaWiki) site management. It allows to build robots to edit and dump information from Wikis. For more information and features see project homepage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    TS Format Analysis

    TS Format Analysis

    A MPEG2 TS format analysis software based on MFC

    A MPEG2 TS (Transport Stream) format analysis software based on MFC. It has friendly user interface and is suitable for beginner of MPEG2 TS format. It can demux ts files to audio streams and video streams. Furthermore it can dump each TS packet's information to text files. It uses anothor opensource project tsdemux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    pljones TrapKAT Editor for .Net/MONO
    This program has been superseded by a JVM version. Source is on github: https://github.com/pljones/jTrapKATEditor For further details, click the web site link below.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Similar Image Search

    Similar Image Search

    Reverse image search your photos. Find duplicates. Find similars

    ...SiS can search for similar images in the library and return a list of matches. I can also compare ones outside the library to ones within. It's designed for photographers to sift through a memory card dump, searching for photos in batches for ease of sorting. Requires: Java 7
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Ruby Serial

    Ruby Serial

    Optimized serialization library for Ruby objects.

    Library serializing Ruby objects, optimized in many ways: * Fast and small: use MessagePack (binary compact storage) and don't serialize twice the same object * Independent of Ruby version: dump and load data across different versions * Keep shared objects: if an object is shared by others, serialization still keeps the reference and does not duplicate objects in memory * Gives the ability to fine tune which attributes of your objects are to be serialized (defaults to all) * Keeps backward compatibility with previously serialized versions * Has callbacks support to fine tune the serialization process * Can serialize objects having reference cycles (self-contained Arrays, Hashes, objects...)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Value Change Dump to Text File Converter

    Converts value change dump files to a plain-text table.

    Vcd2txt is an utility to parse value change dump (VCD) files and convert them to an easily readable (plain-text) table of signals. In contrast to GTKwave, simulation of hardware circuits can be performed fully on the command line.
    Downloads: 2 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB