Showing 1576 open source projects for "computing"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 1
    CReST

    CReST

    CReST: The Cloud Research Simulation Toolkit

    The Cloud Research Simulation Toolkit (CReST) is a cloud computing simulation platform written in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    RainforestCluster

    Dynamically manage Amazon EC2 clusters

    RainforestCluster is an Amazon EC2 python program that manages and load-balances dynamic clusters to allow for maximum workflow flexibility and speed at minimal cost. It enables one to quickly and cheaply create dynamic compute clusters in the cloud, which can then run computational pipelines generically. It is also able to optimize the use of spot instances - idle computers in Amazon's cloud that are available at drastically reduced cost (5x-10x cheaper) - but can be terminated at any...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    ghos

    Generic Heterogeneous Operating System - Prototype

    GHOS is an operating system for heterogeneous platforms GHOS-P is our prototype/simulation that we used a proof of concept in our master thesis for the master degree in Embedded Computing of University of Turku Finland You want to try it ? Just launch "launcher.py" :) Oh and by the way you must install jsonpickle: https://pypi.python.org/pypi/jsonpickle
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    kernel_smoother

    Binned Kernel Density Estimate via FFTW

    The library implements multivariate kernel density estimates via fast fourier transform from http://www.fftw.org/ The main code is used for constructing jet templates for computing data-driven jet substructure estimate for QCD backgrounds.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    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.
    Try it Free
  • 5
    An easy-to-use simulator for decentralized distributed scheduling in Clusters, Grids, and Cloud ecosystem MaGate 2.0 is now available from github! https://github.com/huangye177/magate
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A parallel system simulator kernel that support ultra-large scale computer system simulation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    proposing a simulation system for modeling Cloud computing environments and performance evaluation of different resource scheduling policies and algorithms; focusing on simulation of scheduling in IaaS layer where related, performance evaluation of workload models and Cloud provisioning algorithms in a repeatable man- ner under different configurations and requirements is difficult. There is still lack of tools that enable developers to compare different resource scheduling algorithms in IaaS regarding both computing servers and user workloads. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Ganglia Job Monarch

    Batch system monitoring and archiving

    Job Monarch is an addon to the Ganglia Monitoring System that provides batch job monitoring and archiving plus a graphical overview of clusters and assorted batch systems. Fully supported batch system: Torque, PBS and SLURM. Experimental: LSF, SGE
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Fast Matrix for Java

    General purpose matrix utilities for Java in Parallel Computing

    Fast Matrix for Java (fm4j) is a general-purpose matrix utility library for computing with dense matrices. fm4j encapsulated different underlying implementations and select the optimal one in run-time depending on the size of the input matrix. Moreover, fm4j employs Java (Tm) Concurrency to take advantage of the computation power of multi-cor processors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS 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.
    Download Now
  • 10
    PynDora

    PynDora

    Python WebServer Log File Analyzer

    This is a web log file analyzer we are making using python. First the IIS parsing engine wil be built and then Apache and possibly other servers. It is going to support multiple log files from any date and output the statistics in html formatted files, incorporating automatically build charts. It will be a pure python solution which is going to be self contained, ie no installation will be required other from the standard python modules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    The sequence alignment task in MAGI (magi.ucsd.edu) is based on the miRanda algorithm, but we redesign the miRanda algorithm on GPU by taking its advantages of massively parallel computing and extra high memory bandwidth using using NVIDIA’s Compute Unified Device Architecture (CUDA). The CUDA-miRanda implementation is a fast microRNA target identification algorithm that aligns short nucleotide sequences (i.e., < 32 nucleotides) against longer reference sequences (e.g., 20k nucleotides). It has the ability to report multiple alignments and the corresponding traceback sequences for any given query-reference pair with up to 166x speedup on 4 GPUs compared to regular CPUs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    MonDemand is a high performance monitoring and instrumentation library. Development of this project has moved to https://github.com/mondemand/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    PWDTK.NET

    .NET Secure Password Hashing API

    This API uses the PBKDF2 specification with HMACSHA512 as the underlying pseudo random function (PRF) to perform the salted hashing over a specified number of instances to eliminate the feasibility of rainbow table attacks & drive up the computing cost of generating said tables, this is known as key stretching. This API also provides the capability to create BIG crypto random salt strings, because the BIGGER & more RANDOM your salt, the better! (anti-rainbow tables) I was going to use Microsofts Rfc2898DeriveBytes(cb) implementation but after learning that it is using HMACSHA1 as the underlying PRF, I decided to modernise this & implement PBKDF2 with HMACSHA512 instead (Stronger against GPUs) Get binaries here but for source code please use the PWDTK.NET repo on GitHub which you can clone from here: https://github.com/Thashiznets/PWDTK.NET.git Please consider donating (5th button above) if you find PWDTK.NET useful! ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    ANDS-funded QUT Projects

    Creation of a metadata store & high quality research data descriptions

    ...The ANDS/QUT RDA Gold Standard Record Exemplars project aims to produce a number of gold standard records for RDA, as well as a report with recommendations and a return on investment assessment. Concurrently, QUT Library and the High Performance Computing and Research Support team are working to develop a fully integrated data registry system which automates the collection of data from related University process systems. This will ensure that high quality metadata records describing research datasets can be created. Source code and software arising from the projects will be displayed here.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Tools for Open Reconfigurable Computing. A C++ framework for FPGA tool research and development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Nature
    ...The primary goal of the project is to deliver the open source that provides the foundation for potentially complex CFD solutions capable of carrying computing in the distributed environment and particularly the Cloud computing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    GENIE (GEne-geNe IntEraction)

    GPU based Parallel Gene-Gene Interaction Analysis

    ...Most of the latest Central Processing Units (CPUs) have multiple cores, whereas Graphics Processing Units (GPUs) also have hundreds of cores and have been recently used to implement faster scientific software. However, currently there are no genetic analysis software packages that allow users to fully utilize the computing power of these multi-core devices for genetic interaction analysis for binary traits. Here we present a novel software package GENIE, which utilizes the power of multiple GPU or CPU processor cores to parallelize the interaction analysis. Citation: Chikkagoudar, S., Wang, K., & Li, M. (2011). GENIE: a software package for gene-gene interaction analysis in genetic association studies using multiple GPU or CPU cores. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    roses

    roses

    The roses project is a C programming language and OpenGL tutorial.

    The roses project is C programming language and OpenGL API programming tutorial for linux and unix based systems designed to be educational and creative, and most of all fun, for anyone wanting to learn more about computers and computing in general.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    BonjourGrid is a meta-desktop grid (DG) middleware able to federate multiple instances of Boinc/Condor/Xtremweb DG middleware. It constructs, dynamically and in a decentralized fashion, a Computing Element when a user needs to run an application.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Ergatis is a web-based utility used to create, run, and monitor reusable computational analysis pipelines, utilizing the Workflow engine. It contains pre-built components for common bioinformatics analysis tasks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Mpaxs

    Mpaxs

    Transparent Local and Remote Parallelization for Java

    Mpaxs provides a simple abstraction for executing Callables and Runnables either locally within the same Virtual Machine, on the same host via RMI, or on remote machines, also via RMI. It supports launching of new compute hosts via an extensible API, currently featuring local compute host launching and grid compute host launching using the DRMAA API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Primecoin

    First Cryptocurrency with Scientific Computing Proof-of-Work (Prime)

    Continue on Satoshi Nakamoto's groundbreaking pioneering work of Bitcoin, project primecoin designs and implements the first scientific computing energy-multiuse cryptocurrency.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A suite of software tools written in Java for authoring and delivery of IMS standard-compliant learning objects. *** This site only contains the source code. For the binaries go to http://www.reload.ac.uk ***
    Downloads: 5 This Week
    Last Update:
    See Project
  • 24
    The OCIL Interpreter is a standalone Java GUI implementation that demonstrates how an OCIL document can be evaluated. It guides the end user in completing questionnaires (one question at a time), viewing and computing results.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Phoenix Cluster Project
    Phoenix Cluster Project is an open cluster architecture. It is built using Gentoo Linux with RootFS shared between all nodes of the cluster. The main components are: Torque/Maui, Network Raid, Ganglia, LAMP Platform, KVM and GLSL for GPGPU.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo