Showing 736 open source projects for "ojdbc14.jar"

View related business solutions
  • All-in-One Payroll and HR Platform Icon
    All-in-One Payroll and HR Platform

    For small and mid-sized businesses that need a comprehensive payroll and HR solution with personalized support

    We design our technology to make workforce management easier. APS offers core HR, payroll, benefits administration, attendance, recruiting, employee onboarding, and more.
  • Cybersecurity Management Software for MSPs Icon
    Cybersecurity Management Software for MSPs

    Secure your clients from cyber threats.

    Define and Deliver Comprehensive Cybersecurity Services. Security threats continue to grow, and your clients are most likely at risk. Small- to medium-sized businesses (SMBs) are targeted by 64% of all cyberattacks, and 62% of them admit lacking in-house expertise to deal with security issues. Now technology solution providers (TSPs) are a prime target. Enter ConnectWise Cybersecurity Management (formerly ConnectWise Fortify) — the advanced cybersecurity solution you need to deliver the managed detection and response protection your clients require. Whether you’re talking to prospects or clients, we provide you with the right insights and data to support your cybersecurity conversation. From client-facing reports to technical guidance, we reduce the noise by guiding you through what’s really needed to demonstrate the value of enhanced strategy.
  • 1
    CollLib is a library of functions, interfaces, and base implementations, which eases everyday use of imperative programming principles in Java development. CollLib's released jar artifacts are available in the Maven central repository at: http://repo1.maven.org/maven2. If you use Maven (recommended), just add CollLib as a dependency in your project's pom.xml file (groupId=org.colllib, artifactId=colllib). Apart from the Maven distribution the CollLib binaries are also available in the "Files...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    x-definition-beginner-xml

    Uses X-definition to perform XML streaming processing

    This distribution of X-definition, open-source (Apache 2.0) Java software made by Syntea Software Group, permits end users to perform streaming processing on extremely large XML files without having to write code in Java or C#, or having to use XSLT 3.0 . and was uploaded here primarily to accompany the tutorial introduction to X-definition in this project's download (files) area. A user can follow the tutorial's instructions, then run X-definition just by using the java command with the -jar...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    JVerifier An hash code verifier JVerifier is a command line application that verify checksums from a GNU-style file. Source code available on https://github.com/davidesestiliwork/JVerifier2 Usage: param 1: file name, param 2: algorithm, param 3: baseDir Example: java -jar JVerifier2.jar SHA1SUMS SHA-1 /home/davide Note: this program requires GnuPG to work properly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    synstim

    A Java-based real-time controllable audio generator for estim

    ***NOTE*** Received reports of false positive Trojan:Script/Wacatac.B!ml by MS Defender when running JAR file. I've re-written to remove problematic JApplet class I was implementing which I suspect was causing the issue. Please report any further issues of false positives.
    Downloads: 0 This Week
    Last Update:
    See Project
  • RMM Software | Remote Monitoring Platform and Tools Icon
    RMM Software | Remote Monitoring Platform and Tools

    Best-in-class automation, scalability, and single-pane IT management.

    Don’t settle when it comes to managing your clients’ IT infrastructure. Exceed their expectations with ConnectWise RMM, our MSP RMM software that provides proactive tools and NOC services—regardless of device environment. With the number of new vulnerabilities rising each year, smart patching procedures have never been more important. We automatically test and deploy patches when they are viable and restrict patches that are harmful. Get better protection for clients while you spend less time managing endpoints and more time growing your business. It’s tough to locate, afford, and retain quality talent. In fact, 81% of IT leaders say it’s hard to find the recruits they need. Add ConnectWise RMM, NOC services and get the expertise and problem resolution you need to become the advisor your clients demand—without adding headcount.
  • 5
    A simple jar for zipping/unzipping a directory. Source code available on https://github.com/davidesestiliwork/JavaZip https://github.com/davidesestiliwork/JavaUnzip Java Runtime 11 is required. Note: JavaUnzip has been tested successfully on Ubuntu 22.04 only. https://github.com/davidesestiliwork/JavaUnzip2 Java Runtime 17 is required. Has been tested successfully on Windows 11 only.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    iglabelprinter

    App for printing labels from Intelligent Golf mail merge files

    Provides the function to import IG mail merge files and print labels. The label page format is 3x11. These are available at https://www.labels4u.co.uk/33-labels-per-sheet-53-x-21mm-stw053021.html and other places such as Amazon The app is a self-executing jar file, should run on recent versions of java.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    Path Finder for Processing

    2D/3D Path finding library

    ... it without Processing simply unzip the download and locate the library jar file then link this as an external library in your own project.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    CalcTools

    CalcTools

    A library of tools for math calculation

    Java source intended to serve as a nexus for teaching both mathematics and software solutions for computation on iterative equations. Public interfaces allow a user to extend the available operator and function lists to external libraries. Currently the packaged libraries include the CERN Colt library and the Anaconda package of math libraries which include MpMath and SciPy. A user can easily extend the functionality by coding to the provided interfaces and dropping a JAR
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    StringTemplate-for-Octave

    StringTemplate-for-Octave

    Interface for GNU Octave/MATLAB with StringTemplate V4 template engine

    ... presents a simple compiler, which passes its entire parse tree as a single deeply structured data object to the template engine for code generation. All you have to do is copying the wrapper script somewhere into your Octave search path and adjusting the Java class path such that the StringTemplate jar and all of your template files are found. Now, running the template expansion is one simple Octave command looking like: txt=st4Render(groupFile, template, attribute, value, attrib2, val2, ..)
    Downloads: 1 This Week
    Last Update:
    See Project
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • 10

    Prime number ( primenumbers )

    Benchmark for 50 000 000 prime numbers as single and multicore

    Simple source files and compiled JAR Java programs, for benchmark 50 000 000 cycle finding prime numbers. On Intel(R) Core(TM) i5-8600K CPU, Windows 10 20H2, i have 39 second on single core and 7,6 second on multi core. (PS: C++ multicore 6 second). Added C files for gcc compiler in Windows 10 and for Xcode C command line project in MacOS ( tested on Mac mini M2 with single core 16 to 25 sec and multicore 2,3 to 5 second by compiler -O switch). Surprise, same code in JavaScript for M2 chip...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    MyBox

    MyBox

    Easy Tools of PDF, Image, File, Network, Data, and Medias

    javafx-desktop-apps pdf image ocr icc barcode color-palette text bytes markdown html archive compress digest video audio editor converter media https://github.com/Mararsh/MyBox Self-contain packages need not java env nor installation. Jar packages need Java 16 or higher.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    GETL

    ETL engine based on Groovy

    P.S. Dear friends. Repository migration to https://github.com/ascrus/getl . You can download jar file from this site or maven. GETL - based package in Groovy, which automates the work of loading and transforming data. His name is an acronym for «Groovy ETL». GETL is a set of libraries of pre-built classes and objects that can be used to solve problems unpacking, transform and load data into programs written in Groovy, or Java, as well as from any software that supports the work with Java...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Quoter

    Quoter

    Quoter - The Console Based Stock Quote Tool

    Quoter is a small command line tool to fetch stock quotes. In order to minimize HTML scraping, it retrieves quotes from IEXCloud. You can signup for free and get 500k stock quotes per month. Please check their usage agreements prior to signing up and ensure you are allowed to user their service. After getting an account, log into the dashboard and you can see your API tokens. You'll need the secret token to use this program. The secret key starts with sk_ This is a single executable JAR file...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    jsf project generator

    Skelton of Springboot/JSF application with a crud generrator

    jsf project generator is a generator for Springboot jsf / primefaces web application. The project offers a skelton of a typical web app using the above technolgies and offers also a generator (a jar) for CRUD database operations. Users have only to write Entities or models, then the generator will do the whole the job by generating the view layer, the backing beans, services and dao classes. The generate tree by the generator have to be copied into the application folder. Jsf generator...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ...] Example: java -jar JHashCode2.jar 1 1 /home/davide/snap,/home/davide/Video,/home/davide/vmware Source code available on https://github.com/davidesestiliwork/JHashCode2 See also JVerifier at: https://sourceforge.net/projects/jverifier/ See also GenerateAndDownloadHash at: https://sourceforge.net/projects/generateanddownloadhash/ Thanks to DDR Diego for translating in spanish language
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    xrocketemail

    xrocketemail

    XRocket Email Tool for Sending Emails to Multiple Users

    ... dependencies. user Clone the repository from [GitHub URL] or download the ZIP file. unzip bin/XRoecketEmail.zip java -jar XRoecketEmail.jar
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    System Verilog Parser IEEE 1800 LRM

    IEEE LRM compliant System Verilog Parser in Java with Python, Tcl API

    This parser has been developed to help users to implement their Verilog tool/utility on the top this library. It reads RTL and populates its internal data structures. There are APIs to extract the design information from the database, there are APIs to elaborate every element of the design along with basic expression evaluation capabilities. It has been bundled as an executable JAR file along with a sample application which reads a RTL file(s), elaborates and dumps it back to show the users...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Free VHDL Parser with Java, Python and T

    IEEE VHDL-93 LRM supported parser implemented in Java, APIs Python/Tcl

    ... bundled as an executable JAR file along with an application which reads a RTL file(s), dumps the design units and the reverts those back. Please refer to the document for the details of the available APIs. You need Java JRE 1.6.x or above in order to use this utility. Feel free to contact the support team for any assistance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    anotherjavlib

    another java library for 3d rendering without hardware accel.

    anotherjavlib is another java library built for software 3d rendering. (copyleft, fair use only, warranty void, care should be taken for mission critical systems.) although the library is built with minimum dependency using java system (some of which are arrays, big numbers, zip streams and many more), rendering pipe lines are seemingly coded butally right through. many of packages are tested along with the old dos os of eclipse set, and the included jar files seems running rite yet on android...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    PDF Tinkerer

    Tinker with PDF files

    Tinker with PDF files. Download the JAR file for your OS (e.g. Windows) and double click on it. You will need at least Java 11 (e.g. https://adoptium.net/?variant=openjdk11) to run this Desktop-App.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    VOOPS
    See: https://github.com/nicholasdower/voops VOOPS is a Vector graphics editor written in Java. It was originally released in 2006. It is no longer under active development. The latest release is available as an executable JAR or as a Mac App here: https://github.com/nicholasdower/voops/releases
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Billiards Covers

    This zip jar contains the current coverings of periodic paths.

    Researchers, Mathematicians and Enthusiasts. Download "Billiards Covers" to see the most current list of periodic paths in triangles. Download "Billiards Everything" to discover new periodic billiard paths, an unresolved problem from 1775! Follow "The Great Periodic Path Hunt" at gwtokarsky.github.io for the latest news. Email tokarsky@ualberta.ca for feedback.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    DavesMetronome

    DavesMetronome

    Metronome

    DavesMetronome is a desktop metronome. It was written with Java and runs on systems which support Java Runtime Environment. The application is available as a jar file and requires JRE to be installed on your computer. JRE can be downloaded from https://www.java.com/en/download/manual.jsp. Version 2.0 adds programming capability. Program simple exercises to increase or decrease tempo after a specified number of beats or define complex rhythm patterns. See the 'Help' menu item in the upper...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    DBCASE is a computer-aided software engineering tool to assist database designers for designing databases, covering the conceptual, logical and physical design stages. It is multiplatform, globalized and intended to work with SGBDs as MySQL and MS Access. This project requires Java 1.8. The main file is acide.jar at the root folder which can be executed with java -jar acide.jar. From version 4.0, the project can be started in Windows with the script start.bat, and includes the Java system, so...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Du hast beispielsweise einen Online Shop und möchtest deine Bestellungen direkt abspeichern und sie jederzeit abrufen? Diese Bestellungs App (kompatibel mit Linux, Mac und Windows) gibt dir die Möglichkeit deine Bestellungen abzuspeichern, eine Rechnung zu hinterlegen und den aktuellen Status der Bestellung zu bestimmen. Neu hinzugefügt: Die Möglichkeit an beliebige Nutzer wo ein Kontakt (Email) hinterlegt wurde eine Mail zu senden. Ebenfalls an alle gleichzeitig. Voraussetzung dafür ist...
    Downloads: 0 This Week
    Last Update:
    See Project