No hidden charges. No surprise bills. Cancel anytime.
Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
Start Free
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.
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.
...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 sourcecode 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.
...
Yahoo Group Archiver was a command line utility to interact with Yahoo Groups. 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...
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).
Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
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.
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
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 sourcecode is currently hosted at http://github.com/flagbug/FlagSync
...
[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 sourcecode 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/
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
MyHook is a low resource, fast, reliable, key logger, with open sourcecode.
After 7 years and 30,000 downloads, we have decided to move this project to GitHub.
Please visit us here: https://github.com/danamodio/myhook
Java HTML/XML Compressor is a very small, fast and easy to use library that compresses given HTML or XML source by removing extra whitespaces, comments and other unneeded characters without breaking the content structure.
CAKE is built for Delphi, it's a common interface for 5-6 components related to compression, that means, you can use single code to command all those components, providing open, extract, add, test, convert, find and script loading support.
OpenDark is a free simplification of 'dark'. It's the first open BWT-DC compressor, which has a simple code, high speed and compression ratio. And it's waiting for your ideas! :)
The OSDaB Project is a collection of useful C++ and Qt code snippets, tips, tricks and whatever could be useful for software developers. Code is released under the terms of the GNU GPL version 2 or later (or other open source licenses where stated).
Plugins for Maven 1.x (http://maven.apache.org/maven-1.x/) - manage all aspects of your project (tests, docs, distribution) from a single project descriptor! This project provides plugins that are not bundled with Maven due to differing licenses.
Code Repository is a Win32 tool to store and organize code snippets from any programming languages. Organized by languages and user-defined items (such as category, return value and type of code). It also support syntax highlighting and attachments.
PHP Code Snippet Library.
PHP-CSL is designed to let you store all your favourite code snippets, functions and classes. Visit www.php-csl.com for the latest info.
...Permite consutar los códigos disponibles, además, permite que los usuarios puedan incorporar los suyos propios. Hasta el momento solo soporta C++, Delphi y Visual Basic. -It Is a sourcecode store!!!!
!IMPORTANT!
BROWSEMONKEY HAS MOVED TO GITHUB. The version available here on Sourceforge is outdated and will likely not work, and only the sourcecode has been left for reference. Get the latest version at
https://github.com/shukriadams/browsemonkey
BrowseMonkey is simple : an offline directory browser. It allows you to store a directory tree structure (in Xml format), and browse that data. It´s useful for cataloging the contents of your CDRs, backup tapes or remote drives.
A web-based WYSIWYG editor and website managing software that does NOT use the Rich Text Editor (RTE). Written in PHP, MySQL, and JavaScript, this software is designed to complement the personal and professional web developers gamit of backend tools.
JPackIt is a Java application for packaging a Java project into single executable package (such as jar, class or exe) containing all java application resources (code, images, properties, etc.) and referenced libraries.
SFV.net is a sfv (Simple File Verificator) file creator and validator application. All code written by vb.net and requires .net framework for run or compile
Numerically estimate an efficiency of code construction algorithms. Randomly generate n binary words of length m with minimum Hamming distance d and create a prefix code (= retrieval tree) from them. Based on PhD work.