Showing 207 open source projects for "linux space invaders"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1

    avr-libethernet

    Ethernet stack implementation (currently based on the ENC28J60)

    A callback handler based ethernet stack implementation optimized for AVR microcontrollers. For now, the only controller supported is the ENC28J60. However it is easy to integrate different controllers as the interface your driver has to provide is fairly simple. Developed by the hobbyist programmers and electrical engineering students Niklas Fritz and Alexander Gladis
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    k-fileserverDB

    Store files into Database.

    ... Searching of particular file is time consuming? What if, allowing access to other user/department is so lengthy and space gaining? Don’t worry; we are here to help you out and offering you the best way to manage your files in k-FileServerDB. ITS A: Java Based Software. Opensource Postgresql Database. Store you files into Database. Make Single/Multiple identification. A Network Based Software Accessible to authorized Users only. Database replication. Assign Permission.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    HSI ColorChooser

    HSI ColorChooser

    Find a color in three ergonomic panels: hue, saturation and intensity

    The HSI color space (hue, saturation, luminous intensity) is the more natural way to look at colors. This tool presents the HSI space in three cross sections maintaining one of these parameters at a constant value, keeping into account that, on RGB monitors, not all colors can be achieved with arbitrary pureness and lightness. On tuning H, S or I, the colored surface varies in shape accordingly. Functions: hue, saturation and intensity controls, copy & paste RGB (decimal and hexadecimal...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Webdevelopment Helper

    Reduces data usage for websites and increases browser support for CSS3

    ... in it, it will not be considered (and this could cause major issues if you had in-line comments), and all white space is removed, except the single space, preventing non-white space in plain text. Also, if your css3 command starts with "@", it will need to be all in one line. (example: @keyframes ___{} must all be on a single line.) However, it will increase support, and reduce the file size, so that when many people visit your website, you use less data and have more functionality for more people.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise AI Search, Intranet, and Wiki in one platform. Icon
    Enterprise AI Search, Intranet, and Wiki in one platform.

    Your company’s all-in-one solution for trusted information

    Cut through the noise and end information overload with Guru, an all-in-one wiki, intranet, and knowledge base that serves as your company's single source of truth.
    Learn More
  • 5

    Simple Use Case Documentation Tool

    A simple tool to document use cases.

    ...) Information messages are shown in notification bar with 'fade' effect. The tool has a simple special syntax in order to spell out ordered/ un ordered lists under each section of a use case. All such use cases can be saved in a work space and exported to PDF after arranging the usecases in your requried order (Images are resized to fit the page). This is a pure Java application using simple File I/O.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    eugen library

    Public MatLab toolbox for space science.

    A MatLab toolbox with many simple and useful functions for analyzing data from Cluster, Champ and the future Swarm missions. Other functions for space science, magnetospheric and ionospheric research are included. The toolbox is designed to be as simple as possible. Each function can be learned and used individually. Check the webpage for the list of functions: http://eugen-library.sourceforge.net/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Tuple Spaces

    Tuple Spaces

    Tuple space with time outs and transactions.

    Java implementation of a Tuplespace. Moved to https://github.com/mike-k-houghton/tuplespace A Tuple is an ordered list of items. A Tuple Space is a form of associative memory where entries, tuples, are stored in the space and are retrieved using search criteria that are based on the intrinsic properties of the tuples. The two key operations are put get And that is it! There are refinements on these operations including, for example, timeouts where the tuple will only exist...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Australian National Corpus

    Australian National Corpus

    An ongoing project to collate and provide access to language data

    Includes • Scripts for the program/ code developed • High level architecture diagrams • Install guides for developers • Links to end user documentation on the AusNC website Note: The BSD license applies to customised plug-ins, scripts and ingest programs developed by the AusNC project team. Additional open source, 3rd party software products used by the AusNC solution are referenced on our SF wiki space.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    webscool

    webscool

    Tcl library of packages focusing on functional principles

    Individual collection of operational Tcl packages which employ functional programming principles including currying and lambda expressions. Also set and monad structures and algorithms from Knuth, and a Chu Space Calculator with an efficient implementation of the -o implication operator which enumerates the continuous functions from one space to another.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Event Management Software Icon
    Event Management Software

    Ideal for conference and event planners, independent planners, associations, event management companies, non-profits, and more.

    YesEvents offers a comprehensive suite of services that spans the entire conference lifecycle and ensures every detail is executed with precision. Our commitment to exceptional customer service extends beyond conventional boundaries, consistently exceeding expectations and enriching both organizer and attendee experiences.
    Learn More
  • 10

    RSS Event Manager

    Allows you to submit events to an RSS feed via rest api (http post)

    This tool was originally written to replace the massive amounts of email sent out by automated build scripts. Once this tool is deployed to a server, your scripts can simply use a HTTP Post to submit events, and users can subscribe to the RSS feed to receive updates, instead of receiving an email for each event. It is trivial to add a new feed, and using http to submit events means that firewalls are (usually) not a concern.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    BayesianCortex

    BayesianCortex

    simple algorithm for a realtime interactive visual cortex for painting

    A paint program where the canvas is the visual cortex of a simple kind of artificial intelligence. You paint with the mouse into its dreams and it responds by changing what you painted gradually. There will also be an API for using it with other programs as a general high-dimensional space. Each pixel's brightness is its own dimension. Bayesian nodes have exactly 3 childs because that is all thats needed to do NAND in a fuzzy way as Bayes' Rule which is NAND at certain extremes. NAND can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Java FoldMap Lists

    A powerful, flexible, potentially infinite List/Deque class in Java

    Java FoldMap Lists is a translation to Java of, and a sizable expansion upon, the original FoldMap list package (http://hackage.haskell.org/package/fmlist). Uses the Functional Java library (http://functionaljava.org/) in its implementation and interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    SCOPE

    SCOPE

    SCOPE: Space-Based Coordination Process Engineering

    SCOPE is a high-level coordination language which conforms to the BPMN 2.0 specification and is intended for architecture-centric model-driven software development. SCOPE differentiates between the space-based choreography of multiple concurrent process components and the orchestration of fine-grained activities within a single process component. The SCOPE workbench is based on the Xtext language framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Widget based on Yahoo YUI javascript library. Send messages to the user of a webapplication. A window slides open at the side of the window. It saves screen space, can be controlled programmatically and by the user with clicks and keyboard shortcuts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This tool identifies expected answer types (EAT) of natural language questions. The EAT is an automatically assigned semantic label (e.g. “PERSON”, “LOCATION”, etc) which is used by the system to reduce the search space of candidate answer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Polyester is a tuple space framework based on the lighTS project, with extensions to support asynchronous and decoupled interaction of agents. The provided example application is a (toy) library of XML documents that can be queried using XPath.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    PROCOL space-based framework for multi-core. Based on LighTS (http://lights.sourceforge.net/). More to come soon ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This project is being developed to fill the space of build-approve-deploy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This project provides a middleware framework for the provision and operation of a Personal Smart Space (PSS). The PSS is a means for sharing services, and information, while automating certain actions and learning about the usage habits of the user.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    DevJournal is a tool for programmers that helps them be more purposeful and reflective about their work by tracking their edits and allowing them to save a collated, annotated history of their work session.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A simple web application for teams practicing SCRUM - it may be used to define tasks, backlogs, sprints, projects, manage the scrum board, watch the burndown chart, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    LSGTL means LLX’s Static Graph Template Library which is a light-weighted header-only template library developed mainly for static graph analysis. LSGTL is expected to be used in laboratories for research purposes mostly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    MSBLayout is a LayoutManager for Java AWT and Swing that combines the nested-boxes approach of BoxLayout with flexible constraints as used by GridBagLayout. A concise API minimizes the code required to get good layouts with optimal resizing behaviour
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The PARSEC CEE is the primary achievement of several years of effort at NASA's Marshall Space Flight Center. The CEE was developed to allow engineers in the Advanced Concepts Department to rapidly prototype launch vehicle and spacecraft concepts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Jasclipse is an Eclipse plugin for developing applications written in Jasmin. It provides Jasmin editor with syntax highlighting, error marking and Ctrl+Space assistance. It also allows compiling your files with Jasmin 2.2
    Downloads: 0 This Week
    Last Update:
    See Project