Search Results for "void linux respins" - Page 4

Showing 119 open source projects for "void linux respins"

View related business solutions
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    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
    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: 1 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    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)...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Theme-ix

    Theme-ix

    Themed Linux re-spins for the masses

    Theme-ix is the code name for any ISOs produced for general distribution by RichJack as part of the Linuxthemer project. They are re-spins offered up as an example of some of the work I have done theming Linux on various base systems. Xbluebuntu - is the first release and is a light-weight clone of Xubuntu on a Debian testing base. Chromixium - is the second release and is a clone of ChromeOS based on Ubuntu 14.04 LTS. Please see the dedicated Sourceforge page:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    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
  • 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

    Mibox

    Ubuntu Based respins - Alpha

    My own Ubuntu respins i made using the UCR - Ubuntu Customisation Remix which is available here : https://sourceforge.net/projects/ubuntucustomisationremix/ Here are some tools for customising an operating system i have organised on a github page : https://github.com/Ubuntu-Customising-Remix
    Downloads: 0 This Week
    Last Update:
    See Project
  • Pest Control Management Software Icon
    Pest Control Management Software

    Pocomos is a cloud-based field service solution that caters to businesses

    Built for the pest control industry, but also works great for Mosquito Control, Bin Cleaning, Window Washing, Solar Panel Cleaning, and other Home Service Businesses in need of an easy-to-use software that helps you simplify routing, scheduling, communications, payment processing, truck tracking, time tracking, and reporting.
    Learn More
  • 10
    libcontc

    libcontc

    Container library in C.

    About Collection of data structures and operations that have been (and will continue to be) implemented in response to need. Container interface, naming and behavior is similar to the STL containers. Algorithm interface is in the spirit of the C standard library search and sort functions. Compatibility ISO C99, ISO C++98, ISO C++11. Performance These are designed to be general purpose, and reasonably efficient in most circumstances. Notes The biggest problem with these is type...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Ubuntu Customisation Remix

    Ubuntu Customisation Remix

    An Ubuntu base to be used for making your own remix/respin - Alpha !!!

    UCR - Ubuntu Customisation Remix UCR aims to be a base for you to create your own LiveCD from, with complete control over what gets installed from your favourite DE/WM to which programs. It is based on Ubuntu 12.04 LTS (Precise). UCR will come in both 32/64-bit versions and is designed to be used in/with programs such as Customizer/Ubuntu Builder/Ubuntu Customization Kit/Relinux/Remastersys. Here is a Github page with some of the tools you can use to customise your own Ubuntu remix...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    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
  • 13
    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:...
    Downloads: 1 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: 1 This Week
    Last Update:
    See Project
  • 15
    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: 6 This Week
    Last Update:
    See Project
  • 16

    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...
    Downloads: 2 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
    Rockbochs PBX

    Rockbochs PBX

    Respins of various open source PBX projects

    This project serves to provide respins of some common open source PBX projects to include additional drivers, functionality, and software not found in the original projects.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 20
    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
  • 21

    atomproxy

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

    Ask yourself how many times you've written (or had an IDE generate) something similar to: public class AtomImpl implements IAtom { private String property1; private int property2; private boolean property3; @Override public String getProperty1() { return property1; } @Override public int getProperty2() { return property2; } @Override public boolean isProperty3() { return property3; } ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    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: 0 This Week
    Last Update:
    See Project
  • 23
    Concept of a very simple 360° space RTS game in the spirit of Homeworld
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Smart Restaurant is bar restaurant management system, providing both a POS and a handheld interface with a powerful back end system
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    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