Compliant and Reliable File Transfers Backed by Top Security Certifications
Cerberus FTP Server delivers SOC 2 Type II certified security and FIPS 140-2 validated encryption.
Stop relying on non-certified, legacy file transfer tools that creak under the weight of modern security demands. Get full audit trails, advanced access controls and more supported by an award-winning team of experts. Start your free 25-day trial today.
Start Free Trial
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.
lf is a command-line tool to list files in a terse format, sorted by file extensions. Sorts by the user's locale, or by ASCII, and has many options to control its behavior.
The sample code shows how to use the getopt() function to parse the command-line options in a C or C++ program. Options may have no argument at all, or have one or more arguments.
spdict is a library of dictionary algorithms written in C++. It has support for sorted array, binary search tree, red-black tree, skip list, and balanced tree algorithms. Also include a cache class.
The Distributed Real-time Embedded Analysis Method (DREAM) is a tool and method for the real-time verification and performance estimation of distributed real-time embedded (DRE) systems. Publications: http://www.ics.uci.edu/~gabe/publications.html.
ChIPOTle 2.0 is a user friendly tool for performing peak detection in ChIP-chip signal. The tool also has functions for probe sorting, signal normalization, replication merging, and multiple correction testing in a windows interface or *nix commandline.
The objective is to create a Unix style commandline tool, capable of distributing independent operations of a trivially parallel process over each processor in a Symmetric multiprocessing machine in effort to expedite job completion.
CSSTidy is a program that optimises, formats and fixes CSS code. It is both available as executeable file (written in C++) and as script for webpages (written in PHP). CSSTidy is currently maintained at: https://github.com/Cerdic/CSSTidy
The FrameCode.NET project is a collection of articles and sample code in all kinds of programming languages that point out hints, tips, tricks, samples, and much more. Articles are community driven and are provided by the public!
This project is created to permit the usage of a more-stable, easy to use MaNGOS object-oriented Massively Multiplayer Online Role-Playing Game Server (MMORPGS). It doesn't include unreviewed changes, so it may look more feature-less than MaNGOS.
Client-Server tool for keeping softwares up-to-date. The server provides infos on updates and the updated files, while the client retrieves them. It is meant to be easy to embed in other software, but can also work as a standalone program or daemon.
Calculates cyclomatic and the NPATH complexity measures. It reads the coverage information produced by GCC and determines the complexity of all functions.
Simple Plain Xml Parser (spxml) is a stream-oriented XML parser that supports pull-model and DOM-model XML parsing.Resulting DOM trees can be read, modified, and saved.
Fiona is a tool to automatically analyze the interactional behavior of a given oWFN. It provides two techniques: it checks for the controllability of the given net by computing the interactiong graph and it calculates the operating guideline for the net.
The Introspector enables the programming tools that deal with source code such as the compiler to communicate in a standard and neutral manner reducing the accidental cost of programming. http://github.com/h4ck3rm1k3/
Machine learning toolkit for unsupervised and semi-supervised clustering that demonstrates excellent results on real-world data (see Bekkerman et al. ICML-2005 and ECML-2006).
PyDbgExt is a WinDbg extention which support use Python script in WinDbg commandline. Through this extention, we can call some predefine Python script to control the debug session, or directly evaluate expression or call other method.
suite of commandline tools.. useful for those using unconventional methods(e.g. inputting data into a mysql database via a 20mb sql file dumped by phpmyadmin)
as at now:
mysqltool
Commentary is intended to be an easy-to-use, easy-to-expand comment extractor that can be made to work with any language supporting block comments. Output is XML, so your final documentation can conform to any stylistic standards you require.
cite-effect helps understand, validate and refactor programs through static analysis. After building a database, it reports variable's accesses within call tree(s), in a text format suitable for integration into editors (like jEdit or Emacs).