Showing 7820 open source projects for "two"

View related business solutions
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    AnaCam

    AnaCam

    Take anaglyph 3D pictures with Android devices

    This is a very simple but easy-to-use camera app for Android devices, that allows to create 3D stereo (anaglyph) pictures by simply taking two pictures at shifted positions. If anaglyph glasses are available, you can try out the best viewpoint for the second shot dynamically.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Simple Use Case Documentation Tool

    A simple tool to document use cases.

    This is a simple tool with a user interface to key in use case text and spell out PDF documentation. Each use case will have the following captured. 1) Use Case Name 2) Page over view. 3) Pre conditions 4) Wireframe (image) 5) Business Rules 6) Main Flow 7) Alternate Flow 8) Post Condition 9) Error scenarios 10) Technical details Usability Features: 1) Open existing usecase for editing. 2) Save copy of a use case with new use case name. 3) Retain use case export order. 4) Information messages are shown in notification bar with 'fade' effect. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Screening Assistant 2
    ScreeningAssistant 2 is a modular software dedicated to perform various simple and advanced chemoinformatics analysis around chemical libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    DexChat

    DexChat

    Chat application that facilitates chatting between connected computers

    Two programs in java to send and receive messages directly from one computer to another without involving any third party, ensuring that your messages are safe. IMPORTANT- First get Java from http://www.java.com/en/download/index.jsp if you don't have it already.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    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 security. Auth0 now, thank yourself later.
    Try free now
  • 5

    TextComparer

    Small Java program to compare two texts

    Small Java program to compare two texts, originally designed to be used to find quotations in a Byzantine anthology. It can quite likely be used to detect plagiarism between two texts as well Graphical interface which allows easy navigation between corresponding parts in the two different texts. Uses the http://software.jessies.org/salma-hayek/ Java TextArea for this.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    blutle

    Small wireless board to control tiny DIY toys over bluetooth

    Being powered with cell phone battery, this board can drive small toys - up to two DC motors, several input/output pins, discharge control.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    GMTool

    A tool for roleplaying gamemasters

    A Java tool that allows a gamemaster to manage notes, characters, combat, images, sounds, etc. on his computer during gaming sessions. Plugin-based to allow using it with various rpg system, such as Shadowrun, GURPS, TDE, D&D, etc.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8

    Free Finance Manager

    This is a finance manager to help manage your cash.

    This software is written in java by B.J Erasmus. Version 1, version 2 is released and version 3 is on its way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Validity

    Annotation driven java validation library.

    With use of annotations Validity can validate java beans with minimal amount of code. This library is meant to be easy to use and clear to understand. If You find it useful please leave a comment. Additional requests will also be taken into account in future versions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 10

    AMESProject

    A "simple but not too simple" laboratory for wholesale power markets.

    ...Federal Energy Regulatory Commission (FERC) in an April 2003 white paper [FERC 2003] encompasses the following core features: 1. Central management by an independent market operator. 2. A two-settlement system consisting of a day-ahead market supported by a parallel real-time market to ensure continual balancing of supply and demand for power. 3. Management of grid congestion by means of locational marginal pricing (LMP), i.e., the pricing of power by the location and timing of its injection into, or withdrawal from, the transmission grid. 4. market power oversight and mitigation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    AndroidFileManager

    Simple and very Fast File manager for Android with clean UI

    This is basically a file manager where user can scan through all this files stored on his/her external storage. When I first started this application, my main aim was, it has to be very simple and very fast with clean user interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    http-client-3-wrapper

    Java wrapper around the old commons-http-client.3.1

    This is a java wrapper around the old commons-http-client.3.1 HTTP client which not developed anymore. The wrapper is using the new HttpClient 4.x and keeps binary compatibility. The intention for developing this wrapper was using Axis 2 for accessing a Microsoft Exchange 2010 server which requires a NTLM2 authentication. Not all methods are implemented, but it works for me. Just remove the old commons-httpclient-3.1.jar and add http-client-3-wrapper to your project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Javamony

    Javamony

    A Student's Approach to the Phylogenetic Problem

    Based on the not-so-successful Pysimony (https://sourceforge.net/projects/pysimony/), the same determined student takes another go at the phylogenetic problem. Javamony is invoked as follows: java -jar Javamony.jar [input.fasta] [random / stepwise (starting tree)] [# of bootstraps] [outgroup taxon #1] [outgroup taxon #2] ... Not meant as a competitive phylogenetic inference program, Javamony is an opportunity for me to acquire the Java language while learning to address and solve fundamental problems in phylogenetics. Therefore, for my own educational benefit, all code is original. Of course, there are probably a good deal of mistakes as well. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    SarBox

    SarBox helps user to parse or analyze sar data

    ...SarBox helps to analyze this log file and present data in graphical charts or text format. To collect sar statistics from an environment, use below syntax [user@host ~]# sar -A 30 2 > sar_linux.log “30 2” reports for every 30 seconds and total of 2 times, written in sar_linux.log.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Integer_Function

    各種整数関数の計算。

    [目的] ① 各種整数関数の計算。 主に 約数関数d(n) 約数の総和σ(n) オイラーのφ関数φ(n) メビウス関数μ(n) nまでの素数の個数 n番目の素数 (以下2つは検討中) を計算し、表にまとめる。 ②(プログラムからの目的) 使用プログラムの精度向上。 つまり ・計算時間の短縮 ・プログラムそのものの正確性向上 ・大きな値での計算を可能にするアルゴリズム ③(数学からの目的) ①で作成した表から、一定の仮説(推論)を立てる →(可能ならば)証明可能性の検証 →一つの「定理」へ
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ListDelCal

    ListDelCal

    List and Delete mobile calendar's events

    This project join two examples from http://www.developer.nokia.com/Community/Wiki/Listing_calendar_events_in_Java_ME and http://www.developer.nokia.com/Community/Wiki/Deleting_calendar_event_in_Java_ME to make easier to delete mobile calendar's events.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    World Box Driving

    Top down driving sim built upon WorldWind Java and JBox2D

    Combines WorldWindJava's satellite imagery visualization with JBox2D's physics to create a driving sim with real world imagery. Pre-alpha stage, source code only for the moment. Project development IDE is Eclipse Juno. The project has only been tested in Windows 7 (64-bit) with an AMD-based CPU. See the wiki page for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Mobile strategy web-based game

    Mobile strategy web-based game

    A simple mobile strategy web-based game

    ...Players take on the role of a general or a king from a secluded land and build their resources, build army and attack castles, villages of another players. _This game has 2 versions: iOS and Android
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Force4Magix (Multiplayer 3D Game)

    A multiplayer First-Person-Shooter game built in Java 3D

    The system is divided into two parts: the client and the server. Clients at different geographic locations in the network connect to a single server by specifying its IPv4 address. The user gets into the system using his/her username and password. Each user has to make an account for himself in the beginning. His account information will be stored on the server machine in persistent form.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    OpenResort PMS
    Properties Management System, web application for small hotels and resorts business. It will comprise of reservation module and cashier module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Tuple Spaces

    Tuple Spaces

    Tuple space with time outs and transactions.

    ...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 for a given period and also transactions that are based on atomic actions and commit/rollback in the tuplespace.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    DynamiCoS is a framework to support user-centric service composition. It uses semantic web techniques to describe and discover services, which then are used in compositions that aim at satisfying user objectives. The current version is still an alpha version. Further developments are to be released soon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Java LAN Messenger

    a java based LAN messenger

    a java based LAN messenger CHECK OUT AND SUPPORT MY LATEST ANDROID PROJECTS IN HERE: https://play.google.com/store/apps/developer?id=Deepak+PK
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    expatriés2france

    expatriés de france

    une plateforme WEB à contenu vidéo et multimédias dédié aux expatriés français ( WEB TV, BROADCAST DVB-T / STREAMING / ENCODAGE VIDEO.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    LapTimer
    A wxPython program for recoding lap times for almost anything. Supports multiple vehicles.Records pit times, so they can be analyzed as well.
    Downloads: 1 This Week
    Last Update:
    See Project
Auth0 Logo