Search Results for "java project with source code" - Page 178

Showing 14909 open source projects for "java project with source code"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • Test your software product anywhere in the world Icon
    Test your software product anywhere in the world

    Get feedback from real people across 190+ countries with the devices, environments, and payment instruments you need for your perfect test.

    Global App Testing is a managed pool of freelancers used by Google, Meta, Microsoft, and other world-beating software companies.
    Try us today.
  • 1

    Jython Simple Dialogs

    Simple UI Dialog boxes much like 'zenity' project for jython

    I have wanted very simple dialog box implementation for asking user questions, such as what is intended by the 'zenity' (or previous XDialog) type of interfaces. After looking at options I settled on using swing based UI components and it is based on the information available from: https://wiki.python.org/jython/SwingExamples The specific use of this code is targeted to user inputs for simple activities and it appears as if there isn't any single 'aggregator' and I tried to provide...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    AnotherFSM

    AnotherFSM

    State machines for Java, FSM.

    AnotherFSM is yet another implementation of state machines, a library for Java programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Scramble!
    “Scramble your social network data!” - With Scramble you can selective enforce you access control preferences for your content on social networks like Facebook or Twitter ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    cryptik

    a python CLI cryptocurrency ticker

    the cryptik project (source, wiki, and tickets) have been moved off of sourceforge due to sourceforge's software bundling policy. Please see our new project home at https://g.dradux.com/dradux/cryptik for the latest code ---- Cryptik is a python application for querying various exchanges (btc-e, crypto-trade, kraken, bitcoinaverage, etc.) to get the current price for various cryptocurrencies (bitcoin, litecoin, primecoin, etc.). Supported Exchanges: * BTC-E * Coinbase...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    Aspose for Hadoop

    Aspose for Hadoop

    This project holds source code for Aspose for Hadoop project.

    Aspose for Hadoop project enables Apache Hadoop / MapReduce developers to work with various binary file formats. The developers can create and convert binary sequence files into text sequence files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    JavaDocs

    My project to play around with Java and SVN

    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Java based Multimedia Media Server This project is the successor of Mobicents Media Server that is managed by Telestax. It aims to continue maintaining and improving features already implemented and keep them as open source. It supports audio streaming , conferencing , IVR features ( announcements , recording ) , SS7 network integration. Media Server can be controlled over mgcp ( mgcp driver is included as part of development ).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    JavaDoc offline viewer, which alows to filter keywords by part of the word, with multidocument tabbed interface. I created this project when learned Java and missed some features present in 'Qt Assistant' documentation viewer. For example, *.chm files with documentation didn't allow to merge (Java SE/Java EE documentation), html files didn't allow to filter list by keywords, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Graphal

    Graphal

    Graph algorithms interpreter, IDE, debugger, 3D visualizations.

    Graphal is an interpreter of a programming language that is mainly oriented to graph algorithms. There is a command line interpreter and a graphical integrated development environment. The IDE contains text editor for programmers, compilation and script output, advanced debugger and visualization window. The progress of the interpreted and debugged graph algorithm can be displayed in 3D scene.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build apps or websites quickly on a fully managed platform Icon
    Build apps or websites quickly on a fully managed platform

    Get two million requests free per month.

    Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure.
    Try it for free
  • 10

    PSniff

    A simple packet sniffer for local networks

    This project is a simple packet sniffer using libpcap. It only works on local networks. The code is maily for ethernet devices. If you want to use wireless devices you just need to change the device setting in the code and others remain the same.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Java Socket Network

    Java Socket Network Library

    "Java Socket Network" is an easy-to-use library that allows users to create simple, event-driven, server-client desktop applications. Users can create "server" and "client" applications which interact with each other from different machines (on the same network). Each server can support multiple clients at the same time. To create a server or client, simply extend AbstractServer (or AbstractClient) and override 4 simple methods. The library handles message sending/receiving, client...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Java Chat Network

    Java Chat Server and Client

    This project provides a simple chat server and client application, created using my Java Socket Network library. The server accepts multiple chat clients and echoes text messages received from individual clients to the rest of the clients. Executable .jar files for the Chat Server and Chat Client are provided. Note: the Socket Network library allows a single server and client to run on the same machine, but two clients may not run on the same machine (due to how the ports are handled...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Projects Dashboard

    A simple, easy-to-use tool to give feedback on a team's project

    Projects Dashboard is an enterprise web-based tool that draws GANTT charts based on the data entered by its users, usually software developers and team leaders. Anybody who then accesses the application can view the progress made on the projects developed within the enterprise. You can think of Projects Dashboard as a simple-to-use, community-driven GANTT editor: any contributor to the projects can login and add information on how his/her work is progressing!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Simple Java Database

    Simple Database written in Java

    ... index command assumes there is no duplicate data in the table column on which the index is defined). The tables' metadata are stored in .xml files, and the row data is stored in .bin files. Test cases and code are provided. This project uses JUnit 4 (only for test cases) and SAXReader (for parsing .xml). A description of the available commands is provided in "commandSyntax.txt".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    JPerf

    Java Performance and Scalability Testing

    JPerf is a simple framework for writing and running automated performance and scalability tests. It's like JUnit but for performance. Simple write a class that implements PerfTest then create a PerfTestRunner instance to run the test. *** JPerf has moved! Please go to https://github.com/andygrove/jperf for the current version ***
    Leader badge
    Downloads: 65 This Week
    Last Update:
    See Project
  • 16
    famos

    famos

    Framework for Agent-oriented MOdelling and Simulation

    Famos is a Java-based framework for developing agent-based models. It uses the discrete-event simulation framework Desmo-J (http://desmoj.sourceforge.net) as its simulation engine. Famos implements event-driven time advance and focusses on supporting an explicit model of space for the environment, including the movement of agents. Famos was developed in the context of a PhD project. Many aspects of its implementation are therefore still in the prototype stage. It does come with two...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    JCycles

    [frozen] A library for computing cycles in graphs or in Java code.

    [This project is frozen, but has an offspring with more features: https://github.com/jeffhain/jadecy ] JCycles provides treatments to compute cycles, or just strongly connected components, in directed graphs in general, or in classes or packages dependencies graphs parsed from class files (major version <= 51, else does best effort). It uses Tarjan's algorithm for SCCs, and Johnson's for cycles, with continuations instead of recursion, which allows to handle large graphs
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    DUnit FMX

    DUnit FMX

    DUnit translation to FMX and Mac OS X.

    ..., please. You can get the current state of the project with the next URL repository: https://svn.code.sf.net/p/dunitfmx/code/trunk We are going to appreciate all the support!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    XMLVM
    XMLVM is an XML-based programming language build upon a virtual machine concept. Both Java and .NET byte code instructions can be mapped to XMLVM. XSL stylesheets allow manipulation of XMLVM such as cross-compilation to JavaScript for AJAX applicatio
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    MathQuizGame

    MathQuizGame

    A math flashcard-like game

    Practice math by adding, subtracting, or multiplying randomly generated numbers. To view the source code of the project, go to https://github.com/tenny1028/Math-Quiz-Game
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The Open Web Application Security Project (OWASP) software and documentation repository.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 22

    GambleKit

    C++ Framework for slot machine games

    GambleKit is a free open-source C++ object oriented library for quick and easy building of slot machine and gambling games with reels and GUI management. It relies basically on declarative programming style, so the programmer needs simply to declare, for example at creation time, the basic layout and behavior of the game, and then leave the game flow, requiring as little additional intervention as possible. The project is welcoming contributors and feedback is appreciated! The next steps...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    TriageTools

    Tools for partitioning and prioritizing fastq data

    TriageTools is a collection of tools for partitioning raw data (fastq reads) from high-throughput sequencing projects. The tools are designed for basic data management as well for prioritizing analysis of certain subsets. The project wiki contains usage information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    bz-htmlcss2rtf

    bz-htmlcss2rtf

    PHP/Java Making RTF and HTML (with CSS and Script Code) Files

    This application was developed in PHP/Java and helps to you to generate RTF File including Images, Tables and Lists. It is useful to generate html files with css and script code in design mode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    SaX-project

    Self-energy And eXcitations

    SaX is an open source code for modelling electronic and optical excitations in semi-conductors and insulators from first-principles.
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.