Showing 16 open source projects for "soncpp-src-0.5.0"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    Routing Component

    Routing Component

    Maps an HTTP request to a set of configuration variables

    ...On PHP 7, where attributes are not available, you can use annotations instead, provided by the Doctrine Annotations library. This configuration tells Symfony to look for routes defined as annotations in any PHP class stored in the src/Controller/ directory.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Particle Firmware for the Electron, P1

    Particle Firmware for the Electron, P1

    Device OS (Firmware) for particle devices

    ...Make sure you can use it from the terminal window. The entire Particle firmware is contained in this repository. The main user code sits in the application.cpp file under firmware/user/src/ folder. Unless you know what you are doing, refrain from making changes to any other files. After you are done editing the files, you can rebuild the repository by running the make command in the firmware/main/ directory. If you have made changes to any of the other directories, make automatically determines which files need to be rebuilt and builds them for you.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    DragonOS_Pi64

    DragonOS_Pi64

    SDR Focused Distribution for the Raspberry Pi

    ...DragonOS Pi64 is an out-of-the-box aarch64 Raspberry Pi (Debian 13) based operating system for anyone interested in software defined radios. All source installed software is located in the /usr/src directory while the remaining software was installed by package managers. Should support: HackRF RTLSDR Airspy LimeSDR Ettus/USRP BladeRF Yardstick One SDRPlay Ubertooth PlutoSDR AntSDR And other SDRs, Hardware, etc.
    Leader badge
    Downloads: 362 This Week
    Last Update:
    See Project
  • 4
    Denise

    Denise

    C64/Amiga emulator with shader and runAhead

    ...Denise supports SuperCPU, Final Chesscard, REU, GeoRam, EasyFlash, EasyFlash³, Gmod2, Retro Replay, Action Replay, Final Cartridge, Light Guns/Pens, GunStick, Mouse 1351, Mouse Neos, Paddles, fast loaders such as ProfDOS, PrologicDOS, DolphinDOS, ProSpeed 1571, Turbo Trans, 1571, 1581, drag'n'drop and command line support. GIT repo: https://bitbucket.org/piciji/denise/src/master
    Leader badge
    Downloads: 203 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 5
    myFP2ESP32-Dev WiFi ASCOM Focuser

    myFP2ESP32-Dev WiFi ASCOM Focuser

    ASCOM-INDI ESP32-Dev Wifi focuser

    An ESP32-Dev WiFi focuser. DIY or PCB designs. (c) Robert Brown 2014-2025, Holger M, 2019-2021. All rights reserved. Code or portions of code may not be copied or used without appropriate credit given to authors. Spreadsheet to calculate what stepper motor to use. https://sourceforge.net/projects/arduinoascomfocuserpro2diy/files/Documentation/Nema-Stepper-Motors.xlsx/download Spreadsheets to calculate...
    Leader badge
    Downloads: 37 This Week
    Last Update:
    See Project
  • 6
    hello.js

    hello.js

    API library for connecting with OAuth2 services

    ...Compiled source, which combines all of the modules, can be obtained from GitHub, and source files can be found in Source. The Bower package shall install the aforementioned "/src" and "/dist" directories. The "/src" directory provides individual modules which can be packaged as desired. If a network string is provided: A consent window to authenticate with that network will be initiated. Else if no network is provided a prompt to select one of the networks will open. A callback will be executed if the user authenticates and or cancels the authentication flow.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    Nuance

    An uneducated try to resurrect and modernize the Nuance NUON emulator

    Unfortunately the author of the original project (Mike Perry) passed away a long time ago, but it seems like nobody picked up this piece of history and so there is no NUON emulator to be found anywhere except for his Nuance 0.5.1 release from 2007. The source code of 0.5.0 (or is it actually 0.5.1??) was later-on released by his family via http://www.dragonshadow.com/-/downloads/NuanceExperimental.zip By now, emulation was improved a lot with many games now working almost correctly (except for "random" endless loops that still occur in the emulated code due to whacky audio syncing) in the new 0.6.X release. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    UpxShell v6.03
    EN If you have a new version of upx, rename it to UPX_vx.xx.exe and copying it to the folder UPXShell-src\Upx\ All the keys of the BDR are deleted when uninstalling. ================================================================================================================ FR Si une nouvelle version d'upx existe renommez la en UPX_vx.xx.exe et copiez la dans le dossier UPXShell-src\Upx\ Toutes les clés de la BDR sont supprimées lors de la désinstallation.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 9
    NetHelp
    NetHelp is an end-user remote help system, based on existing protocols, designed to work in complex environments with a minimal configuration. New development is hosted on https://bitbucket.org/wawanbreton/nethelp/src
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    How to Make a Computer Operating System

    How to Make a Computer Operating System

    How to Make a Computer Operating System in C++

    A practical guide and GitHub-hosted project by Samy Pesse that walks you through building a very simple UNIX-based operating system in C++, designed to boot, launch a userland shell, and remain extensible. It’s more than a proof of concept—it’s meant to be functional and educational. All the system source code will be stored in the src directory. Each step will contain links to the different related files. This course is open to contributions, feel free to signal errors with issues or directly correct the errors with pull-requests.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    dasm430

    dasm430

    A disassembler and a simulator for the MSP430 CPU

    ...Linux users will have to compile their own binaries. Instructions for compilation are included in README.txt. A Qt-based GUI is available for sim430. Binaries only for OS X, for now. Source files can be found in src/qt folder.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Windows Genuine Advantage Remover

    Remove/uninstall Windows Genuine Advantage

    ...This operation is legit and supported by Microsoft http://support.microsoft.com/kb/921914/en-us ------------------------------------------------------------- In the src package you can also find a simple fake WGA that can be used to test the Windows Genuine Avantage Remover
    Downloads: 7 This Week
    Last Update:
    See Project
  • 13
    RS-232 Data Logger
    Allows you to redirect all communication data from RS232 compliant serial port device into a text file for further analysis. RS232 Data Logger redirects data from any available serial port/ports and works under Virtual Machine.
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 14
    LIME (Less-is-More) is parallel/concurrent programming environment based on C. Internally, it uses XML technology to describe tasks and their dependencies. Externally, it offers the ANSI C99 programming as well as a set of visually-oriented interfaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Software repository of the hack://src project. Includes security related software for crypto, vulnerability/patch notification & management, and ultra low level system access for stealth forensics & intrusion detection or malware removal.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 16
    <img src=http://www.ifrance.com/divisionX/JOE-LOGO.BMP align=left><div><b>JOE</b> -<i>Java Optimization Engine</i>- provides an easy way to optimize programmatically Java applications. <b>JOE</b> is an Ant optional task (like XDoclet or JavaCC).</div><br
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next