Showing 87 open source projects for "observer"

View related business solutions
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
  • The Secure Workspace for Remote Work Icon
    The Secure Workspace for Remote Work

    Venn isolates and protects work from any personal use on the same computer, whether BYO or company issued.

    Venn is a secure workspace for remote work that isolates and protects work from any personal use on the same computer. Work lives in a secure local enclave that is company controlled, where all data is encrypted and access is managed. Within the enclave – visually indicated by the Blue Border around these applications – business activity is walled off from anything that happens on the personal side. As a result, work and personal uses can now safely coexist on the same computer.
  • 1
    Happy Java Library

    Happy Java Library

    Multilock, Collections, Controllers, Delegates, Generators, Streams

    Helps to develop and test event-based multi-threaded Java application. Because of method called as API-Evolution the Happy Java Library is fully downward compatible. The library contains following functionality: MultiLock, Parallel loops, Collections, Controllers, Generators, Delegates, Streams.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    React Performance Devtool

    React Performance Devtool

    A browser developer tool extension to inspect performance

    ..., measures are updated and logged to the console. To use this devtool extension, you'll need to register an observer in your app which will observe a collection of data (performance measures) over time. Registering an observer hooks an object containing information about the events and performance measures of React components to the window object, which can then be accessed inside the inspected window using eval().
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3

    Tri a Bulles avec visualisation

    Une variante de tri à bulle avec visualisation

    L'objectif de ce code est de montrer utilité du design pattern "Observer" dans la simplification du code et pour permettre de séparer les responsabilités entre les différentes classes. Dans cet exemple, la tâche "tri" est séparée de la tâche "visualisation".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Volunteer workshift scheduler

    Volunteer workshift scheduler for a helpline service

    Code written in Python finds the best possible schedule for volunteers while incorporating constrains and special requirements using CP-SAT Solver (Constraint Programming - boolean SATisfiability problem Solver). Java version is in development. The problem Arranging volunteers for a helpline service for the period of one month. There are three types of work that could be done on the same day: Phone shift: Every day. Chat shift: Mondays and Wednesdays. Observer shift...
    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
    A program that generates PLD (Programmable Logic Device) programming tables & LFSR/BIBLO (Linear Feedback Shift Register/Built In Logic Block Observer) signature for a function given by the user.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    ASCOMSatelliteTrack

    Use ASCOM compatible motorized equatorial mounts to track satellites.

    The program has 3 distinct parts: -Zarya_test: test the mount for ASCOM driver compliance with ASCOM standard. This first step allows to detect and fix noncompliances to the standard. Done only once for a particular mount. -Zarya_ephem: automatically downloads the TLE from the Web (need to be less than 24h old), then from the observer specified location on earth, calculates the satellite trajectory in the sky for the location. Calculate side of pier, RA and DEC rates for a smooth tracking...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Wobserver

    Wobserver

    Web based metrics, monitoring, and observer

    Web based metrics, monitoring, and observer. Drop-in monitoring though web interface. Metrics endpoint (/metrics) for system monitoring. (Default: Prometheus) Monitoring automation through JSON API. Node management and discovery behind firewalls and load balancers. Easy to extend. Add custom metrics and pages for your project, just by adding them in the config. Just 3 lines of code to add pages/metrics for your library when users have :wobserver installed. Wobserver does not support being...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    zibaldone

    zibaldone

    c++/java library for thread support and other useful stuff

    Description zibaldone is a c++/java library for multithread programming. Currently zibaldone provides the following functionalities: => a class named "Thread" that (likewise what happens in Java) is to be inherited to create user thread. => event communications management between threads (design pattern observer) => socket support class (both PF_LOCAL and AF_INET on Linux, AF_INET on windows) => Serial port communication support class => Timer objects => Logging...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    libnova

    Celestial Mechanics Engine

    libnova is a general purpose, double precision, celestial mechanics, astrometry and astrodynamics library.
    Leader badge
    Downloads: 37 This Week
    Last Update:
    See Project
  • An All-in-One EMR Exclusively for Therapy and Rehab. Icon
    An All-in-One EMR Exclusively for Therapy and Rehab.

    Electronic Medical Records Software

    Managing your therapy and rehab practice is a time-consuming process. You spend hours on paperwork, billing, scheduling, and more. Raintree’s Therapy & Rehab EHR is here to help you manage your practice more efficiently. With our all-in-one solution, you’ll get the tools you need to streamline your therapy and rehab practice, improve patient care, and get back to doing what you love.
  • 10
    Reactive Extensions for JavaScript

    Reactive Extensions for JavaScript

    An API for asynchronous programming with observable streams

    An API for asynchronous programming with observable streams. The Observer pattern done right. ReactiveX is a combination of the best ideas from. The Observer pattern, the Iterator pattern, and functional programming. ReactiveX is everywhere, and it's meant for everything. Available for idiomatic Java, Scala, C#, C++, Clojure, JavaScript, Python, Groovy, JRuby, and others. Embrace ReactiveX's asynchronicity, enabling concurrency and implementation independence. Manipulate UI events and API...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Lazy Load Remastered

    Lazy Load Remastered

    Vanilla JavaScript plugin for lazyloading images

    Lazy Load delays loading of images in long web pages. Images outside of viewport will not be loaded before user scrolls to them. This is opposite of image preloading. This is a modern vanilla JavaScript version of the original Lazy Load plugin. It uses Intersection Observer API to observe when the image enters the browsers viewport. Original code was inspired by YUI ImageLoader utility by Matt Mlinac. New version loans heavily from a blog post by Dean Hume. By default Lazy Load assumes the URL...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Qoogle Search Engine

    Qoogle Search Engine

    Search Engines such as Google and Excite, while wonderful, introduce something called 'observer bias'. What this means is - based on the perspectives and beliefs of the programmers, there are inbuilt limitations to Google in the types of information it can retrieve and the results it can display. Qoogle is a personalized version of Google, now regarded as a verb, 'to search on the internet'. Qoogle is a personalized web search service which resides on the local machine of those running...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Aprog
    Small general-purpose Java library. Examples are provided in JUnit tests and demo projects. Compatible with NetBeans and Eclipse.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    SilentTrust

    A cooperative game of trust and communication

    Silent Trust is a 2 player game in which one player plays an immobile "Observer" and the other plays a blind "Rover". Both players are stuck in a building as a result of some kind of disaster or accident; the observer trapped inside and unable to leave on his own and the rover rendered blind yet able to move freely. The Observer must guide the rover through the building relying on blueprints of the building's floor plan using only coded vibrations sent through the game controller which Rover...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Gemr
    wxWidget Framework : items / serialization / undo-redo / RTTI Frame Item / observer observalbe
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Easy development of stereoscopic OpenGL applications. Supports anaglyph, side by side, horizontal split and quad buffer stereo and setup of the projection matrices for the frustums of left and right eye that are necessary for stereoscopic rendering. Version 2 added support for a freely located observer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Blood Bank

    Blood Bank

    A BloodBank Administration Software

    This networked(LAN) software is made as an IT solution for a blood bank to support the day-to-day actions. The software is coded using Java language and the UI is implemented with JavaFX. Please concern that this software is developed mainly for educational purpose.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19

    JSMVC

    Javascript MVC Single Page App Framework

    A simple minimalistic MVC framework for JavaScript. Utilizing Routing, Views, Models, Controllers, Entities, Observer pattern, Two way Binding, Require.js and Templates. The current project is zipped from VS 2013. This is version one and will be going through several eveloutions. This is a working prototype provided you have an adventure works DB setup. Can be changed in web config. If you wish to use my azure web sites adventure works db, you may contact me and I may set you up access...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    wview is a unix application for weather stations. It archives weather data from the station. Generates full html web sites with graphics. ftp/ssh export capability. MySQL/PostgreSQL archiving. International. Weather alarms. Data feed. RSS feed.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 21

    Java ThreadPool

    Simple java threadpool

    Java ThreadPool is a java framework which gives the user the possibility to execute a divided problem into a finite number of subproblems, execute each subproblems in an asynchronous way and combine the result of each subproblem in a final result for the initial problem. The division of the problem into subproblems and the combining the subproblems' results into a result for the initial problem, is the user responsability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This is an implementation of the Model-View-Controller (MVC) and the Observer patterns for the PyGTK2 graphic toolkit. See the project Homepage for further information.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23

    CDRCalculator

    Cup Disc Ratio Calculator

    ... of the cup and disc with a blue and green line respectively. The software automatically calculates and displays the vertical and horizontal CDR. We are currently evaluating the inter-observer & intra-observer variation using the CDRCalculator to measure the CDR.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Snarl extension Process observer

    Notifies when selected process(es) is (are) started or terminated

    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    TcpChannel

    A simple, non-blocking, NIO-based, TCP socket API for Java

    TcpChannel is a simple, small API to allow processes to communicate using TCP sockets based on NIO implementations. The API presents the communication between processes using an observer pattern for handling received messages and an asynchronous send method for sending. Generally, writing NIO socket handling is non-trivial. TcpChannel exists to let Java developers write processes that communicate with each other using a simple send and receive pattern.
    Downloads: 0 This Week
    Last Update:
    See Project