Showing 93 open source projects for "gnu-efi"

View related business solutions
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
  • IT Proposal Software and Templates Icon
    IT Proposal Software and Templates

    Spend Less Time Building Quotes and More Time Selling With ConnectWise Sell

    ConnectWise Sell offers a wide range of tools that enables IT solution providers to save time, quote more, and win big. Top features include professional quote or proposal templates, product catalog and sourcing, workflow automation, sales reporting, and integrations with best-in-breed solutions like Cisco, Dell, HP, and Salesforce.
  • 1
    STLplus C++ library collection

    STLplus C++ library collection

    C++ Library collection

    Containers to extend STL: graph, tree, matrix, smart-pointer. Persistence (serialisation) of C++ data structures. Portability: subprocesses, TCP, file system. Reusable subsystems: library manager, message handler. Portable between OSs and compilers. Documentation is included in the download and is also available on the STLplus website http://stlplus.sourceforge.net. The headers are intended to be readable, so look at them too for usage information on each function and class.
    Leader badge
    Downloads: 10 This Week
    Last Update:
    See Project
  • 2
    This library contains generic algorithms from STL and boost.org and other sources, re-implemented using Instigate's GP methodology, based on modern principles of Generic Programming.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    comFramework

    comFramework

    Framework for CAN communication interfaces including code generator

    comFramework presents a flexible, widely customizable CAN communication interface for embedded applications; it covers the CAN stack down to the hardware driver. Signal based application code is linked to the frame based HW abstraction layer. The interface imposes easy to fulfill requirements on the integration environment and will fit in most embedded platforms. A powerful code generator auto-codes those parts of the interface, which depend on your specific CAN network databases;...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4

    VisualXBLite Environment

    viXen is a GUI Designer for XBLite/XBasic programmers.

    Started year 2006 by John Evans to the benefit of an XBLite community created by David Szafranski, viXen is a Visual Designer for GUI application, written in the programming language XBLite itself, which generates the XBLite Source Code of the complete "fill-in-the-blank" skeleton of a Windows(R) GUI application. Current version of viXen allows numerous kinds of generation: - GUI skeleton using the Win32API (Ansi) - WinX.dll (windowing library finely crafted in XBLite by Callum...
    Downloads: 2 This Week
    Last Update:
    See Project
  • The #1 CRM in Real Estate Icon
    The #1 CRM in Real Estate

    Chime is the all-in-one CRM and Sales Acceleration platform that real estate professionals LOVE to use!

    Automate marketing campaigns, boost your brand awareness, capture and convert more leads, all in ONE intuitive platform.
  • 5
    Swiss Army Knife C++ Toolkit is a set of versatile tools for C++ development. It offers to a developer variety of everyday needed tools for programming. Among these tools are configuration files reader, Tokeniser, Singleton template and many more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    PHP Template

    PHP Template with placeholders and sections

    PHP Template SKOR : The class can assign variable values. A separate class extends the base class to support delimited template section replacements. The goal of this template engine is to separated code (PHP) from markup. Easy and fast interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Batch Insert License

    Batch Insert License

    Prepend a copyright/license declaration to many files at once.

    Batch Insert License is used to prepend a block of text, describing the applicable software license, to many source files automatically. It can be used to: - Add a specified license comment block to the top of each source file in your project. - Replace an existing license comment block with a specified new license comment block in each source file. - Delete an existing license comment block from each source file. It is written in Java and will run on any OS that has Java is installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Flickity

    Flickity

    Touch, responsive, flickable carousels

    ... proprietary. Once purchased, you’ll receive a commercial license PDF and be all set to use Flickity in your commercial applications. If you are creating an open source application under a license compatible with the GNU GPL license v3, you may use Flickity under the terms of the GPLv3. You can use Flickity as a jQuery plugin. You can initialize Flickity in HTML, without writing any JavaScript. Add data-flickity attribute to the carousel element.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    JDynamiTe, Dynamic Template in Java

    JDynamiTe, Dynamic Template in Java

    Dynamically generate documents from templates

    JDynamiTe is a tool which allows you to dynamically create documents in any format from "template" documents. And very few lines of code (or no line at all!) are needed to do that. Some typical usage domains of JDynamiTe are: - dynamic Web pages creation, - text document generation, - source code generation... In fact, it can be useful in any case where pre-defined documents (templates) have to be dynamically populated with data. The main benefit of JDynamiTe is to allow a true...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build and execute better incentive plans with our simple, easy-to-use platform. Icon
    incentX is a feature-rich, cloud-based platform that provides all the tools needed to plan, manage, and settle your incentives program—including commissions, rebates, royalties, bill-backs, and chargebacks. best of all, it integrates with your existing Accounting / ERPs for a seamless, end-to-end experience.
  • 10
    Hexagon Engine

    Hexagon Engine

    Cinema Enters Game Console

    Framework for making Cinema enters game console. it's 3D Wendor please add details
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    AdminLTE template Laravel package

    AdminLTE template Laravel package

    A Laravel 5 package that switches Laravel scaffolding to AdminLTE

    A Laravel 5 package that switches default Laravel scaffolding/boilerplate to AdminLTE template and Pratt Landing Page with Bootstrap 3.0. Laravel menu is only used with command adminlte:menu that replaces default adminlte menu with a menu with spatie/laravel-menu support. Once the package is installed you have to follow the usual steps of any laravel project to log in to the admin interface. Create a database. I recommend the use of laravel Homestead. Create/check .env file and configure...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    jsph.fr

    jsph.fr

    Justice and equity

    Argumentation tool helper
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    pytkapp

    Python package for develop an SDI/MDI application and set of widgets.

    =========== pytkapp =========== Python package for develop an application that provide multi-documents/single-document interface with using of tkinter library and set of additional tkinter widgets. See available demos: pytkapp/demo/run_ptaoptionsdemo.py - run GUI demo for option's container (available widgets, rules) pytkapp/demo/run_ptamdidemo.py - run demo of MDI application pytkapp/demo/run_ptasdidemo.py - run demo of SDI application pytkapp/demo/run_tkwbasicdemo.py...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Embedded HTTP Server (EHS) is a C++ class library which can be inherited from to add HTTP(S) server functionality to any class or application. It is easily extendable (samples included) and supports SSL, form data via POST or GET, uploads via multi-part form attachments and WebSockets. Operation modes include single- and multi-threaded operation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    Simple Client Server Chat Example

    An example of a simple chat system

    This project is a demonstration example on multi-threading programming in Java (old school) and network programming (String exchanges over network). The multi-threading part aims to show how to avoid blocking methods by putting them in separate thread, therefor, the ExecutorService was not used. Two Runnable interfaces are available in the server and the client to show how the dialog is managed. The Socket part aims to show how simple communication using TCP/IP are quite simple. The system...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Hamilton
    Hamilton Project is a software package concerning science and math in C++
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Templating engine for PHP5+
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    PrimeFaces CRUD Generator for NetBeans

    Generate PrimeFaces Pages from Entity Classes in NetBeans

    This module provides a forked version of the JSF Pages from Entity Classes wizard inside NetBeans but produces PrimeFaces JSF pages with page layout, menu and dialog boxes. The page style is inspired by Emre Simtay's blog "Simple CRUD Web Application with JSF 2.1, PrimeFaces 3.5, Maven and JPA".
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    anyProcess engine help to automate application Environment in such processes like creation, update, operability, configuration management, discovery and monitoring from development on to production stage. Based on Java, so support Unix and Windows OS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    zk-auth-module

    zk authorization module

    ZK + Spring security authorization module. Hibernate is used to provide ORM layer with MySql Dialect. There are 3 tables to provide simple user credentials. USER, ROLE, USER_ROLE. Used spring 3.1.2 RELEASE and ZK 8.0.1
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Verbosio Templates

    A project to define templates for XML markup, and tools to edit them.

    XML content can be found everywhere. We can use existing XML content to build templates for new XML content. This project is about building a template system, complete with its own XML language, for generating XML content on a per-XML-language basis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    WordPress Open source NGO Theme
    This template was developed integrated in the Master Open Source Software (ISCTE-IUL MOSS). Trabalho desenvolvido no âmbito do Curso de Mestrado em Software Livre do ISCTE. http://iscte-iul.pt/cursos/mestrados/10702/apresentacao.aspx
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Eccentric

    Eccentric

    WordPress theme based on bootstrap

    Eccentric is the wordPress theme based on bootstrap. This theme has flexible layout features. You can select your favorite one from a couple of layouts built in the theme. This theme depends on TinyWPDK (a tiny theme development kit) and released archives include it. https://sourceforge.net/p/tinywpdk/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    GenApp

    GenApp

    Generador d'Aplicacions

    == MOGUT A GITHUB: https://github.com/GovernIB/genapp == A partir d'una bbdd en postgresql o oracle, genera totes les capes d'una aplicació web: model, jpa, ejb, logica(ejb), web i webservices. Caracteristiques: * Incorpora un llenguatge d'alt nivell generat per realitzar consultes a bbdd de forma que l'aplicació es pot construir sense haver d'escriure ni una linia de codi SQL. D'aqui que qualsevol canvi produeixi errors de compilació i no d'execució com passava amb el codi SQL. *...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    CoreTML framework
    CoreTML framework is an open-source template-based configuration system allowing the developer to create parametrized templates by inserting special content to any text files. Its main purpose is to serve as a toolkit for semiconductor IP core creation (based on VHDL/Verilog).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next