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
Total Network Visibility for Network Engineers and IT Managers
Network monitoring and troubleshooting is hard. TotalView makes it easy.
This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
LAME is an educational tool to be used for learning about MP3 encoding. The goal of the LAME project is to improve the psycho acoustics, quality and speed of MP3 encoding. Note: we provide source code only!
...Active development and discussion takes place on GitHub and OSGeo Discourse. You can also connect directly with the companies supporting the development.
Source code available on github https://github.com/geonetwork/
Simple script to do backups of a MySQL database with phpmyadmin
...You know how to "export" the database, but you'll like to do it every days/months..., to another server.
This PHP script do the job : it behaves like a user of the export function of PHPMyAdmin.
Download the code, nothing in the "Files" tab of SourceForge.
Create a personalized AI chatbot for each team in minutes
Get better, faster answers for your whole team with an AI chatbot trained on your company documents.
QueryPal is the lifeline your team needs. Our AI chatbot integrates seamlessly with your communication channels, using advanced language understanding to identify and auto-answer repetitive questions — in seconds.
...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.
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).
...
[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/
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.
A Fit-for-Purpose Stakeholder Management Software Solution
For organizations interested in a fit-for-purpose software solution for all aspects of stakeholder engagement
Our Stakeholder Engagement Software gives you the tools you need to build more effective engagement plans, improve relationships with stakeholders and align processes with industry best practices. It provides a single platform for managing all stakeholder engagement activities with additional modules to strengthen all areas of environment, social and governance. The Stakeholder Engagement module centralizes all stakeholder data and keeps it right at your fingertips to simplify day-to-day tasks.
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.
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.
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.
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.
A pure-Java compression library suitable as a drop-in replacement to current native implementations of java.util.zip. Typical scenarios where it is useful are applets, where access to native code is not allowed. It may also be useful on platforms where it
IoBind is a C++ STL compliant library to easily serializing objects to/from string, handle encodings, add encrypion, convert to base64, etc. IoBind uses Meta-Programming to acheive a new way of looking at ostream.
Data Evolution for Java. Finch is a Data Transformation System based on JDBC and other Java blessed specifications. Finch is based on a component task architecture allowing users to create complex data manipulation jobs.
Build System for Java offers an enhanced build environment that ties together deployment instructions, environment configuration and source code as a releaseable entity. A new paradigm for configuration management!
Jaybird is java-language based, source & xml & codebyte class inter-converting tool.
You can write your Envolvable Code with it;
You can make your computer write program itself;
You can run program without compiling time;
You can manage source as data
ARIO is a C++ library for reading and producing archive files, which are commonly used as libraries of relocatable object files. See also ELFIO project.(http://sourceforge.net/projects/elfio)
pgn2pgc converts text Portable Game Notation (PGN) chess files into highly compressed Portable Game Coding (PGC) chess files. This is the only implementation of PGC as described in the PGN standard. Code is also useful for writing chess software.
A human-readable ISC-Licensed implementation of the LZO1X algorithm.
...The main problem with LZO is that it is absolutely not human readable.
People have done crazy stuff to get LZO to run in their language. Usually it implies inline assembly or trying to execute data which actually contains machine code. This is sick. Whoever is responsible for this sorry situation ought to be ashamed.
So I'm going to deobfuscate LZO and provide a ISC implementation of this algorithm in Python and C. In addition, I will provide a textual description of the algorithm so that it can be easily ported to any programming language.
I expect a severe performance degradation, but I leave optimizing for speed to other people.