Showing 733 open source projects for "main"

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

    Orabra

    3D tree generator

    This project was designed as fork of Arbaro tree generator. But later it was totally rewritten since 1.0.7 version. Main goal is creating tree generator which can create tree modes to be used in computer games(low poly).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Keyboarding Master

    Keyboarding Master

    A unified configuration environment for device drivers.

    Project has been moved to bitbucket: https://bitbucket.org/monkygames/keyboarding-master The keyboard master provides its users with the ability to custom configure their input devices for specific applications within a unified configuration environment. The main unique feature for input devices is the keymap concept. Each application can utilize 8 unique keymaps in which the user can toggle through via user assigned shortcuts. This enables a user to maintain a more ergonomic hand...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    SyntheticWSI

    Tools to generate and visualize artificial whole slide images

    Java 8+ required. Collection of tools to help generate artificial Whole Slide Images (WSIs). A WSI is stored as a ZIP archive of JPG tiles, and this software contains a tool to visualize this format. SVS files can be used directly for texture extraction (thanks to the included Bio-Formats library). Main source files in package fr.unistra.wsi.synthetic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    JRequirements

    makes requirements executable and useable for all project-participants

    The main goal of this framework is to make requirements executable and useable for all project-participants. Customer can execute requirements and define domain specific tests. The programmer can debug bugs. Project manager can analyse executed requirements & automated tests and estimate project progress.
    Downloads: 0 This Week
    Last Update:
    See Project
  • ConnectWise Cybersecurity Management for MSPs Icon
    ConnectWise Cybersecurity Management for MSPs

    Software and support solutions to protect your clients’ critical business assets

    ConnectWise SIEM (formerly Perch) offers threat detection and response backed by an in-house Security Operations Center (SOC). Defend against business email compromise, account takeovers, and see beyond your network traffic. Our team of threat analysts does all the tedium for you, eliminating the noise and sending only identified and verified treats to action on. Built with multi-tenancy, ConnectWise SIEM helps you keep clients safe with the best threat intel on the market.
    Learn More
  • 5
    mod_MumbleLink

    mod_MumbleLink

    Positional Audio Communication for Minecraft with Mumble

    A Mod so that Minecraft now natively supports Mumble's positional audio feature. This means: Directional and positionally attenuated VOIP in relation to the game world. Please visit the Forum for information about the newest Version! Main Forum-Thread: http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1272675 TheSkorm's Fork on GitHub: https://github.com/TheSkorm/mod_mumblelink Mumble: http://mumble.sourceforge.net Donations are greatly appreciated...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    ChatSystemINSA

    Java app for local peer-to-peer communication

    During the COO-POO course, we are developing a chat application using Java. The main goals are enhancing our knowledge of Object-Oriented Design & Programming, Java the language and the eco-system, UDP/TCP transport protocols , and discover challenges and techniques of developing standalone peer-to-peer application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A community repository to develop Commodity Grid (CoG) Software for the access of Grids, through high level interfaces. The main repository is maintained at http://www.cogkit.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    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
  • 9
    Classic Monitor

    Classic Monitor

    Android app to monitor a Midnite Solar Classic charge controller

    Now available on Google Play at <https://play.google.com/store/apps/details?id=ca.farrelltonsolar.classic> The source code is now maintained on <https://github.com/graham22/Classic> Classic Monitor is a free status monitor for Midnite solar 's, Classic 150, 200, 250 Charge Controller. It is a Read Only Program, it does not write to the Classic. The software is provided "AS IS", WITHOUT WARRANTY OF ANY KIND, express or implied. Classic Monitor is NOT a product of Midnite solar,...
    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
  • 10
    KFUpgrade

    KFUpgrade

    Dependencies: Oracle Java / OpenJDK and Xterm

    This app is a simple GUI that help You to upgrade Fedora Linux to a newer version via FedUp which replaced older PreUpgrade mechanism. At this moment, there is no official GUI for FedUp from Red Hat/Fedora Team so I decided to write my own. Main purpose is to help promoting Fedora Linux on home desktops and simplify upgrade process. KFUpgrade is not an official GUI for Fedora FedUp and it's not connected with Fedora Project or Red Hat. More about Fedora: http://fedoraproject.org/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    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
  • 12
    This is an Eclipse xml editor with several edition capabilities. The main features concern the interaction with the classes and resources declared in xml (Open class/resource, Create class), similar to the interaction between classes in java editor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ProGrade

    ProGrade

    Java Security Manager made easy

    The pro-grade library provides implementation of custom Java Security Managers and Security Policies. The main components are the Java Security Policy implementation with deny rules and Policy File generator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    BIRT Report Designer

    BIRT Report Designer

    Open Source Reporting & Data Visualization Platform

    BIRT is an open source technology platform used to create data visualizations and reports that can be embedded into rich client and web applications. Developers who use BIRT Designer are able to access information from multiple data sources easily and quickly in order to create reports and applications with stunning data visualizations. Actuate now provides a free report server, BIRT iHub F-Type, to deploy BIRT content so developers don't have to build their own infrastructure. With a...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 15
    Conserve
    Conserve is no longer hosted at SourceForge, we have moved to GitHub: https://github.com/ConserveORM/main
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    SIPFlow

    SIPFlow

    Capture and display SIP and DIAMETER messages

    SIPFlow displays SIP/DIAMETER callflows as ladder diagrams. Packets can be captured in real time, or loaded via a pcap file. SIPFlow Standard captures data on a single host and displays SIP and Diameter callflows in an intuitive graphical format. Messages are displayed as ladder diagrams on SIPFlow's main screen, but their content may be inspected by double clicking an arrow in the ladder diagram. This allows network engineers to quickly identify the behavior of their IMS network without...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    ZUpdater

    ZUpdater

    Java based software auto updater

    This utility included inside larger programs which are designed to be updated. It allows the user of yhe main program to check if a newer version is available. If it is the user has three options: - ignore the update and close the updater frame; - manually manage the update, the utility will open a new window in the user browser at the address of the software download; - automatically update the software, the utility will donload the software updater. If the updater is a zip file its content...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SimiTriX-SimiTetra

    SimiTriX-SimiTetra

    Similarity, Comparative genomic, Visualization, Eclipse RCP, SimiTri

    This application system is based on Eclipse RCP, and it uses the JFreeChart and JOGL library to implement the chart drawing and OpenGL. There are some scripts to generate similarity data for main application and to analysis result. It is an useful tool to visualize relative similarity relationship between different datasets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Altin BPM

    Altin Business Process Management

    Altin Business Process Management - simple kernel to develop business logic (domain logic) in Java using Conceptions. Based on JPA&Java EE. Conception mean conception in domain logic, since developing business logic becomes simpler, faster and lead to develop reusable business conceptions library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Java version of the game "Color Expansion". The main purpose is to develop a strong AI to compete against other AIs and to be fun and challenging for human players to play against.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Widget Torch

    Widget Torch

    An Android application for using the Camera Flash Light as a Torch via

    An Android application for using the Camera Flash Light as a Torch via Main Application and Widget. Copyright © Chinmoy &amp; Srijon.Inc 2014
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Java File Uploader
    Please update v 2.0 if you have downloaded before 16th Feb 2014! Simple java file uploader. The main goal to overcame 2GB browser limit. * Simple GUI * Upload unlimited file sizes from client to server via HTTP * Split uploading file to chunks * MD5 chunk verification on server. Final MD5 confirmation. * Http auth Adv: https://play.google.com/store/apps/details?id=org.vikulin.etherwallet
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23

    jx264

    This project is a x264 codec JNI wrapper

    This project is a x264 codec JNI wrapper. It can encode YUV I420 picture into the H264 frame. Supported following profiles defined in the x264 C implementation: baseline, main, high.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    MINECRAFT2D hahn2014

    MINECRAFT2D hahn2014

    Minecraft side viewed game made in Java

    This started when one of my friends said I couldn't possibly make a full blown video game in Java, and know I have made Minecraft in Java and it consists of an inventory, blocks, and more!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    wowchess

    wowchess

    Version 1.2

    Easy playing java chess game, You can play against own written wow chess engine, or other users, rewind games forward and backward, easily restart again or if needed replay the game on demand. Attractive user interface and effects. If You like to You can see other games being played, linux,win
    Downloads: 0 This Week
    Last Update:
    See Project