Secure remote access solution to your private network, in the cloud or on-prem.
Deliver secure remote access with OpenVPN.
OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
Get started — no credit card required.
Turn Your Content into Interactive Magic - For Free
From Canva to Slides, Desmos to YouTube, Lumio works with the tech tools you are already using.
Transform anything you share into an engaging digital experience - for free. Instantly convert your PDFs, slides, and files into dynamic, interactive sessions with built-in collaboration tools, activities, and real-time assessment. From teaching to training to team building, make every presentation unforgettable. Used by millions for education, business, and professional development.
This is a python implementation that handles floating points correctly,there are still some bugs but I'm working on it . The point was to work around some stuff that made no sense for floats,like 0.1+0.2 == 0.3 is false.
Sales CRM and Pipeline Management Software | Pipedrive
The easy and effective CRM for closing deals
Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
Software tool (NEURON, Python, C++) based on the multi-agent Bee algorithm and aiming at multi-parametric optimization.
2 versions :
- Link with NEURON (need download and install NEURON and NEURON-python)
- Autonomous, with two types of neurones (Izhikevich and hodgkin huxley)
Boodler is a tool for creating soundscapes -- continuous, infinitely varying streams of sound.
** Migrated to Github: https://github.com/erkyrath/boodler
CLIG - Command Line Interface Generator Clig is a code generator for several programming languages that allows you easy creation of command line parsers. Including a GUI and Command Line tool.
It's the year 2345 and humankind is colonizing planets in far-off star systems, but faster-than-light travel is a proven impossibility. Your goal is to establish a colony on an unknown Earth-like world and not just explore and survive, but thrive.
Teng is a general purpose templating engine written in C++ (i.e. library). It is also available as Python module or PHP extension. The main idea of teng is to strictly separate application logic from presentation layer. Widely used on dynamic web sites.
Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.
Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights. Click to perfect your product now.
Codepage Converter - Convert HTML/Text files to different encoding formats e.g. ANSI to UTF-8 or Unicode. Convert multiple files with 1 click. Works with all encodings.
* The issue with UTF-8 has now been fixed.
iCamp is a research and development project funded by the European Commission. The project aims at creating an infrastructure for collaboration and networking in Higher Education across systems.
Easily convert audio and video files in PHP with this easy to use module. Supports all major audio and video formats. Great for video or audio hosting sites.
An append only database manager in the style of dbm. It has both a C and a Python interface and is ACID compliant. Internally it uses an immutable B+ Tree. (Being append only doesn't mean that you can't replace records or delete keys).
Collection of simple expandable C# (.net 2.0) learning tools for children and handicaped people. The package includes example pictures from openclipart and german spoken sounds for spelling. .NET 2.0 or higher NEEDED! Working on a nicer/enhanced vers
XUProxy is an extensible multi-protocol proxy based on the Twisted framework. It supports multiple protocol plugins (currently only HTTP), and multiple "filter" plugins for things like logging, caching, and Proxomitron-compatible ad filtering.
SamChanEd is a command line tool to organize channels list on Samsung TV. Currently it supports only analog channels on C series of TV sets. TV icon by http://cemagraphics.deviantart.com/
VISPA is a novel development environment for high energy physics analyses, based on a combination of graphical and textual steering. The main goal of VISPA is to support users in prototyping, performing, and verifying a data analysis of any complexity.
"""
E-Cell's source code repository has moved to GitHub!
https://github.com/ecell
The development of E-Cell now continues on GitHub.
The Subversion repository was abandoned.
"""
E-Cell System is an object-oriented software suite for modeling, simulation, and analysis of large scale complex systems such as biological cells. It allows many components driven by multiple algorithms with different timescales to coexist in a model.
"JSBSim Python Bindings" is a Python wrapper around the open source flight dynamics model JSBSim (http://jsbsim.sourceforge.net/). It allows to use most of the JSBSim C++ API from the Python programming language.
xml2txt is a text formatter for XMl in the same way the FO is a PDF formatter. It uses python to convert an XML document to well-formatted text, wtih borders, indents, and tables.
PyChecker is a static analysis tool for finding bugs in Python source code. It finds problems that are typically caught by a compiler for less dynamic languages, like C and C++. It is similar to lint.