Search Results for "libtinyxml2-dev" - Page 25

Showing 1157 open source projects for "libtinyxml2-dev"

View related business solutions
  • Catch Bugs Before Your Customers Do Icon
    Catch Bugs Before Your Customers Do

    Real-time error alerts, performance insights, and anomaly detection across your full stack. Free 30-day trial.

    Move from alert to fix before users notice. AppSignal monitors errors, performance bottlenecks, host health, and uptime—all from one dashboard. Instant notifications on deployments, anomaly triggers for memory spikes or error surges, and seamless log management. Works out of the box with Rails, Django, Express, Phoenix, Next.js, and dozens more. Starts at $23/month with no hidden fees.
    Try AppSignal Free
  • Cut Your Data Warehouse Bill by 54% Icon
    Cut Your Data Warehouse Bill by 54%

    Migrate from Snowflake, Redshift, or Databricks with free tools. No SQL rewrites.

    BigQuery delivers 54% lower TCO with serverless scale and flexible pricing. Free migration tools handle the SQL translation automatically.
    Try Free
  • 1
    Film Dev Timer

    Film Dev Timer

    A program to aid in the processing of black & white photographic film

    Film Dev Timer aids traditional black and white photographers in the developing process of their films. It times each part of the developing process and is customisable to suite the users requirements. Customisations include: Modifying default pre-wash, developer, stop bath, fixer, hypo clearing, final wash and wetting agent times Modifying default agitation plan including initial agitation as well as setting a short agitation that reoccurs every minute.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Le but du jeu est de faire évoluer son personnage, en acquérant de l'expérience et des objets magiques, afin de pouvoir s'aventurer de plus en plus profondément dans les souterrains
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ...Default pins: IR/LED Module IR Out: GPIO 17 | Pin 11 Report to IR Receiver Model Specs LED1 : GPIO 27 | Pin 13 LED2 : GPIO 22 | Pin 15 Rotary Encoder Module: PEC12 A : GPIO23 | Pin 16 PEC12 B : GPIO 24 | Pin 18 PEC12 1 : GPIO 25 | Pin 22 LED1 ON when SCREENSAVER LED2 ON when PLAY Pins can be changed on module "script.xbmc.nuxii" configuration page (located in Service category) MicroSD cards should be expanded after installation. Win:Use Win32Disk Imager to burn img file to your microSD card. Unix: Use dd command [syntax dd if=/path/to/img of=/dev/sdx (adapt to your microSD device)]
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    budō

    budō

    A dev server for rapid prototyping

    budo is a developer-focused local development server built on top of Browserify, optimized for rapid JavaScript prototyping. It automatically bundles source files and serves them through a lightweight local server, enabling fast iteration during development. One of its core strengths is incremental bundling combined with LiveReload integration, which updates the browser when files change. The tool delays responses until the bundle is ready, preventing stale or incomplete builds during...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go From Idea to Deployed AI App Fast Icon
    Go From Idea to Deployed AI App Fast

    One platform to build, fine-tune, and deploy. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 5
    Isobar Front-end Development Standards

    Isobar Front-end Development Standards

    Isobar Front-end development coding standards

    This document contains guidelines for web applications built by the Front-end development practice of Isobar. It is to be readily available to anyone who wishes to check or contribute to the iterative progress of our discipline's best practices. What this document is not is a series of explanations as to how front-end technologies work; a basic familiarity is assumed. It also does not provide evaluations of the pros and cons of various alternatives unless there is common confusion about...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    VecMultiUpload

    VecMultiUpload

    upload binaries to Vectrex game console

    The command-line tool allows to upload your 6809-binaries to a Vectrex game console provided that you got the VecMulti card by Richard Hutchison. Usage: vecmultiupload DEVICE BINARY Example: ./vecmultiupload /dev/ttyUSB0 demo.bin The vectrex test rom demo.bin is included. You are free to use the few lines of code for any purpose may it be private or commercial. Millitary usage however, is strictly forbidden :)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    FindBugs plugin development: Java class header checker
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Android simple dev tools
    This tool allow you to record screen of your android device, take screenshoots, install aplications .apk, uninstall aplications. only connecting your device to your pc via USB cable. This is GREAT for android developers. **be sure that you have intsalled the "Google usb drivers" and your device will need to be android 4.4 or higher.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Dev-C++

    Dev-C++

    A free, portable, fast and simple C/C++ IDE

    A new and improved fork of Bloodshed Dev-C++
    Leader badge
    Downloads: 50,725 This Week
    Last Update:
    See Project
  • $300 in Free Credit Across 150+ Cloud Services Icon
    $300 in Free Credit Across 150+ Cloud Services

    VMs, containers, AI, databases, storage | build anything. No commitment to start.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale with Google Cloud.
    Start Building Free
  • 10
    ...updatepublic parameter reloads asterisk on public ip change (in case you have too long register intervals). copy this script to /etc/init.d and activate it with update-rc.d astipupdate defaults enable in cron like: */5 * * * * root /etc/init.d/astipupdate updateboth &> /dev/null Now includes also an ddnsupdater which uses a simple wget to update if host cmd detects a change.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    slimbian

    Minimal and slim Raspbian for Raspberry Pi

    ...Excluding many X11 library will make the installation become lite with smaller memory footprint in running. slimbian is not trimmed version of Raspbian, it's really a made of custom install of Raspbian minus GUI/X11 library. How to install into sdcard: $ tar -xzpvf 2015-10-slimbian-jessie.img.tar.gz $ sudo dd if=2015-10-slimbian-jessie.img of=/dev/sdX Latest release is slimbian.Jessie Disclaimer: This program is provided as is without any warranty of any kind. If you feel this program useful and get benefit from it, then please do support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    VDFS

    VDFS - Vertically Deliberate improved performance File System

    VDFS is a Linux filesystem optimized for usage on eMMC flash devices. Usage: - build vdfs-tools, format drive: # mkfs.vdfs /dev/hda1 - build vdfs-driver for your kernel, mount drive: # mount -t vdfs /dev/hda1 /<mountpoint> Project is released under GNU GPL v2 license: http://www.gnu.org/licenses/gpl-2.0.html Copyright belongs to Samsung Electronics Co. Ltd.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13

    LEMP Raspberry Pi 2

    Turn your Raspberry Pi 2 into a Nginx HTTP server.

    To do: – Update my.cnf for RPi2 (1G of memory) and enable InnoDB by default. – Fix broken PHP modules. (gd, imap and mcrypt) Changelog: 09-16-2015 – Fixed sshd root access and enabled autostart of sshd on boot. 09-12-2015 – Tested image on 3 different Raspberry Pi 2 boards. 09-10-2015 – Performed pacman -Syu 09-10-2015 – Updated to work with Raspberry Pi 2 (Arm7) Known Bugs: – When using the wifi-menu command to connect to the internet instead of a network cable. There’s the...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Meteor

    Meteor

    Meteor, the JavaScript App Platform

    ...A batteries-included build system, package ecosystem, and opinionated project structure reduce setup time for accounts, methods, publications, and UI integration. Historically paired with Blaze, Meteor also works well with modern front-end libraries like React, Vue, or Svelte for rendering. Its dev experience focuses on hot reloads, rapid prototyping, and predictable data flow, making it attractive for teams that want real-time features without stitching together many separate tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    EPRI Air Dispersion Tools

    EMVAP, SHARP and Distance Study

    SCICHEM has been migrated to GitHub: https://github.com/epri-dev/SCICHEM/releases This project is comprised of three tools for use with the AERMOD dispersion model: 1. SHARP: The Sub-Hourly AERMOD Run Procedure allows the user to run AERMOD using fine-resolution meteorology. 2. DISTANCE: The DISTANCE_DEBUG tool provides additional output that can be used to diagnose causes for high concentrations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    ProvisionIRCd

    Free IRC daemon

    ...For anyone interested, there is a live version running on irc.provisionweb.org. (port 6667 plain, 6697 TLS) You can oper up with /oper github betatest. Keep in mind that the server may be off-line at any time. It is merely a dev/test server meant as a testing environment and the occasional playground. Note: if you want to use Anope, select "unreal40" as the protocol in Anope conf.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    iwlib++

    It is a libiw-dev -like library written in C++

    I have gained some basic experience in C programming, and handling wireless interfaces in C with libiw-dev library, and i thought that I could improve my C++ programming skills if I try to implement some basic functionalities of the libiw-dev library in C++ language. I don't have any specific purposes with this project yet, I do it just for learning, and I consider it an amateur implementation. It was created as a MonoDevelop project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    MoodleGraphing

    Project for Dalin Williams masters program requirement

    ...Please send a message to dalinwilliams@southern.com if you would like access to these files, documentation, or for any other information pertaining to this project. Valid members of the dev community can login to VersionOne to suggest backlog items and other information via VersionOne. For this link and more, please see our wiki. Thank you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A comand line utility to modify the running settings of the audio devices under Solaris.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    NetLoad Graph

    NetLoad Graph

    Displays network load on a graph

    Displays a graph with network load. A simple program with a lot of customization options. Currently only Linux platform is supported, as of the program uses /proc/net/dev file to collect network statistics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    glib_sharp required for monodevelop in puppylinux (tahrpup) , should be used for compiling
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Component Pascal compiler
    Minimalistic cross-platform compiler for Component Pascal language, subset of BlackBox Component Builder 1.6 RC5 (forked subsystem Dev), capable to produce stand-alone software from command-line.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    MinGW Builds for dev-shell

    MinGW (32-bit) binary packages

    This is a repository of standard libraries and programs self-compiled under the 32-bit version of MSYS / MinGW. These are for use in my 'dev-shell' system (http://www.dev-shell.net) which is a bootstrap to create a reproducable development system based on MinGW with MSYS1. This repo will contain the compiled binaries, original source and any patches required to get them working under MinGW, however at the moment it basically just contains the binary packages
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    atinout

    atinout

    AT commands as input are sent to modem and responses given as output.

    ...Each command will be send to the modem, and all the response for the command will be output to file (or stdout). Example, to hang up any ongoing call: $ echo ATH | atinout - /dev/ttyACM0 - ATH OK $
    Leader badge
    Downloads: 35 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB