Search Results for "software auth program" - Page 5

Showing 615 open source projects for "software auth program"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 1
    ansvif

    ansvif

    An advanced cross platform fuzzing framework suited to find code bugs.

    ansvif, or A Not So Very Intelligent Fuzzer, suited to find bugs in code by throwing garbage arguments, files, and environment variables at the target program, that you may or may not have the source code to. It supports many features, such as buffer size, randomization of the buffer size, random data injection, templates, and much more. The purpose of this project is to identify bugs in software, specifically bugs that can induce a segmentation fault under various conditions. This aids security researchers in writing buffer overflows, input validation vulnerabilities, as well as helping one audit code for general logic mistakes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    winsys

    winsys

    Software installer of a helpful program list and more...

    Software installer of a helpful program list, able to do changes on system configuration, updates, execute improves, fixes, executing actions to blow of mouse click. Windows 10 x64 specific. Very dangerous app in any points, if you don't know where you are touching or how to fix it, don't do it. For testing and knowledge purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    DoseInHumanBody

    DoseInHumanBody

    Patient dose from medical X-ray and other sources

    DHPRE software uses Geant4 simulation toolkit for computing organ doses, effective dose and lifetime atributable cancer risk for humans exposed to external radiation field. It is mainly used for patients undergoing X-ray examinations such as radiography, mammography, dental panoramic and CT but can be used for any kind of radiations. INTERFACE is a small program to compute the correction to dosimeter reading when used in conditions other than the calibration ones. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    launchUnelevated

    Launch a Windows program un-elevated (i.e. without admin rights)

    Downloads: 0 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 5
    gatelib

    gatelib

    A multiplatform library to program in C++ like in an hi-level language

    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Advanced Volume Control

    Advanced Volume Control

    Control the Computer sound with your Smartphone!

    This application only works on Windows 10 The Android app is currently unavailable and will be reworked in the future! You need Winrar or a similar program to unzip the .zip file you download here. You can get Winrar here: https://www.win-rar.com/predownload.html?&f=wrar550.exe&spV=true&subD=true&L=0 Credits: Developed by Marcel Römer Software marcelroemersoftware@gmail.com Logo made by Smashicons https://www.flaticon.com/authors/smashicons
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    DMCC Logger for Avaya

    The DMCCLogger uses DMCC API to record calls for Avaya CM

    The Avaya DMCC Logger (DMCCLogger) is a server program that uses Avaya DMCC API to implement call recording for Avaya Aura Communication Manager. DMCCLogger supports Multiple Registration (MR) and Single Step Conference (SSC) recording methods. DMCCLogger receives RTP streams from Avaya Aura CM directly and converts the RTP data to WAV or MP3 file using conversion tool such as ffmpeg.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Dragme

    Dragme

    A visual-based IDE for C language uses block drag and drop technology

    Dragme IDE is an IDE for C language for whom who want to learn coding, i.e. It is beneficial to Engineering College or Computer Science Students. It is popular among teenagers who want to learn Coding. It is not created only for Students. It can be used by professionals too. It has Playground where Student can learn coding with playing with blocks. It also has Codeground, which is a source code editor, where industry professionals can write and run their own limitless source code. For...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9

    pegplusplus

    A PEG parser library for C++

    This library implements PEG (Parsing Expression Grammar) parsers, which can be embedded in a C++ program. The grammars are built and interpreted at run time, without an intermediate code generation stage. It tries to mimic as closely as possible the functionality and style of Ian Piumarta's LEG compiler. LEG grammars can be translated easily and almost mechanically. Actions and semantic predicates can be written directly in the grammar, using lambdas. C++11 or later is required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 10
    libQtShadowsocks

    libQtShadowsocks

    A lightweight and ultra-fast shadowsocks library written in C++14

    libQtShadowsocks is a lightweight shadowsocks library. Written in C++ using Qt 5 framework and Botan library, it aims to provide a developer-friendly shadowsocks library for Qt applications such as shadowsocks-qt5. The sub-project shadowsocks-libqss utilises this library. You may wish to check the code to see how to integrate libQtShadowsocks into your project. shadowsocks-libqss can also be used as a standalone program on both the local-side and server-side.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11

    FXwm

    A minimistic Linux window manager with css style config

    Our take on a basic window manager for Linux which adheres to the philosophy of "do one thing and do it well." As a result, this window manager only manages windows and does not provide any supervision at all. Instead it relies on another program, such as wbar or web.de, to actually provide that functionality. And in order to keep administration to a minimum, there is only one config file that can be manipulated to change the appearance of the window chrome using css styled syntax.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    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: 2 This Week
    Last Update:
    See Project
  • 13

    Mission Control / Emcee

    Windows "Expose" w/ "Mission Control" like piles

    Version 1.3 compiles from VS 2017 community (the free version) with the C++ standard set to the older one ... the code hasn't been modified to the newer standards. Version 1.2 includes support for folks who were having a problem compiling the program in VS 2013 because the code referenced a feature available in the 2015 SDK but not the one default with 2013. The Emcee.Shareware.zip file contains an open-source release of the commercial Emcee Software program. This version supports Windows 10 (both desktop and "modern" apps), loads of configuration controls (including customizable hot key and hot corner activations), multiple desktops, etc., etc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    bugst

    Do you want to implement your new program analysis quicky? Use bugst!

    Bugst is a collection of C++ libraries whose main goal is to shorten development time of experimental tools which are necessary for evaluation of a new program analysis method. Bugst is therefore targeted to students and researchers to support their research by quick development of experiments. The second important goal of Bugst is improving scalability of its libraries to programs used in practice, since experiments performed on such programs usually give solid experimental evidence of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    CCruncher

    CCruncher

    Open-Source Project for Credit Risk Modeling

    CCruncher is a project for quantifying portfolio credit risk using the copula approach. It is a framework consisting of two elements: a technical document that explains the theory, and a software program that implements it. CCruncher evaluates the portfolio credit risk by sampling the portfolio loss distribution and computing the Expected Loss (EL), Value at Risk (VaR) and Expected Shortfall (ES) statistics. The portfolio losses are obtained simulating the default times of obligors and simulating the EADs and LGDs of their assets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Mouse Clicker for Windows

    Automate mouse clicks on Windows supporting list of clicks

    ...You can add a series of mouse move and clicks and then run them for as many times as you want. You can save mouse clicks and then schedule to run it. Auto clicker runs very fast. It is one of the fastest auto clicker software currently in the market. This auto clicker program helps end-user to click fast, and use mouse from my keyboard in Windows, make mouse click automatically, can do butterfly clicking.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    chemfiles

    chemfiles

    Modern library for chemistry file reading and writing

    Chemfiles is a modern and high-quality library for reading and writing trajectory files created by computational chemistry simulations program. These trajectories contains atomic positions, velocities, names, topology and sometimes more. Running simulations produce enormous amounts of data, which has to be post-processed to extract physical information about the simulated system. Chemfiles provides an interface to access this information which is - unified: the same code will work with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Throttling port forwarder

    A port forwarder that allows limiting the data rate

    This interactive program forwards all incoming connections to a given host and port. The data rate per connection can be limited or inhibited completely. Individual connections or all connections can be terminated. This is useful for testing the behavior of software under slow network conditions. The program uses the Qt library and has been tested on Windows and Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    FullFun

    FullFun

    A software package for fullerenes and their functionalized derivatives

    ...The code can be compiled and executed on Linux, Mac OS X and Windows (via DOS) operating systems. The bkcage program for general purposes of generation, identification and nomenclature of fullerene structures. It can print out all all kinds of topological information. The CSIOpt program predicts the most stable isomers of charged fullerenes and endohedral metallofullerenes. The XSIOpt program predicts the most stable addition patterns for a given endohedral fullerene C2nX2m. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Artistic Style Wx

    Artistic Style Wx

    A GUI test program for Artistic Style using the wxWidgets C++ library.

    A GUI test program for Artistic Style using the wxWidgets C++ library. There are downloads in the Files section and a website at the link below. Website: http://astyle.sf.net/astylewx/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21

    JILRuntime/JewelScript

    An object-oriented script language to embed in any application

    A general purpose, object-oriented script language that compiles into code for a register based virtual machine. The language is quite similar to object-oriented high-level languages like Java and C#. The library is entirely self-sufficient and ANSI C compliant. It's main purpose is to be embedded in any application to allow automation of that application through scripting. An integrated C++ binding code generator allows you to create bindings for your application's classes in seconds....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    rDock

    rDock

    A Fast, OpenSource Program for Docking Ligands to Proteins and N.Acids

    ...Thanks to its design and implementation, it can be installed on a computation cluster and deployed on an unlimited number of CPUs, allowing HTVS campaigns to be carried out in a matter of days. The rDock program was developed from 1998 to 2006 by the software team at RiboTargets (subsequently Vernalis (R&D) Ltd). In 2006, the software was licensed to the University of York for maintenance and distribution. In 2012, Vernalis and the University of York agreed to release the program as Open Source software.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 23
    OGapp

    OGapp

    Open Gapp - Keep your notes fast and safe

    ...And (if you think it's the case) do not hesitate to recommend the program to your friends.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    PIP

    Useful crossplatform library for distributed systems

    Platform-Independent Primitives. Contain string, thread, timer, file, config file, serial port, ethernet (UDP, TCP, broadcast, multicast), protocol, multiprotocol, peer, console, variable, struct, evaluator, system monitor (Linux only), CLI (command-line interface) parser. Package include library that you can build with 'qmake' or 'CMake' and test program in 'main.cpp'. Online documentation: http://ppip.sourceforge.net/doc/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    GPU DeClicker

    GPU DeClicker

    This program removes clicks, pops and bitrots from audio files

    There is a one common problem in capturing audio from old vinyl disks. Many of the disks have scratches that impose needles to make little jumps producing short sharp noises named 'click'. My project's aim was to create a free software which able to remove this kind of noise from audio files produced by capturing vinyl disk. Also the application is able to remove some other kinds of short sharp noises like 'bitrots'. The program can detect start positions and lengths of clicks and replaces the damaged samples with interpolated ones automatically. Win 10 users can add the app from Wondows Store.
    Downloads: 5 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB