Open Source Linux Symmetric Multiprocessing (SMP) Software - Page 2

Symmetric Multiprocessing (SMP) Software for Linux

View 0 business solutions
  • The Voice API that just works | Twilio Icon
    The Voice API that just works | Twilio

    Build a scalable voice experience with the API that's connecting millions around the world.

    With Twilio Voice, you can build unique phone call experiences with one API, to create, receive, control and monitor calls with just a few lines of code. Create an engaging voice experience that you can quickly scale and modify with a wide array of customization options and resources.
  • ConnectWise Cybersecurity Management for MSPs Icon
    ConnectWise Cybersecurity Management for MSPs

    Software and support solutions to protect your clients’ critical business assets

    ConnectWise SIEM (formerly Perch) offers threat detection and response backed by an in-house Security Operations Center (SOC). Defend against business email compromise, account takeovers, and see beyond your network traffic. Our team of threat analysts does all the tedium for you, eliminating the noise and sending only identified and verified treats to action on. Built with multi-tenancy, ConnectWise SIEM helps you keep clients safe with the best threat intel on the market.
  • 1
    The primary aim of this project is to develop a full featured Microblaze simulator . The project is develloped only in C , then it can be easely ported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    PARASOL

    PARASOL is a C library for implementing computer-system simulations.

    PARASOL is a C library for implementing simulations of computer systems. It supports a simulated, user-configured, multiprocessor environment on which user-written software (in C or C++) is executed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Generic packet visualization tool for generating flow diagrams from formatted logs. Can be used for cache coherency diagrams, software interaction diagrams or to plot network communications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    - Plattform: amd64 and nvidia GeForce with shaders - Goal: Assembler with object-orientated paradigma with the ability of massive parallel calculation - Has its own bootloader and its own rudimentary os with a ncurse like editor
    Downloads: 0 This Week
    Last Update:
    See Project
  • Holistically view your business data within a single solution. Icon
    Holistically view your business data within a single solution.

    For IT service providers and MSPs that need a data platform to manage their processes

    BrightGauge, a ConnectWise solution, was started in 2011 to fill a missing need in the small-to-medium IT Services industry: a better way to manage data and provide the value of work to clients. BrightGauge Software allows you to display all of your important business metrics in one place through the use of gauges, dashboards, and client reports. Used by more than 1,800 companies worldwide, BrightGauge integrates with popular business solutions on the market, like ConnectWise, Continuum, Webroot, QuickBooks, Datto, IT Glue, Zendesk, Harvest, Smileback, and so many more. Dig deeper into your data by adding, subtracting, multiplying, and dividing one metric against another. BrightGauge automatically computes these formulas for you. Want to show your prospects how quick you are to respond to tickets? Show off your data with embeddable gauges on public sites.
  • 5
    PyMW is a Python module for parallel master-worker computing in a variety of environments. With the PyMW module, users can write a single program that scales from multicore machines to global computing platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Relacy is a framework for agent-oriented programming in C++. Agents are autonomous objects, they interact fully asynchronously with messages. Relacy provides means for defining user agents and messages, as well as runtime system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Rozkład temperatury w pomieszczeniach

    Symulacja procesów cieplnych zachodzących w pomieszczeniach

    Program tworzony w ramach przedmiotu "Projekt Grupowy" na Politechnice Gdańskiej. Skład: inż. Adam Banaś inż. Maciej Gajdzica inż. Adam Lasota inż. Damian Pawlus inż. Włodzimierz Kaoka Opiekun projektu: mgr inż. Piotr Fiertek Celem projektu jest stworzenie środowiska symulacyjnego dla procesów termicznych zachodzących w pomieszczeniach. Integralną jego częścią jest implementacja algorytmów obliczeniowych na procesorach graficznych GPU przy użyciu standardów CUDA oraz OpenCL. Innymi ważnymi elementami są graficzna wizualizacja wyników z wykorzystaniem biblioteki graficznej OpenGL oraz stworzenie interfejsu użytkownika umożliwiającego zmianę parametrów symulacji.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    SQS is a project assigned to remote management of computer systems. It provides a means by which a user may control the task queue on a remote computer. The system is flexible and easy to use, configure, and install. It includes secure data transfers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    WOOP(c) is an Open-Source Software Architecture.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Let your volunteer coordinators do their best work. Icon
    Let your volunteer coordinators do their best work.

    For non-profit organizations requiring a software solution to keep track of volunteers

    Stop messing with tools that aren’t designed to amplify volunteer programs. With VolunteerMatters, it’s a delight to manage everything in one place.
  • 10
    Yamit - Scalable, Portable and High Performance POSIX complaint OS. Microkernel based Operating System designed for tightly or loosely coupled multiprocessor hardware.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    OSlash is a c++ framework for developing decentralized cloud computing services. It includes a programming environment and virtual machine for assembling networks of processing nodes coordinate their operations through message passing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    parexec

    Execute multiple commands in parallel and display output with ncurses

    Usage: parexec NUMTHREADS where NUMTHREADS is the number of commands you want to execute in parallel The commands are read from stdin. Empty lines are ignored. Lines containing a single `-' instruct parexec to wait until all previous commands have finished before starting to execute further commands. When sending a SIGINT to parexec (usually done when you hit CTRL-C) it will wait for currently running processes, but if they are done parexec will exit ignoring all the following commands. When sending a SIGQUIT to parexec (usually done when you hit CTRL-\) or by sending SIGTERM to parexec (e.g. with kill parexec_pid) it will terminate the running processes immediately and exit. After the start of parexec your shell window will be split up horizontally into NUMTHREADS sections. Each section containing the output of one command (which will scroll away as your command writes too much) and a status bar.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    prll

    A utility for parallelizing the execution of shell functions.

    PRLL HAS MOVED TO GITHUB https://github.com/exzombie/prll A utility for parallelizing the execution of shell functions. Focuses on convenience in interactive use, but is just as usable in shell scripts. Put your multicore to good use, or combine prll with ssh to create an instant cluster.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The pycurry project is targeted for handling concurrency issues within the Python programming language. It also contains a (almost) fully functional 'Design by Contract' implementation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    xSTreamC is a streaming language developed by STMicroelectronics to support the mapping of data intensive streaming applications on distributed multiprocessor SoCs. A compiler and a simulation library are provided.
    Downloads: 0 This Week
    Last Update:
    See Project