Showing 36 open source projects for "7-zip"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 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
  • 1
    SQLTools for Oracle
    ...It also supports a basic subset of SQL*Plus commands (connect/disconnect, bind and define variables). The program is developed and tested on Windows 10, and is fully compatible with Windows 7 and Windows 11. It is distributed in two versions: a 32-bit build and a 64-bit build. A properly installed Oracle Client is required. The required client architecture (32-bit or 64-bit) must match the program version being used. Supported Oracle Client versions include 12c and 19c. The program may also work with 11g and 21c, although these versions are not tested. ...
    Downloads: 19 This Week
    Last Update:
    See Project
  • 2
    WallPaper (alias crawlpaper)
    ...Details here: https://sourceforge.net/projects/kalimero/ WallPaper (alias crawlpaper) is a desktop changer (NOT a screensaver) which includes a web crawler for picture download, an audio stream ripper, an audio player, a mini mp3 tag editor,etc. Also included support for .zip and .rar files and an interface to the BerkleyDB code for small databases.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    RedisView

    RedisView

    RedisView is a redis database gui tool

    RedisView is a redis database gui tool, provides simple add, delete, alter and basic commands, supports cluster mode.Copy set or cluster mode only need to fill out an IP and port. 1.Redis database view tool, providing CURD functionality 2.provide basic command operation 3.support singleton and replication and cluster model 4.suppport subscribe and publish mode 5.support batch delete 6.Support tens of millions of orders of magnitude, fast speed 7.Support set language and encoding Source code: https://github.com/cc20110101/RedisView More use information: https://blog.csdn.net/cc20110101/article/details/87301562
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Scidb

    Scidb

    Chess Database Application

    Scidb is an open-source chess database application for Windows, Unix/Linux. It is a new development inspired by Scid.
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 5

    xlsLib

    C++/C library to construct Excel .xls files in code.

    ...To see the latest changes, select "Files" and view the README text displayed at the bottom of that pane. IMPORTANT: Major changes are contained in the current SVN source. If you have time please try to use it or the xlslib-package-2.4.0b1.zip archive, and enter bug reports on any problems! Changes: - library specific strings now in their own namespace - iOS Objective-C library - most project files updated (MSVS etc) - C bridge now supports formulas Note: there is a related SF project, libxls, to read Excel files.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 6

    Relation Tags

    Source code for be able to use Relation Tags.

    ...This code is created from 0 and is able to define which type of relation we use, using most elemental mathematic properties. It is strongly recommended to read "Relation Tags guide for programmers". Inside source zip, also contains dialogs for set properties of this extended tags. All this dialogs files finish either with "...dlg.cpp" or ",,,dlg.h". Please read "readme" file. It is recommended to use a binary matrix class like BinMatrix in order to have enough speed for calculations of implicit relations in a system of bogus tags with big data. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    SQL Server Service Manager (32 bits and 64 bits) for MS SQL 2005 and 2008 : Discovers local SQL Instances & Services, Manages starting/pausing/stopping SQL Services, Manages auto-startup service, Icon tray. Supports Windows XP / Vista / 7 2003 / 2008
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8

    sqlite3fish

    Another encryption solution (with Blowfish algorithm) for SQLite3

    ...This library only depends on the source code(no-modify) of SQLite3, it is clean and easy to compile. But currently it only supports the version 3.7.0 of SQLite3 (http://www.sqlite.org/sqlite-amalgamation-3_7_0.zip) .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Windows Mysql Online Backup

    Windows Mysql Online Backup

    ...Add a DROP TRIGGER statement before each CREATE TRIGGER statement 5. Surround each table dump with LOCK TABLES and UNLOCK TABLES statements 6. Dump all tables in all databases 7. Allow creation of column names that are keywords 8. Add comments to the dump file 9. Produce more compact output 10. Use complete INSERT statements that include column names 11. Use charset_name as the default character set 12. Write INSERT DELAYED statements rather than INSERT statements 13. For each table, surround the INSERT statements with statements to disable and enable keys 14. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop vibe-debugging. Icon
    Stop vibe-debugging.

    Plug Claude into your app's actual errors.

    AppSignal's MCP server hands Claude, Cursor, or Zed your real errors, traces, and the deploy that shipped them. AI writes the fix; you review the diff.
    Free 30 days.
  • 10
    MSSQL Compressed Backup compresses SQL Server 2000, 2005 and 2008 databases on the fly using bzip2, zip, or gzip compression. It saves the data in the standard SQL Server backup file format so that standard decompression and restoring tools can be us
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A user-friendly Qt application for managing database schemas. You can create, delete, and modify schemas as well as individual database tables. It generates SQL, and Qt and PHP support classes for interacting with your data from programs you write.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This was an early attempt I made at data serialization, and now dead. A text-mode file reading/writing library using a new data format. Contains entries for each data type, stored in maps or multimaps. Denary, hex & oct supported for unsigned ints.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Pluggable Storage Engine Obejct-Oriented framework for MySQL 5.1. Provides a set of C++ base classes from which one descends to create a new PSE. Includes the base classes, utility code, debug code, and an example PSE based on PSE-OO called BlackhOOle.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Magnet Card based authentication kiosk for computer lab login.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    DSP stands for Data Server Pages, the APACHE HTTP server module, that provides PL/SQL Server scripting with variable injection preprocessor and features an efficient authorization and authentication framework on the Oracle database backend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A music and movie collection organizer. THIS PROJECT IS NO LONGER DEVELOPED!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    MyAA is a personal anime database with support for the AniDB UDP protocol to update your AniDB.net mylist.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    EmbedDB is a set of simple APIs for interacting with embedded databases in an intuitive fashion. It aims to implement each language binding in an identical way, enforcing binary compatibility, and leveraging the host language's standard structural types
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    O3DBI (Oracle Object-Oriented DataBase Interface) is a C++ class library using Oracle Call Interface (OCI) directly and allows to create lightweight and fast applications working with Oracle databases. O3DBI is written with ANSI C++ for portability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    MyContacts is a simple but useful Linux program for storing contact information. You can add,edit,delete,insert,sort,move the data as well as import and export the data. The source code ends in zip but it is a tar gz. You must have KDE to use this program
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    sqlLogger is a GUI portable database client with extra features for database administrators. It is designed with wxWidgets GUI framework (formerly wxWindows)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A C++, GTK+ based GUI application for displaying medicine information obtained from the US FDA.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    There are hundreds of applications to manage your music collection. This one has been abandoned.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Alexandria Archives permits to catalogue your files or directories on CD, Floppy disk, HD, ZIP disk, USB memory, etc. and search for them later.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
Auth0 Logo