New customers can spin up VMs, build with AI, and query data at no cost.
Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
Start Free
Build Securely on Azure with Proven Frameworks
Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
This is an opensource project for the calculation of the mathematical constant Pi. If you are a mathematician or programer please contribute ideas or code for this project. Non professionals are also welcome to contribute.
A data parallel scientific programming model. Compiles efficiently to different platforms like distributed memory (MPI), shared memory multi-processor (pthreads), Cell BE processor, Nvidia Cuda, SIMD vectorization (SSE, Altivec), and sequential C++ code.
Device independend source code of Fuzzy logic expert system. Reads FCL (fuzzy control language). Sourcecode in C++. Example program is tested with Linux, should also work with Windows or other operating systems. Without a graphical user interface.
ActiveGrid is an Enterprise Web 2.0 solution that allows the composition of code-free applications that comply with corporate IT standards. Technologies include Python, Java, XForm, Xpath, WSDL, CSS, XML Schema (XSD), XACML, and BPEL.
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.
OctaveMPI, a port code of MatlabMPI, this is a release for octave, tested under Linux, using octave-forge(use v.2006.01.28) packages. Use it in a Cluster for distributed computing under Octave. Is really easy to use!. AnibalVY, anibalvy@gmail<NOSPAM>.com
MPI implementation using PHP, project still under development... This will give you a speed-up if your code relies alot on bandwidth(eg: crawling the web), i think its useless if your program doesnt require internet.
The NFS/RDMA project is a reference implementation of a new RDMA-capable ONC RPC transport for use by Linux kernel NFS. This transport implementation is now available as part of the Linux kernel. The code is also available separately under a dual GPL/BSD
Java Fuzzy Editor is a basic editor to allow creation of fuzzy based rules. It will save to serveral formats including to source code in several languages.
UPDATE: Chromium is no longer updated or maintained. The project is frozen.
Chromium is a flexible framework for scalable real-time rendering on clusters of workstations, derived from the Stanford WireGL project code base.
Transform your applications and workflows into powerful agentic systems at global scale.
Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
Moving to google code: http://yaci.googlecode.com Yet Another Cluster Installer) is a lightweight system tool used to reliably and quickly install large-scale (and small-scale) Linux clusters. It supports RedHat 7.3, 9 for i686, and RHEL3 and R
A light weigth high performance cluster server to link several Java machines into one logical unit. Medusa does not compete with J2EE servers but allows clustering of standard Java code for fail-over, redundancy and processing power.
General purpose client/server python execution code. This code allows a server to serve a list of python codes to clients for execution. The client then sends the result (literally the value of the variable converted to a string) back to the server.
Java package containing architecture to distribute CPU intensive processing tasks across the internet. A generic client will be capable of running any task the server provides it, automatically updating the code it runs.
Jtrix is a technology to allow code to be mobile, adaptive, distributed and scalable. Please see http://www.jtrix.org for much more documentation and info.
The FreeBIOS project aims to provide a replacement for any computer's firmware, and support advanced or custom features and configurations. Initial code supports Intel-based only, but other processors and chipsets will be supported.
Queue is a load-balancing system popular in the 2000s that lets users control their remote jobs in an intuitive, transparent and nearly seamless way. Development versions feature job migration with and without kernel support. GNU Queue continues to be downloaded despite being decommissioned by the FSF in favor of the newer GNU Parallel project. Older versions of the code are archived here on Sourceforge and some later versions on GNU Savannah.
XRooms-ng is a project to produce the ultimate in desktop mayhem - heirarchical window clustering, with each room under its own window manager. This piece of anarchy is a code fork from the (deceased) xrooms-1.57.0 source.
P-Suite is project for building robust, fast, cluster computing programs. Code is still in pre-alpha stage. Needed developers and home-page makers. Mailto: diazjimenez@ctv.es
Hedera provides common interfaces for popular group communications packages like JGroups, Appia, and Spread. Hedera allows applications to switch easily between group communications without code changes and with minimal reconfiguration.
Raku package for DSL shared utilities and grammar roles.
This repository provides a Raku package for shared utilities and (grammar) roles in the package context "DSL::".
("DSL" stands for "Domains Specific Language".)
The initial versions of the code in this repository can be found in the GitHub repository [AAr1].
## Utilities
One of the reasons for making this package is to encapsulate and easily share utilities for making DSL translators.
Here are "the first wave" utilities:
Modify token patterns to include fuzzy matching
Merge two or more roles into one
## Roles
Another reason for making this package is to encapsulate and easily share grammar roles for making DSL translators.
...