Showing 98 open source projects for "batch program"

View related business solutions
  • 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.
  • 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
  • 1
    Audio Batch Statistic Analyzer

    Audio Batch Statistic Analyzer

    Analyze audio files for Peak levels, peak and total RMS, and DC offset

    This frontend for ffmpeg batch analyzes audio files for Peak levels, peak and total RMS, and DC offset. Much faster than a typical audio editor with a statistics plugin, which first loads the file while generating a picture, then scans it a second time to find the statistics. This program does it all in one fell swoop, thus half the time. What's more, it was designed specifically for set and forget batch operation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    aPhoto

    aPhoto

    aPhoto is a Batch Intuitive Program Makes Text and Image Watermarks

    Introduction: aPhoto is a batch, intuitive and portable program that helps you to make text(eg. Copyright Notice) and image(eg. Logo) watermarks for the photos, and save the result photos to JPG, PNG, GIF, or BMP file formats. aPhoto is a lightweight application whose purpose is to help users embed text or image watermarks on their favorite pictures. This is a portable program, so it is important to mention that it doesn't leave any traces in the Windows Registry. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    EasyImageSizer

    EasyImageSizer

    Batch Images Converter

    This Project has a new name now: https://lenna.app Program to batch compress, resize and rename Images. Additional you can reduce filesize by reducing quality. Find source code on https://github.com/FalseCAM/EasyImageSizer3. OpenSuse packages here: https://build.opensuse.org/package/show?package=easyimagesizer3&project=home%3AFalseCAM and Ubuntu packages here: https://launchpad.net/~dhor/+archive/myway/+packages
    Downloads: 8 This Week
    Last Update:
    See Project
  • 4
    Super-résolution via CNN

    Super-résolution via CNN

    Super resolution using a CNN, based on the work of the DGtal team

    ...First of all, an Nvidia graphics card (neither AMD nor Intel integrated) is highly recommended to parallelize the CNN. You will then need to install CUDA. No CUDA = dozens of times slower. This program will generate "model_epoch_ .pth" files corresponding to the model at epoch n, in a folder saved_model_u t_bs bs_tbs tbs_lr lr, where corresponds to the scale factor, bsthe size of the training batch, tbsthe size of the test batch and lrto the learning rate. Low res images should be located in a "dataset/input" folder, and high res targets in a "dataset/target" folder, where each different quality image has the same name in both folders.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 5
    YouTubeCrawler

    YouTubeCrawler

    Go-based automation utility that downloads YouTube videos

    This tool is a Go-based automation utility that downloads YouTube videos and permanently embeds or “hard-codes” their subtitles (typically English) into MP4 output files. The workflow involves specifying one or more URLs (via a simple “url” text file in each folder) and the program uses youtube-dl to fetch video and subtitle, then ffmpeg to overlay the subtitles onto the video track. The architecture follows a command-pattern setup: tasks implement a common interface and are scheduled and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Scale Down Thumbnails

    scale down and compress jpg images

    Java program to scale down and compress jpg images in batch. Place original images into the "source" directory and run jar file to create the thumbnails. Thumbnails will be created in the "target" folder.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    BatchSystemToolkit

    BatchSystemToolkit

    Check your system and control it with this lightweight batch program

    BatchSystemToolkit is the first already made batch toolkit for users that are not familiar with CMD and batch commands. This batch toolkit allows you to get fast information about your system that you need in seconds. Batch System Toolkit is a lightweight tool for automation and information of your Windows OS PC.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    DIGITS

    DIGITS

    Deep Learning GPU training system

    The NVIDIA Deep Learning GPU Training System (DIGITS) puts the power of deep learning into the hands of engineers and data scientists. DIGITS can be used to rapidly train the highly accurate deep neural network (DNNs) for image classification, segmentation and object detection tasks. DIGITS simplifies common deep learning tasks such as managing data, designing and training neural networks on multi-GPU systems, monitoring performance in real-time with advanced visualizations, and selecting...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ...However if your expensive Dolby deck breaks down, it may be hard to justify the expense of buying a new Dolby deck. I don't see why recordings can't be digitised using a cheaper deck, and then decoded in software. So far I've written a program to decode recordings made in Dolby B. I also intend to implement Dolby C decoding, but I'm still working on that. My program is written as a Windows command line program, but it can be run quite easily by creating command batch files.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 99.99% Uptime for MySQL and PostgreSQL Databases Icon
    99.99% Uptime for MySQL and PostgreSQL Databases

    Sub-second maintenance. 2x read/write performance. Built-in vector search for AI apps.

    Cloud SQL Enterprise Plus delivers near-zero downtime with 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server.
    Try Free
  • 10
    Piens
    Piens is a multifunctional batch-based Program. You can do many useful things with it. Its not a malware. Its just get detected because a batch file which was convertet to exe. (CMLINE.exe)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    SGA Conversion and Analysis Tool

    Convert SGA format multimedia files to PNG and AVI format

    This program is a utility for viewing, analyzing, and converting the data in SGA format multimedia files used by Digital Pictures in their games for the Sega Mega CD, Sega Super 32X, Sega Saturn, 3DO video game systems, and Windows PCs into formats that can be read by media player software on modern PCs.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12

    CsBatch

    Write C# code and run it as a you do with batch files

    This program registers a .csbat file type. Run for the first time CsBatch.exe then chose the Settings->Register menu. When a .csbatch file is doubble-clicked, the content will be compiled as c# code and then run. The compilation output is a temporary dll. After execution the library is deleted. If you right click the .cdbat file and chose Edit a basic text file editor is opend. The code can also be developed in Visual Studio using basic .Net assemblies. No imports are allowed....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    KuWatchDog

    Watchdog for windows

    ...We developed it for restarting Pure Data patches which works with seversl USB sound cards, if some card disconnects. Watchdog waits any incoming OSC messages at specified port. If message don't arrive, the program closes. This watchdog normally starts inside looped batch-file, so when it closes, the bactch file terminate and restarts you app, and then restarts watcdog. See pd-example for example. Watchdog is written in openFrameworks, Windows, VS 2015. Originally it was developed for project with Anastasiya Krochaleva "Connection is restored"
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    51Degrees-C

    51Degrees-C

    Mobile Device Detection for C and C++

    ...The zip file contains a batch file for easy compilation. You will need Visual Studio 2010 (or greater) or GCC set up and configured on a Windows operating system in order to use this batch file. See the user guide linked to above for full instructions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    GIMP on OS X

    GIMP on OS X

    GIMP (GNU Image Manipulation Program) is a free image editor

    GIMP is an acronym for GNU Image Manipulation Program. Use GIMP as a simple paint program, an expert quality photo retouching program, an online batch processing system, a mass production image renderer, an image format converter, etc. GIMP is expandable and extensible; it can be augmented with plug-ins and extensions to do just about anything. The advanced scripting interface allows everything from the simplest task to the most complex image manipulation procedures to be easily scripted.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 16
    Summingbird

    Summingbird

    Streaming MapReduce with Scalding and Storm

    Summingbird is a streaming + batch hybrid computation framework developed by Twitter. Its aim is to let developers express data aggregation pipelines in a unified way, where the same logic can run either in real time (stream) or in batch mode, and the results can be merged or reconciled. In effect, Summingbird abstracts over multiple execution engines (such as Storm, Scalding, etc.) to provide one high-level program that composes transformations and aggregations, and then executes them in different runtime contexts. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    SoulGears

    SoulGears

    A song tagging program based on speed and efficiency

    SoulGears is a java based song tagging program with a simple yet very powerful UI. It offers automatic song lookup, batch tagging based on filename, and the ability to save files in a directory tree based on their new information. SoulGears runs on Windows, Mac OS X, and Linux and supports mp3, flac, ogg, mpc, ape, and wma file formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    PDF Filename Labeler

    PDF Filename Labeler

    Add file name, watermark, and other text to PDFs in batch process

    This program allows you to batch stamp the filename, custom text, watermark, page numbers etc to PDF files using iTEXT.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Batch XML Modifier

    Batch XML Modifier

    Modifies the tags and attributes of the all XML filles in directory

    Batch XML Modifier (BXM) allows you using a list of commands modify the tags and attributes of all XML files with the identical structure in the specified directory and save results in another selected directory. The program performs the uniform changes for all the tags with the identical name and of the same level. Also, the program performs the uniform changes of the selected attribute of all the tags with the identical name and of the same level.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    BatchStudio

    BatchStudio

    Easy-to-use batch editor

    BatchStudio is a program for editing batch files. This is my first program which I ever published so don't judge strictly. It is written in java, so make sure you have JRE installed. I hope you enjoy it! 1.5: THE HUGE UPDATE! -Added Syntax Highlighting. -Theme customization -Command-Line arguments -Fixed some bugs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    HSC-FormCreator

    Creates Various Forms for HSC practical/oral examination, Maharashtra.

    ...HSC-FormCreator helps teachers to create these forms quickly and easily. The first seat number and last seat number of allotted students for each subject are filled in the program. The program then creates and prints batches of 25 or 30 students with ready attendance sheets and batch wise time table. The time table can then be instantly put on notice board. My other projects : http://sourceforge.net/projects/marklist http://sourceforge.net/projects/collegetimetable http://sourceforge.net/projects/set4 http://sourceforge.net/projects/flagindia
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    cmdSayIt

    Command Line Text to Speech tool for windows

    This program uses SAPI voices for Text to speech from the commandline. its a simple tool written in C# Samples included for English and Japanese, but you will need a Japanese voice installed on your PC
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    PLCEdit is a cross-platform editor for POU files (program organisation unit). Supported POU sources are PROGRAM, FUNCTION_BLOCK, FUNCTION and GLOBAL_VARIABEL_LIST files, according to the IEC61131-3 standard.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    fastCropper

    fastCropper

    Just shows, crops and stores an image!

    My small c++ Project is based on the MIT license. It uses openCV and fltk to crop/copy an image region from an image (first parameter of the executable) and stores the image (input field). Why this program? I search very long for a small image-viewer with cropping function. I get only Gimp to do that on Linux, and it loads and stores not fast enough. Because there is fltk and openCV on Windows and Mac, it should be possible to compile it on other systems than Linux. UPDATE: Yes! I create a 32bit X86 Windows Version of fastCropper and a Make-Batch file, how I did it. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    GESPA

    GESPA

    Accurately predicts disease association of single nucleotide mutations

    GESPA (GEnomic Single nucleotide Polymorphism Analyzer) is a bioinformatics tool for classifying Nonsynonymous Single Nucleotide Polymorphisms (nsSNPs). GESPA predicts if a nsSNP is pathogenic using reports from literature and various algorithms to assess conservation in orthologous and paralogous protein alignments. Using reports from literature, GESPA is also able to predict the phenotype of a nsSNP with high accuracy. The software can be used clinically to determine if observed nsSNPs are...
    Downloads: 1 This Week
    Last Update:
    See Project
Auth0 Logo