Showing 1516 open source projects for "command line dynamic"

View related business solutions
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 1
    sub2srt convert subtitles in *.sub (MicroDVD) to *.srt (subrip) format. Using python. there is also portable version. there is another project with similar name which does not work for me. Command line, multiplatform, portable.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    small-footprint UNIX/Linux daemon to relay multicast UDP traffic to client's TCP (HTTP) connection. This app targets home users and is designed for small-scale usage. For enterprise purposes please consider Gigapxy (gigapxy.com),
    Downloads: 10 This Week
    Last Update:
    See Project
  • 3
    N-Sense

    N-Sense

    N-Sense Sensory substitution software

    N-Sense is sensory substitution software. Whit goal to make sensory substitution and super senses available to everyone. N-sense uses hearing as it's input port and is(will be) capable to allow multiple senses trough it as vision, magnetic orientation, humidity, velocity,time, altitude... Almost any data from computer can be made into sense and included into project. N-Sense is modular by design, written mostly in c++ to allow optimal processing speed and uses OpenCv for Image/video...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    MicroStitcher

    MicroStitcher

    Tiny tool capable of stitching hundreds images into one single image

    This is very small tool, which is capable of stitching hundreds of images into one single image. The main purpose of the tool is to stitch small pieces of map taken by screenshots for example from OpenStreetMap. The tool automatically calculates relative positions of every single patch. A single patch has to have considerable amount of margins that are required to find control points that will match a pair of patches.
    Downloads: 0 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
    This script optimize images Larger than 60KB in current directory and sub-directories. Default Compression is 70% Default File Type is jpg Example Usage : /bin/bash smushme.sh -c 70 -f jpg OPTIONS: -h Show this message -f File Type -c Compression rate in Percentage -d Use default options -v Verbose NOTE: image magic needs to be installed for this script to work
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    lplex
    An LPCM multiplex/demultiplex utility for DVD-Video with md5 verification. Creates full-resolution "audio-only" dvd-video discs from wav/flac filesets, and extracts unencrypted LPCM audio from dvd-video to wav/flac.
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 7

    im2ascii

    Image to ASCII converter that takes character shape into account

    im2ascii is a small python script that converts images to ascii-art. Unlike common ascii-art generators, it does not only use each character's mean brightness, but matches the full character shape. Pro: Better ascii-art quality (see screenshots for examples) Con: Matching is very resource intensive Dependencies: Python 2.7, PIL, numpy, scipy
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    polyclip

    A free library for fast clipping of arbitrary polygons

    polyclip is a free library for fast clipping of polygons, written in C++. It supports arbitrarily shaped polygons, including multi-part,self-intersecting and holed polygons. Degenerate cases such as touching and overlapping polygons are also handled. polyclip is Free Software, available under the GNU LGPL license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Convert a variety of audio formats to Ogg Vorbis automatically.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $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
  • 10
    Elektro-L Gif-Maker

    Elektro-L Gif-Maker

    Generiert Gif-Animationen der Erde

    Der Elektro-L Gif-Maker erstellt aus Bildern, die von der russischen Raumfahrtagentur zur Verfügung gestellt werden, GIF-Animationen der Erde der letzten 24 Stunden. Dabei werden die 10 Kanäle berücksichtigt sowie eine Gesamtanimation in RGB berechnet. Dank geht an websquid für die Idee. Reimplementiert in C und nach Github umgezogen: https://github.com/simonpl/elektrol-gif-maker Logo: NTS-OMZ
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    PhotoMaze

    Displays your photos on the walls of a maze

    PhotoMaze is a fun way of viewing your photos. It randomly generates a maze and puts your photos onto the walls as you get automatically taken through the maze. It is written predominantly in C using OpenGL. It has been built using Netbeans IDE, and Linux and windows versions are available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    CADI is an implementation of the JPIP standard (JPEG2000 Interactive Protocol - Part 9). CADI includes a JPIP server, a JPIP proxy, and a JPIP Client. CADI is designed and programmed with the aim to provide a flexible framework to test and develop ne
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13

    Exactitude

    Measure accuracy of file format conversion.

    This is a framework used to convert files from one format to another, while providing a measurement of the accuracy and fidelity of the conversion process
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Jpeg Decoder
    Current Decoder can decode Baseline Jpeg Images (both single & multi scan images) only. The decoded gray scale/color jpeg image is written to a PGM/PPM file. A provision to view the image in a window is provided (for this you will need Open CV).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This program generates graphical tractors using the universal tractor factor (TF). The intended audience is practical tractor theorists and lay people interested in abstract tractor theory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Command line utility to convert MS-Windows Icons to X-Pixmaps. It support singles .ICO files and also can extract Icon resources from Windows binaries (eg. .EXE, .DLL, .OCX, etc)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    dogbackup

    A simple Bash script using wget to download every song from Dogmazic

    ...The script can be interrupted at any time, and when re-launched later, will resume the downloads at the point there were. To use it, you have to know how to launch a bash script from command line, and how to interrupt a command-line job. Please note that this script was created to be used with the version 2 of the Dogmazic website. Version 3 is currently being developed and the script will have to be modified once this third version is online.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    flac-tools

    flac-tools provides flac123, a command line flac player

    flac-tools provides flac123, a command line flac player that is similar to mpg123.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Dummy for ISO will help you create a dummy file for your ISO and then creates a new ISO with the dummy.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20

    video highlighter

    A Java Programme to Grab the Highlights from your Video

    This programme hunts through a long video for Highlights represented by a short black sequence in the clip. This can be created by putting your hand over the lens for a couple of seconds after something good has happened.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Sentinal

    PHP daemon to process 3d mesh algorithms

    Primarily for use with the REVEAL web system this daemon polls a mysql database for 3d rendering requests. Currently the system will handle PMVS2 from U. Wash and Iray from Brown U. systems. Much of the code was ported from the osm-bundler system http://code.google.com/p/osm-bundler/ The daemon curently runs in win64/linux64 for PMVS and linux64 for Brown's Iray algroithm. The code has been tested and running on Ubuntu 11.10
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    TagTools for Linux

    A set of scripts to manipulate audio tags of various audio formats.

    ...fname2tag - another command-line tool to convert file names into audiotags using a specified format. batchtag.dialog - a dialog-based tool for batch tag editing. tagedit.dialog - dialog-based tool for editing individual audio file tags.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Console Drawing

    Console Drawing

    Console Drawing

    Console Drawing is simple program for vector drawing in console.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    XRNS-PHP (was) a collection of command-line scripts for Renoise - http://www.renoise.com/ is contemporary music composition tool with XML-based file formats; making it possible to develop PHP scripts for various areas of interest.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25

    mkbook

    A script to turn files in various formats to m4b files

    mkbook turns one or more source files into an m4b file. m4b files are audio files optimized for audiobooks. They contain metadata (the book's title, writer, album, year and cover art) and can be bookmarked (your mp3 player won't forget where you left off).
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo