Showing 128 open source projects for "tables"

View related business solutions
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 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
    Apache HBase

    Apache HBase

    Get random, realtime read/write access to your Big Data

    ...Support for exporting metrics via the Hadoop metrics subsystem to files or Ganglia; or via JMX. Convenient base classes for backing Hadoop MapReduce jobs with Apache HBase tables.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 2
    LZ4

    LZ4

    Extremely fast compression algorithm

    ...LZ4 library is provided as open-source software using a BSD license. This benchmark simulates simple "static content transfer" scenario such as OS Kernel compression or video game's static assets (text/images/tables/scripts/etc) which loading from Flash Memory / HDD / SSD. In this case, compression time is completely ignored. Because only content developers compress the data at once and usually they don't care about its computational cost. But they always care end user's experience a.k.a. "loading time" and bandwidth. Please pay attention to "LZ4HC -9" which is quite faster than other methods.
    Downloads: 274 This Week
    Last Update:
    See Project
  • 3
    KonaBess

    KonaBess

    A GPU overclock & undervolt tool for various Snapdragon chips

    KonaBess is a straightforward application designed to customize GPU frequency and voltage tables without the need for kernel recompilation. The application achieves customization by unpacking the Boot/Vendor Boot image, decompiling and editing relevant dtb (device tree binary) files, and finally repacking and flashing the modified image. The extent of improvement varies, with some users reporting a 25% reduction in power consumption in the graphics benchmark (4.2w->3.2w) after undervolting the Snapdragon 865. ...
    Downloads: 53 This Week
    Last Update:
    See Project
  • 4
    TextFSM

    TextFSM

    Python module for parsing semi-structured text into python tables

    ...It is particularly useful for extracting structured data from command-line interface (CLI) outputs, such as those from network devices, routers, and switches. By defining parsing logic through reusable template files, TextFSM transforms unstructured text into structured data like lists or tables without requiring complex regular expression code. Each template defines states, transitions, and regex patterns that determine how to interpret text line by line, enabling precise extraction of key information from varied sources. This modular approach allows users to maintain a library of templates for different data formats, improving automation in network operations and system administration. ...
    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 generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 5
    Node exporter

    Node exporter

    Exporter for machine metrics

    ...Time series are identified by a metric name and a set of key-value pairs. PromQL allows slicing and dicing of collected time series data in order to generate ad-hoc graphs, tables, and alerts. Prometheus has multiple modes for visualizing data: a built-in expression browser, Grafana integration, and a console template language. Prometheus stores time series in memory and on local disk in an efficient custom format. Scaling is achieved by functional sharding and federation. Existing exporters allow bridging of third-party data into Prometheus. ...
    Downloads: 18 This Week
    Last Update:
    See Project
  • 6
    duf

    duf

    Disk usage and free utility, a better 'df' alternative

    ...If you supply arguments, duf will only list specific devices & mount points. If you want to list everything (including pseudo, duplicate, inaccessible file systems), you can. You can show and hide specific tables. You can also show and hide specific filesystems. List inode information instead of block usage. If duf doesn't detect your terminal's colors correctly, you can set a theme. Users of oh-my-zsh should be aware that it already defines an alias called duf, which you will have to remove in order to use duf.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 7
    Osquery

    Osquery

    SQL operating system instrumentation and monitoring framework

    ...Osquery exposes an operating system as a high-performance relational database. This allows you to write SQL queries to explore operating system data. With osquery, SQL tables represent abstract concepts such as running processes, loaded kernel modules, open network connections, browser plugins, hardware events or file hashes.Osquery queries your devices like a database. Osquery uses basic SQL commands to leverage a relational data-model to describe a device. Frequently, attackers will leave a malicious process running but delete the original binary on disk. ...
    Downloads: 26 This Week
    Last Update:
    See Project
  • 8
    Tautulli

    Tautulli

    A Python based monitoring and tracking tool for Plex Media Server

    ...The only thing missing is "why they watched it", but who am I to question your 42 plays of Frozen. All statistics are presented in a nice and clean interface with many tables and graphs, which makes it easy to brag about your server to everyone else.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9
    Elementary

    Elementary

    Open-source data observability for analytics engineers

    ...Monitoring of data quality metrics, freshness, volume and schema changes, including anomaly detection. Elementary data monitors are configured and executed like native tests in dbt your project. Uploading and modeling of dbt artifacts, run and test results to tables as part of your runs. Get informative notifications on data issues, schema changes, models and tests failures. Inspect upstream and downstream dependencies to understand impact and root cause of data issues.
    Downloads: 2 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
    SDGym

    SDGym

    Benchmarking synthetic data generation methods

    The Synthetic Data Gym (SDGym) is a benchmarking framework for modeling and generating synthetic data. Measure performance and memory usage across different synthetic data modeling techniques – classical statistics, deep learning and more! The SDGym library integrates with the Synthetic Data Vault ecosystem. You can use any of its synthesizers, datasets or metrics for benchmarking. You also customize the process to include your own work. Select any of the publicly available datasets from the...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 11
    Google protobuf support for Lua

    Google protobuf support for Lua

    A Lua module to work with Google protobuf

    This project offers a C module for Lua (5.1, 5.2, 5.3, 5.4, and LuaJIT) manipulating Google's protobuf protocol, both for version 2 and 3 syntax and semantics. It splits into the lower-level and the high-level parts for different goals. For converting between binary protobuf data with Lua tables, using pb.load() loads the compiled protobuf schema content (*.pb file) generated by Google protobuf's compiler named protoc and call pb.encode()/pb.decode(). If you don't want to depend Google's protobuf compiler, protoc.lua is a pure Lua module translating text-based protobuf schema content into the *.pb binary format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The Bitdefender disassembler

    The Bitdefender disassembler

    bddisasm is a fast, lightweight, x86/x64 instruction decoder

    The Bitdefender disassembler is a highly optimized, lightweight x86/x64 instruction decoder designed for security, reverse engineering, and low-level systems analysis. It focuses on decoding machine instructions with high precision while providing detailed metadata about each instruction, including operands, access modes, CPU flags, and feature requirements. Unlike many disassemblers, bddisasm is built with zero dynamic memory allocation and no external dependencies, making it extremely...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    PgHero

    PgHero

    A performance dashboard for Postgres

    ...It runs alongside your application (often as a Rails engine, but usable standalone) and collects metrics from PostgreSQL system views, logging slow queries, long-running transactions, and missing indexes. The web interface presents dashboards with charts and tables that help you understand trends, spot inefficient queries, and identify opportunities for optimization. PGHero supports customizable thresholds and notifications, so you can be alerted when slowness or index problems emerge. It also includes views of replication and connection statistics, helping teams monitor operational health without deploying external monitoring tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    GParted

    GParted

    A partition editor to graphically manage disk partitions

    GNOME Partition Editor for creating, reorganizing, and deleting disk partitions. It uses libparted from the parted project to detect and manipulate partition tables. Optional file system tools permit managing file systems not included in libparted.
    Leader badge
    Downloads: 28,202 This Week
    Last Update:
    See Project
  • 15
    HWiNFO

    HWiNFO

    Comprehensive Hardware Analysis, Monitoring and Reporting for Windows

    ...Useful for detection of overheating, overload, performance loss or failure prediction. Full hardware hierarchy, or quick summary overview. Export into XML, CSV, HTML reports. System monitoring in customizable tables, graphs, tray icons, OSD.
    Downloads: 5,067 This Week
    Last Update:
    See Project
  • 16
    PrivaZer

    PrivaZer

    PC cleaning and privacy-tool

    PrivaZer is a PC cleaning and privacy-tool designed to help users deeply cleanse their computers of unwanted traces, thereby safeguarding data and freeing up disk space. It not only removes browser histories, cookies, temporary files and logs, but also detects residual traces in free space, file tables and indexing services to prevent any chance of recovery. Its smart algorithms automatically detect whether the storage medium is magnetic disk or SSD and adjust overwriting techniques accordingly, for secure and efficient erasure. With a one-click interface, the software visualizes what remains of past activity and lets users decide what to erase or keep. ...
    Downloads: 120 This Week
    Last Update:
    See Project
  • 17

    Pimped Apache Server Status

    Enhanced Apache Server Status page - for one or multiple servers

    ...The webbased tool offers a multilanguage, skinable interface with a built-in updater. In several views you see most requested pages, vhosts, used methods, IPs that make the most requests and more. All views are sortable tables you can filter by a keyword and are available as API Request too to get its data as CSV, XML or JSON. Compatible with PHP 7+8 (and should run on PHP 5.x - but is not supported).
    Leader badge
    Downloads: 61 This Week
    Last Update:
    See Project
  • 18
    Clover EFI bootloader

    Clover EFI bootloader

    Boot macOS, Windows, and Linux on Mac or PC with UEFI or BIOS firmware

    Project has moved to https://github.com/CloverHackyColor/CloverBootloader.
    Leader badge
    Downloads: 1,426 This Week
    Last Update:
    See Project
  • 19
    Free SAP Table Download Power Connector

    Free SAP Table Download Power Connector

    Free Download / Extract / Export from SAP to Excel / CSV / XML

    Download / Export any SAP table to Excel and/or CSV or XML individually or in groups! Use (simple/complex) filters . Option to schedule downloads or start via command line as well. Can replace full table download from SE16 SE16N SE16H and ties as connector with RPA e.g. Blueprism, UIPATH, Alteryx, Power Apps & Power Automate & Excel. Can also provide you SAP table downloads via its web services for e.g. Power Query and Power BI. ATTENTION: THIS VERSION ONLY WORKS IF YOUR SAP...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    mysqlbackup-plus

    mysqlbackup-plus

    A Powerful and Flexible MySQL Backup Tool

    MySQLBackupPlus is a powerful and flexible MySQL backup tool with built-in optimization features. Installation instructions and the latest updates can be found here: https://github.com/qcybb/mysqlbackup-plus
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21
    SysGauge

    SysGauge

    Comprehensive system monitor: real‑time performance, network, disk

    ...It provides real‑time visualization of key metrics across multiple domains: CPU and memory usage, disk I/O, network traffic, and active processes. The application features a customizable dashboard with live graphs, gauges, and tables, letting you track trends and spot bottlenecks at a glance. SysGauge supports historical data logging for post‑analysis and capacity planning, and offers alerting for critical conditions (e.g., high CPU load, low disk space). It includes advanced process monitoring with detailed resource breakdowns, service status checks, and network connection tracking.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Linux Engineer Toolkit Live

    Linux Engineer Toolkit Live

    Portable Linux engineer toolkit for recovery, repair & data rescue

    Linux Engineer Toolkit (LengToolkit) Live is a specialized, recovery-oriented Linux distribution designed for system engineers and IT professionals. Operating exclusively in Live mode, it provides a robust environment to rescue failing systems, recover lost data, and manage disk infrastructures without the need for installation.
    Leader badge
    Downloads: 38 This Week
    Last Update:
    See Project
  • 23
    Complete autoclicker

    Complete autoclicker

    Autoclicker Keylogger Set and reload scripts, random delay + overlayer

    ...HardWorkingBruh is here to boost your productivity and take care of your repetitive tasks . Perfect for gamers , coders , or anyone looking to save time on everyday tasks . With its powerful tables, flexible recording, and handy overlay features, this autoclicker is the ultimate companion for all your clicking needs. Whether it's pixel wars, keyword lists, or just a quick combo press, this bruh's got your back!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    UEFI fdisk

    UEFI fdisk is a disk partitionning tool running under UEFI/BIOS

    UEFI fdisk is a port to UEFI of the famous fdisk partitioning tool from util-linux, see https://github.com/karelzak/util-linux . Now since this program runs directly under UEFI shell you don't need to *boot* the system to edit partition tables.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 25
    Common Resource Grep - crgrep

    Common Resource Grep - crgrep

    Common Resource Grep

    CRGREP searches for matching text in databases, various document formats, archives and other difficult to access resources. A command line tool for name and content text matching in database tables, plain files, MS Office documents, PDF, archives, MP3 audio, image meta-data, scanned documents, maven dependencies and web resources. CRGREP will search resources within resources of any arbitrary combination or depth, so text within a document within a zip archive, and so on. Here you will find binary downloads and discussion (https://sourceforge.net/p/crgrep/discussion/) . ...
    Downloads: 6 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB