Showing 40 open source projects for "reflect c++"

View related business solutions
  • Small Business HR Management Software Icon
    Small Business HR Management Software

    Get a unified timekeeping, scheduling, payroll, HR and benefits portal with WorkforceHub.

    WorkforceHub is the instantly useful, delightfully simple to use, small business solution for tracking time, scheduling and hiring. It scales as your business grows while delivering the mission-critical features an organization needs. It is tailored to, built for, and priced for small business employers.
  • Vivantio IT Service Management Icon
    Vivantio IT Service Management

    Your service operation isn’t one-size-fits all, so your IT service management solution shouldn’t be either

    The Vivantio Platform allows you to focus on the IT service management tools that make sense for your organization’s unique service model: from incident, problem and change requests, to service requests, client knowledge and asset management
  • 1
    Zen Browser

    Zen Browser

    Experience tranquillity while browsing the web

    Experience tranquillity while browsing the web without people tracking you. Beautifully designed, privacy-focused, and packed with features. We care about your experience, not your data. With Zen's Theme Store, you can customize your browsing experience to reflect your unique style and preferences. Choose from a wide array of themes, colors, and layouts to make Zen truly your own, transforming your browser into a personalized digital space. Zen thrives on the contributions of its vibrant...
    Downloads: 56 This Week
    Last Update:
    See Project
  • 2
    Dynamic Data

    Dynamic Data

    Reactive collections based on Rx.Net

    Rx is extremely powerful but out of the box provides nothing to assist with managing collections. In most applications, there is a need to update the collections dynamically. Typically a collection is loaded and after the initial load, asynchronous updates are received. The original collection will need to reflect these changes. In simple scenarios the code is simple. However, typical applications are much more complicated and may apply a filter, transform the original dto and apply a sort...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    Glslang

    Glslang

    Khronos-reference front end for GLSL/ESSL, partial front end for HLSL

    To use the standalone binary form, execute glslangValidator, and it will print a usage statement. Basic operation is to give it a file containing a shader, and it will print out warnings/errors and optionally an AST. Instead of building manually, you can also download the binaries for your platform directly from the master-tot release on GitHub. Those binaries are automatically uploaded by the build bots after successful testing and they always reflect the current top of the tree of the master...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Coverlet

    Coverlet

    Cross platform code coverage for .NET

    Coverlet is a cross-platform code coverage framework for .NET, with support for line, branch and method coverage. It works with .NET Framework on Windows and .NET Core on all supported platforms. Coverlet documentation reflect the current repository state of the features, not the released ones. Check the changelog to understand if the documented feature you want to use has been officially released. Coverlet is integrated into the Visual Studio Test Platform as a data collector. Coverlet also...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Make Your Observability Stack Effortless Icon
    Make Your Observability Stack Effortless

    For Software Engineers, DevOps, Data Architects, and IT Leaders

    The progression to modern application stacks and microservices architectures has resulted in orders of magnitude more logs, metrics, events, and traces. Like gravity, data attracts more data, making it increasingly difficult to move and process as it accumulates over time. More than ever, there is a need to be able to stream-process, filter, mask, transform, aggregate, analyze, and route that data to various data tier destinations optimized for specific usage.
  • 5
    Silk.NET

    Silk.NET

    About The high-speed OpenGL, OpenCL bindings library

    Spruce up your games and applications with cross-platform 3D graphics, audio, compute and haptics. Fast, free, cross-platform. With an efficient bindings regeneration mechanism, we are committed to ensuring our bindings reflect the latest specifications with monthly updates generated straight from the upstream sources. In addition to providing high-speed, direct, and transparent bindings, we provide high-level utilities and wrappers to maximize productivity in common workloads such as platform...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Tugeny

    Tugeny

    Tugeny is a tournament organization software.

    ... provides statistics for finished tournaments. As a special feature, a simulation can be run to determine and find ways to improve the quality of a tournament bracket or the delay of a schedule. This feature tackles the problem that in tournaments it often happens that a team’s achieved place does not properly reflect its level of play compared to the handful of teams above and below it. Tugeny was developed for the sport Jugger but should be usable for any kind of tournament.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 7
    * To cite this dataset refer to http://dx.doi.org/10.12785/ijcds/130177 Mazari, A. C., & Kheddar, H. (2023). "Deep Learning-based Analysis of Algerian Dialect Dataset Targeted Hate Speech, Offensive Language and Cyberbullying." IJCDS, 13(1). * Due to the nature of this Dataset, comments contain offensiveness and hate speech. This does not reflect author values, however the aim is to providing a resource to help in detecting and preventing spread of such harmful...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Zabbix-HDD

    Zabbix-HDD

    Zabbix extension that reports various HDD status using various tools

    This extension uses not only smartctl (smartmontools) but other available tools to determine the existance of an HDD and as much as possible of its status. As a Zabbix "auto-discovery" process, these results can reflect changes in available HDD in near-to-real-time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Objective Function Analysis

    An alternative to neural nets for machine learning.

    ... in the probability subspace formed by the perceptions and responses. Stated another way, in response to its perceptions, an entity evaluates every possible value of the OF in the subspace defined by the n perceptions and m responses and chooses the response which maximizes the OF. Eventually the randomly seeded MD-PDF changes to reflect the mathematical properties embodied in the OF. OFA is demonstrated through several simulations maintained in this repository. Contact phgphd@yahoo.com.
    Downloads: 0 This Week
    Last Update:
    See Project
  • PMG Low-Code Automation Platform Icon
    PMG Low-Code Automation Platform

    For companies of all sizes interested in a low-code and digital process automation platform

    PMG is a low-code software platform that allows users to configure automation solutions and business applications to drive digital transformation initiatives. From streamlining business processes through automation, to integrating existing systems and filling in point solution functionality gaps, to delivering a collaborative workspace and unified user experience – PMG’s low-code platform does it all without coding. Business users as well as IT resources are empowered to configure, deploy, and maintain solutions that meet their company’s specific needs.
  • 10

    GaiaDR2_binarySearch

    C code that finds binaries in the Gaia DR2 data.

    In general, one can compile the C programs in this project with the cmpld script. NOTE: The file locations of both the original WDS and Gaia DR2 data and the subsequent reformatted data reflect their location on my computer. You'll need to change these locations to reflect where they are on your computer. You also need to download, unpack, and incorporate the includeFiles.tgz into the #include listings at the start of each program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    RTTR

    RTTR

    C++ Reflection Library

    RTTR stands for Run Time Type Reflection. It describes the ability of a computer program to introspect and modify an object at runtime. It is also the name of the library itself, which is written in C++ and released as open source library. The goal of this project is to provide an easy and intuitive way to use reflection in C++.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    Command Line GUI

    Parser and GUI libraries for command line programs; Robocopy included

    Moved to https://github.com/zijianhuang/commandlinegui in June 2018. Command Line GUI includes a command line arguments parser library Fonlow.CommandLineGui.Core.dll for constructing .NET command line programs with complex arguments. You define a data model class decorated with some attributes for represeting arguments. The core library will parse the commaline arguments and populate the Plain Old CLR Object which is the router of the functionality of your command line program. And the...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    SINVAS

    SINVAS

    Software Engineering Full Life Cycle Support Tool

    SINVAS is a software engineering platform tool to support Full Life Cycle of software development, and is composed of five products. SINVAS acquires Traceability, recyclability and visibility of software development. It will help greatly to the improvement of productivity and product quality. If you send various proposals, functions and bugs of SINVAS to us, we will reflect in the ongoing product development. SINVAS Product Introduction 1) SINVAS REQ - Requirement Management...
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    SINVAS UML

    SINVAS UML

    UML Modeling Tool for MDD-based Analysis/Design

    SINVAS is a software engineering platform tool to support Full Life Cycle of software development, and is composed of five products. SINVAS acquires Traceability, recyclability and visibility of software development. It will help greatly to the improvement of productivity and product quality. If you send various proposals, functions and bugs of SINVAS to us, we will reflect in the ongoing product development. SINVAS Product Introduction 1) SINVAS REQ - Requirement Management...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    SINVAS REQ

    SINVAS REQ

    Requirements Management Tool

    SINVAS is a software engineering platform tool to support Full Life Cycle of software development, and is composed of five products. SINVAS acquires Traceability, recyclability and visibility of software development. It will help greatly to the improvement of productivity and product quality. If you send various proposals, functions and bugs of SINVAS to us, we will reflect in the ongoing product development. SINVAS Product Introduction 1) SINVAS REQ - Requirement Management...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    SINVAS DEV

    SINVAS DEV

    Integrated Development Tool

    SINVAS is a software engineering platform tool to support Full Life Cycle of software development, and is composed of five products. SINVAS acquires Traceability, recyclability and visibility of software development. It will help greatly to the improvement of productivity and product quality. If you send various proposals, functions and bugs of SINVAS to us, we will reflect in the ongoing product development. SINVAS Product Introduction 1) SINVAS REQ - Requirement Management...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    SINVAS TEST

    SINVAS TEST

    Software Automation Testing Tool

    SINVAS is a software engineering platform tool to support Full Life Cycle of software development, and is composed of five products. SINVAS acquires Traceability, recyclability and visibility of software development. It will help greatly to the improvement of productivity and product quality. If you send various proposals, functions and bugs of SINVAS to us, we will reflect in the ongoing product development. SINVAS Product Introduction 1) SINVAS REQ - Requirement Management...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    PlexyDesk

    PlexyDesk

    Open Source Productivity App

    Say Hello to PlexyDesk, the most advanced desktop manage for Mac, Linux, and windows, seamlessly integrating with the native desktop shell to manage your task, time, and productivity like never before. We are Working hard to release PlexyDesk 1.0, so stay tuned. for more product updates by subscribing to. Please note that the current downloads are very old and does not reflect the state plexydesk 1.0. Thank you, PlexyDesk Team.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    BONDA3D Designer

    BONDA3D Designer

    3D Contents Moding Tool

    ... for modifying objects such as merge, subtract, intersect, etc. ­- Display algorithm to observe the relations with cost, volume, area and model. If you send various proposals and bugs about BONDA3D to us, we will reflect them in the ongoing product development. Thank you for your continuous interest and encouragement.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    AsioExpress

    Application framework for the boost asio library.

    NOTICE: This project has transitioned to a new project called asapp that is better formatted to reflect standard C++ libraries. AsioExpress is a framework for developing applications using the boost asio library. It has everything you need to quickly get an asio based application up and running so that you can focus on the application logic and not the asio plumbing. AsioExpress provides a number of classes to extend the feature set of asio. It strives to fit alongside the asio library...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    C# ResIL Wrapper

    C# wrapper for the ResIL Image Engine.

    A code wrapper written in C# for the ResIL Image Library providing useful access to ResIL functions. Includes an image object to store relevant images and perform tasks with and on them. Uses a slightly modified version of ResIL 1.8.3 (https://sourceforge.net/projects/resil/) Based on this project for general structure. http://www.mastropaolo.com/devildotnet/ This project is incomplete. I've only implemented the things I needed at the time. I will be adding to it eventually.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    steam-sim

    An accurate, scalable, and energy-aware simulator for WSNs

    STEAM-Sim establishes a hardware/software/network co-simulation of wireless sensor networks. Original C code is used in simulation. The code is natively executed by the cpu where the simulation is run. The time annotation engine annotates the C source code used for simulation with the timing information as if the code is run on a microcontroller. The annotation process is fully automated. Hardware models are developed using the PAWiS framework and reflect the timing, functionality...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Reflect is an image viewer for Linux that provides only basic features while minimizing bloat and user effort. The interface is simple, driven by intuitive keyboard commands. Reflect performs well even on an old (300 Mhz) computer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    WM Hyperintensities Segmentation Toolbox

    WM Hyperintensities Segmentation Toolbox

    Open Source White Matter Hyperintensities Segmentation Toolbox

    Wisconsin White Matter Hyperintensity Segmentation [W2MHS] and Quantification Toolbox is an open source MatLab toolbox designed for detecting and quantifying White Matter Hyperintensities (WMH) in Alzheimer’s and aging related neurological disorders. WMHs arise as bright regions on T2- weighted FLAIR images. They reflect comorbid neural injury or cerebral vascular disease burden. Their precise detection is of interest in Alzheimer’s disease (AD) with regard to its prognosis. Our toolbox...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    NReflect is a library to provide an extremly simple way to get a description of all types of an assembly.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next