Showing 470 open source projects for "bind-utils"

View related business solutions
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | 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
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 1
    AVI File GUI & command line utilities
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    ControllerToKeys

    ControllerToKeys

    Emulate Keyboard and Mouse with a Controller.

    Supports Xbox 360 controllers and possibly other Xinput controllers. Also supports other USB controllers such as Logitech Dual Action. Go to Configure -> Non-Xbox controller. ControllerToKeys aims to give full controller support to all PC games that don't have it by emulating key strokes, mouse movement, mouse buttons, scroll wheel and key combos (i.e. alt+tab). With the ability to save and sharing button mappings, the intention is to be able to publicly share your mappings with...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    Page Keys Binding Patch for Xpdf

    Page Keys Binding Patch for Xpdf

    Adds keyboard functions for moving ten pages up and ten pages down.

    The Page Keys Binding Patch adds the following default key bindings : -- Shift+PgUp - Retreats ten pages in the PDF file -- Shift+PgDn - Advances ten pages in the PDF file The patch also provides the following commands to enable user-configuration with the bind and unbind options in the config file : -- "prevTenPages" for moving ten pages backward in the PDF file. -- "nextTenPages" for moving ten pages forward in the PDF file. This patch was developed for and tested in Xpdf 3.03. Note : If the patch command complains "Reversed (or previously applied) patch detected!", just hit Enter or Return a couple of times to skip that part of the patch, and all should be well. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    AS3 Utils

    AS3 Utils

    reusable package-level functions that solve common problems

    as3-utils is a collection of reusable utility functions and object extensions for ActionScript 3, meant to solve common programming tasks. It provides packages of functions for manipulating arrays, strings, dates, colors, events, HTML, conversion routines, validation, etc. The goal is to give AS3 developers a grab-bag of handy tools so they don’t have to reinvent boilerplate code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 5

    Eclipse-StringUtils

    Eclipse plug-in

    String Utils - Allows you to format SQL queries inside Eclipse editor. - Extract and unescape string content from variable. How to: 1) Set cursor inside bounds of the string 2) String Utils → Format SQL or String Utils → Extract String URL: https://github.com/kbss/StringUtils_plugin
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    VCL.JS

    VCL.JS

    TypeScript component based framework for enterprise web application

    ...//Simple dbgrid bounded to a query import V = require("VCL/VCL"); export class PageHome extends V.TPage { constructor() { super(); //create a backend query var qur = new V.TQuery(this); qur.SQL = "SELECT CustomerKey, FirstName, LastName FROM Customers"; qur.open(); //create a grid on the screen var grd = new V.TDBGrid(this, "grid"); grd.Dataset = qur; //bind the grid to the dataset grd.PageSize = 15; var col = grd.createColumn(“FirstName”); var col = grd.createColumn(“Lastname”,”Last Name”); } }
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    GLSlayer

    An object oriented 3D graphics API on top of OpenGL

    ...It is designed not just to provide an encapsulation of OpenGL objects, but to provide a cleaner and more streamlined interface similar to Direct3D and hide some of OpenGL's weak spots such as bind-to-edit semantics, multiple stage object creation, unavailability of platform independent initialization and loading of extensions to expose features. With GLSlayer it is easy to create a rendering context just by filling a structure and calling a function. All extensions needed to expose features for requested OpenGL version are loaded automatically. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    The DocBook Publishing Utilities tools, which make creation and publishing of DocBook easier. The tools are: Maven plug-in to Transform HTML into XML (use after docbkx); Eclipse DocBook table editor; Eclipse wizards for initial DocBook files.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    fncw

    fncw

    generic c++11 function wrapper

    ...This mean that you could wrap any function with any signature inside only one type/object: fncw::function. despite this genericity, fncw::function allow the user to reorder the parameter order (a bit like std::bind), check the function signature (there is also a partial check that aim to check only a few parameters). fncw::function offer the ability to change the parameters value and get the return value of the call.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS 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

    AirKey

    Gesture mapping for the Leap Motion

    CURRENT VERSION: AirKey v0.9 Simple program for Windows to utilize the gesture capabilities of the Leap Motion - check readme.txt. Feedback welcome, either here in the Discussion or at forums.leapmotion.com - http://bit.ly/1eT6TI8 An overview of the available gestures can be found at http://youtu.be/nyZ1yF2G_dQ There is also a very convenient configuration editor with a GUI available, created by Sharp: http://www.irishacts.com/misc/airkey-gui.exe, with an explanatory video at...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    cancerberosgxjava1

    some utils project and some final user apps written in java desktop

    some utils project and some final user apps written in java desktop. Author, Sebastián Gurin, aslias cancerbero_sgx, some time ago write these util java classes and final user tools and now wish to share and mantain these here.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    XML Differencing and Patching tools. XML based tools to mimic the functionality of traditional line based diff and patch utils, except operating on the hierarchical structure of XML.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Geodysseus

    Geodysseus

    Interactive OpenGL map projection and navigation with geodetic utils.

    Geodysseus is a cross platform OpenGL interactive map projection and navigation program. The user clicks on a map or 3D globe to create geodetic traverses. The geodesic can then be approximated with any number of loxodrome legs. Tracks may then be re-projected onto different map projections. The aim is to make a multi-purpose navigational tool for Land, Sea and Air. At present, the program is in early development and should not be considered suitable for navigation. The program comes with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    FFMpeg Drive

    FFMpeg Drive

    FFmpeg Drive is an interface for the video file manipulator FFmpeg

    FFmpeg Drive is a GUI – graphical user interface (frontend, wrapper) for the popular command-line video manipulation program ffmpeg. It offers access to certain functions of ffmpeg: * the ability to bind individual frames (images) into a single movie file * the ability to convert movie files from one type (format) into another * the play movie function using mplayer. This is a work in progress, open to a wide set of possibilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    An assorted collection of java utility classes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    curlplusplus

    A c++ wrapper/bind around libcurl

    This wrapper is meant to use curl in an OOP manner while preserving the programming style / API style of libcurl. This is more like an object oriented c++ bind rather than a wrapper, as it tries to keep the api as simple and as close to the original as possible without wrapping unnecessary stuff.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    bind-dlz-tools

    BIND9 Perl Plugin

    Development has moved: https://github.com/jeagle/bind-dlz-perl BIND 9 dynamically loadable zone (DLZ) plugin embedding a Perl interpreter in BIND, allowing Perl scripts to be written to integrate with BIND and serve DNS data. Current version supports BIND 9 dlopen interface and BIND 9.9 clientinfo extensions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    bind another exe file in one exe file, and execute when user select to run the target exe file. C++/VC
    Downloads: 5 This Week
    Last Update:
    See Project
  • 19

    tidypp

    A c++ wrapper around HTML Tidy Lib

    This wrapper is meant to use curl in an OOP manner while preserving the programming style / API style of tidylib. This is more like an object oriented c++ bind rather than a wrapper, as it tries to keep the api as simple and as close to the original as possible without wrapping unnecessary stuff.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    WPF Entity Validation Utils

    DataAnnotations & IValidatableObject Support for WPF

    WPF doesn't support DataAnnotations and IValidatableObject out of the box. This project fills this gap via adapters to the IDataErrorInfo interface which is supported by the WPF validation infrastructure. Your code becomes more DRY since DataAnnotations are supported by major MS technologies such as Entity Framework and ASP.NET MVC. At the top it defines a small internal DSL for defining validation rules that span multiple members (such as DateRange) that make those rules a no...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    StarOS

    An built-in OS. Fast and comfortable.

    It's a developing project of operating system. It includes many needed things as application manager, user utils and other.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    The FPSCreator Community Mod

    A free, open-source and community developed mod for FPSCreator

    Originally started as a reincarnation mod for H6 mod, the Community mod is now a free, open-source and community developed mod. Currently featuring slow-motion, minimaps, flashlights and windowed mode.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23

    PandoraKeys

    Global shortcuts for Pandora One

    With this application running, you can bind keyboard shortcuts to control the Pandora One stand-alone client.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    EfonVNC

    VNC Server For WinCE

    The EfonVNC project is an open source Windows CE Toolset. It contain remote control tools, which is based on RealVNC, And other system helper utils. It is aimed at developers and users who want to develop and use a Microsoft Windows CE 5.0 or above it.
    Leader badge
    Downloads: 43 This Week
    Last Update:
    See Project
  • 25

    KeybStar

    Easy application dedicated to bind keyboard keys

    Easy application dedicated to bind keyboard keys or keys combination to launch desired application, URL links ...
    Downloads: 0 This Week
    Last Update:
    See Project