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

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

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • 1
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    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
  • 3
    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
  • 4
    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
  • 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.
  • 5
    Arc Lancer

    Arc Lancer

    Top down 3D Space Shooter

    The galaxy is shrinking. Exploration remains as the current mode of man…but some parts of this great black void are better left unchecked… Lancer Corp. Arc Division is tasked with deep space exploration, an admirable notion, but from the depths of the abyss, a new enemy emerges…one that could doom all humanity. [Source Requirements] XNA Game Studio 4.0 http://www.microsoft.com/en-us/download/details.aspx?id=23714 Visual C# Express Edition 2010 http://www.visualstudio.com/en-us...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    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
  • 7

    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
  • 8
    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
  • 9

    qvoidwad

    3D to GZDoom void map converter

    This utility converts raw maps built for true 3D games such as Half-Life, Quake etc. into 2.5D levels for GZDoom, a port of Doom. It converts the 'brushes' from 3D games to '3D floors' from modified 2.5D games (like GZDoom). Since it is a command-line tool, it should compile and work with any operating system that supports the standard C and C++ libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Recruit and Manage your Workforce Icon
    Recruit and Manage your Workforce

    Evolia makes it easier to hire, schedule and track time worked by frontline in medium and large-sized businesses.

    Evolia is a web and mobile platform that connects enterprises with 1000’s of local shift workers and offers free workforce scheduling and time and attendance solutions. Is your business on Evolia?
  • 10
    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
  • 11
    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
  • 12

    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
  • 13
    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
  • 14

    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
  • 15

    GeneticFighters

    An experiment with genetic algorithms and arena combat

    Genetic algorithms using assembly-instructions as a stand-in for DNA train killbots in an arena. A dynasty of fighters bred for battle charge the field. The worthy take mates while the losers are cast into the void. But how do we judge a true warriors spirit? By the number notches on his sword? By his deftness of feet? Or possibly whether or not he even took a single bloody step last round, because sometimes that's all we can hope for. Agents are 255 bytes of 8-bit addressable codespace...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Simple and portable tool, designed to aid the user remove those ad-blockers from links.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    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
  • 18

    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
  • 19
    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
  • 20

    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
  • 21
    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
  • 22
    Concept of a very simple 360° space RTS game in the spirit of Homeworld
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Smart Restaurant is bar restaurant management system, providing both a POS and a handheld interface with a powerful back end system
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    EventChain is a bubbling event system designed for C++. It is designed using template system to be extensible. Both class and namespace functions can be registered as event handlers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ME LINUX VOID. FOR MY OWN USE!!!! NOT FOR PUBLIC!!!
    Downloads: 0 This Week
    Last Update:
    See Project