Showing 141 open source projects for "code"

View related business solutions
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • The complete IT asset and license management platform Icon
    The complete IT asset and license management platform

    Gain full visibility and control over your IT assets, licenses, usage and spend in one place with Setyl.

    The platform seamlessly integrates with 100+ IT systems, including MDM, RMM, IDP, SSO, HR, finance, helpdesk tools, and more.
    Learn More
  • 1

    NAS4Free raid controller patch

    Raid Controller Patch for disks behind a raid controller

    ...The patch added some features to correct the issues you get if your disks are behind a real raid controller. Since version 9.2.0.1.972 the authors of NAS4Free have implemented a lot of PHP code which bear in mind also disks behind some controllers. But obviously there are some issues again, so I wrote this patch. Every folder contains patches for a specific version of NAS4Free. The patch sublevel numbering scheme is P1, P2, and so on. Allways use the highest sublevel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    ASAP Backup

    A Simple Archiving Program

    ...I created this project after becoming frustrated with the bulkiness and price of backup solutions available. I have become distracted with other projects, including porting over a concept of this project to C++. There is a lot of good code here and plenty more to do. Hopefully it can help someone else out there. Thanks for looking rmeadejr
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    Image Organizer

    Image Organizer

    Organize image files into folders

    ...Image Organizer helps you sort image files into folders, with an easy drag-and-drop or keyboard controlled system. Written in C#, using WPF and shows an implementation of MVVM with a few attached behaviors to keep the code behind truly clean.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    LZWStream

    The LZW algorithm in C#

    Implementation of the LZW algorithm in C#, adhering to the built-in System.IO.Compression. The algorithm and code is much improved, compared to projects like SharpLZW. The LZW algorithm is for arbitrary lossless data compression and are noticeable for simplicity and low (compared to others) memory consumption. Making it interesting for eg. embedded use. There're many other LZW implementations out there. This one is focused on KISS and C#.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver trusted data with dbt Icon
    Deliver trusted data with dbt

    dbt Labs empowers data teams to build reliable, governed data pipelines—accelerating analytics and AI initiatives with speed and confidence.

    Data teams use dbt to codify business logic and make it accessible to the entire organization—for use in reporting, ML modeling, and operational workflows.
    Learn More
  • 5
    YourDefrag
    Small and simple disk defragmenter for Windows XP - 2008R2 based on jkDefrag code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Fat32lib

    Portable FAT File System Stack for Embedded Devices

    A portable FAT file system stack for embedded devices.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    MP3 ID3 Java Tag Library Tool
    ...Nice to install eclipse and debugging something 10 years later ... Please rate the software once you've used it ! Also need still to learn how to upload souce code with git, but also that will come soon or later.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    snippetsource

    snippetsource

    Portable source code librarian

    Snippetsource is a simple yet powerful repository to store code snippets or any other text content. SQLite is used as the database backend which makes fast indexed lookups possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    File system/directory monitoring utilities with loggin and task processing support (can execute files or make a WCF service call). Multiple configuration options. Source code libraries can be used to create a custom file system monitor.
    Leader badge
    Downloads: 35 This Week
    Last Update:
    See Project
  • Zendesk: The Complete Customer Service Solution Icon
    Zendesk: The Complete Customer Service Solution

    Discover AI-powered, award-winning customer service software trusted by 200k customers

    Equip your agents with powerful AI tools and workflows that boost efficiency and elevate customer experiences across every channel.
    Learn More
  • 10
    ...Currently we can download the messages(without the attachments), everything from the files section and all the images from the photo section along with their hierarchy on Yahoo Grab the latest code from SVN - since I have moved to a rolling release instead of versioned releases. https://sourceforge.net/p/grabyahoogroup/code/ [ALERT] The new neo interface has broken the script and I have not found any easy way to work with it. For now the script is not being actively maintained till a solution materializes to access the relevant data easily.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    UWA ANDS VIVO Project

    UWA ANDS VIVO Project

    UWA ANDS VIVO Project

    ...It also aims to publish metadata about the datasets to RDA (Research Data Australia) so that the datasets can be discovered (and potentially shared) by searching or browsing through the ANDS website. In order to accomplish the above functionality, this project used the following open source code and customised it as necessary. - Vivo (configured for UWA but no code changes) - DSpace (significantly customised) - iDrop upload tool (significantly customised) - JDownloadManager (again, significantly customised) The package in this SourceForge project contains our customised version of DSpace, iDrop and JDownloadManager. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    qlsdup

    GUI based lightweight duplicate file finder / remover.

    ...This is basically a reimplementation of dupfinder as: it doesn't compile on my computer, the executable won't work either, the projects seems dead and I didn't wanna work through the original code. So Look'n'Feel should be somewhat the same, though some changes have been made. Algorithm is simple and suitable for large file sets with few differences: basic set of duplicate candidates is determined by file size, then candidates are compared byte-wise. So for files which don't start to differ by growing at the tail it reduces read operations greatly compared to hash-based comparision (i.e. test case: 40GB of files, 16GB RAM, many differences: initial compare (uncached by OS) around 300sec, subsequent compare (relevant file parts cached by OS) ca. 2sec) Note: this program is not related to lsdup
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Dupless - a duplicate file solution

    extract unique file sets from sets with duplicates

    ...There are lots of duplicates and I want to extract a unique set from the larger set. That is what dupless does. Written in Java, using sqlite, it is some simple code that solves the duplicate file problem. All of the code is contained in the .jar file, both source and binary. Currently it writes scripts for use on Linux or Windows. See the Wiki or the README.txt in the .jar file for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SEG-Y Zip
    SEG-Y files need special compression because they don't compress well using gzip and the like. The code is cross-platform C++ using nothing else than standard system libraries. This is a spin-off from the OpendTect project (http://opendtect.org).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    .Net FastDL Server

    A FastDL Server for Counter Strike in C#

    A very simple but effective FastDL Server for Counter Strike that allows your game server clients to download your server content from a HTTP service.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    MySQLJavaBackup

    MySQLJavaBackup

    Java Library for backing up MySQL Databases.

    Use this library to backup your MySQL Database from your Java code. This library only backs up the data, not the database structure(Future Releases). So when restoring the backup file, you must ensure that the database is created and fully functional.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    pyShowRename

    pyShowRename

    Sensible batch renaming of downloaded TV files

    ...This can be manually updated when new shows become available. Changelog ------------------------------------------------------------------------------ 2012-01-01 :: Initial launch. 2012-12-19 :: Code overhaul. Moved superfluous functions and GUI controls. Finalised reversion feature so UNDO WORKS! Moved shows cache update to file menu. Altered buttons logic to prevent preview of nothing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Data Center Audit

    Data Center Audit

    Web Based Data Center Configuration Management Database

    ...DCA allows you to view details and availability status for data center equipment based on: - Network TCP/IP address - Host (or device) name - Model type and name - Operating System - Network Adapter (driver & firmware level) - Switch (port & firmware level) - Storage (port & code level) - Rack location and order DCA includes a Windows and a UNIX/Linux ready distribution, and may be run on a stand-alone system, or as part of an existing web infrastructure
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    CD-R eRRoR coRRectoR

    Error correction program for CD, based on 16-bit Solomon-Reed code.

    rrenc - reads all of files which are to be written into XCD, computes an array of redundant data (usual 16-bit Solomon-Reed code) and prepares paramfile for mode2cdmaker; rrdec - reads all of files (including redundant data) from XCD and writes them to your hard disk, computes the contents of damaged sectors and insert them into proper places. Sequel of: http://forum.doom9.org/showthread.php?t=93048 http://forum.sharereactor.ru/showthread.php?t=59777
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    FlagSync
    FlagSync is a synchronization and backup tool, which allows you to synchronize or backup your files with local folders (or an extern harddrive or flashdrive) and FTP-Servers, as well as synchronize your non-iPod MP3-Player with iTunes. The source code is currently hosted at http://github.com/flagbug/FlagSync
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Hash Codes
    Program can hash data from keyboard, file or CD/DVD by Adler32, CRC32, CRC64, GOST, HAVAL, MD2, MD4, MD5, MD6, SHA-0, SHA-1, SHA-1-IME, SHA-224, SHA-256, SHA-384, SHA-512, RIPEMD-128, RIPEMD-160, RIPEMD-256, RIPEMD-320, TIGER or Whirlpool algorithm.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 22
    SlinkE is a highly elastic distributed cloud computing environment. All source code is included in all of the products. Our goal in making it open source is to allow others to contribute to the project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Dynamic tree of Java objects encapsulates hard-drive and Jar/Zip files (and their inner files) and Java objects all the same way. Create new ways of communication as executable Jar files, like a paint program that creates/uses paint programs as tools
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Codex
    A simple C++ library to code/decode data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    DROID
    ... [2013-01-24] The binary download of the latest version of DROID has now been moved to The National Archives website: http://www.nationalarchives.gov.uk/information-management/projects-and-work/droid.htm The source code for the latest version of DROID remains available via Github: http://digital-preservation.github.com/droid/ [2012-09-07] DROID 6.1 has been released. New project hosting for the project can be found on GitHub: http://digital-preservation.github.com/droid/
    Downloads: 8 This Week
    Last Update:
    See Project