Showing 2078 open source projects for "quantum,java"

View related business solutions
  • 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
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    Vmorse

    Vmorse

    Virtual morse code is morse code learning system

    Vmorse is a software application to assist and facilitate you in learning the morse code. This application was built to be assessed at the event Gemastik 2010. Created by Ti7 Team STMIK AKAKOM Yogyakarta. Team member/developer: Rosena P, Liliana M, Diah S. Special thank to: Tri Juliansyah E
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    JavaExtEditor
    I made this application with Java because i need small and effective notepad to write notes. Features * Full support for internationalized text (UTF-8) * Undo * Print support * Clipboard support (cut/copy/paste) * Search and replace * Toolbar/Statusbar
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    JOOTS

    JOOTS

    java learning environment

    An INTELLIGENT TUTORING SYSTEM FOR LEARNING JAVA OOP (J.O.T.S), is a java learning environment that focuses on how to teach the main concepts of modern Object Oriented Programming Languages in an intelligent way. جامعة فلسطين www.up.edu.ps UP University of Palestine , GAZA
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    KS Boolean Expression
    KS Boolean Expression is free software that let you minimize Boolean Expressions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5

    The Key Concepts

    It allows you to teach/learn concepts visually

    DKeyConcepts is a free software that teaches concepts in a fun an interactive way. It reacts to the key that was pressed and it displays the related images/HTML files as configured by the user . Great for kids, learning languages, spelling and more to come
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Brainy

    Brainy

    Software based on java to help memorize words with several of ways.

    Brainy is a software designed for people, especially students to conquer words such as Barron's SAT 3500. Building vocabulary for standard test is a hard work but with the help of brainy, the efficiency can be higher than before. The program will not only contain the function of a traditional memory-helping software but also new ways that imitate how students learning through real classes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Grow IEP

    Grow IEP

    An IEP management solution, based on the Illinois state forms.

    To download GrowIEP, please visit the website below! We no longer publish releases to sourceforge! An IEP management solution, based on the illinois state forms, created by DuPage High School District 88. Grow IEP is web-based and can connect directly to Powerschool's SIS system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    JCrypTool - Eclipse based Crypto Toolkit
    JCrypTool moved to GitHub! See https://groups.google.com/d/topic/jcryptool-developers/nauEXL6vsbk/discussion for more information and visit our new project home at https://github.com/jcryptool
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS 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
  • 10
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A desktop calculator/scientific calculator. Use as desktop/graphical calculator, web applet, or to show calculator operations: arithmetic, trigonometry, logarithms, complex numbers, memory, statistics. Features four bases, copy and paste, and history
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    YANG J. (Yet Another Network Generator)
    YANG (Yet Another Network Generator - Java) enables you to generate social networks given various social rules observed in the real population. Uses: generate realistic networks to be used in individual-centric models, teaching or benchmarking.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Aminoacid Converter

    Aminoacid Converter

    Convert one-letter peptidic sequences into three-letter, and back.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Firefly UML

    Firefly UML

    A free, easy-to-use and user-friendly Java-based UML editor.

    ...And the best thing is: once you have learned how to handle one type of diagram, you also have learned how to deal with the other diagram types, because they all follow the exactly same user interaction patterns. Besides being user-friendly, Firefly also offers powerful features which other free editors usually do not. For example, you can import your existing Java project into Firefly and generate nice-looking class diagrams within a matter of minutes. You can also go the other way around and export your model as skeleton Java code.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    RAIDmap

    An application to help researchers organize their research data.

    RAIDmap (for Research Activity Information Development Mapping) is a prototype application to help researchers organize their research data records. It provides a file metadata harvester and a means of visualizing the associations between both digital and physical records which constitute research data sets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    RELATED - REmotes LAboraTories extenED

    Java Framework for developing of remote/virtual laboratories

    ...The main component is experiment, so students could run these experiments using RELATED facilities as painting data from the laboratory, change any relevant variable or take a look on laboratory structure. In order to integrate a laboratory as an RLAB system, the researchers and lecturers only have to develop local access to equipment using Java technology, using the “module” paradigm.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17

    Last Java Collection Library

    Java library to work with scalar arrays as usual Collections

    The package allows to work with scalar arrays as usual collections. The problem with a scalar array Java templates don't support scalar types as generic parameters. Java code working with collection interfaces such as List or Collection is inapplicable for arrays. Some libraries supply methods to work with object array. These methods are generic and built-in types int, boolean, long, short, byte, double, float suffer. The number of scalar type is small and finite. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Shark Virtual Library

    Shark Virtual Library

    The best way to store and share files

    Shark Virtual Library (shark-vlibrary) allows to share trougth an web java application educational, cultural and other types of documents (e-books, researches, articles, sounds...) it is specially designed for educational purposes and institutios, Three kinds of users can manage and use the documents what are saved in diffrerent sections that you can add.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Sistema Bibliotecario Organizador

    Sistema Bibliotecario Organizador

    Sistema en aplicación web desarrollado en java

    Este es un software para la administración y gestión de una biblioteca en donde se puede hacer la gestión de los libros, autores, estudiantes y materias con el fin de proveer una automatización de la administracion y control de los libros en una biblioteca estudiantil. Desarrolladores: Hernán Fallas Muñoz hernan.fallasm@gmail.com M. Gabriela Mena Araya gabma18@gmail.com Berny Ruiz Mayorga beruma90@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    jLab (ex SciCalc)
    jLab est une plate-forme scientifique destinée à être l'outil de travail privilégié des étudiants, enseignants, ingénieurs, scientifiques et chercheurs. jLab est totalement modulaire et facilement extensible via un système de modules
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    TextMachine
    ...It provides a graphical interface with fast handling and rapid download, easy to type, and that's it! It even has no installer, there is only one file, you must download! It is available in German and English. To download Java is required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    LangTrainer

    A simple program to learn foreign words

    ...Постоянно показывает на экране английское слово и его перевод, при показе слова может воспроизвести его произношение при наличии аудиофайла. Транскрипцию слова и аудиофайл берет из словаря в dsl формате (протестировано с Longman Pronunciation Dictionary). Написана на Java, платформа безразлична. Поэтому и писалась, т.к. для UNIX like систем такой программы мною было не найдено.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    clavier virtuel japonais

    clavier virtuel japonais

    clavier virtuel japonais

    clavier virtuel japonais ce programme permet d’écrire facilement en hiragana et katakana sans changer l'agencement du clavier de votre système d'exploitation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    OmniHelp is a cross-platform, browser-independent, tri-pane help viewer built in pure JavaScript and CSS with HTML 4. Some functions (such as help embedding) may in the future be in Java, C, or C++; CSH is fully supported. All code is under the LGPL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Java API to communicate via RMI calls to run reports and retrieve data using the Capita SIMS CommandReporter.exe tool without contravening support agreements. This has been written using Netbeans and the download contains the whole project folders. Note there is a complex server side setup. If you decide to enter a not recommend to this please give a reason as a blank comment tells nobody what is bad about it and therefore cannot be corrected.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB