Showing 26 open source projects for "hard link"

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 generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 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
  • 1
    Jimfs

    Jimfs

    An in-memory file system for Java 8+

    Jimfs is an in-memory file system for Java that fully implements the java.nio.file API introduced in Java 7 and enhanced in Java 8 and beyond. Developed by Google, it allows developers to create and manipulate file systems entirely in memory, making it ideal for testing, simulation, and temporary file operations without touching the actual disk. Jimfs supports most standard file operations, including file and directory creation, deletion, copying, symbolic and hard links, as well as...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    BitComet

    BitComet

    Free and powerful BitTorret client

    BitComet is a free and powerful BitTorrent client that allows users to download and share large files over the peer-to-peer (P2P) network. Known for its efficiency and ease of use, BitComet supports not only torrent files but also HTTP and FTP downloads, offering versatility for different download needs. Its intelligent file-sharing algorithms optimize bandwidth usage and improve download speeds, making it a popular choice for downloading large files like videos, software, and games....
    Downloads: 125 This Week
    Last Update:
    See Project
  • 3
    ollama_manager_gui

    ollama_manager_gui

    A graphical manager for ollama that can manage your LLMs

    ...This app is heavily upgraded and now also works properly on Linux. It now has progress bars and many many many improvements. It can launch the LLM by clicking the link. it can launch multiple LLMs in separate windows. It can also remove an installed LLM. There is a confirmation dialog when removing or hard resetting an LLM. It can also install LLMs. Reset deletes all data for LLM of your choosing and automatically reinstalls that LLM of your choosing by redownloading. You can also install new LLMs by simply clicking the install button. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    Advanced DHCP Server Live CD (With GUI)

    Advanced DHCP Server Live CD (With GUI)

    The Free & Popular opendhcp application for Physical & Virtual Machine

    Instructions: 1. Write this .iso file to a Pen Drive, with the Free multibootusb software ( links below ) 2. Boot from the Pen Drive, after changing the BIOS Boot Order quickly on system startup 3. First startup will show some info dialogs. These can be cancelled without making any changes 4. Click on the opendhcp folder link on Desktop 5. Right click the set_eth0_static_ipaddress.sh file and choose Open as Text option. Edit the file to meet your network needs. To know about...
    Downloads: 8 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5

    link-dups

    Generate hard links for duplicate files

    Searches for files that are duplicates of each other and creates a script that will cause hard links to replace files that are duplicated so saving disk space. Download executable and type 'link-dups -h' for command line help.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    doall

    Shell script to run a command for many files selected with wildcards

    ...wildcards to allow inserting matched strings like Windows 'copy *.old =.new' Some examples: # Rename current files as old doall 'mv *.cur *.old' # Compress camcorder DV files doall 'ffmpeg -i *.dv *.mp4' # Move files into directories according to their extension doall 'mv *.* $2/$1.$2' # Symbolic links from vmlinuz.new to vmlinuz-5.12.6-foo, similarly config.new System.map.new doall 'ln -s /boot/*-5.12.6-* /boot/$1.new' # Hard link 3-character abbreviations for file extensions doall 'ln *.???* $1.$2' As shown above, instead of '=' to indicate insertions, doall uses either * or $1 etc. doall -p (pretend mode) shows a list of commands instead of executing them doall -i (interactive mode) asks for confirmation for each command in turn doall -k (keep-running mode) ignores failing commands
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Google Drive Permission Manager

    Update Google drive permissions in bulk mode

    Driver permission changer is an open source application created to change permission of google drive files and folders in bulk mode . The files can be some safe points and it is hard to change it manually by going to each file one by one . You can also specify a list of users or configure the link sharing option just in One Click
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    cppbison

    Improved Example of Using Bison/Flex with C++

    ...See script "run-cc". Mr Beard did the hard work, and I have only added several "ease of use" improvements. To create your own novel language: * edit mc_driver.l and mc_driver.yy to define the grammer * then edit language*.h to implement it. See comments in the language* files
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    C++Builder Face Recognition March01_2019

    C++Builder Face Recognition

    RTSP url link updated Donote $108 for FULL source code of the project. BUG FIXED! MEMORY LEAK! ADDED 64_BIT + TBB HARD BOILED FACE RECOGNITION: https://sourceforge.net/projects/cbuilder-face-recognizer/ page not found for hard core c++Builder, contact author! https://sourceforge.net/projects/delphi-face-recognizer/ C++Builder Face Detection: FREE Source code!
    Downloads: 1 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
  • 10
    Donate $108 for FULL source code of the project. Donate and message or mail at dbinxecod@gmail.com RTSP url link updated BUG FIXED! MEMORY LEAK! ADDED 64BIT + TBB HARD BOILED FACE RECOGNITION: https://sourceforge.net/projects/delphi-face-recognizer/ Gate ID Multi Face Recognition: $384 https://sourceforge.net/projects/opencv-multi-face-detect/ Delphi Face Detection: FREE Source code! https://sourceforge.net/projects/delphi-opencv-face-detection/ Works on IP Camera using RTSP. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    mcscapi

    A C API for loading data into MariaDB ColumnStore

    There exists a C++ API for loading data into MariaDB ColumnStore, in addition to the cpimport tool. But C++ is sometimes hard to link to and sometimes you need a plain C API. This is where mcscapi comes in, it is a C wrapper around the C++ based mcsapi.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Rsync time backup

    Rsync time backup

    Time Machine style backup with rsync

    Rsync time backup is a shell script that provides Time Machine–style backups using rsync, with a focus on being simple, flexible, and cross-platform. It creates incremental backups of files and directories, placing each snapshot in its own timestamped folder so you can restore files by simply copying them from the backup tree. Unchanged files between backups are represented as hard links, which means you get a full snapshot view of each backup while using minimal additional disk space. The...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Hub Framework

    Hub Framework

    Spotify’s component-driven UI framework for iOS

    The Hub Framework is being phased out at Spotify, and therefore we will not be maintaining it further. Welcome to the Hub Framework - a toolkit for building native, component-driven UIs on iOS. It is designed to enable teams of any size to quickly build, tweak and ship new UI features, in either new or existing apps. It also makes it easy to build backend-driven UIs. Instead of building UIViewControllers that each has hard-wired behaviors for UI in terms of controls, data binding & selection...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Mpge

    Mpge

    Mpge

    Mpge is a wrapper of meterpreter (msfconsole, msfpayload and msfencode) of Metasploit Framework directly integrated with Mac OS X Snow Leopard 10.6.8 and with OS X Mavericks 10.9. With Mpge is possible make trojan horse files for Microsoft Windows, Linux and Mac OS X 10.3 Panther, OS X 10.4 Tiger, OS X 10.5 Leopard and OS X Montain Lion 10.8.1 for all Mac OS X is possible make a trojan horse files contains a reverse shell into files .pkg and files .app. I used three real Mac OS X: Attacker:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Death Plague Gaming - Minecraft Modpack

    Death Plague Gaming - Minecraft Modpack

    This is the official "Death Plague Gaming - Minecraft Server Pack"

    Currently running r1.5.7 This is the source forge for the official mod-pack of the Minecraft Death Plague Gaming Community! Here is a link to how to install the mod-pack! The same tutorial can be found under the files tab located next to the summary tab! https://docs.google.com/document/d/1AbGVy0_6Qyx7xNaicG8KD_oF5kTwfGhcx2qqWP11Mww/edit?usp=sharing I hope you enjoy all my hard work! Please report bugs here! https://github.com/P3rf3ctXZer0/DeathPlagueGaming/issues Source-forge has a very unintuitive ticket system. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    discremental

    forever incremental hard disk based backups

    This set of scripts is yet another rsync based backup solution. It uses the --link-dest option to create hard links to files that have not changed. Using this technique, each run results in a *full backup* even though the backup process used is incremental (only the files that changed since the last backup). This paradigm is sometimes called forever incremental backups. This utility exists because I wrote it a long time ago in reaction to the slow, cumbersome pace of the dirvish project. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    CScreenie
    A screenshot utility written in c++/Qt which allows you to quickly capture the area of your screen and: Upload it to your own server Upload it to imgur And have a link directly in your clipboard Save it on your hdd Copy it to your clipboard
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    BBQCoin

    BBQCoin

    BBQCoin - The Official Client Development and Client Download site

    WARNING! A so called other BBQCoin sourceforge.net link http://sourceforge.net/projects/bbqcoin-org/ has appeared on the scene claiming to be the only valid or secure download link for the BBQCoin QT wallet. Download at your own risk. BBQCoin is a peer-to-peer Internet currency that enables instant payments to anyone in the world. It is based on the Bitcoin protocol but differs from Bitcoin in that it can be efficiently mined with consumer-grade hardware.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Enigmatic CGI pastebin
    Simple CGI script which allows you to transfer sensitive ascii data (passwords, hashes, pem keys) via HTTPS. SSL MUST BE implemented by webserver. Algorithm: - Paste new data into textarea, submit. You get link Link consists of three md5 hashes from salt. File, containing your data, named that way. So, it is hard to bruteforce links/files. - Whenever link being opened, script reads file and prints its content into brower in text/plain content-type. Afterthat, script removes file. So one link doesn't work twice and you can securely paste it everywhere. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Java Secure String

    Java class for secure long-term in memory storage of sensitive strings

    A compact fast performing Java class SecureString enables long-term storage of sensitive strings that is resilient against a privileged insider, i.e. makes it hard to introspect its content from a memory dump. Click the home page link for a white paper with details and discussion on the subject of in-memory storage of sensitive data in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Razor-qt LiveDVD

    Razor-qt LiveDVD

    Fedora Live Spin with the lightweight Razor-qt Desktop Environment.

    This live DVD brings the speed, stability and power of the well known GNU/Linux Fedora in conjunction with an advanced, easy to use and fast desktop environment based on Qt technology . That speed has been optimized allowing a shorter installation time to hard disk, startup and shutdown faster than many popular desktop distros. The DVD was created with support for audio, video and others by default, besides having a maximization of the right-click functionality of Dolphin file manager. The latest update for razorqt package can be found at the following link: http://sourceforge.net/projects/razorqt/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    DhaScene

    A video game: unbeatable

    A Game in which you are in an unbeatable maze in which you must shoot down your enimies to continue. Not even the best of the best can complete this game. This game is based on the source to AngryBots. The Source Code for the newest version of this project can be found in the Source Code folder in the files link
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    DirWatch is a dockapp that monitors a directory for new files. Once detected, the file can be copied, linked (hard-link only) or moved to a second directory, with or without a new extension. Primarily designed for Gnome but should works on KDE.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    rsback makes rotating backups using the common rsync program combined with hard-link copies on Unix-based backup hosts. This results in a fast and disk space saving backup technique. No more updates of rsback will be published here. Current versions are available here: https://www.pollux.franken.de/projekte/rsback
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ADQ is a set of linux kernel queuing disciplines based on buffer management and scheduling that supports delay guarantee w/o hard-limiting the traffic volumn the apps can generate. It also enforces link-sharing between different traffic classes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB