Showing 41 open source projects for "half-edge"

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.
  • Cybersecurity Management Software for MSPs Icon
    Cybersecurity Management Software for MSPs

    Secure your clients from cyber threats.

    Define and Deliver Comprehensive Cybersecurity Services. Security threats continue to grow, and your clients are most likely at risk. Small- to medium-sized businesses (SMBs) are targeted by 64% of all cyberattacks, and 62% of them admit lacking in-house expertise to deal with security issues. Now technology solution providers (TSPs) are a prime target. Enter ConnectWise Cybersecurity Management (formerly ConnectWise Fortify) — the advanced cybersecurity solution you need to deliver the managed detection and response protection your clients require. Whether you’re talking to prospects or clients, we provide you with the right insights and data to support your cybersecurity conversation. From client-facing reports to technical guidance, we reduce the noise by guiding you through what’s really needed to demonstrate the value of enhanced strategy.
  • 1
    jMonkeyEngine

    jMonkeyEngine

    A complete 3-D game development suite written in Java

    jMonkeyEngine is a 3-D game engine for adventurous Java developers. It’s open-source, cross-platform, and cutting-edge. v3.6.1 is the latest stable version of the engine. The engine is used by several commercial game studios and computer-science courses.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 2
    SyncLite

    SyncLite

    Build Anything Sync Anywhere

    SyncLite is an open-source, low-code, comprehensive relational data consolidation platform enabling developers to rapidly build data-intensive applications for edge, desktop and mobile environments. SyncLite enables real-time, transactional data replication and consolidation from various sources including edge/desktop applications using popular embedded databases (SQLite, DuckDB, Apache Derby, H2, HyperSQL), data streaming applications, IoT message brokers, traditional database systems(ETL...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Roboelectric

    Roboelectric

    Android unit testing framework

    ... in seconds. Robolectric is built using Gradle. Both IntelliJ and Android Studio can import the top-level build.gradle file and will automatically generate their project files from it. Robolectric supports running tests against multiple Android API levels. The work it must do to support each API level is slightly different, so its shadows are built separately for each. If you would like to live on the bleeding edge, you can try running against a snapshot build.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Rifidi is a middleware and development platform for RFID. With Rifidi you can prototype an RFID application down to the core RFID Hardware and using Rifidi Edge you can easily develop business rules to turn RFID events into real business applications.
    Downloads: 8 This Week
    Last Update:
    See Project
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • 5

    ImageJ2x

    Java Image Processing Program

    ...-consuming operations such as reading lists in parallel with other operations are performed. It can calculate area and pixel value statistics of user-defined selection. It can measure distances and angles. It can record density histograms and line profiles. It supports standard image processing functions such as contrast manipulation, sharpening, smoothing, edge detection and filtering it through all kinds of geometric transformations such as Zoom in / out and rotation. Images can be enlarged up to 32
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6
    eCxx

    eCxx

    A C++ library for AVR and NodeMCU

    NOTE: This project is marked with 'Status: Abandoned' on SourceForge because not enough time can be dedicated to this project. However it may still get sporadic commits to the repository. eCxx is a library for AVR and NodeMCU tailored for micro LED displays and lighting effects. eCxx is utilizing Makefile build system. Java and Python based applications/tools are also included to ease the development and debugging process using the host PC. On one side, eCxx supports the original...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    SiteWhere

    SiteWhere

    An industrial strength open-source application platform for the IoT

    SiteWhere is an industrial-strength, open-source IoT Application Enablement Platform that facilitates the ingestion, storage, processing, and integration of IoT device data at a massive scale. The platform leverages a microservices architecture that runs on top of cutting-edge technologies such as Kubernetes, Istio, and Kafka in order to scale efficiently to the loads expected in large IoT projects. SiteWhere embraces a distributed architecture that runs on Kubernetes and provides both...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Carina Framework

    Carina Framework

    Java-based test automation framework (Maven + TestNG)

    Carina is a Java-based test automation framework that unites all testing layers: Mobile applications (web, native, hybrid), WEB applications, REST Services, Databases. The Carina framework is built on top of the most popular open-source solutions like Selenium, Appium, TestNG allowing to reduce dependence on the specific technology stack. Carina is fully integrated into Zebrunner (https://zebrunner.com/) which is now responsible for all the development and release cycles, as well as...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Zebrunner Community Edition

    Zebrunner Community Edition

    Test Automation Management Tool

    Zebrunner CE (Community Edition) is a Test Automation Management Tool for continuous testing and continuous deployment. It allows you to run various kinds of tests and gain successive levels of confidence in the code quality. Zebrunner CE is integrated by default with Carina open-source TestNG framework and uses Jenkins as a CI Tool. It is built on top of popular docker solutions and includes Postgres database, Zebrunner Reporting, Jenkins Master/Slaves Nodes, Selenium Hub, Mobile...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Control remote support software for remote workers and IT teams Icon
    Control remote support software for remote workers and IT teams

    Raise the bar for remote support and reduce customer downtime.

    ConnectWise ScreenConnect, formerly ConnectWise Control, is a remote support solution for Managed Service Providers (MSP), Value Added Resellers (VAR), internal IT teams, and managed security providers. Fast, reliable, secure, and simple to use, ConnectWise ScreenConnect helps businesses solve their customers' issues faster from any location. The platform features remote support, remote access, remote meeting, customization, and integrations with leading business tools.
  • 10
    JPointerLock

    JPointerLock

    Pointer Lock for Java AWT/Swing

    Adds support for confining the mouse pointer to a Java AWT or Swing window, useful for video games that use mouse look or edge scrolling. Usage: 0. Download release/jpointerlock.jar and lib/native-library-loader.jar from the code section, and add them to your build path/classpath. 1. Call PointerLockLoader.init() as early as possible on the AWT EDT to load the native library. 2. Call PointerLock.setPointerLock(Window, boolean) on the AWT EDT when you want to lock or unlock the pointer...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    haikuVM

    A Java VM for ARDUINO and other micros using the leJOS runtime.

    HaikuVM has been started for hobbyists who develop applications for ARDUINO to open the world of JAVA and leJOS. Yes, you can program an ARDUINO with JAVA! HaikuVM is so small that it even runs on an atmega8 (and the ASURO robot). And yes, you can program an ASURO robot with JAVA! And since version 1.4.0 the RCX lego brick.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    KAREL 3D

    KAREL 3D

    Learning programming language for kids

    This is learning programming language for children Karel-3D. By words from LightBot: "Get kids hooked on coding with minutes!" Created by Karel 3D from the 8-bit microcomputer PMD 85-2 in 1986. His later version of Karel the Robot in 3D, created first in the Slovak Republic. JavaScript variant include only one small HTML file tested and works on all devices with keyboard and full JavaScript support in internet browser, or alternative pre-compiled JAVA V8 .jar file with webEngine and...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    EsiGate
    This toolkit allows developpers to assemble several web applications into a single one. Pages are build using contents, resources and page templates coming from the original applications. The applications may use different technologies (Java, PHP...)
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14

    Captain Doerk's OMatV3

    Captain Doerk's OMat V3

    My first (and most probably only) Project on SourceForge. I have developed a piece of software to plan and host Soccer Tournaments (tool may be used for other sports as well) over the last 10 years in Java based on a MySQL database. I am not a Java developer, everything was done in my spare time in the evenings or on weekends. Now with a family and three little kids and only very little spare time to continue I am looking for some help here. The main functions are already...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    VisitorGenerator

    Generator for visitor code providing no Visitor Pattern in Java

    New version 1.0.1 is available since April, 4th 2017. The Visitor Generator creates Java Source Code for classes traversing non-visitable component tree in a half-automated way. Please note that the Visitor Generator does not generate code according to the Visitor Design Pattern. The Visitor Generator generates code for components having no Visitor Design Pattern implemented by customer or design restrictions but there is a need to traverse the component tree. The generates code...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16

    ConverterGenerator

    Generator for converter code in Java

    New version 2.1.5 is available since April, 4th 2017. The Converter Generator creates Java Source Code for classes converting a bean into another bean in a half-automated way. The conversion code is generated as long as field names are equal. Thus generated code, however, is not complete. It is necessary to supervise the code and correct it where needed. The Converter Generator generates the "structure" of a converter framework and concrete converter classes. This saves a lot of code...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    StrategyStateGenerator

    Generator for strategy and/or state pattern code in Java

    New version 2.0.4 is available since April, 4th 2017 ========================================= Please download from here: https://sourceforge.net/projects/strategystategenerator/files/strategy-state-generator-2.0.4/ Description =========== The *Strategy/State Generator* creates Java Source Code for classes representing strategies of strategy pattern or states of state pattern in a half-automated way. The *State Pattern* and the *Strategy Pattern* are from a technical view...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Nepenthes

    Nepenthes

    Nepenthes is a framework for iOS & macOS App quick development

    ... logic. Based on Nepenthes,your organization can develop very complicated enterprise Apps rapidly,reduce back-end and front-end teams employees nearly to half. Reduce the communication errors in the development debugging,raise project development speed dramatically. Nepenthes is the fruit of over 20-year Java and over 8-year Objective-C development experience.The author worked in Borland for 8 years responsible for enterprise products.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    JBoss Community
    Community driven projects featuring the latest innovations for cutting edge apps. Our flagship project JBoss AS is the leading Open Source, standards-compliant, Java EE based application server implemented in 100% Pure Java.
    Leader badge
    Downloads: 417 This Week
    Last Update:
    See Project
  • 20
    AndroidSidebar

    AndroidSidebar

    Provides a sidebar, which can be shown in front of a main content.

    "AndroidSidebar" is an Android-library, which provides a custom view implementation, which allows to show a sidebar, which overlaps the view's main content and can be shown or hidden in an animated manner. The sidebar may be located at left or right edge of the parent view and its state can be changed by either calling an appropriate method or via dragging on the device's touch screen. Furthermore there are a lot of attributes, which allow to specify the appearance and behavior of the sidebar...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    SPARGEL

    SPARGEL

    An opensource Java graph library. Abandoned, ignore.

    Spargel is a Java graph library that puts its effort in having a rather small but powerful code basis. This is achieved by extending graphs via properties in form of vertice and edge maps. Because these maps are an individual implementation depending on the graph datastructure used, they are more memory efficient than using a Java HashMap. Currently spargel is in its early stages, but will soon support more tasks. As now, implemented are: * Adjecency graph data structures * Algorithms...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    db4o-sp

    Spatial extension for db4o.

    Master's Project: Object Database Spatial Extension. API based on SQL/MM Spatial. Full technical report is available in download section.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Graph Database

    Graph Database

    A robust, reliable, user-friendly, and high-performance Graph Database

    This is an academic project to build a graph database, supporting multiple users, with fully functioned data query, data manipulation and indexing mechanism. It is running in a distributed client-server mode. This project is assigned to final-year project from group IT121B, Bachelor of Computing, University of Wollongong.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    BayesianCortex

    BayesianCortex

    simple algorithm for a realtime interactive visual cortex for painting

    ... be used to create any logical system. In this early version, I'm still working on edge detection and its understanding of the same shapes at different brightnesses. This will be a module of the bigger Human AI Net project and will be used for adding realtime intuitive high dimensional intelligence in audio and visual interactions with the user.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Ships Clock will ring a bell on every half-hour in the style of the standard ship's clock used for centuries on sailing ships around the world and still used in the world's navies today.
    Downloads: 6 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next