Learn how to protect your Microsoft 365 data, with simple, actionable tips today.
Watch this on-demand demo series and learn how to protect your Microsoft 365 data with clear, simple, actionable steps that are easy to implement for businesses of all sizes.
Watch Demo Series
MongoDB Atlas runs apps anywhere
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Serialization + persistance : in a few lines of code, compress and annotate Python objects into SQLite; then later retrieve them chronologically by keywords without any SQL. Most useful "standard" module for a database to store schema-less data.
This is a tidy lightweight library implementing a series of C++ Design Patterns, aiming to be simple, clean and portable. This library is made to help C++ programmers to develop projects with clearer and more compact sourcecode.
Don't hard-code data-structures for Artificial Intelligence (AI). Evolve them (and control flow) as cycles of arrays in arrays with size constraints based on other array sizes (at specific index) in terms of range, multiply, exponent, or permutation. No working code yet. Whats there now is an extension of GigaLineCompile which would become part of Human AI Net, but there are other projects to finish before I can come back to this one.
Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform.
Geographic restrictions, eligibility, and terms apply.
Provide metrics calculation and dependency analyzer plugin for the Eclipse platform. Measure metrics with avg and std deviation and detect cycles in package and type dependencies. Continuation of work from http://sourceforge.net/projects/metrics.
CalDAV sync for Android
----
Stopped working on it. Doesn't make any sense to spend more time on it; I recommend e.g. DAVdroid as an opensource and ready-to-use solution on clientside.
----
For code look at:
https://github.com/e7o-de/android.caldav
This project is a conversion of AATrade (written using PHP) to a Java based architecture. The project is based upon similar projects such as BNT, NGS, Trade Wars 2000 and Ultimate Universe. Web-Based browser solution first followed by a client tool.
A C++ written console application which allows to "log" a Poker game intelligently, i.e. the program also leads the players through the game. The Code can also be used as a basement for further projects, like a poker-bot etc.
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.
That project aims at providing tools and code to be used in C++ projects that use CppUnit and/or trac, to be able to include them easily in CruiseControl.
An Interactive Fiction Player written for Java Virtual Machine. It implements the Z-machine and Glulx specifications and can be used either standalone or as an applet. The Z-Code/Glulx interpreter runs adventures made by Infocom and contemporary Inte
MoCo is an open source, cost-effective, network-centric, industrial strength monitoring and control system that is scalable from small projects to world-wide network, which will run on all major platforms.
Abstracts developers from SQL syntax, with methods that return Strings to pass on to JDBC, thus allowing compile-time checking for, many, otherwise run-time bugs. e.g. stmt.executeQuery(SqlWrapper.selectId(ordersTable, customerColumn, "John Smith")
JetBench: An Open Source Real-time Multiprocessor Benchmark. The application is designed to be platform independent by avoiding target specific libraries and hardware counters and timers.
Another useful extension to JetBench is done by Haitao Mei under the supervision of Prof. Andy Wellings. The author has resolved many issues in the original code. I would suggest all to please have a look at:
https://sourceforge.net/projects/mpbenchmark/
...The main reason to create the serMyAdmin was the lack of a GUI for OpenSER/OpenSIPS. The OpenSIPS control panel fulfill this need and it is not wise to maintain two GUI projects. Our team will support the opensips-cp initiative to avoid splitting the community between two open sourceprojects for OpenSIPS GUI. I would like to say thanks to all the people that in some way contributed with the project. The svn code is available to anyone who wants to maintain the project.
Most of our development efforts are now focused in a new commercial product based on OpenSIPS called SIP Pulse, completely rewritten in Java and Glassfish www.sippulse.com supporting pre and post paid users with billing and reseller portal.
Maven2 plugin for building Force.com projects. The plugin supports installation of Force.com artifacts into a Salesforce organization. Currently supported artifacts include S-Controls, Apex Code and Visualforce pages.
taken from the ssh library and enhanced to accept stdin, set dimensions and create a animation. a library that can be used for enhancing the existing randomart code and experiment with its parameters. should educate other security related projects
phpAnnotations provides Annotations support similar to Java or C# in your PHP projects. Annotations gives you the ability to add meta information/configuration to your classes by readable at runtime using reflections.
Version 0.2 of orphaned pyLAS from google code repository. Now written as both a command line executeable and as a python class for extension/intergration with other projects.
A java based implementation of the ESB (Enterprise Service Bus) using as many open sourceprojects as possible and develop only the glue code to link these different open sourceprojects
Moved to https://sourceforge.net/projects/thelei A code Generator which generate files like RoR based on database schema using user defined javascript file template, support multiple databases
Java port of Mozilla's automatic charset detection algorithm. See... <a href="http://www.mozilla.org/projects/intl/chardet.html"> http://www.mozilla.org/projects/intl/chardet.html </a>for the details of the orginal code and Author.