Showing 40 open source projects for "register"

View related business solutions
  • 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
  • Automated RMM Tools | RMM Software Icon
    Automated RMM Tools | RMM Software

    Proactively monitor, manage, and support client networks with ConnectWise Automate

    Out-of-the-box scripts. Around-the-clock monitoring. Unmatched automation capabilities. Start doing more with less and exceed service delivery expectations.
  • 1
    CKAN

    CKAN

    CKAN is an open-source DMS for powering data hubs

    CKAN is the world’s leading open-source data portal platform. CKAN makes it easy to publish, share and work with data. It's a data management system that provides a powerful platform for cataloging, storing and accessing datasets with a rich front-end, full API (for both data and catalog), visualization tools and more.CKAN is used by national and regional government organizations throughout the European Union, the Americas, Asia, and Oceania to power a variety of official and community data...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    ipytest

    ipytest

    Pytest in IPython notebooks

    ipytest allows you to run Pytest in Jupyter notebooks. ipytest aims to give access to the full pytest experience and to make it easy to transfer tests out of notebooks into separate test files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Graphene-Django

    Graphene-Django

    Integrate GraphQL into your Django project

    Graphene-Django is built on top of Graphene. Graphene-Django provides some additional abstractions that make it easy to add GraphQL functionality to your Django project. First time? We recommend you start with the installation guide to get set up and the basic tutorial. It is worth reading the core graphene docs to familiarize yourself with the basic utilities. Graphene Django has a number of additional features that are designed to make working with Django easy. Our primary focus in this...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Feast

    Feast

    Feature Store for Machine Learning

    Feast (Feature Store) is an open source feature store for machine learning. Feast is the fastest path to manage existing infrastructure to productionize analytic data for model training and online inference. Make features consistently available for training and serving by managing an offline store (to process historical data for scale-out batch scoring or model training), a low-latency online store (to power real-time prediction), and a battle-tested feature server (to serve pre-computed...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cybersecurity Management Software for MSPs Icon
    Cybersecurity Management Software for MSPs

    Secure your clients from cyber threats.

    Define and Deliver Comprehensive Cybersecurity Services. Security threats continue to grow, and your clients are most likely at risk. Small- to medium-sized businesses (SMBs) are targeted by 64% of all cyberattacks, and 62% of them admit lacking in-house expertise to deal with security issues. Now technology solution providers (TSPs) are a prime target. Enter ConnectWise Cybersecurity Management (formerly ConnectWise Fortify) — the advanced cybersecurity solution you need to deliver the managed detection and response protection your clients require. Whether you’re talking to prospects or clients, we provide you with the right insights and data to support your cybersecurity conversation. From client-facing reports to technical guidance, we reduce the noise by guiding you through what’s really needed to demonstrate the value of enhanced strategy.
  • 5
    Core ML Stable Diffusion

    Core ML Stable Diffusion

    Stable Diffusion with Core ML on Apple Silicon

    ... the conversion procedure on the following models and made the Core ML weights publicly available on the Hub. If you would like to convert a version of Stable Diffusion that is not already available on the Hub, please refer to the Converting Models to Core ML. Log in to or register for your Hugging Face account, generate a User Access Token and use this token to set up Hugging Face API access by running huggingface-cli login in a Terminal window.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Qiling

    Qiling

    Qiling Advanced Binary Emulation Framework

    ...-rich Qiling Framework brings reverse and instrument binary to the next level quicker. Additionally, Qiling provides API access to register, memory, filesystem, operating system and debugger. Qiling also provides virtual machine-level API such as save and restore execution state. It combines binary instrumentation and binary emulation into one single framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Misago

    Misago

    Misago is fully featured modern forum application

    Misago aims to be a complete, featured and modern forum solution that has no fear to say 'NO' to common and outdated opinions about how forum software should be made and what it should do. Your users may register accounts, set avatars, change options and edit their profiles. They have the option to reset forgotten passwords. Site admins may require users to confirm validity of their e-mail addresses via e-mail sent activation link, or limit user account activation to administrator action...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    SSD in PyTorch 1.0

    SSD in PyTorch 1.0

    High quality, fast, modular reference implementation of SSD in PyTorch

    ... replace every component with your own code without changing the code base. For example, You can add EfficientNet as the backbone, just add efficient_net.py (ALREADY ADDED) and register it, specific it in the config file, It's done! Smooth and enjoyable training procedure: we save the state of model, optimizer, scheduler, training iter, you can stop your training and resume training exactly from the save point without change your training CMD.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Fairseq

    Fairseq

    Facebook AI Research Sequence-to-Sequence Toolkit written in Python

    Fairseq(-py) is a sequence modeling toolkit that allows researchers and developers to train custom models for translation, summarization, language modeling and other text generation tasks. We provide reference implementations of various sequence modeling papers. Recent work by Microsoft and Google has shown that data parallel training can be made significantly more efficient by sharding the model parameters and optimizer state across data parallel workers. These ideas are encapsulated in the...
    Downloads: 1 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.
  • 10
    Django REST Framework User

    Django REST Framework User

    This Django User Model is customised user model

    This Django User Model is a customized user model keeping in mind the practical need. JWT Support (Using Simple JWT) Mobile Number, single field for full name, REST API to register, REST API to login, MultiModelBackend: User can login using either of mobile, email or username. REST API to login with OTP (Same API endpoint as for OTP Verification; Set is_login: true while sending JSON request). OTP Verification for mobile and email, API to register / login with OTP (no pre-registration required...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    PROPER Optical Propagation Library

    Routines for wavefront propagation in IDL, Matlab, and Python

    ...). It includes a model of a deformable mirror for wavefront control. The routines perform near and far field propagation with automatic selection of propagators. The latest version is v3.3 released on 27 Sept 2024. Please select the "PROPER Updates Notifications" tab to register to be notified when an updated version is posted. Please report any bugs using the Tickets tab.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 12

    avr-dump

    Pretty print wrapper for avr-objdump

    Python wrapper for `avr-objdump` to translate its output and replace raw addresses with explicit special register names whenever appropriate. Also supports output colouring.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 13
    Tartan Systems

    Tartan Systems

    Free Open Source Accounting and Club Systems

    Tartan Systems is a free open source suite of financial, accounting and other programs for businesses and clubs written in python. The modules comprise the following: Asset's Register Book Clubs (Member and Book Register) Booking's Manager (Resorts and B&B's) Bowls Clubs (Lawn Bowls Tabs Draws and Competitions) Bowls Sectional Competitions (Lawn Bowls) Creditor's Ledger (Accounts Payable) Debtor's Ledger (Accounts Receivable) General Ledger (Nominal...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ModbusPal - a Java MODBUS simulator
    ModbusPal is a project to develop a PC-based Modbus simulator. Its goal is to reproduce a realistic environment, with many slaves and animated register values. Almost everything in ModbusPal can be customized and controlled by scripts.
    Leader badge
    Downloads: 163 This Week
    Last Update:
    See Project
  • 15

    World Register of Nations

    Display information about every countries in the world

    World Register of Nations A software coded in Python 3 who display information about every countries in the world Windows : 1) Please install ImageMagick you will find ImageMagick-7.0.8-37-Q16-x64-dll with in this folder. When you install it it's important to let it add ImageMagick to your Windows Path. 2) Run World_Register_GUI.exe Other operating systems : Run it from the source : https://github.com/hamdyaea/World-Register-of-Nations Developer - Author Hamdy...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    BitMask32

    A small tool that makes generating bit masks easy.

    A visual view of a virtual 32-bit register, where you can toggle each bit by clicking on it. The value of the `register` is updated and it can be copied to the clipboard by copy buttons. The window can be set on top so you can switch focus to your editor without losing the window.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    OTPspot

    OTPspot

    Wireless hotspot with OTP captive portal

    Run a captive portal on your raspberry (or any linux box) to allow your guests to register before accessing your Wifi at home. Users will be requested for an OTP code that you can generate on your phone through the Google Authenticator/Authy app. Get rid of captive portal's static username and password, without the need for a complex radius server. OTPspot (since version 2.0) is fully compatible with nodogsplash and can run as a FAS service. In this configuration, nodogsplash will take...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    Multi Whois Client
    Multi Whois is a small whois domain name search program capable of finding bulk domains via a wordlist file or specific domains provided by the user. It's a good way to search for domains that are available to buy. The wordlist format consists of a domain name per line with or without the .dot tld.. Examples below google yahoo foobar Note:Must select a tld from the dropdown box or google.com yahoo.net foobar.guru
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    SocExplorer

    SocExplorer

    SocExplorer, an open source System On Chip testing software/framework.

    SocExplorer is an open source generic System On Chip testing software/framework. We write this software for the development and the validation of our instrument, the Low Frequency Receiver(LFR) for the Solar Orbiter mission. This instrument is based on an actel FPGA hosting a LEON3FT processor and some peripherals. To make it more collaborative, we use a plugin based system, the main executable is SocExplorer then all the functionality are provided by plugins. Like this everybody can provide...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Unified Cluster

    Run bioinformatic task on supercomputers

    The web bases system that allows one user register himself in web interface and run bioinformatic tasks on multiple clusters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A Notepad++ plugin to make plugins in Python (using Python Scripting plugin). A small DLL is used to register the plugin and load a configuration file which specifies Python functions to call when menu items are selected.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 22

    Unit Var

    Automatic Units and Scale calculation in Python

    Doing calculations in a programming language is done without the corresponding units. This is a source of programming mistakes. In the units and in the scale. This class try to solve this issue, buy instead of numbers use a class that contains both: The number in int,float and the units / reciprocate units. A conversion table is integrated, and preloaded with standard units. But you are not limited to those units. You can define the units you want. You can select between manual register...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    CC2

    Cyclos 3.7 port with improved UI and additional reporting app

    ... Commnuity Currencies using CC2 If you have difficulties setting up the CC2 project, you may like to consider Cyclos4 communities - A free online version of Cyclos 4 which requires no technical knowledge or hosting to get up and running. Register here: https://communities.cyclos.org/register/app/form
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    zopoclient

    Scriptable GTK based Python MUD Client

    .... The mud, match objects and defined variables are accessible from any feature. For the more advanced user, the implementation is small and extensible. Specially the gtkmud/mud API is easy to understand. It is thread-safe enabling multiple threads to input data to the target MUD. Also, multiple listeners can register to get all MUD output. See also: https://sourceforge.net/p/zopoclient/wiki/installation/ https://sourceforge.net/p/zopoclient/wiki/scripting/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    rmachine is a register machine simulator (the complexity theory version), programmed in python, complete with a module to be used in your programs and a (PyQt4) GUI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next