Search Results for "for gnu/linux void" - Page 2

Showing 66 open source projects for "for gnu/linux void"

View related business solutions
  • Holistically view your business data within a single solution. Icon
    Holistically view your business data within a single solution.

    For IT service providers and MSPs that need a data platform to manage their processes

    BrightGauge, a ConnectWise solution, was started in 2011 to fill a missing need in the small-to-medium IT Services industry: a better way to manage data and provide the value of work to clients. BrightGauge Software allows you to display all of your important business metrics in one place through the use of gauges, dashboards, and client reports. Used by more than 1,800 companies worldwide, BrightGauge integrates with popular business solutions on the market, like ConnectWise, Continuum, Webroot, QuickBooks, Datto, IT Glue, Zendesk, Harvest, Smileback, and so many more. Dig deeper into your data by adding, subtracting, multiplying, and dividing one metric against another. BrightGauge automatically computes these formulas for you. Want to show your prospects how quick you are to respond to tickets? Show off your data with embeddable gauges on public sites.
  • Easy management of simple and complex projects Icon
    Easy management of simple and complex projects

    We help different businesses become digital, manage projects, teams, communicate effectively and control tasks online.

    Plan more projects with Worksection. Use Gantt chart and Kanban boards to organize your projects, get your team onboard and assign tasks and due dates.
  • 1

    ringBufU

    Ring-Buffer library in C, includes support of multithreading

    A Ring-Buffer instance could be used with element types - char - long - long long - void* . Focus is on a hardened SW structure with buffer-instance-pointer check (not very fast but more secure). Some features are globally choosable on compile-time (e.g. switch multithread support off completely to have faster access). Note: User Interface is for Test and Tutor Code only.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    ML++

    ML++

    A library created to revitalize C++ as a machine learning front end

    Machine learning is a vast and exiciting discipline, garnering attention from specialists of many fields. Unfortunately, for C++ programmers and enthusiasts, there appears to be a lack of support in the field of machine learning. To fill that void and give C++ a true foothold in the ML sphere, this library was written. The intent with this library is for it to act as a crossroad between low-level developers and machine learning engineers. ML++, like most frameworks, is dynamic, and constantly...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    voidlumina

    voidlumina

    Lumina DTE in Void Linux demonstration

    Investigation of the feasibility of using Lumina Desktop environment in Void Linux. Porting of Waterfox browser, Xterm, and ldm. Usage testing and configuration options.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    ZenVoid

    Makes installing void linux a little bit easier than it already is

    Both ISOS are fully functional. Connect to your network first via the applet. To start the installer, you can open a terminal(for the I3 Version it's Win+Enter, for openbox it's Ctrl+Alt+T) and type sudo void-installer. The ISOS also include a browser, so you can open that with dmenu on i3 or obmenu on openbox.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Finance Automation that puts you in charge Icon
    Finance Automation that puts you in charge

    Tipalti delivers smart payables that elevate modern business.

    Our robust pre-built connectors and our no-code, drag-and-drop interface makes it easy and fast to automatically sync vendors, invoices, and invoice payment data between Tipalti and your ERP or accounting software.
  • 5
    KakOS

    KakOS

    KakOS, la importancia de la funcionalidad.

    KakOS es un respin sencillo con xfce4, basado en Void Linux. KEYMAP: la-latin1 Locale LANG: Español México (es_MX.UTF-8) Versión kernel Linux: 5.18 Versión Mesa: 22 (22.1.3) Versión XFCE: 4.16
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    EiffelStudio
    EiffelStudio is an Integrated Development Environment (IDE) that provides comprehensive facilities to programmers. It offers a comprehensive suite of tools that enable programmers to produce correct, reliable, and maintainable software while keeping control of the development process. If you want to create fast, robust, scalable applications, then EiffelStudio™ will offer you a cost-effective solution. Imagine being able to model your system as you think – capturing your requirements and...
    Downloads: 48 This Week
    Last Update:
    See Project
  • 7
    Ponzu

    Ponzu

    Headless CMS with automatic JSON API

    ... systems are necessary. Ponzu fills the void where you want to reach for WordPress to get a great CMS, or Rails for rapid development, but need a fast JSON response in a high-concurrency environment. Since HTTP/2 Server Push is used, Go 1.8+ is required. However, it is not required of clients connecting to a Ponzu server to make HTTP/2 requests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Dynamic DotNet Code Generation

    Solves dynamic code generation from strings and files

    Use this API to generate and execute assemblies from string code such as: using System; public class A{ static void Main(string[] args) { Console.WriteLine(args[0]); } } and more advanced programs written in C# and Visual Basic.NET. An example file is given.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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.
  • 10
    Traducción The Void

    Traducción The Void

    Patch traducción al castellano para el juego "The Void"

    Patch para traducir al castellano para el juego "The Void" (PC|2009)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    POSture

    POSture

    Cloud based Point of Sales

    Forget complicated POS systems with tons of unused features. Tiger Data rethinks the way we do sales using intuitive drag and drop functionality. Touch screens and fluid gestures enable POSture to take advanced orders in mere seconds.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Elastic Vector Space Analysis

    Elastic Vector Space Analysis

    Modifier Vector Space Analysis

    The Vector Space Analysis was taken from Classifier4j and modified in following ways: 1. The algorithm was created to imitate the stretching of an elastic-band (I have done actual physical measurements). 2. Stretched Strings are then optimized to give the exact Vector-Space-Analysis results. This way, there is no over-training of the imput, and different sizes of the Strings can be used to get improved results. USAGE: public static void main(String[] args) { try...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    DummyXmlParser

    DummyXmlParser

    Java XML parser / binder

    Java XML parser. Very light. (less than 20K). Bind XML to java classes. (like JAXB). Written from scratch to avoid some legacy problems. Code sample: import javax.xml.bind.annotation.XmlElement; import dummyxmlparser.XmlBinder; public class Foo { @XmlElement public String counter; public static void main(String[] args) throws Exception{ Foo foo= XmlBinder.fromXml(Foo.class, "<Foo><counter>42</counter></Foo>"); assert foo.counter.equals("42"); } }
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Void Reader

    Quick & dirty RSS-to-email tool

    Project has moved Github at https://github.com/zlogic/voidreader This project is a simple, quick&dirty application to download RSS feeds and send them via SMTP or upload via IMAP to your mailbox. Your mailbox will provide an interface to view feed and (optionally) view the source contents by downloading the feed links and converting them into PDF attachments. PDF are ugly (most CSS is ignored, Javascript is not supported), but allow to download items on a fast unlimited connection for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    YSignalSlot

    YSignalSlot

    Header only c++ signal slot mechanism implemantation

    YSignalSlot is a header only C++ library. It is an implementation of signal-slot mechanism via C++. It is similar to C++ signal, Boost::signal and SigSlot. It intensively uses C++11 features. Advantages: - Almost everything is compile-time. So it is fast. - It can be used with single slot function or unlimited slot functions. - “emit” function’s return type is pointer of your actual slot function’s return type and it can be any type. - It supports “void” return type. - Slot(s) can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    libcontc

    libcontc

    Container library in C.

    ... safety due to the use of pointer to void for type abstraction. This code is intentionally spartan. With the exception of a handful of assertions placed as an aid to debugging for the most common or fatal errors (underflow in pop operations, allocation failures), this library makes no attempt to protect itself. Please read 'algo' function documentation. Some of the functions have different behavior than the standard library equivalents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Basic Java Swing Game Engine
    BJSGE(BasicJavaSwingGameEngine) is a basic game engine to develope a 2D game with java swing. Author: cyberdos Difficulty: easy Create a gameloop with one command: new Graph() //init Game { public void instance(Graphics g) //Game loop { //game code here } }); Image Sources: Example1-Dead_Screen: http://readersrecommend.files.wordpress.com/2013/01/splat.jpg Example2-Dead_Screen: http://wolkenwetter.files.wordpress.com/2011/08/blitz-052.gif Example-Icon: http...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    VoidPtr

    A C++ void pointer wrapper class with safe conversion operator

    VoidPtr is a small header only c++ library aiming to provide a safe alternative to the standard void pointer. The void_ptr class offers the following characteristics: - Safe cast operator following the standard C++ pointer conversion rules, - Dynamic type query (type info, size) - Pointer comparison operators - Pointer arithmetic operators - Conversion to boost::any - Conversion from/to boost::shared_ptr
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Heimdall for Fedora GNU/Linux

    Heimdall for Fedora GNU/Linux

    Heimdall attempts to flash your Galaxy S device.

    This software attempts to flash your Galaxy S device. The very nature of flashing is angerous. As with all flashing software, Heimdall has the potential to damage (brick) your device if not used carefully. If you're concerned, don't use this software. Flashing ROMs onto your phone may also void your warranty. Benjamin Dobell and Glass Echidna are not responsible for the result of your actions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Cornea

    First-person game engine

    An adventure platformer-shooter in which you awake in a strange void, infested with dangerous flying eyeballs. Can you make it through and discover the secret? The game itself was made in seven days for 7DFPS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Garden

    Garden

    Capsules, Garden, Void.

    A game about a capsule, a garden and a very deep void...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    A Puppy for Robert

    robrets puppy transfer files and documentation

    something will replace this very void and meaningless text very soon and without further ado...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    dcScript

    dcScript

    A new esoteric programming language

    dcScript is a new programming language. It's an esoteric language, it means that it can be hard to code with but don't worry it's a easy to use esoteric language here is an example : [sayHello]: sysprtn "Hello the World !" wait ] call sayHello quit The language is interpreted by a simple interpreter. The interpreter is coded in C# with Mono and .NET frameworks so it's portable and useable on Windows, Linux and Mac.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    atomproxy

    Enables developers to easily build proxies of atom-like interfaces.

    ...; } @Override public void setProperty3(boolean property3) { this.property3 = property3; } } This project enables developers to easily generate proxies implementing atomic interfaces at runtime. Now to create an instance of IAtom you can simply write: IAtom atom = (IAtom)AtomProxyBuilder.implement(IAtom.class).addProperties("property1", "1st property", "property2", 2, "property3", true).createProxy(); NOTE: guava and junit4 are required by this library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    aal

    aal

    The Advanced Algebraic Language.

    The Advanced Algebraic Language (AAL) is a very dynamic programming language designed to fill the void that has appeared between mainstream languages and algebra. As a result its main focus is ease of use for math problems. To download AAL check out the source code repository. There are versions available for windows and linux with both 32 and 64 bit native binaries: http://svn.code.sf.net/p/aal-lang/code/trunk/bin/
    Downloads: 1 This Week
    Last Update:
    See Project