Search Results for "java examples" - Page 5

Showing 377 open source projects for "java examples"

View related business solutions
  • New Plans, same great Auth0 | Auth0 by Okta Icon
    New Plans, same great Auth0 | Auth0 by Okta

    You asked, we delivered! Auth0 has expanded our Free and Paid plans to make it even easier for you to protect your customers identities.

    In our new Free Plan, you'll receive more MAUs than ever. You'll also be able to add Passwordless authentication, use your own custom domain, and more. Our expanded Paid Plans include increased connections, more MFA offerings, and more. Check out what's new.
    Learn more
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 1
    0xcafed0c5

    0xcafed0c5

    An Interactive Java API Examples and Documentation

    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    JazzTeamEdu project contains Java educational sources provided by JazzTeam Open Source company. These sources are examples of usage of classes, investigations related to popular frameworks which are not formed as separate project yet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Control logic

    Control logic

    Realtime PC-based control and simulator of control systems

    Control logic Java package is a set of Java classes aimed at: - Implementation of a real-time PC-based control - Simulation of control systems Setting up a control system involves working with so-called triggers. See project Wiki for detailed information and examples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Cal

    Cal

    Cal - The Console Calendar Generator

    Cal is a command line utility that will output a calendar for the desired month/year. It's simple and accurate with a few useful features. By default, Cal will display the current year. You can provide a month and year, a month, or just a year. You can also change the number of calendars per row in your display with the -n switch. See the examples below for a more through description. This is a single executable JAR file. While you will need Java installed, there is no need to install...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5

    polynomial-roots-calculation

    Application for calculating the real roots of a polynomial

    ... poor. But I have been able to make it work with a 40-degree polynomial, with two very proximal zeroes arround x=1000. It needs a precision of arround 60 digits. The problem comes with very-high degree polynomials. The higher is the degree, the faster the execution time increases. But for common examples, the application does the job well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    code-creation-kit

    code-creation-kit

    The kit can be used as code generator for any programming language.

    ...? Here is where the code-creation-kit comes in. The code-creation-kit mainly consists of a text compiler that can be used to generate code for any text based programming language for any coding problem that involves a lot of repetition. The input of the text compiler is modeled in table and template files. Powerful multistage macro expressions in the template files control how the data from the data tables is converted into code. Documentation and examples show in more detail how this works.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Electric Diagram ToolKit for C/C++, .NET

    Electric Diagram ToolKit for C/C++, .NET

    power system configuration and simulation, c/c++ and .NET

    Open Source Code power systems, wiring diagrams, distribution maps, geographic wiring diagram, the power system configuration and simulation, power dispatch, automatic control, C / C ++ and DELPHI and .NET, and web application examples and , 100% VC++ Source Code is Shipped. http://www.ucancode.net E-XD++'s full source code will help you to address all security concerns quickly and easily. It will saves you mo than 90% building time to build a very professional power system software...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    protoc-gen-doc

    protoc-gen-doc

    Documentation generator plugin for Google Protocol Buffers

    This is a documentation generator plugin for the Google Protocol Buffers compiler (protoc). The plugin can generate HTML, JSON, DocBook, and Markdown documentation from comments in your .proto files. There is a Docker image available (docker pull pseudomuto/protoc-gen-doc) that has everything you need to generate documentation from your protos. The plugin is invoked by passing the --doc_out, and --doc_opt options to the protoc compiler. The docker image has two volumes: /out and /protos...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Arduino

    Arduino

    Open-source electronics platform

    .... Hundreds of thousands of designers, engineers, students, developers and makers around the world are using Arduino to innovate in music, games, toys, smart homes, farming, autonomous vehicles, and more. Arduino is the first widespread Open Source Hardware project and was set up to build a community that could help spread the use of the tool and benefit from contributions from hundreds of people who helped debug the code, write examples, create tutorials, etc.
    Downloads: 66 This Week
    Last Update:
    See Project
  • Case Management Software for Social Services Icon
    Case Management Software for Social Services

    For human services organizations looking for case management software

    Collaborate is customizable case management software for non-profits and social services agencies with teams of 5+ staff.
    Learn More
  • 10
    Vertical Stepper Form Library

    Vertical Stepper Form Library

    Vertical Stepper Form Library for Android

    This Android library implements a highly customizable vertical stepper form.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    TeXtidote

    TeXtidote

    Spelling, grammar and style checking on LaTeX documents

    If so, you probably know that the process is far from simple. Since LaTeX documents contain special commands and keywords (the so-called "markup") that are not part of the "real" text, you cannot run a grammar checker directly on these files: it cannot tell the difference between markup and text. The other option is to remove all this markup, leaving only the "clear" text; however, when a grammar tool points to a problem at a specific line in this clear text, it becomes hard to retrace that...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    SC/MP Processor Emulator

    SC/MP Processor Emulator

    Emulator of the ancient 8 bit microprocessor SC/MP 2

    Emulator of the ancient 8 bit microprocessor ISP-8A 500D/600D or more common "SC/MP" from National Semiconductor. The download contains all sources plus an executable Java Jar file to start right away. Some SC/MP hex dump examples are provided in directory "/etc" as well. The download also contains unit tests and some helping documentation (also in /etc). You may slow down the CPU operations, displaying the CPUs status register as LEDs, to watch the CPU working with its registers...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    UndoRedoManager

    UndoRedoManager

    Lightweight library implementing an undo-redo system for Kotlin

    UndoRedoManager is a lightweight library inspired in Java Swing UndoManager for implementing an undo-redo system in Kotlin. The library allows transactions and individual actions, as well as setting a limit to the queue of the manager See Wiki for examples
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Angel

    Angel

    A Flexible and Powerful Parameter Server for large-scale ML

    ..., Angel partitions the parameters of complex models into multiple parameter-server nodes and implements a variety of machine learning algorithms and graph algorithms using efficient model-updating interfaces and functions, as well as a flexible consistency model for synchronization. Angel is developed with Java and Scala. It supports running on Yarn. With PS Service abstraction, it supports Spark on Angel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Amazon Neptune Sparql Java Sigv4

    Amazon Neptune Sparql Java Sigv4

    A SPARQL client for Amazon Neptune that includes AWS Signature

    A SPARQL client for Amazon Neptune that includes AWS Signature Version 4 signing. Implemented as an RDF4J repository. SPARQL client for Amazon Neptune that includes AWS Signature Version 4 signing. Implemented as an RDF4J repository and Jena HTTP Client.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    AWS Greengrass Core SDK for Java
    The AWS Greengrass Core SDK for Java enables Java developers to develop Lambda functions which will run within Greengrass. This document provides instructions for preparing your Greengrass Core environment to run Lambda functions written in Java. It also includes examples on how to develop a Lambda function in Java as well as packaging and running an example Hello World file in Java for your Greengrass core. Stream manager supports automatic data export to AWS S3 and AWS IoT SiteWise, provides...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    JDynamiTe, Dynamic Template in Java

    JDynamiTe, Dynamic Template in Java

    Dynamically generate documents from templates

    ... separation between data (content), presentation (container) and content generation code (written in Java). JDynamiTe does not include a specific template language, and it is not a complete framework. It is a simple "brick" in your software architecture, a "glue" between your data model and your presentation model. JDynamiTe is a Java package, which is designed to be flexible and open. For more details and a lot of examples, visit the homepage here: http://jdynamite.sourceforge.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Material-UI-Swing

    Material-UI-Swing

    A modern, Material Design UI for Java Swing

    A modern, Material Design UI for Java Swing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Next Generation Programming

    Next Generation Programming

    Compose Software Without Writing Any Programing Code

    "Next Generation Programming - Programming Without Coding Software" is a drag-drop wizard for creating simple or complex applications without writing any programming language code The Software is coded/designed with "Java Programming Language" for novice/expert programmers; Programmers can write softwares with visual tools : drag-drop components;visual editors... Programmers can use the software to compose of simple/complex applications : Database programs, circuit design, generate code...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Louvre

    Louvre

    A small customizable library useful to handle an image gallery

    A small customizable image picker. Useful to handle a gallery image pick action built-in your app.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Cerebro Web Admin

    Cerebro Web Admin

    Elasticsearch web admin tool built using Scala

    ... using docker, you can pass a file with all the env vars. cerebro needs Java 11 or newer to run.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Shortbread

    Shortbread

    Android library that creates app shortcuts from annotations

    Android library that generates app shortcuts for activities and methods annotated with @Shortcut. No need to touch the manifest, create XML files or use the shortcut manager. Just annotate the code that you want the shortcut to call.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    SoundHelix

    SoundHelix

    Versatile algorithmic random music generation software written in Java

    SoundHelix is a free versatile Java framework for algorithmic random music composition. SoundHelix can generate random songs, play them (for example, on any number of MIDI devices or MIDI-capable software synthesizers) and is highly customizable using XML configuration. SoundHelix also allows writing the generated music as MIDI files. SoundHelix produces music that is actually enjoyable to listen to.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 24
    JDrafting

    JDrafting

    CAD application for Technical Drawing exercises

    JDrafting is an open source Java application to create Technical Drawing exercises. This application is inspired by the 'Classical Construction', also known as 'Ruler-and-compass Construction' or 'Compass-and-straightedge construction'. However, another drawing tools can be used. (More info about classical construction: https://en.wikipedia.org/w/index.php?title=Compass-and-straightedge_construction) Download examples in 'Files tab' JRE 8+ needed Github: https://github.com...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Insider

    Insider

    Static Application Security Testing (SAST) engine

    Static Application Security Testing (SAST) engine focused on covering the OWASP Top 10, to make source code analysis to find vulnerabilities right in the source code, focused on agile and easy-to-implement software inside your DevOps pipeline. Support the following technologies: Java (Maven and Android), Kotlin (Android), Swift (iOS), .NET. Insider is focused on covering the OWASP Top 10, to make source code analysis to find vulnerabilities right in the source code, focused on a agile and easy...
    Downloads: 0 This Week
    Last Update:
    See Project