Showing 36 open source projects for "system data"

View related business solutions
  • Build on Google Cloud with $300 in Free Credit Icon
    Build on Google Cloud with $300 in Free Credit

    New to Google Cloud? Get $300 in free credit to explore Compute Engine, BigQuery, Cloud Run, Vertex AI, and 150+ other products.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query exabytes in BigQuery, or build AI apps with Vertex AI and Gemini. Once your credits are used, keep building with 20+ products with free monthly usage, including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. Sign up to start building right away.
    Start Free Trial
  • Cut Data Warehouse Costs up to 54% with BigQuery Icon
    Cut Data Warehouse Costs up to 54% with BigQuery

    Migrate from Snowflake, Databricks, or Redshift with free migration tools. Exabyte scale without the Exabyte price.

    BigQuery delivers up to 54% lower TCO than cloud alternatives. Migrate from legacy or competing warehouses using free BigQuery Migration Service with automated SQL translation. Get serverless scale with no infrastructure to manage, compressed storage, and flexible pricing—pay per query or commit for deeper discounts. New customers get $300 in free credit.
    Try BigQuery Free
  • 1
    PowerShell

    PowerShell

    Command-line shell and scripting language built on .NET

    Powershell is a cross-platform, task-based command-line shell and scripting language that helps rapidly automate tasks that manage operating systems (Linux, macOS and Windows) and processes. It works well with existing tools and is optimized for dealing with structured data, REST APIs and object models. PowerShell was developed by Microsoft as a task management and configuration management framework. Powershell is designed to let you manage computers from the command line and improve the...
    Downloads: 244 This Week
    Last Update:
    See Project
  • 2
    ShellCheck

    ShellCheck

    A static analysis tool for shell scripts

    ShellCheck is a GPLv3 tool that provides warnings and possible suggestions for bash/sh shell scripts. ShellCheck finds bugs in your shell scripts. You can cabal, apt, dnf, pkg or brew install it locally right now. ShellCheck highlights and clarifies typical beginner's syntax mistakes and issues that cause a shell to give a cryptic error message. It shows typical intermediate level semantic problems that cause a shell to behave in a abnormally and counter-intuitively. It can also discover...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 3
    Azure Powershell

    Azure Powershell

    A repository of PowerShell cmdlets

    Azure Powershell is a free set of modules that provide cmdlets to manage Azure with Windows PowerShell. These cmdlets allow developers and administrators to develop, deploy and manage Microsoft Azure applications. They can also be used for such tasks as creating and configuring cloud services, virtual networks and machines and more. Azure Powershell offers a full set of features including account management, Windows Azure Pack and Stack among many others. To use the cmdlets, make sure to...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    System Path Variable Manager

    System Path Variable Manager

    An App that Manages Path Variable in system environment

    System Path Variable Manager is an app that manages Path Variable in system environment with efficient,safe and feature-rich manner. This software is licensed under a restrictive license which allows for personal use only. Redistribution, modification, or any other use requires prior written consent from the author. For detailed licensing terms, please refer to the LICENSE: https://github.com/Mohamed-SayedAlAhl/SystemPathVariableManager/blob/main/LICENSE I recommend that you download...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 5
    SsDel by Softsimple

    SsDel by Softsimple

    Secure deletion file or folder

    FREE CONSOLE APPLICATION!! Secure file deletion. Console mode application for Windows 64 bits and Linux 64 bits (from Ubuntu version 20 or equivalent. If it doesn't work on your distribution, please let me know). Files or directories can be deleted recursively. Zero pad each file in the given path before deleting it. I hope you find it useful :-) DISCLAIMER Use it at your own risk! LICENSE Freeware license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    HD DRiVE-iNFO

    HD DRiVE-iNFO

    HD DRiVE-iNFO displays hdd and advanced output at Windows command line

    HD DRiVE-iNFO displays hdd data in simple output at Windows command line / shell (4NT and TCC), which is required for running. Some customization options and plain output for easy/fast reading of your system status. It also displays number of advanced info for those that need/require it. Main features: Displays local hdd's, networked drives, cd/dvd/bluray's, usb connected devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    xmlsh
    "xmlsh" is derived from the design and goals the unix shell and core commands but with XML expressions and documents added as core features to the shell. xmlsh can be used as a drop-in replacement for scripting xml transformations instead of sh.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Generic macroprocessor, primarily aimed at complex data-driven code generation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Balcora-project is open source GUI framework. It is basically Spring and SWT integration and has in addition powerful ways to manipulate data in forms and lists. Totally new approach for creating rich client applications!
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10

    xmlfind

    A command line tool to extract data from xml files

    XmlFind is a small tool to extract data from an xml file in a format adapted to a classical Unix Shell pipeline. Think of it as a kind of find command that act on the content of a (or a set of) xml files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    EveMarketFeed

    Project to development common data format for Eve market order data

    Project was started to give a work space for anyone interested in developing a shared data format and code that web sites can use to exchange market order data both from the Eve client market order cache and Eve market order APIs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    CCFE is a simple tool to quickly supply an interactive screen-oriented interface to command line scripts and commands. It also provides a menu system to hierarchically organize them and a viewer to browse their output. It provides: * A generic curses form-based interface to enter options and arguments required by scripts/commands; * A menu system to hierarchically organize them; * A viewer to browse the standard output and standard error of invoked script/command. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Mini Bash
    C++ A small school project where I had to mimic the Bash Shell using fork(). I use a VERY clever way to pipe the data in compound commands.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The xml-coreutils are simple shell command line tools which operate directly on XML files in a way which is analogous to the classical unix shell commands.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A data base containing parameters for Linux.The project is a library,a .h file for prototypes and a program to modify parameters.Use it in your C programs or others. It is ok with user,groups...It has capabilities of heritage.It is hard to corrupt
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Process Manager for Windows (PMW)

    A easy to use task manager that lets you control your apps

    Process Manager for Windows is a smart Task Manager that lets you manage priority, transparency, visibility of your processes with few clicks. It lets you kill one process or all processes in with just shortcut key and let you gain control of your unresponding windows computer and let you regain all the resources back, of course when killing apps you always have the risk of losing the unsaved data. ================= This tool flourished from 2008 to 2013, and was downloaded over...
    Leader badge
    Downloads: 22 This Week
    Last Update:
    See Project
  • 17
    An all-in-one authentication with mysql as backend. Features: - Howto/Document - user info - libnss-mysql - pam-mysql - usersql - pdbsql (samba) - radius-mysql - mail
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    dfShell is a graphical shell in the style of a data flow composition tool. The programs launched by the shell can have >1 inputs and outputs. Backwards compatible with command line programs that use stdin and stdout.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    KTable is a custom SWT table widget that provides a flexible grid of cells to display data. Since it is custom-drawn, it does not have the restrictions of the native SWT Table control.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Apache web server and MySQL data base daemons control script for Win-NT. May start/close/restart Apache, MySQL, PHP from 1 batch (.bat) file. Created for manage Apache-MySQL-PHP on flash drive without install. Check settings in a head of script.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Get and display the traffic counter of a Fritz!Box 7270 (or similar) in a human readable form on local host. The telnet daemon has to be enabled on the FritzBox to download the data file from the AVM router to local host.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Provides steganographic cloaking for scripts and other data by interspersing sensitive lines with ANSI codes to clear themselves after drawing on a terminal. Front data, commented-out, is displayed instead.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    GLTreeView - Visualization of Directory Trees in OpenGL
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Very fast setup of typo3: Just download typo3installer.php (or the .zip) and run it from your webspace. Fill in your mySQL-connection-data, press "Run Setup" and wait a minute: The large tar.gz-file is fetched from server-to-server, processed and typo3
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    3D-Console is a system that maintains and renders a general purpose user interface for multiple applications in a shared three dimensional virtual space. The applications are arbitrary operating system processes, as we know them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB
Gen AI apps are built with MongoDB Atlas
Atlas offers built-in vector search and global availability across 125+ regions. Start building AI apps faster, all in one place.
Try Free →