Showing 182 open source projects for "drop"

View related business solutions
  • 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, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 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
  • 1
    dboxShare

    dboxShare

    A more reliable enterprise file sharing synchronization software

    dboxShare is an easy-to-use free open-source enterprise file hosting server software, based on .NET technology development, used to build a safe and efficient file cloud storage and cloud management platform. Users don't need to change their work habits, and two-way file synchronization will automatically upload, download and update versions according to their permissions, providing a convenient and efficient solution for sharing and cooperation. The system has the characteristics of simple...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    GDrive

    GDrive

    Google Drive Desktop Application

    The aim of this project was to build a desktop app to quickly upload files, and switch between users in a swift
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Pack-Print-Cut

    Pack-Print-Cut

    Packing two dimensional rectangular elements at orthogonal table

    Program was created for optimized packing of two dimensional rectangular elements at orthogonal table with main purpose of printing cutting sheets that can be used for cutting material at production in wood and panel furniture manufacturing. It is developed upon authors several years of experience at woodworking, and actual carpenters needs when such software is in question. In spite its look it is fully functional peace of software , with all necessary elements needed for generating...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Gymnastics Video Gallery

    Gymnastics Video Gallery

    Video cutter and organizer / image viewer and video player

    This program is designed for the gymnast who records videos, cuts them and arranges them by skills. Anyone can use it however as it functions as a: - video player - video cutter - image viewer - jpg, png and mp4 file manager. It features slow motion and frame by frame playback capability with basic precision, or accurate seeking after videos are analyzed. Variable frame rate videos can be reindexed. You can mark time positions, and add comments. Cut quickly without re-encoding,...
    Downloads: 3 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 5
    Verigio - Virtual Network Hub

    Verigio - Virtual Network Hub

    Drag-n-Drop build a Network hub from your computer.

    Visually build an Ethernet switch from network cards of your computer. This simple tool acts as an Ethernet switch/hub forwarding packets between network cards on the computer. It shows the passing traffic with graphical indicators. Allows to configure for each hub slot individually.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Aural Probe

    Aural Probe

    An automatic sample librarian tool for musicians

    ...Automatically and non-destructively index your disorganised sample collection from a list of folders into categories (kick, snare, hihats etc.) based on folder/filename wildcard matches. Easily audition samples, load/save favourites, and drag-and-drop straight into your sequencer.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Copic Holder

    Copic Holder

    Organize your copic markers in one place.

    Organize your copic markers in one place to know what colors do you have. Sort, arrange and export it with visual interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Tail for Windows

    Tail for Windows

    Windows visual tail for log and text files

    WinTail is a freeware Tail for Windows tool, capable of simulating the LINUX / UNIX tail command, including extra features offered by the Windows GUI concept. Includes features such as SMTP and sound notifications of specific keywords found within the files being monitored by a sort of grep functionalty. This tool is compatible with all 32bit/64bit Windows platforms both client and server.
    Leader badge
    Downloads: 52 This Week
    Last Update:
    See Project
  • 9

    email-validation-api.com

    Email Address Verification API

    ...You are free to make use of those check points for your own needs, but you can also simply rely on our score indicator, which is based on the whole analysis, in order to quickly decide which addresses to keep or better to drop. (Basically with a score from 90 to 100 you are good to go) In addition, we offer a Windows Desktop software making a simple use of our API.
    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
  • 10
    SmartFink

    SmartFink

    The Best Asterisk Desktop Managing and Monitoring App

    SmartFink is the best Asterisk Monitoring and Managing App for your Desktop, It has many features like Drag & Drop, Extensions Status, Queue Status, Number Dialing, Recording, Barge & Whisper ...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 11
    DBLX

    DBLX

    DBLX3 Relational Database System

    ...DBLX source code is available in C# and Java. DBLX includes the server component, a command-line client, as well as client APIs. DBLX is well-documented so that you can just get the database, drop it on to your favorite system and start using it immediately. Go to the Discussion section to read the latest on DBLX!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    AudioCuesheetEditor

    AudioCuesheetEditor

    Write audio cuesheets fast and efficient

    Annoyed of writing your audio cuesheets via text editor? Here comes the solution! AudioCuesheetEditor helps you editing your audio cuesheet file. With AudioCuesheetEditor you can import textfiles, edit the imported data and afterwards export to a working audio cuesheet. There are also other export posibilities like csv or xml. Feel free to try it ;).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13

    TextFileReverse

    A Windows command line tool to reverse the contents of a text file.

    A simple command line tool, drop the Reverse.exe into the %systemroot% directory in Windows to call the program from the command line. Then just call like: Reverse /i Path\File.txt and the file will be overwritten with reversed text. Or an outfile can be specified Reverse /i Path\File.txt /o path\OutFile.txt this will leave the original file intact. A file containing: item 1 item 2 item 3 Would then be reversed to item 3 item 2 item 1 You can also remove blank lines with the switch /r, as of 1.0.1.0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    dotNet Disk Imager

    dotNet Disk Imager

    Lightweight RAW and ZIP disk images reader and writer to USB or SD

    IMPORTANT!!! Since this is new software, your web browser, operating system or even possibly antivirus software may report security alerts against this tool. Please ignore that messages until this tool gets widely spread. This program is highly inspired by Win32 Disk Imager and sort of copies it's function. However, I've added some features, like verification of readed/writed image file and the most important is on the fly support for zipped images. Another features worth...
    Downloads: 18 This Week
    Last Update:
    See Project
  • 15

    DBPlot (DataPlot, DatabasePlot, CsvPlot)

    Plot your data in seconds (MsSQL, MySQL, PostgreSQL, SQLite, CSV)

    A great tool to quickly visualize data. DBPlot supports MsSQL, MySQL, PostgreSQL, SQLite, and CSV files with drag-drop and data type inference capabilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Rebox

    Rebox

    Asset Files to XNB

    Rebox allows you to convert your files into Dot XNB so that you can use your modified files for your favorite games.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    Fishing Planet Assistor

    Fishing Planet Assistor

    A small tool to help perform different types of retrieval methods.

    A small tool to help perform different types of fishing retrieval methods of the game Fishing Planet. This will help you catch fishes with its retrieving and catching capabilities. This program was written for people who have some certain disabilities in hand and finger movements where they can not perform the said body parts efficiently in mouse clicking and keyboard typing. This program is NOT an automated-bot-fish-catcher where you can leave your computer to catch fishes for you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Vive Stereo Rendering Toolkit
    Vive Stereo Rendering Toolkit provides drag-and-drop components for developers to create stereoscopic rendering effects in a few minutes. With this toolkit, effects such as mirrors or portal doors can be easily achieved in your VR application. Vive or other SteamVR-compatible HMDs, no need to modify. Vive Focus, add WaveVR from "WaveVR/Prefabs" to the scenes; remember to expand the camera rig.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    FFEMME

    FFEMME

    FFEMME converts all video and audio files using FFMPEG.

    ...FFEMME works on windows 7/8/10. FEMME 3.0 is rewritten in C# using WPF. With FFEMME 3.0 you can download a FFMPEG build from: https://ffmpeg.zeranoe.com . With FFEMME 3.0 you can drag and drop your file to convert. In FFEMME 3.0 you can change output files names. For any suggestions it is possible to contact the author: salvatore.martinico.trapani@gmail.com
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    MP3 divider by language

    MP3 divider by language

    categorize mp3 folders to several sub folders by language of the song

    Do you have a music folder or gallery with hundreds of songs, using mp3 divider by language you can easily categorize it. You can also use this tool on your pen drives, memory cards etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    KinoGlitch

    KinoGlitch

    Video glitch effects for Unity

    ...It ships with two primary categories: analog glitches that simulate signal imperfections like scanline jitter, color drift, vertical jump, and horizontal shake, and a digital glitch effect that produces blocky compression-style artifacts. The package is designed to be easy to drop into projects to achieve stylized, retro, or distressed looks for cameras and cutscenes. It emphasizes real-time performance and simple parameterization so you can animate intensity over time. The effects can be layered and tuned to match the mood of gameplay or cinematics. The repository’s clarity makes it a useful reference for developers learning to implement post-processing passes and stylized image effects in Unity.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 22
    ...The player has a gun that can destroy enemies that stopping you in the road, and also watch out for your energy level because as you shoot, it is depleted simultaneously. There's a chance that a battery drop on enemies when killed or fall from a random direction. Try to reach the farthest area as you can, then beat your record all the way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Simple Quake Launcher

    Simple Quake Launcher

    A simple map launcher for Quake.

    A small and straightforward launcher tool for Windows that lets you run every available Quake level on your computer. All you need to do is drop the .exe into your Quake installation, then select the engine, mod/level and difficulty setting, and off you go. It can't get any easier than that.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    Charly Beck's Sample Browser
    This is a cute little tool which allows you to scan directories for (Audio) samples, create and assign categories and filter for them. Also a preview playback and a little step sequencer is included.(though not stable) Note for coders: Boy, what did i do there :D It was an experimental approach: i tried to find sth. to extend the pattern of my orm wrapper quite much effort for 10 queries huh ;-)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    Yet Another xdelta-based Patch Creator

    A tool to help you create xdelta-based patches quickly and easily

    YAXBPC is a tool designed to assist the users of xdelta3 to create patches quickly and easily. It's designed by a fagsubber for fagsubbing, but generic usuage also is fine. Requirements: .Net Framework 2.0 (Windows), or Mono (Linux/Mac). xdelta3 package is also required if you want to run YAXBPC in Linux/Mac. YAXBPC is licensed under Apache License Version 2.0. All wrongs are reserved to me; you can use the right parts. Latest dev source code can be accessed here:...
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB