Search Results for "sql command line" - Page 56

Showing 3441 open source projects for "sql command line"

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 to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 1

    yearfolder

    creates a year folder with monthly sub-folders

    By default, yearfolder will create a new directory named after the current year. Inside the created directory, 12 directories are made, each named after months of the year. The main use for yearfolder is making several folders named after consecutive years, each with its own monthly subdirectories.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    FPGAsm

    FPGAsm

    Create fast bare-metal FPGA designs without Verilog or VHDL

    FPGAsm is a low-level alternative to verilog and VHDL. A near-instant 'assembler for FPGAs', this simple yet powerful language facilitates bottom-up design, layout and wiring of modules, and generation of .xdl output. With about 10 keywords to learn, you can start making circuits in minutes. Now you can focus on learning the ins and outs of the FPGA instead of complex tools and languages. Fast turnaround time and bottom-up approach invite exploration, experimentation, live circuit...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    RoNOTE

    RoNOTE

    Very Powerfull Crossplatform Qt Based Music Note Editor[Still Planing]

    Very Powerfull Crossplatform [Advanced] Music Note Editor [STILL PLANING,DONT DOWNLOAD IT] Qt based project Strong plugin system that can dynamicly connect to all types of application using specified drivers,even JS plugins. Strong editor host provided and shared with all plugins. Allow to import or export files and sounds to all type of music files using dynamic plugins,basically added GuitarPro,... Allow users to use multiple output and input devices such as Internal MIDI System,ISDB...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    This is a JavaScriptStream generator. I consider it as a professionnal tool that target webmasters. It convert HTML formatted document to a serie of JavaScript text output commands. It is a good tool to help write HTML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 5
    Lubbo's MacBook Pro Fan Control
    ATTENTION: This project is not maintained anymore. Current Macs properly manage temperature and fans. Speed fan controller and temp monitoring for MacBook Pro Unibody (Nvidia) for Windows under BootCamp. It allows to control MacBook fans speeds depending on the CPU and GPU temperature. ATTENTION: This program is designed and tested only on MacBook Pro with NVIDIA GPU. On newer MacBooks with ATI GPU the GPU temperature is not checked. On iMacs some sensors and fans are not...
    Downloads: 104 This Week
    Last Update:
    See Project
  • 6
    Basin
    Simple QBASIC Interpreter written in C++.I am developing this interpreter for self-learning purposes,don't take it serious.I will try to follow syntax of QBASIC as close as I can. The source code could be useful for those who learn C++. Qt GUI is in very raw state.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    phpLDAPadmin
    phpLDAPadmin is a web-based LDAP administration tool for managing your LDAP server. With it you can browse your LDAP tree, view LDAP schema, perform searches, create, delete, copy and edit LDAP entries. You can even copy entries between servers.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 8
    GeneSim is a code generator for dynamic systems: it takes an XML description of the system and produces the code that executes it. The typical usage of GeneSim is to generate simulators of engineering systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ParsInsert
    ParsInsert efficiently produces both a phylogenetic tree and taxonomic classification for sequences for microbial community sequence analysis. This is a C++ implementation of the Parsimonious Insertion algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 10

    virtualStapler

    Large Script Workaround

    designed to emulate a stapler placed on the 'n' key (yes, that's what i said...) you get this: --------------------------- Web Browser --------------------------- Stop running this script? A script on this page is causing your web browser to run slowly. If it continues to run, your computer might become unresponsive. --------------------------- Yes No --------------------------- which is the Computer's way of saying it's not fair it should be working at 2 a.m. if you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    predictOP
    A C++ class to enable prediction of the reflectance spectrum of two overprinted inks (i.e., solids), using the inverted Viggiano trapping equation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Taskwarrior
    Taskwarrior is an ambitious project bringing sophisticated capabilities to a simple and elegant productivity tool. You'll find it has customizable reports, charts, GTD features, Lua extensions, synching and more, with excellent support!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    coopy
    Diffs, patches, and revision control for CSV files, spreadsheets, and databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This project aims at providing a prototype for a handy program that could retrieve & output important information about the host computer. It's still in it's early stages, but examples include (but not limited to): OS, OS version, various statistics
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Trim Lines

    Trim Lines removes trailing whitespace from source code files

    This is simple command line tool to batch process source code files to remove trailing whitespaces and convert all line endings to your system native style. Usage example: trimlines d:\Projects\SomeProject\src *.c;*.cpp;*.h;*.hpp;*.inc .svn;.git With this command all files in "d:\Projects\SomeProject\src" including sub-folders that match search masks "*.c;*.cpp;*.h;*.hpp;*.inc" and excluding specified folders ".svn;.git" will be processed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    JTV Launcher

    JTV Launcher

    A simple program to play Justin.tv live channel in VLC Player

    JTV Launcher is a small program to analyse the Justin.tv channel and use rtmpdump to dump the stream to VLC player.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Lincalc

    Lincalc

    A powerful console calculator with a fast and simple interface.

    (Graphical Edition Released, BreezyCalc: http://breezycalc.sourceforge.net/) Lincalc is a console calculator designed to provide a quick and simple interface to a very powerful engine. Its parser is based on muParser <http://muparser.sourceforge.net/>. It supports user-defined variables, logical operators for conditions, and a wide range of mathematical functions each calculation that is made is stored in a result variable (Ans1, Ans2..) and can be referenced in equations. It also...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SOAPsv

    SOAPsv

    SOAPsv: is a program for detecting the structural variation

    This is an approach that complements previous methods for reliable homozygous structural variation identification. Our approach accurately determines genotype and breakpoints relative to a reference genome based on de novo assembly of Illumina Genome Analyzer sequencing data. In this method, we examined only homozygous structural variations because detecting heterozygous structural variations requires assembly of haplotype sequences, which is not yet possible using existing assemblers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    OMeS ( Overnet Millennium Server ) Linux

    OMeS ( Overnet Millennium Server ) Linux

    Overnet Millennium Server for Unix Linux

    Linux C/C++ Bash Shell developers we need you!!! Overnet Millennium Server for Unix/Linux adds a whole new layer to the web, the Overnet . With the Overnet Millennium Server web hosts will be able to offer a new space and protocol to deliver data to a web browser in a completely new way. Web developers will have a totally new way to create content for the web. And web users will have thousands of new services, sources of entertainment and ways to communicate, as well as the power to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    SmartRouter Project
    SmartRouter Project A GNU/Linux Router, Firewall and Proxy Server
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    NOTE: Project is looking for a new maintainer MPEG Maaate is a platform to do compressed-domain analysis of mpeg audio files (mpeg-1 layers 1,2,3), which includes mp3 files. The library has a bunch of filters which are implemented as plugins, such as histogram, pauseRate, signalMagnitude etc. (last successful compile was probably round 2005)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    pandoraUnity

    pandoraUnity

    FlashMenu is a generic, versatile menu system.

    pandoraUnity is a generic, configurable menu system. It can be used for many tasks; from running programs on your USB flash drive to making old command-line programs easier to use. Because it relies on relative file paths, pandoraUnity works great bundled with other software. Credits to Binky (from the OpenPandora boards) for the icon!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    EToS (Efficient Technology of Spike sorting; Extracellular recording To Spike trains) is an open-source system for spike sorting. EToS contains the programs of spike detection, feature extraction and clustering.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    webapigen

    Windows console program providing a front end to the cgic library

    webApiGen generates a cgiMain function to be called by the cgic library. The idea is to provide a collection of functions for an AJAX (or AJA JSON) environment, although it can be used to emit straight html. The program takes a specification of an api and generates cgiMain() along with some helper functions. Whether it's worth messing about with a mini language to come up with a relatively simple program which most people would probably do in some scripting language is for you to decide....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A new floating-point arithmetic which has uncertainty-tracking and undertainty-bounding capability, and algorithms to test this arithmetic. The code is in C++ (Visual Studio Express 2008)
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB